agentkit-sdk-python 0.5.6__tar.gz → 0.5.7__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.6/agentkit_sdk_python.egg-info → agentkit_sdk_python-0.5.7}/PKG-INFO +1 -1
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/agent_server_app/agent_server_app.py +12 -4
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/client/base_service_client.py +4 -1
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/version.py +1 -1
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7/agentkit_sdk_python.egg-info}/PKG-INFO +1 -1
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/pyproject.toml +2 -2
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/LICENSE +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/MANIFEST.in +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/README.md +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/a2a_app/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/a2a_app/a2a_app.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/a2a_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/agent_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/agent_server_app/middleware.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/agent_server_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/base_app.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/mcp_app/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/mcp_app/mcp_app.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/mcp_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/simple_app/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/simple_app/simple_app.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/simple_app/simple_app_handlers.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/simple_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/utils.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/client/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/client/base_agentkit_client.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/client/base_iam_client.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/platform/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/platform/configuration.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/platform/console_urls.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/platform/constants.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/platform/context.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/platform/provider.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/account/client.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/account/types.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/identity/auth.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/knowledge/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/knowledge/client.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/knowledge/types.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/mcp/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/mcp/client.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/mcp/types.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/memory/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/memory/client.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/memory/types.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/runtime/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/runtime/client.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/runtime/types.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/skills/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/skills/client.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/skills/types.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/tools/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/tools/client.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/sdk/tools/types.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/builders/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/builders/base.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/builders/local_docker.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/builders/ve_pipeline.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/__main__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_build.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_config.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_deploy.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_destroy.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_init.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_knowledge.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_launch.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_memory.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_runtime.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_skills.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_skills_workflow.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_status.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_tools.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/cli_version.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/console_reporter.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/interactive_config.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/utils.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/choice_resolvers.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/cloud_provider.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/config.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/config_handler.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/config_validator.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/constants.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/dataclass_utils.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/docker_build_config.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/global_config.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/region_defaults.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/region_resolver.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/strategy_configs.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/utils.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/context.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/docker/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/docker/base_images.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/docker/container.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/docker/dockerfile/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/docker/dockerfile/manager.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/docker/dockerfile/metadata.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/docker/utils.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/errors.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/base_executor.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/build_executor.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/deploy_executor.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/init_executor.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/invoke_executor.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/lifecycle_executor.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/status_executor.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/models.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/reporter.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/__pycache__/customer_support_assistant.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/__pycache__/financial_analyst.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/__pycache__/simple_app_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/__pycache__/simple_mcp_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/a2a.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/agent_server.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/basic.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/basic_stream.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/customer_support_assistant.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/eino_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/eino_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/eino_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/eino_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/eino_a2a/main.go +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/financial_analyst.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/langchain_basic_stream.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/simple_app_veadk.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/simple_mcp_veadk.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/veadk_go_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/veadk_go_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/veadk_go_a2a/main.go +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/veadk_go_basic/agent.go +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/veadk_go_basic/build.sh +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/veadk_go_basic/go.mod +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/veadk_go_basic/go.sum +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/veadk_go_basic/main.go +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/templates/code-pipeline-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/templates/golang/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/templates/python/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/wrappers/wrapper_basic.py.jinja2 +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/wrappers/wrapper_stream.py.jinja2 +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/runners/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/runners/base.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/runners/local_docker.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/runners/ve_agentkit.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/bindings/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/bindings/memory.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/builder.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/client.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/config.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/deployer.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/initializer.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/invoker.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/lifecycle.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/status.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/strategies/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/strategies/base_strategy.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/strategies/cloud_strategy.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/strategies/hybrid_strategy.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/strategies/local_strategy.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/utils/agent_parser.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/code_pipeline.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/cr.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/iam.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/services/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/services/cr_service.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/services/tos_service.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/sts.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/utils/project_archiver.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/utils/global_config_io.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/utils/logging_config.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/utils/misc.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/utils/request.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/utils/template_utils.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/utils/ve_sign.py +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit_sdk_python.egg-info/SOURCES.txt +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit_sdk_python.egg-info/entry_points.txt +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit_sdk_python.egg-info/requires.txt +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit_sdk_python.egg-info/top_level.txt +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/setup.cfg +0 -0
- {agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/tests/test_client_uses_platform_context.py +0 -0
{agentkit_sdk_python-0.5.6/agentkit_sdk_python.egg-info → agentkit_sdk_python-0.5.7}/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.7
|
|
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
|
|
@@ -16,7 +16,6 @@ import json
|
|
|
16
16
|
import logging
|
|
17
17
|
from contextlib import asynccontextmanager
|
|
18
18
|
from typing import Any
|
|
19
|
-
from typing_extensions import override
|
|
20
19
|
|
|
21
20
|
import uvicorn
|
|
22
21
|
from fastapi import FastAPI, HTTPException, Request
|
|
@@ -42,9 +41,10 @@ from google.adk.sessions.base_session_service import BaseSessionService
|
|
|
42
41
|
from google.adk.utils.context_utils import Aclosing
|
|
43
42
|
from google.genai import types
|
|
44
43
|
from opentelemetry import trace
|
|
44
|
+
from typing_extensions import override
|
|
45
45
|
from veadk import Agent
|
|
46
|
-
from veadk.runner import Runner
|
|
47
46
|
from veadk.memory.short_term_memory import ShortTermMemory
|
|
47
|
+
from veadk.runner import Runner
|
|
48
48
|
|
|
49
49
|
from agentkit.apps.agent_server_app.middleware import (
|
|
50
50
|
AgentkitTelemetryHTTPMiddleware,
|
|
@@ -100,6 +100,7 @@ class AgentkitAgentServerApp(BaseAgentkitApp):
|
|
|
100
100
|
short_term_memory: BaseSessionService | ShortTermMemory | None = None,
|
|
101
101
|
*,
|
|
102
102
|
app: App | None = None,
|
|
103
|
+
allow_origins: list[str] | None = None,
|
|
103
104
|
) -> None:
|
|
104
105
|
super().__init__()
|
|
105
106
|
|
|
@@ -136,7 +137,12 @@ class AgentkitAgentServerApp(BaseAgentkitApp):
|
|
|
136
137
|
agents_dir=".",
|
|
137
138
|
)
|
|
138
139
|
|
|
139
|
-
runner = Runner(
|
|
140
|
+
runner = Runner(
|
|
141
|
+
agent=root_agent,
|
|
142
|
+
short_term_memory=short_term_memory
|
|
143
|
+
if isinstance(short_term_memory, ShortTermMemory)
|
|
144
|
+
else None,
|
|
145
|
+
)
|
|
140
146
|
_a2a_server_app = to_a2a(agent=root_agent, runner=runner)
|
|
141
147
|
|
|
142
148
|
@asynccontextmanager
|
|
@@ -147,7 +153,9 @@ class AgentkitAgentServerApp(BaseAgentkitApp):
|
|
|
147
153
|
await handler()
|
|
148
154
|
yield
|
|
149
155
|
|
|
150
|
-
self.app = self.server.get_fast_api_app(
|
|
156
|
+
self.app = self.server.get_fast_api_app(
|
|
157
|
+
lifespan=lifespan, allow_origins=allow_origins
|
|
158
|
+
)
|
|
151
159
|
|
|
152
160
|
@self.app.post("/run_sse")
|
|
153
161
|
async def run_agent_sse(req: RunAgentRequest) -> StreamingResponse:
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/client/base_service_client.py
RENAMED
|
@@ -18,6 +18,7 @@ This is the top-level base class for all service clients.
|
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
import json
|
|
21
|
+
import logging
|
|
21
22
|
from typing import Any, Dict, Type, TypeVar, Union, Optional
|
|
22
23
|
from dataclasses import dataclass
|
|
23
24
|
|
|
@@ -34,6 +35,7 @@ from agentkit.platform import (
|
|
|
34
35
|
from agentkit.platform.configuration import Credentials as PlatformCredentials
|
|
35
36
|
from agentkit.platform.provider import CloudProvider
|
|
36
37
|
from agentkit.utils.ve_sign import ensure_x_custom_source_header
|
|
38
|
+
logger = logging.getLogger(__name__)
|
|
37
39
|
|
|
38
40
|
T = TypeVar("T")
|
|
39
41
|
_CREDENTIAL_ERROR_TOKENS = frozenset(
|
|
@@ -304,7 +306,8 @@ class BaseServiceClient(Service):
|
|
|
304
306
|
|
|
305
307
|
if not res:
|
|
306
308
|
raise Exception(f"Empty response from {api_action} request.")
|
|
307
|
-
|
|
309
|
+
# debug level log res
|
|
310
|
+
logger.debug(f"Response from {api_action} request: {res}")
|
|
308
311
|
response_data = json.loads(res)
|
|
309
312
|
metadata = response_data.get("ResponseMetadata", {})
|
|
310
313
|
if metadata.get("Error"):
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7/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.7
|
|
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.7"
|
|
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"
|
|
@@ -105,4 +105,4 @@ exclude = [
|
|
|
105
105
|
|
|
106
106
|
[tool.ruff.lint.per-file-ignores]
|
|
107
107
|
"__init__.py" = ["F401"]
|
|
108
|
-
"tests/*" = ["F401", "F811"]
|
|
108
|
+
"tests/*" = ["F401", "F811"]
|
|
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.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/agent_server_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/agent_server_app/middleware.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/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.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/simple_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/simple_app/simple_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/apps/simple_app/telemetry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/client/base_agentkit_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
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/builders/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/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.5.6 → agentkit_sdk_python-0.5.7}/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.6 → agentkit_sdk_python-0.5.7}/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.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/console_reporter.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/cli/interactive_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/choice_resolvers.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/cloud_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/config_handler.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/config_validator.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/constants.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/dataclass_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/global_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/region_defaults.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/region_resolver.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/config/strategy_configs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/docker/base_images.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/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.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/base_executor.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/executors/build_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/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.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/resources/samples/a2a.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/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.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/runners/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/runners/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/runners/ve_agentkit.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/sdk/bindings/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/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.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/strategies/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/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.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/utils/agent_parser.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit/toolkit/volcengine/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/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.5.6 → agentkit_sdk_python-0.5.7}/agentkit_sdk_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit_sdk_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/agentkit_sdk_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.5.6 → agentkit_sdk_python-0.5.7}/tests/test_client_uses_platform_context.py
RENAMED
|
File without changes
|