You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update the version to 0.2.0 and adjust the default configuration
- Upgrade the version number from 0.1.15 to 0.2.0
- Modify the default entry_point in CommonConfig to agent.py
- Change the default launch_type from local to cloud
- Add the min_instance field to VeAgentkitRunnerConfig
- Adjust the timeout for runtime creation and updates to 600 seconds
Copy file name to clipboardExpand all lines: pyproject.toml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "agentkit-sdk-python"
3
-
version = "0.1.15"
3
+
version = "0.2.0"
4
4
description = "Python SDK for transforming any AI agent into a production-ready application. Framework-agnostic primitives for runtime, memory, authentication, and tools with volcengine-managed infrastructure."
0 commit comments