agentkit-sdk-python 0.4.2__tar.gz → 0.4.3__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.2 → agentkit_sdk_python-0.4.3}/PKG-INFO +1 -1
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/agent_server_app/agent_server_app.py +24 -6
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/agent_server_app/middleware.py +7 -4
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/platform/configuration.py +68 -2
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/utils.py +2 -3
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/version.py +1 -1
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit_sdk_python.egg-info/PKG-INFO +1 -1
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/pyproject.toml +1 -1
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/LICENSE +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/MANIFEST.in +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/README.md +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/a2a_app/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/a2a_app/a2a_app.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/a2a_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/agent_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/agent_server_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/base_app.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/mcp_app/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/mcp_app/mcp_app.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/mcp_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/simple_app/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/simple_app/simple_app.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/simple_app/simple_app_handlers.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/simple_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/utils.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/client/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/client/base_agentkit_client.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/client/base_iam_client.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/client/base_service_client.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/platform/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/platform/constants.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/account/client.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/account/types.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/identity/auth.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/knowledge/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/knowledge/client.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/knowledge/types.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/mcp/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/mcp/client.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/mcp/types.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/memory/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/memory/client.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/memory/types.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/runtime/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/runtime/client.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/runtime/types.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/tools/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/tools/client.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/sdk/tools/types.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/builders/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/builders/base.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/builders/local_docker.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/builders/ve_pipeline.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/__main__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_build.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_config.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_deploy.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_destroy.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_init.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_knowledge.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_launch.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_memory.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_runtime.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_status.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_tools.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/cli_version.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/console_reporter.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/interactive_config.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/utils.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/config.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/config_handler.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/config_validator.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/constants.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/dataclass_utils.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/docker_build_config.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/global_config.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/region_resolver.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/strategy_configs.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/context.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/docker/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/docker/container.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/docker/dockerfile/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/docker/dockerfile/manager.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/docker/dockerfile/metadata.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/docker/utils.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/errors.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/base_executor.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/build_executor.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/deploy_executor.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/init_executor.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/invoke_executor.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/lifecycle_executor.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/status_executor.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/models.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/reporter.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/__pycache__/customer_support_assistant.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/__pycache__/financial_analyst.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/__pycache__/simple_app_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/__pycache__/simple_mcp_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/a2a.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/agent_server.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/basic.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/basic_stream.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/customer_support_assistant.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/eino_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/eino_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/eino_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/eino_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/eino_a2a/main.go +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/financial_analyst.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/langchain_basic_stream.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/simple_app_veadk.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/simple_mcp_veadk.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/veadk_go_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/veadk_go_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/veadk_go_a2a/main.go +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/veadk_go_basic/agent.go +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/veadk_go_basic/build.sh +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/veadk_go_basic/go.mod +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/veadk_go_basic/go.sum +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/veadk_go_basic/main.go +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/templates/code-pipeline-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/templates/golang/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/templates/python/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/wrappers/wrapper_basic.py.jinja2 +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/wrappers/wrapper_stream.py.jinja2 +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/runners/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/runners/base.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/runners/local_docker.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/runners/ve_agentkit.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/bindings/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/bindings/memory.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/builder.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/client.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/config.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/deployer.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/initializer.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/invoker.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/lifecycle.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/status.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/strategies/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/strategies/base_strategy.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/strategies/cloud_strategy.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/strategies/hybrid_strategy.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/strategies/local_strategy.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/utils/agent_parser.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/code_pipeline.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/cr.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/iam.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/services/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/services/cr_service.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/services/tos_service.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/sts.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/utils/project_archiver.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/utils/global_config_io.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/utils/logging_config.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/utils/misc.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/utils/request.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/utils/template_utils.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/utils/ve_sign.py +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit_sdk_python.egg-info/SOURCES.txt +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit_sdk_python.egg-info/entry_points.txt +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit_sdk_python.egg-info/requires.txt +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit_sdk_python.egg-info/top_level.txt +0 -0
- {agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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.3
|
|
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
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
import json
|
|
16
16
|
import logging
|
|
17
17
|
from contextlib import asynccontextmanager
|
|
18
|
+
from typing import Any
|
|
18
19
|
from typing_extensions import override
|
|
19
20
|
|
|
20
21
|
import uvicorn
|
|
@@ -67,6 +68,19 @@ class AgentKitAgentLoader(BaseAgentLoader):
|
|
|
67
68
|
def list_agents(self) -> list[str]:
|
|
68
69
|
return [self.agent.name]
|
|
69
70
|
|
|
71
|
+
@override
|
|
72
|
+
def list_agents_detailed(self) -> list[dict[str, Any]]:
|
|
73
|
+
name = self.agent.name
|
|
74
|
+
description = getattr(self.agent, "description", "") or ""
|
|
75
|
+
return [
|
|
76
|
+
{
|
|
77
|
+
"name": name,
|
|
78
|
+
"root_agent_name": name,
|
|
79
|
+
"description": description,
|
|
80
|
+
"language": "python",
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
|
|
70
84
|
|
|
71
85
|
class AgentkitAgentServerApp(BaseAgentkitApp):
|
|
72
86
|
def __init__(
|
|
@@ -110,8 +124,6 @@ class AgentkitAgentServerApp(BaseAgentkitApp):
|
|
|
110
124
|
|
|
111
125
|
self.app = self.server.get_fast_api_app(lifespan=lifespan)
|
|
112
126
|
|
|
113
|
-
self.app.mount("/", _a2a_server_app)
|
|
114
|
-
|
|
115
127
|
# Attach ASGI middleware for unified telemetry across all routes
|
|
116
128
|
self.app.add_middleware(AgentkitTelemetryHTTPMiddleware)
|
|
117
129
|
|
|
@@ -121,9 +133,12 @@ class AgentkitAgentServerApp(BaseAgentkitApp):
|
|
|
121
133
|
|
|
122
134
|
# Extract headers (fallback keys supported)
|
|
123
135
|
headers = request.headers
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
136
|
+
telemetry_headers = {
|
|
137
|
+
k: v
|
|
138
|
+
for k, v in dict(headers).items()
|
|
139
|
+
if k.lower() not in {"authorization", "token"}
|
|
140
|
+
}
|
|
141
|
+
user_id = headers.get("user_id") or "agentkit_user"
|
|
127
142
|
session_id = headers.get("session_id") or ""
|
|
128
143
|
|
|
129
144
|
# Determine app_name from loader
|
|
@@ -157,7 +172,7 @@ class AgentkitAgentServerApp(BaseAgentkitApp):
|
|
|
157
172
|
telemetry.trace_agent_server(
|
|
158
173
|
func_name="_invoke_compat",
|
|
159
174
|
span=span,
|
|
160
|
-
headers=
|
|
175
|
+
headers=telemetry_headers,
|
|
161
176
|
text=text or "",
|
|
162
177
|
)
|
|
163
178
|
|
|
@@ -210,6 +225,9 @@ class AgentkitAgentServerApp(BaseAgentkitApp):
|
|
|
210
225
|
# Compatibility route for AgentKit CLI invoke
|
|
211
226
|
self.app.add_api_route("/invoke", _invoke_compat, methods=["POST"])
|
|
212
227
|
|
|
228
|
+
# Mount A2A server app last to avoid shadowing API routes like `/invoke`.
|
|
229
|
+
self.app.mount("/", _a2a_server_app)
|
|
230
|
+
|
|
213
231
|
def run(self, host: str, port: int = 8000) -> None:
|
|
214
232
|
"""Run the app with Uvicorn server."""
|
|
215
233
|
uvicorn.run(self.app, host=host, port=port)
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/agent_server_app/middleware.py
RENAMED
|
@@ -27,7 +27,6 @@ class AgentkitTelemetryHTTPMiddleware:
|
|
|
27
27
|
self.app = app
|
|
28
28
|
|
|
29
29
|
async def __call__(self, scope, receive, send):
|
|
30
|
-
print(f"test: {scope}")
|
|
31
30
|
if scope["type"] != "http":
|
|
32
31
|
return await self.app(scope, receive, send)
|
|
33
32
|
|
|
@@ -37,7 +36,7 @@ class AgentkitTelemetryHTTPMiddleware:
|
|
|
37
36
|
headers = {k.decode("latin-1"): v.decode("latin-1") for k, v in headers_list}
|
|
38
37
|
span = telemetry.tracer.start_span(name="agent_server_request")
|
|
39
38
|
ctx = trace.set_span_in_context(span)
|
|
40
|
-
context_api.attach(ctx)
|
|
39
|
+
token = context_api.attach(ctx)
|
|
41
40
|
headers = {
|
|
42
41
|
k: v for k, v in headers.items() if k.lower() not in _EXCLUDED_HEADERS
|
|
43
42
|
}
|
|
@@ -45,8 +44,10 @@ class AgentkitTelemetryHTTPMiddleware:
|
|
|
45
44
|
# Currently unable to retrieve user_id and session_id from headers; keep logic for future use
|
|
46
45
|
user_id = headers.get("user_id")
|
|
47
46
|
session_id = headers.get("session_id")
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
if user_id:
|
|
48
|
+
headers["user_id"] = user_id
|
|
49
|
+
if session_id:
|
|
50
|
+
headers["session_id"] = session_id
|
|
50
51
|
telemetry.trace_agent_server(
|
|
51
52
|
func_name=f"{method} {path}",
|
|
52
53
|
span=span,
|
|
@@ -73,3 +74,5 @@ class AgentkitTelemetryHTTPMiddleware:
|
|
|
73
74
|
except Exception as e:
|
|
74
75
|
telemetry.trace_agent_server_finish(path=path, func_result="", exception=e)
|
|
75
76
|
raise
|
|
77
|
+
finally:
|
|
78
|
+
context_api.detach(token)
|
|
@@ -164,6 +164,7 @@ class VolcConfiguration:
|
|
|
164
164
|
3. Global Env Vars
|
|
165
165
|
4. Global Config File
|
|
166
166
|
5. VeFaaS IAM
|
|
167
|
+
6. .env file in current working directory (fallback)
|
|
167
168
|
"""
|
|
168
169
|
# 1. Explicit
|
|
169
170
|
if self._ak and self._sk:
|
|
@@ -189,11 +190,76 @@ class VolcConfiguration:
|
|
|
189
190
|
if creds := self._get_credential_from_vefaas_iam():
|
|
190
191
|
return creds
|
|
191
192
|
|
|
193
|
+
# 6. .env file fallback (Current Working Directory)
|
|
194
|
+
if creds := self._get_dotenv_credentials(service_key):
|
|
195
|
+
return creds
|
|
196
|
+
|
|
192
197
|
raise ValueError(
|
|
193
|
-
|
|
194
|
-
|
|
198
|
+
"\n".join(
|
|
199
|
+
[
|
|
200
|
+
f"Volcengine credentials not found (Service: {service_key}).",
|
|
201
|
+
"Recommended (global, set once):",
|
|
202
|
+
" agentkit config --global --set volcengine.access_key=YOUR_ACCESS_KEY",
|
|
203
|
+
" agentkit config --global --set volcengine.secret_key=YOUR_SECRET_KEY",
|
|
204
|
+
"Alternative (per-shell):",
|
|
205
|
+
" export VOLCENGINE_ACCESS_KEY=YOUR_ACCESS_KEY",
|
|
206
|
+
" export VOLCENGINE_SECRET_KEY=YOUR_SECRET_KEY",
|
|
207
|
+
]
|
|
208
|
+
)
|
|
195
209
|
)
|
|
196
210
|
|
|
211
|
+
def _get_dotenv_credentials(self, service_key: str) -> Optional[Credentials]:
|
|
212
|
+
"""Attempt to read credentials from a local .env file.
|
|
213
|
+
|
|
214
|
+
This is a last-resort fallback for CLI users who commonly expect `.env` in the
|
|
215
|
+
current working directory to provide environment variables.
|
|
216
|
+
|
|
217
|
+
Notes:
|
|
218
|
+
- Reads only `Path.cwd() / '.env'`.
|
|
219
|
+
- Does NOT mutate the current process environment.
|
|
220
|
+
"""
|
|
221
|
+
|
|
222
|
+
try:
|
|
223
|
+
from dotenv import dotenv_values
|
|
224
|
+
except Exception:
|
|
225
|
+
return None
|
|
226
|
+
|
|
227
|
+
env_file_path = Path.cwd() / ".env"
|
|
228
|
+
|
|
229
|
+
try:
|
|
230
|
+
values = dotenv_values(env_file_path)
|
|
231
|
+
except Exception:
|
|
232
|
+
return None
|
|
233
|
+
|
|
234
|
+
if not isinstance(values, dict):
|
|
235
|
+
return None
|
|
236
|
+
|
|
237
|
+
def _get(key: str) -> str:
|
|
238
|
+
v = values.get(key)
|
|
239
|
+
return str(v) if v is not None else ""
|
|
240
|
+
|
|
241
|
+
svc_upper = service_key.upper()
|
|
242
|
+
|
|
243
|
+
# Service-specific keys (align with environment variable behavior)
|
|
244
|
+
ak = _get(f"VOLCENGINE_{svc_upper}_ACCESS_KEY")
|
|
245
|
+
sk = _get(f"VOLCENGINE_{svc_upper}_SECRET_KEY")
|
|
246
|
+
if not ak or not sk:
|
|
247
|
+
# Legacy support
|
|
248
|
+
ak = ak or _get(f"VOLC_{svc_upper}_ACCESSKEY")
|
|
249
|
+
sk = sk or _get(f"VOLC_{svc_upper}_SECRETKEY")
|
|
250
|
+
|
|
251
|
+
if ak and sk:
|
|
252
|
+
return Credentials(access_key=ak, secret_key=sk)
|
|
253
|
+
|
|
254
|
+
# Global keys
|
|
255
|
+
ak = _get("VOLCENGINE_ACCESS_KEY") or _get("VOLC_ACCESSKEY")
|
|
256
|
+
sk = _get("VOLCENGINE_SECRET_KEY") or _get("VOLC_SECRETKEY")
|
|
257
|
+
|
|
258
|
+
if ak and sk:
|
|
259
|
+
return Credentials(access_key=ak, secret_key=sk)
|
|
260
|
+
|
|
261
|
+
return None
|
|
262
|
+
|
|
197
263
|
def _get_service_env_credentials(self, service_key: str) -> Optional[Credentials]:
|
|
198
264
|
svc_upper = service_key.upper()
|
|
199
265
|
ak = os.getenv(f"VOLCENGINE_{svc_upper}_ACCESS_KEY")
|
|
@@ -18,7 +18,7 @@ from pathlib import Path
|
|
|
18
18
|
from typing import Dict, Any, Optional
|
|
19
19
|
import logging
|
|
20
20
|
|
|
21
|
-
from dotenv import
|
|
21
|
+
from dotenv import dotenv_values
|
|
22
22
|
from yaml import safe_load, YAMLError
|
|
23
23
|
|
|
24
24
|
from .constants import AUTO_CREATE_VE
|
|
@@ -48,8 +48,7 @@ def load_dotenv_file(project_dir: Path) -> Dict[str, str]:
|
|
|
48
48
|
if not env_file_path.exists():
|
|
49
49
|
return {}
|
|
50
50
|
|
|
51
|
-
#
|
|
52
|
-
load_dotenv(env_file_path)
|
|
51
|
+
# Parse values without mutating the current process environment.
|
|
53
52
|
env_values = dotenv_values(env_file_path)
|
|
54
53
|
return {k: str(v) for k, v in env_values.items() if v is not None}
|
|
55
54
|
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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.3
|
|
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.3"
|
|
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.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/agent_server_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/simple_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/simple_app/simple_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/apps/simple_app/telemetry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/client/base_agentkit_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/builders/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/builders/ve_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
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/console_reporter.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/cli/interactive_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/config_handler.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/config_validator.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/constants.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/dataclass_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/global_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/region_resolver.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/config/strategy_configs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/base_executor.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/executors/build_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/resources/samples/a2a.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/runners/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/runners/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/runners/ve_agentkit.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/sdk/bindings/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/strategies/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/utils/agent_parser.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit/toolkit/volcengine/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/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
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit_sdk_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit_sdk_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.4.2 → agentkit_sdk_python-0.4.3}/agentkit_sdk_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|