agentkit-sdk-python 0.4.0__tar.gz → 0.4.1__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.4.0 → agentkit_sdk_python-0.4.1}/PKG-INFO +1 -1
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/builders/ve_pipeline.py +81 -40
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/services/tos_service.py +43 -3
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/version.py +1 -1
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit_sdk_python.egg-info/PKG-INFO +1 -1
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/pyproject.toml +1 -1
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/LICENSE +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/MANIFEST.in +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/README.md +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/a2a_app/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/a2a_app/a2a_app.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/a2a_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/agent_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/agent_server_app/agent_server_app.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/agent_server_app/middleware.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/agent_server_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/base_app.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/mcp_app/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/mcp_app/mcp_app.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/mcp_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/simple_app/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/simple_app/simple_app.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/simple_app/simple_app_handlers.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/simple_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/utils.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/client/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/client/base_agentkit_client.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/client/base_iam_client.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/client/base_service_client.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/platform/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/platform/configuration.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/platform/constants.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/account/client.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/account/types.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/identity/auth.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/knowledge/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/knowledge/client.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/knowledge/types.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/mcp/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/mcp/client.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/mcp/types.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/memory/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/memory/client.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/memory/types.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/runtime/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/runtime/client.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/runtime/types.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/tools/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/tools/client.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/sdk/tools/types.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/builders/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/builders/base.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/builders/local_docker.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/__main__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_build.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_config.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_deploy.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_destroy.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_init.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_knowledge.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_launch.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_memory.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_runtime.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_status.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_tools.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_version.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/console_reporter.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/interactive_config.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/utils.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/config.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/config_handler.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/config_validator.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/constants.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/dataclass_utils.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/docker_build_config.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/global_config.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/region_resolver.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/strategy_configs.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/utils.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/context.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/docker/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/docker/container.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/docker/dockerfile/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/docker/dockerfile/manager.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/docker/dockerfile/metadata.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/docker/utils.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/errors.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/base_executor.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/build_executor.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/deploy_executor.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/init_executor.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/invoke_executor.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/lifecycle_executor.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/status_executor.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/models.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/reporter.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/__pycache__/customer_support_assistant.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/__pycache__/financial_analyst.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/__pycache__/simple_app_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/__pycache__/simple_mcp_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/a2a.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/agent_server.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/basic.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/basic_stream.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/customer_support_assistant.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/eino_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/eino_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/eino_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/eino_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/eino_a2a/main.go +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/financial_analyst.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/langchain_basic_stream.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/simple_app_veadk.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/simple_mcp_veadk.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/templates/code-pipeline-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/templates/golang/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/templates/python/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/wrappers/wrapper_basic.py.jinja2 +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/wrappers/wrapper_stream.py.jinja2 +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/runners/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/runners/base.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/runners/local_docker.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/runners/ve_agentkit.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/bindings/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/bindings/memory.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/builder.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/client.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/config.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/deployer.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/initializer.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/invoker.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/lifecycle.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/status.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/strategies/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/strategies/base_strategy.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/strategies/cloud_strategy.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/strategies/hybrid_strategy.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/strategies/local_strategy.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/utils/agent_parser.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/code_pipeline.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/cr.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/iam.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/services/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/services/cr_service.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/sts.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/utils/project_archiver.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/utils/global_config_io.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/utils/logging_config.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/utils/misc.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/utils/request.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/utils/template_utils.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/utils/ve_sign.py +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit_sdk_python.egg-info/SOURCES.txt +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit_sdk_python.egg-info/entry_points.txt +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit_sdk_python.egg-info/requires.txt +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit_sdk_python.egg-info/top_level.txt +0 -0
- {agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentkit-sdk-python
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
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.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/builders/ve_pipeline.py
RENAMED
|
@@ -715,6 +715,7 @@ class VeCPCRBuilder(Builder):
|
|
|
715
715
|
from agentkit.toolkit.volcengine.services.tos_service import (
|
|
716
716
|
TOSService,
|
|
717
717
|
TOSServiceConfig,
|
|
718
|
+
tos,
|
|
718
719
|
)
|
|
719
720
|
|
|
720
721
|
# Handle bucket configuration with auto-creation support
|
|
@@ -742,55 +743,95 @@ class VeCPCRBuilder(Builder):
|
|
|
742
743
|
|
|
743
744
|
tos_service = TOSService(tos_config)
|
|
744
745
|
|
|
745
|
-
#
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
self.reporter.warning(
|
|
750
|
-
f"TOS bucket does not exist, creating: {bucket_name}"
|
|
751
|
-
)
|
|
746
|
+
# Two-step safety check:
|
|
747
|
+
# 1) Ensure the bucket exists and is accessible.
|
|
748
|
+
# 2) Verify the bucket is owned by the current account via ListBuckets before uploading.
|
|
749
|
+
import time
|
|
752
750
|
|
|
753
|
-
|
|
754
|
-
error_msg = f"Failed to create TOS bucket: {bucket_name}"
|
|
755
|
-
self.reporter.error(error_msg)
|
|
756
|
-
logger.error(error_msg)
|
|
757
|
-
raise Exception(error_msg)
|
|
751
|
+
created_in_this_run = False
|
|
758
752
|
|
|
759
|
-
|
|
753
|
+
# Step 1: ensure bucket exists / accessible
|
|
754
|
+
if auto_created_bucket:
|
|
755
|
+
self.reporter.info(
|
|
756
|
+
f"Creating auto-generated TOS bucket in current account: {bucket_name}"
|
|
757
|
+
)
|
|
760
758
|
|
|
761
|
-
#
|
|
762
|
-
|
|
763
|
-
|
|
759
|
+
# Very low probability: name collision. Retry with a new generated name.
|
|
760
|
+
max_attempts = 3
|
|
761
|
+
for attempt in range(1, max_attempts + 1):
|
|
762
|
+
tos_service.config.bucket = bucket_name
|
|
763
|
+
try:
|
|
764
|
+
tos_service.create_bucket()
|
|
765
|
+
created_in_this_run = True
|
|
766
|
+
break
|
|
767
|
+
except tos.exceptions.TosServerError as e:
|
|
768
|
+
if e.status_code == 409 and attempt < max_attempts:
|
|
769
|
+
bucket_name = TOSService.generate_bucket_name()
|
|
770
|
+
self.reporter.warning(
|
|
771
|
+
"Auto-generated bucket name already taken, retrying with a new name "
|
|
772
|
+
f"(attempt {attempt + 1}/{max_attempts}): {bucket_name}"
|
|
773
|
+
)
|
|
774
|
+
continue
|
|
775
|
+
raise
|
|
776
|
+
else:
|
|
777
|
+
# User-specified bucket: if not accessible/existing, attempt to create.
|
|
778
|
+
self.reporter.info(f"Checking TOS bucket accessibility: {bucket_name}")
|
|
779
|
+
if not tos_service.bucket_exists():
|
|
780
|
+
self.reporter.warning(
|
|
781
|
+
f"TOS bucket '{bucket_name}' is not accessible or does not exist, attempting to create it..."
|
|
782
|
+
)
|
|
783
|
+
try:
|
|
784
|
+
tos_service.create_bucket()
|
|
785
|
+
created_in_this_run = True
|
|
786
|
+
except tos.exceptions.TosServerError as e:
|
|
787
|
+
if e.status_code == 409:
|
|
788
|
+
# The bucket name is already taken (possibly by another account).
|
|
789
|
+
# Ownership verification in step 2 will block the upload.
|
|
790
|
+
pass
|
|
791
|
+
else:
|
|
792
|
+
raise
|
|
764
793
|
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
check_interval = 2 # Check every 2 seconds
|
|
794
|
+
# Step 2: verify bucket ownership via ListBuckets
|
|
795
|
+
self.reporter.info(f"Verifying TOS bucket ownership: {bucket_name}")
|
|
768
796
|
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
)
|
|
779
|
-
time.sleep(check_interval)
|
|
780
|
-
else:
|
|
781
|
-
# Timeout occurred
|
|
782
|
-
error_msg = f"TOS bucket creation verification timeout ({timeout}s): {bucket_name}"
|
|
797
|
+
def check_owned() -> bool:
|
|
798
|
+
try:
|
|
799
|
+
return tos_service.bucket_is_owned(bucket_name)
|
|
800
|
+
except Exception as e:
|
|
801
|
+
error_msg = (
|
|
802
|
+
"Failed to determine TOS bucket ownership via ListBuckets. "
|
|
803
|
+
"Upload has been blocked for security reasons. "
|
|
804
|
+
"Please ensure your credentials have TOS ListBuckets permission, or set 'tos_bucket: Auto'."
|
|
805
|
+
)
|
|
783
806
|
self.reporter.error(error_msg)
|
|
784
|
-
logger.error(
|
|
807
|
+
logger.error(f"Bucket ownership check failed: {str(e)}")
|
|
785
808
|
raise Exception(error_msg)
|
|
786
809
|
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
810
|
+
if created_in_this_run:
|
|
811
|
+
# ListBuckets may be eventually consistent shortly after creation.
|
|
812
|
+
timeout_s = 10
|
|
813
|
+
interval_s = 2
|
|
814
|
+
deadline = time.time() + timeout_s
|
|
815
|
+
owned = False
|
|
816
|
+
while time.time() < deadline:
|
|
817
|
+
owned = check_owned()
|
|
818
|
+
if owned:
|
|
819
|
+
break
|
|
820
|
+
time.sleep(interval_s)
|
|
792
821
|
else:
|
|
793
|
-
|
|
822
|
+
owned = check_owned()
|
|
823
|
+
|
|
824
|
+
if not owned:
|
|
825
|
+
error_msg = (
|
|
826
|
+
f"Security notice: The configured TOS bucket '{bucket_name}' is not owned by the current account. "
|
|
827
|
+
"To prevent uploading your source code to a bucket you do not own (which could leak secrets), this upload has been blocked. "
|
|
828
|
+
"Please choose a bucket owned by your account, use 'agentkit config --tos_bucket <your-bucket-name>' to set it."
|
|
829
|
+
)
|
|
830
|
+
raise Exception(error_msg)
|
|
831
|
+
|
|
832
|
+
self.reporter.success(
|
|
833
|
+
f"TOS bucket ownership verified for current account: {bucket_name}"
|
|
834
|
+
)
|
|
794
835
|
|
|
795
836
|
# Update config with auto-generated bucket name if applicable
|
|
796
837
|
if auto_created_bucket:
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
import os
|
|
16
16
|
import logging
|
|
17
17
|
from dataclasses import dataclass, field
|
|
18
|
+
from typing import List, Optional
|
|
18
19
|
from agentkit.utils.misc import generate_random_id
|
|
19
20
|
from agentkit.toolkit.config.dataclass_utils import AutoSerializableMixin
|
|
20
21
|
from agentkit.toolkit.config.constants import DEFAULT_TOS_BUCKET_TEMPLATE_NAME
|
|
@@ -83,6 +84,7 @@ class TOSService:
|
|
|
83
84
|
)
|
|
84
85
|
# Expose the actual region resolved by VolcConfiguration
|
|
85
86
|
self.actual_region = ep.region
|
|
87
|
+
self.config.endpoint = ep.host
|
|
86
88
|
|
|
87
89
|
logger.info(
|
|
88
90
|
f"TOS client initialized: bucket={self.config.bucket}, region={ep.region}"
|
|
@@ -227,6 +229,42 @@ class TOSService:
|
|
|
227
229
|
logger.error(f"Failed to list files: {str(e)}")
|
|
228
230
|
return []
|
|
229
231
|
|
|
232
|
+
def list_bucket_names(self) -> List[str]:
|
|
233
|
+
"""List bucket names owned by the current credentials.
|
|
234
|
+
|
|
235
|
+
This is used for security-sensitive ownership checks (e.g., preventing
|
|
236
|
+
uploads into buckets not owned by the current account).
|
|
237
|
+
|
|
238
|
+
Returns:
|
|
239
|
+
List[str]: Bucket names under the current account.
|
|
240
|
+
"""
|
|
241
|
+
try:
|
|
242
|
+
out = self.client.list_buckets()
|
|
243
|
+
buckets = getattr(out, "buckets", None) or []
|
|
244
|
+
names: List[str] = []
|
|
245
|
+
for b in buckets:
|
|
246
|
+
name = getattr(b, "name", None)
|
|
247
|
+
if name:
|
|
248
|
+
names.append(name)
|
|
249
|
+
return names
|
|
250
|
+
except Exception as e:
|
|
251
|
+
logger.error(f"Failed to list buckets: {str(e)}")
|
|
252
|
+
raise
|
|
253
|
+
|
|
254
|
+
def bucket_is_owned(self, bucket_name: Optional[str] = None) -> bool:
|
|
255
|
+
"""Check whether a bucket is owned by the current credentials.
|
|
256
|
+
|
|
257
|
+
Args:
|
|
258
|
+
bucket_name: Bucket name to check. Defaults to configured bucket.
|
|
259
|
+
|
|
260
|
+
Returns:
|
|
261
|
+
True if the bucket is in the current account's bucket list.
|
|
262
|
+
"""
|
|
263
|
+
name = bucket_name or self.config.bucket
|
|
264
|
+
if not name:
|
|
265
|
+
return False
|
|
266
|
+
return name in set(self.list_bucket_names())
|
|
267
|
+
|
|
230
268
|
def bucket_exists(self) -> bool:
|
|
231
269
|
"""Check if the configured bucket exists.
|
|
232
270
|
|
|
@@ -267,9 +305,11 @@ class TOSService:
|
|
|
267
305
|
|
|
268
306
|
except tos.exceptions.TosServerError as e:
|
|
269
307
|
if e.status_code == 409:
|
|
270
|
-
#
|
|
271
|
-
|
|
272
|
-
|
|
308
|
+
# IMPORTANT: 409 means the bucket name is already taken.
|
|
309
|
+
# It may be owned by another account. Do not treat this as success.
|
|
310
|
+
logger.warning(
|
|
311
|
+
f"Bucket name conflict (already exists): {self.config.bucket}"
|
|
312
|
+
)
|
|
273
313
|
logger.error(f"Failed to create bucket: {e.code} - {e.message}")
|
|
274
314
|
raise e
|
|
275
315
|
except Exception as e:
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/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.4.
|
|
3
|
+
Version: 0.4.1
|
|
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.4.
|
|
3
|
+
version = "0.4.1"
|
|
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.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/agent_server_app/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/agent_server_app/middleware.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/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.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/simple_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/simple_app/simple_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/apps/simple_app/telemetry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/client/base_agentkit_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/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
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/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.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/cli_knowledge.py
RENAMED
|
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.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/console_reporter.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/cli/interactive_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/config_handler.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/config_validator.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/constants.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/dataclass_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/global_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/region_resolver.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/config/strategy_configs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/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.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/base_executor.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/executors/build_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/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.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/resources/samples/a2a.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/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
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/runners/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/runners/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/runners/ve_agentkit.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/sdk/bindings/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/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.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/strategies/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/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.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/utils/agent_parser.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit/toolkit/volcengine/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/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.4.0 → agentkit_sdk_python-0.4.1}/agentkit_sdk_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit_sdk_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.0 → agentkit_sdk_python-0.4.1}/agentkit_sdk_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|