agentkit-sdk-python 0.5.8__tar.gz → 0.5.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/PKG-INFO +1 -1
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/platform/constants.py +0 -1
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/builders/ve_pipeline.py +35 -3
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/services/tos_service.py +24 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/version.py +1 -1
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit_sdk_python.egg-info/PKG-INFO +1 -1
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/pyproject.toml +1 -1
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/LICENSE +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/MANIFEST.in +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/README.md +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/a2a_app/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/a2a_app/a2a_app.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/a2a_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/agent_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/agent_server_app/agent_server_app.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/agent_server_app/middleware.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/agent_server_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/base_app.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/mcp_app/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/mcp_app/mcp_app.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/mcp_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/simple_app/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/simple_app/simple_app.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/simple_app/simple_app_handlers.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/simple_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/utils.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/client/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/client/base_agentkit_client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/client/base_iam_client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/client/base_service_client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/platform/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/platform/configuration.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/platform/console_urls.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/platform/context.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/platform/provider.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/account/client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/account/types.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/identity/auth.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/knowledge/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/knowledge/client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/knowledge/types.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/mcp/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/mcp/client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/mcp/types.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/memory/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/memory/client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/memory/types.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/runtime/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/runtime/client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/runtime/types.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/skills/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/skills/client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/skills/types.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/tools/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/tools/client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/sdk/tools/types.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/builders/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/builders/base.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/builders/local_docker.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/__main__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_build.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_config.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_deploy.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_destroy.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_init.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_knowledge.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_launch.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_memory.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_runtime.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_skills.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_skills_workflow.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_status.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_tools.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_version.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/console_reporter.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/interactive_config.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/utils.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/choice_resolvers.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/cloud_provider.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/config.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/config_handler.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/config_validator.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/constants.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/dataclass_utils.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/docker_build_config.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/global_config.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/region_defaults.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/region_resolver.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/strategy_configs.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/utils.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/context.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/docker/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/docker/base_images.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/docker/container.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/docker/dockerfile/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/docker/dockerfile/manager.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/docker/dockerfile/metadata.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/docker/utils.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/errors.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/base_executor.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/build_executor.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/deploy_executor.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/init_executor.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/invoke_executor.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/lifecycle_executor.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/status_executor.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/models.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/reporter.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/__pycache__/customer_support_assistant.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/__pycache__/financial_analyst.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/__pycache__/simple_app_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/__pycache__/simple_mcp_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/a2a.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/agent_server.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/basic.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/basic_stream.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/customer_support_assistant.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/eino_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/eino_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/eino_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/eino_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/eino_a2a/main.go +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/financial_analyst.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/langchain_basic_stream.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/simple_app_veadk.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/simple_mcp_veadk.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/veadk_go_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/veadk_go_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/veadk_go_a2a/main.go +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/veadk_go_basic/agent.go +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/veadk_go_basic/build.sh +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/veadk_go_basic/go.mod +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/veadk_go_basic/go.sum +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/veadk_go_basic/main.go +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/templates/code-pipeline-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/templates/golang/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/templates/python/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/wrappers/wrapper_basic.py.jinja2 +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/wrappers/wrapper_stream.py.jinja2 +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/runners/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/runners/base.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/runners/local_docker.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/runners/ve_agentkit.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/bindings/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/bindings/memory.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/builder.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/client.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/config.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/deployer.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/initializer.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/invoker.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/lifecycle.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/status.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/strategies/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/strategies/base_strategy.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/strategies/cloud_strategy.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/strategies/hybrid_strategy.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/strategies/local_strategy.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/utils/agent_parser.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/code_pipeline.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/cr.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/iam.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/services/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/services/cr_service.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/sts.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/utils/project_archiver.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/utils/global_config_io.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/utils/logging_config.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/utils/misc.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/utils/request.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/utils/template_utils.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/utils/ve_sign.py +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit_sdk_python.egg-info/SOURCES.txt +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit_sdk_python.egg-info/entry_points.txt +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit_sdk_python.egg-info/requires.txt +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit_sdk_python.egg-info/top_level.txt +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/setup.cfg +0 -0
- {agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/tests/test_client_uses_platform_context.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentkit-sdk-python
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.9
|
|
4
4
|
Summary: 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.
|
|
5
5
|
Author-email: Xiangrui Cheng <innsdcc@gmail.com>, Yumeng Bao <baoyumeng.123@gmail.com>, Yaozheng Fang <fangyozheng@gmail.com>, Guodong Li <cu.eric.lee@gmail.com>
|
|
6
6
|
License: Apache License
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/builders/ve_pipeline.py
RENAMED
|
@@ -952,6 +952,7 @@ class VeCPCRBuilder(Builder):
|
|
|
952
952
|
import time
|
|
953
953
|
|
|
954
954
|
created_in_this_run = False
|
|
955
|
+
name_conflict_not_created = False
|
|
955
956
|
|
|
956
957
|
# Step 1: ensure bucket exists / accessible
|
|
957
958
|
if auto_created_bucket:
|
|
@@ -988,9 +989,7 @@ class VeCPCRBuilder(Builder):
|
|
|
988
989
|
created_in_this_run = True
|
|
989
990
|
except tos.exceptions.TosServerError as e:
|
|
990
991
|
if e.status_code == 409:
|
|
991
|
-
|
|
992
|
-
# Ownership verification in step 2 will block the upload.
|
|
993
|
-
pass
|
|
992
|
+
name_conflict_not_created = True
|
|
994
993
|
else:
|
|
995
994
|
raise
|
|
996
995
|
|
|
@@ -1032,10 +1031,43 @@ class VeCPCRBuilder(Builder):
|
|
|
1032
1031
|
)
|
|
1033
1032
|
raise Exception(error_msg)
|
|
1034
1033
|
|
|
1034
|
+
if name_conflict_not_created and owned:
|
|
1035
|
+
actual_location = tos_service.get_bucket_location(bucket_name)
|
|
1036
|
+
current_region = getattr(
|
|
1037
|
+
tos_service, "actual_region", config.tos_region
|
|
1038
|
+
)
|
|
1039
|
+
if actual_location:
|
|
1040
|
+
raise Exception(
|
|
1041
|
+
f"TOS bucket '{bucket_name}' exists in region '{actual_location}', "
|
|
1042
|
+
f"but the current configuration targets region '{current_region}'. "
|
|
1043
|
+
"TOS buckets are region-scoped and cannot be accessed across regions. "
|
|
1044
|
+
"Please either switch to the bucket's region or use a different bucket name "
|
|
1045
|
+
f"(e.g. '{bucket_name}-{current_region.split('-')[-1]}')."
|
|
1046
|
+
)
|
|
1047
|
+
else:
|
|
1048
|
+
raise Exception(
|
|
1049
|
+
f"TOS bucket '{bucket_name}' is owned by your account but does not exist "
|
|
1050
|
+
f"in the current region '{current_region}'. It may reside in another region. "
|
|
1051
|
+
"TOS buckets are region-scoped and cannot be accessed across regions. "
|
|
1052
|
+
"Please either switch to the bucket's region or use a different bucket name."
|
|
1053
|
+
)
|
|
1054
|
+
|
|
1035
1055
|
self.reporter.success(
|
|
1036
1056
|
f"TOS bucket ownership verified for current account: {bucket_name}"
|
|
1037
1057
|
)
|
|
1038
1058
|
|
|
1059
|
+
if created_in_this_run:
|
|
1060
|
+
data_plane_timeout_s = 30
|
|
1061
|
+
data_plane_interval_s = 3
|
|
1062
|
+
data_plane_deadline = time.time() + data_plane_timeout_s
|
|
1063
|
+
while not tos_service.bucket_exists():
|
|
1064
|
+
if time.time() >= data_plane_deadline:
|
|
1065
|
+
raise Exception(
|
|
1066
|
+
f"TOS bucket '{bucket_name}' was created but is not yet "
|
|
1067
|
+
"available for uploads. Please retry in a few seconds."
|
|
1068
|
+
)
|
|
1069
|
+
time.sleep(data_plane_interval_s)
|
|
1070
|
+
|
|
1039
1071
|
# Update config with auto-generated bucket name if applicable
|
|
1040
1072
|
if auto_created_bucket:
|
|
1041
1073
|
config.tos_bucket = bucket_name
|
|
@@ -266,6 +266,30 @@ class TOSService:
|
|
|
266
266
|
return False
|
|
267
267
|
return name in set(self.list_bucket_names())
|
|
268
268
|
|
|
269
|
+
def get_bucket_location(self, bucket_name: Optional[str] = None) -> Optional[str]:
|
|
270
|
+
"""Return the region (location) of a bucket owned by this account.
|
|
271
|
+
|
|
272
|
+
Uses the already-available ListBuckets data so no extra API call is needed
|
|
273
|
+
beyond what ``bucket_is_owned`` / ``list_bucket_names`` already do.
|
|
274
|
+
|
|
275
|
+
Args:
|
|
276
|
+
bucket_name: Bucket name to look up. Defaults to configured bucket.
|
|
277
|
+
|
|
278
|
+
Returns:
|
|
279
|
+
The region string (e.g. ``"cn-beijing"``) or ``None`` if not found.
|
|
280
|
+
"""
|
|
281
|
+
name = bucket_name or self.config.bucket
|
|
282
|
+
if not name:
|
|
283
|
+
return None
|
|
284
|
+
try:
|
|
285
|
+
out = self.client.list_buckets()
|
|
286
|
+
for b in getattr(out, "buckets", None) or []:
|
|
287
|
+
if getattr(b, "name", None) == name:
|
|
288
|
+
return getattr(b, "location", None)
|
|
289
|
+
except Exception as e:
|
|
290
|
+
logger.warning(f"Failed to get bucket location: {str(e)}")
|
|
291
|
+
return None
|
|
292
|
+
|
|
269
293
|
def bucket_exists(self) -> bool:
|
|
270
294
|
"""Check if the configured bucket exists.
|
|
271
295
|
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit_sdk_python.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentkit-sdk-python
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.9
|
|
4
4
|
Summary: 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.
|
|
5
5
|
Author-email: Xiangrui Cheng <innsdcc@gmail.com>, Yumeng Bao <baoyumeng.123@gmail.com>, Yaozheng Fang <fangyozheng@gmail.com>, Guodong Li <cu.eric.lee@gmail.com>
|
|
6
6
|
License: Apache License
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "agentkit-sdk-python"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.9"
|
|
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."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/agent_server_app/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/agent_server_app/middleware.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/agent_server_app/telemetry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/simple_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/simple_app/simple_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/apps/simple_app/telemetry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/client/base_agentkit_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/client/base_service_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/builders/local_docker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_knowledge.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/cli_skills_workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/console_reporter.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/cli/interactive_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/choice_resolvers.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/cloud_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/config_handler.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/config_validator.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/constants.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/dataclass_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/global_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/region_defaults.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/region_resolver.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/config/strategy_configs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/docker/base_images.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/docker/container.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/base_executor.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/build_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/executors/init_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/a2a.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/resources/samples/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/runners/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/runners/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/runners/ve_agentkit.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/bindings/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/sdk/bindings/memory.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/strategies/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/strategies/base_strategy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/utils/agent_parser.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit/toolkit/volcengine/code_pipeline.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit_sdk_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit_sdk_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/agentkit_sdk_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.8 → agentkit_sdk_python-0.5.9}/tests/test_client_uses_platform_context.py
RENAMED
|
File without changes
|