agentkit-sdk-python 0.6.5__tar.gz → 0.7.0__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.6.5 → agentkit_sdk_python-0.7.0}/PKG-INFO +1 -1
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_add.py +107 -6
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_invoke.py +29 -4
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/version.py +1 -1
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit_sdk_python.egg-info/PKG-INFO +1 -1
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/pyproject.toml +1 -1
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/LICENSE +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/MANIFEST.in +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/README.md +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/a2a_app/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/a2a_app/a2a_app.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/a2a_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/agent_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/agent_server_app/agent_server_app.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/agent_server_app/middleware.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/agent_server_app/origin.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/agent_server_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/base_app.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/mcp_app/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/mcp_app/mcp_app.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/mcp_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/simple_app/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/simple_app/simple_app.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/simple_app/simple_app_handlers.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/simple_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/utils.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/_openapi.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/_redact.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/_sigv4.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/admin.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/credential_hosting.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/errors.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/oauth.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/profile.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/providers.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/resolve.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/session.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/ssl_trust.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/sso.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/store.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/auth/sts.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/client/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/client/base_agentkit_client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/client/base_iam_client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/client/base_service_client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/platform/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/platform/configuration.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/platform/console_urls.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/platform/constants.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/platform/context.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/platform/provider.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/account/client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/account/types.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/identity/auth.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/identity/client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/identity/types.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/knowledge/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/knowledge/client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/knowledge/types.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/mcp/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/mcp/client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/mcp/types.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/memory/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/memory/client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/memory/types.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/runtime/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/runtime/client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/runtime/types.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/skills/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/skills/client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/skills/types.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/tools/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/tools/client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/sdk/tools/types.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/builders/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/builders/base.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/builders/local_docker.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/builders/ve_pipeline.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/__main__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_auth.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_build.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_config.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_delete.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_deploy.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_destroy.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_init.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_knowledge.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_launch.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_list.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_logs.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_memory.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_runtime.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_skill.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_skills.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_skills_workflow.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_status.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_tools.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_version.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/console_reporter.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/interactive_config.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_create.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_exec.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_file.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_get.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_mount.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_run.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_shell.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_web.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/git_config.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/model_config.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/sandbox_client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/session_create.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/session_sync.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/tool_resolve.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/tos_config.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/utils.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/choice_resolvers.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/cloud_provider.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/config.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/config_handler.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/config_validator.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/constants.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/dataclass_utils.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/docker_build_config.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/global_config.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/region_defaults.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/region_resolver.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/strategy_configs.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/config/utils.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/context.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/docker/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/docker/base_images.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/docker/container.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/docker/dockerfile/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/docker/dockerfile/manager.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/docker/dockerfile/metadata.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/docker/utils.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/errors.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/executors/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/executors/base_executor.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/executors/build_executor.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/executors/deploy_executor.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/executors/init_executor.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/executors/invoke_executor.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/executors/lifecycle_executor.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/executors/status_executor.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/harness/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/harness/config_builder.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/harness/deploy.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/harness/env_mapping.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/models.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/reporter.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/__pycache__/customer_support_assistant.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/__pycache__/financial_analyst.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/__pycache__/simple_app_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/__pycache__/simple_mcp_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/a2a.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/agent_server.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/basic.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/basic_stream.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/customer_support_assistant.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/eino_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/eino_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/eino_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/eino_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/eino_a2a/main.go +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/financial_analyst.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/langchain_basic_stream.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/simple_app_veadk.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/simple_mcp_veadk.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/veadk_go_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/veadk_go_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/veadk_go_a2a/main.go +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/veadk_go_basic/agent.go +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/veadk_go_basic/build.sh +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/veadk_go_basic/go.mod +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/veadk_go_basic/go.sum +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/samples/veadk_go_basic/main.go +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/templates/code-pipeline-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/templates/golang/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/templates/python/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/wrappers/wrapper_basic.py.jinja2 +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/resources/wrappers/wrapper_stream.py.jinja2 +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/runners/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/runners/base.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/runners/local_docker.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/runners/ve_agentkit.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/bindings/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/bindings/memory.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/builder.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/client.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/config.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/deployer.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/initializer.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/invoker.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/lifecycle.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/sdk/status.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/strategies/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/strategies/base_strategy.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/strategies/cloud_strategy.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/strategies/hybrid_strategy.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/strategies/local_strategy.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/utils/agent_parser.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/apmplus_logs.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/code_pipeline.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/cr.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/iam.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/services/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/services/cr_service.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/services/tos_service.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/sts.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/volcengine/utils/project_archiver.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/utils/global_config_io.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/utils/logging_config.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/utils/misc.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/utils/request.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/utils/template_utils.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/utils/ve_sign.py +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit_sdk_python.egg-info/SOURCES.txt +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit_sdk_python.egg-info/entry_points.txt +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit_sdk_python.egg-info/requires.txt +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit_sdk_python.egg-info/top_level.txt +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/setup.cfg +0 -0
- {agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/tests/test_client_uses_platform_context.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentkit-sdk-python
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.0
|
|
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
|
|
@@ -26,6 +26,7 @@ auth block), serialized as a layered JSON document::
|
|
|
26
26
|
"tools": ["web_search"],
|
|
27
27
|
"skills": [],
|
|
28
28
|
"system_prompt": "You are a helpful assistant.",
|
|
29
|
+
"description": "A helpful assistant.",
|
|
29
30
|
"runtime": "adk",
|
|
30
31
|
"knowledgebase": {"type": "viking", "project": "...", "region": "..."},
|
|
31
32
|
"long_term_memory": {"type": ""},
|
|
@@ -42,7 +43,7 @@ import os
|
|
|
42
43
|
import re
|
|
43
44
|
from pathlib import Path
|
|
44
45
|
from typing import Any, Optional
|
|
45
|
-
from urllib.parse import parse_qs, urlparse
|
|
46
|
+
from urllib.parse import parse_qs, urlparse, urlunparse
|
|
46
47
|
|
|
47
48
|
import typer
|
|
48
49
|
from rich.console import Console
|
|
@@ -74,6 +75,10 @@ _REGISTRY_QUERY_KEYS = {
|
|
|
74
75
|
_REGISTRY_INT_KEYS = {"top_k"}
|
|
75
76
|
_REGISTER_NETWORK_TYPES = {"public", "private"}
|
|
76
77
|
_REGISTER_DEFAULT_VERSION = "2025-10-30"
|
|
78
|
+
_DEFAULT_A2A_REGISTRY_URI = (
|
|
79
|
+
"agentkit://a2a-registry?"
|
|
80
|
+
"space_name=Default®ion=cn-beijing&endpoint=https://open.volcengineapi.com/"
|
|
81
|
+
)
|
|
77
82
|
|
|
78
83
|
|
|
79
84
|
class _A2ARegisterError(Exception):
|
|
@@ -96,6 +101,17 @@ def _is_blank(value: object) -> bool:
|
|
|
96
101
|
return value is None or value == "" or value == [] or value == {}
|
|
97
102
|
|
|
98
103
|
|
|
104
|
+
def _derive_agent_name(harness_name: str) -> str:
|
|
105
|
+
"""ADK agent name derived from a harness name.
|
|
106
|
+
|
|
107
|
+
Must mirror veadk's ``harness_app/utils.py::agent_name_from_harness``.
|
|
108
|
+
"""
|
|
109
|
+
name = re.sub(r"[^0-9A-Za-z_]", "_", harness_name or "")
|
|
110
|
+
if not name or name[0].isdigit():
|
|
111
|
+
name = f"_{name}"
|
|
112
|
+
return f"{name}_" if name == "user" else name
|
|
113
|
+
|
|
114
|
+
|
|
99
115
|
def _prune(data: dict) -> None:
|
|
100
116
|
"""Drop unset fields so the file holds only what is configured.
|
|
101
117
|
|
|
@@ -142,9 +158,16 @@ def _parse_registry_int(key: str, value: object) -> object:
|
|
|
142
158
|
raise ValueError(f"Registry param `{key}` must be an integer, got {value!r}.") from exc
|
|
143
159
|
|
|
144
160
|
|
|
161
|
+
def _expand_default_registry_uri(value: str) -> str:
|
|
162
|
+
raw = value.strip()
|
|
163
|
+
if raw.lower() == "default":
|
|
164
|
+
return _DEFAULT_A2A_REGISTRY_URI
|
|
165
|
+
return raw
|
|
166
|
+
|
|
167
|
+
|
|
145
168
|
def _parse_registry_uri(value: str) -> dict:
|
|
146
169
|
"""Parse the supported AgentKit A2A registry URI into a spec section."""
|
|
147
|
-
raw = value
|
|
170
|
+
raw = _expand_default_registry_uri(value)
|
|
148
171
|
if raw.lower() == "disabled":
|
|
149
172
|
return {"type": ""}
|
|
150
173
|
|
|
@@ -157,7 +180,7 @@ def _parse_registry_uri(value: str) -> dict:
|
|
|
157
180
|
raise ValueError(
|
|
158
181
|
"Unsupported registry URI. Currently only "
|
|
159
182
|
"`agentkit://a2a-registry?space_id=xxx&top_k=3` or "
|
|
160
|
-
"`disabled` is supported."
|
|
183
|
+
"`default` / `disabled` is supported."
|
|
161
184
|
)
|
|
162
185
|
|
|
163
186
|
query = {
|
|
@@ -211,8 +234,13 @@ def _apply_registry_config(
|
|
|
211
234
|
section = {}
|
|
212
235
|
|
|
213
236
|
if registry is not None:
|
|
214
|
-
|
|
237
|
+
parsed_registry = _parse_registry_uri(registry)
|
|
238
|
+
if parsed_registry.get("space_name") and "space_id" not in parsed_registry:
|
|
239
|
+
section.pop("space_id", None)
|
|
240
|
+
section.update(parsed_registry)
|
|
215
241
|
|
|
242
|
+
if registry_space_name is not None:
|
|
243
|
+
section.pop("space_id", None)
|
|
216
244
|
_set_registry_value(section, "space_id", registry_space_id)
|
|
217
245
|
_set_registry_value(section, "space_name", registry_space_name)
|
|
218
246
|
_set_registry_value(section, "top_k", registry_top_k)
|
|
@@ -253,6 +281,16 @@ def _apply_registry_config(
|
|
|
253
281
|
)
|
|
254
282
|
|
|
255
283
|
data["registry"] = section
|
|
284
|
+
if section.get("type") == "agentkit_a2a":
|
|
285
|
+
resolved_endpoint, resolved_region = _resolve_agentkit_openapi_target(
|
|
286
|
+
endpoint=str(section["endpoint"]) if section.get("endpoint") else None,
|
|
287
|
+
region=str(section["region"]) if section.get("region") else None,
|
|
288
|
+
)
|
|
289
|
+
_enable_a2a_space_intent(
|
|
290
|
+
str(section["space_id"]),
|
|
291
|
+
endpoint=resolved_endpoint,
|
|
292
|
+
region=resolved_region,
|
|
293
|
+
)
|
|
256
294
|
|
|
257
295
|
|
|
258
296
|
def _load_spec(path: Path) -> dict:
|
|
@@ -294,6 +332,30 @@ def _default_agentkit_endpoint(region: str) -> str:
|
|
|
294
332
|
return f"https://agentkit.{region}.volcengineapi.com/"
|
|
295
333
|
|
|
296
334
|
|
|
335
|
+
def _resolve_agentkit_openapi_target(
|
|
336
|
+
*,
|
|
337
|
+
endpoint: Optional[str],
|
|
338
|
+
region: Optional[str],
|
|
339
|
+
) -> tuple[str, str]:
|
|
340
|
+
resolved_region = (
|
|
341
|
+
region
|
|
342
|
+
or os.getenv("AGENTKIT_REGION")
|
|
343
|
+
or os.getenv("VOLCENGINE_REGION")
|
|
344
|
+
or "cn-beijing"
|
|
345
|
+
)
|
|
346
|
+
resolved_endpoint = endpoint or _default_agentkit_endpoint(str(resolved_region))
|
|
347
|
+
parsed = urlparse(resolved_endpoint)
|
|
348
|
+
if (
|
|
349
|
+
parsed.scheme
|
|
350
|
+
and parsed.netloc
|
|
351
|
+
and (parsed.query or parsed.params or parsed.fragment)
|
|
352
|
+
):
|
|
353
|
+
resolved_endpoint = urlunparse(
|
|
354
|
+
(parsed.scheme, parsed.netloc, parsed.path or "/", "", "", "")
|
|
355
|
+
)
|
|
356
|
+
return resolved_endpoint, str(resolved_region)
|
|
357
|
+
|
|
358
|
+
|
|
297
359
|
def _request_id(response: dict[str, Any]) -> str | None:
|
|
298
360
|
return (response.get("ResponseMetadata") or {}).get("RequestId")
|
|
299
361
|
|
|
@@ -374,6 +436,25 @@ def _agentkit_post(
|
|
|
374
436
|
return data, duration_ms
|
|
375
437
|
|
|
376
438
|
|
|
439
|
+
def _enable_a2a_space_intent(
|
|
440
|
+
space_id: str,
|
|
441
|
+
*,
|
|
442
|
+
endpoint: str,
|
|
443
|
+
region: str,
|
|
444
|
+
) -> dict[str, Any]:
|
|
445
|
+
response, request_duration_ms = _agentkit_post(
|
|
446
|
+
endpoint=endpoint,
|
|
447
|
+
version=_REGISTER_DEFAULT_VERSION,
|
|
448
|
+
region=region,
|
|
449
|
+
action="UpdateA2aSpace",
|
|
450
|
+
body={"Id": space_id, "IntentEnabled": True},
|
|
451
|
+
)
|
|
452
|
+
return {
|
|
453
|
+
"request_id": _request_id(response),
|
|
454
|
+
"request_duration_ms": request_duration_ms,
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
|
|
377
458
|
def _resolve_a2a_space_id_by_name(
|
|
378
459
|
space_name: str,
|
|
379
460
|
*,
|
|
@@ -587,6 +668,12 @@ def harness_command(
|
|
|
587
668
|
system_prompt: Optional[str] = typer.Option(
|
|
588
669
|
None, "--system-prompt", help="Agent system prompt / instruction."
|
|
589
670
|
),
|
|
671
|
+
description: Optional[str] = typer.Option(
|
|
672
|
+
None,
|
|
673
|
+
"--description",
|
|
674
|
+
"--desc",
|
|
675
|
+
help="Agent description (used at agent init, e.g. for A2A discovery).",
|
|
676
|
+
),
|
|
590
677
|
model_name: Optional[str] = typer.Option(
|
|
591
678
|
None, "--model-name", help="Reasoning model name."
|
|
592
679
|
),
|
|
@@ -612,7 +699,10 @@ def harness_command(
|
|
|
612
699
|
registry: Optional[str] = typer.Option(
|
|
613
700
|
None,
|
|
614
701
|
"--registry",
|
|
615
|
-
help=
|
|
702
|
+
help=(
|
|
703
|
+
'AgentKit A2A registry URI, "default", or "disabled", e.g. '
|
|
704
|
+
'"agentkit://a2a-registry?space_id=xxx&top_k=3".'
|
|
705
|
+
),
|
|
616
706
|
),
|
|
617
707
|
registry_space_id: Optional[str] = typer.Option(
|
|
618
708
|
None, "--registry-space-id", help="AgentKit A2A SpaceId."
|
|
@@ -790,6 +880,13 @@ def harness_command(
|
|
|
790
880
|
)
|
|
791
881
|
raise typer.Exit(1)
|
|
792
882
|
|
|
883
|
+
agent_name = _derive_agent_name(name)
|
|
884
|
+
if agent_name != name:
|
|
885
|
+
console.print(
|
|
886
|
+
f"[yellow]ℹ Once deployed, the agent will be named "
|
|
887
|
+
f"'{agent_name}' instead of '{name}'.[/yellow]"
|
|
888
|
+
)
|
|
889
|
+
|
|
793
890
|
_validate_choice("--runtime", runtime, _RUNTIMES)
|
|
794
891
|
_validate_choice("--knowledgebase-type", knowledgebase_type, _KNOWLEDGEBASE_TYPES)
|
|
795
892
|
_validate_choice(
|
|
@@ -820,6 +917,8 @@ def harness_command(
|
|
|
820
917
|
data["model"]["name"] = model_name
|
|
821
918
|
if system_prompt is not None:
|
|
822
919
|
data["system_prompt"] = system_prompt
|
|
920
|
+
if description is not None:
|
|
921
|
+
data["description"] = description
|
|
823
922
|
if runtime is not None:
|
|
824
923
|
data["runtime"] = runtime
|
|
825
924
|
if structured_tool_calls is not None:
|
|
@@ -904,7 +1003,9 @@ def harness_command(
|
|
|
904
1003
|
registry_region,
|
|
905
1004
|
)
|
|
906
1005
|
except _A2ARegisterError as exc:
|
|
907
|
-
console.print(
|
|
1006
|
+
console.print(
|
|
1007
|
+
f"[red]Error: failed to configure A2A registry: {exc.message}[/red]"
|
|
1008
|
+
)
|
|
908
1009
|
if exc.diagnostics:
|
|
909
1010
|
console.print(json.dumps(exc.diagnostics, ensure_ascii=False, indent=2))
|
|
910
1011
|
raise typer.Exit(1) from exc
|
|
@@ -662,6 +662,7 @@ def _parse_harness_registry_override(value: Optional[str]) -> dict[str, Any]:
|
|
|
662
662
|
"""Parse ``--registry`` into one-time harness registry overrides.
|
|
663
663
|
|
|
664
664
|
Supported forms:
|
|
665
|
+
- default (Default space in cn-beijing via https://open.volcengineapi.com/)
|
|
665
666
|
- agentkit://a2a-registry?space_id=xxx&top_k=3®ion=cn-beijing
|
|
666
667
|
- https://... (treated as registry_endpoint; recognized query params are
|
|
667
668
|
also extracted when present)
|
|
@@ -673,6 +674,9 @@ def _parse_harness_registry_override(value: Optional[str]) -> dict[str, Any]:
|
|
|
673
674
|
if not raw:
|
|
674
675
|
return {}
|
|
675
676
|
|
|
677
|
+
from agentkit.toolkit.cli.cli_add import _expand_default_registry_uri
|
|
678
|
+
|
|
679
|
+
raw = _expand_default_registry_uri(raw)
|
|
676
680
|
parsed = urlparse(raw)
|
|
677
681
|
overrides: dict[str, Any] = {}
|
|
678
682
|
|
|
@@ -686,14 +690,16 @@ def _parse_harness_registry_override(value: Optional[str]) -> dict[str, Any]:
|
|
|
686
690
|
if parsed.netloc != "a2a-registry" or parsed.path not in {"", "/"}:
|
|
687
691
|
raise ValueError(
|
|
688
692
|
"Unsupported registry URI. Use "
|
|
689
|
-
'`agentkit://a2a-registry?space_id=xxx&top_k=3
|
|
693
|
+
'`default`, `agentkit://a2a-registry?space_id=xxx&top_k=3`, '
|
|
694
|
+
"or an http(s) URL."
|
|
690
695
|
)
|
|
691
696
|
elif parsed.scheme in {"http", "https"}:
|
|
692
697
|
overrides["registry_endpoint"] = raw
|
|
693
698
|
else:
|
|
694
699
|
raise ValueError(
|
|
695
700
|
"Unsupported registry value. Use "
|
|
696
|
-
'`agentkit://a2a-registry?space_id=xxx&top_k=3
|
|
701
|
+
'`default`, `agentkit://a2a-registry?space_id=xxx&top_k=3`, '
|
|
702
|
+
"or an http(s) URL."
|
|
697
703
|
)
|
|
698
704
|
|
|
699
705
|
unknown = sorted(set(query) - set(_INVOKE_REGISTRY_QUERY_ALIASES))
|
|
@@ -786,6 +792,23 @@ def _merge_harness_registry_overrides(
|
|
|
786
792
|
return overrides
|
|
787
793
|
|
|
788
794
|
|
|
795
|
+
def _enable_harness_registry_intent(overrides: dict[str, Any]) -> None:
|
|
796
|
+
space_id = overrides.get("registry_space_id")
|
|
797
|
+
if not space_id:
|
|
798
|
+
return
|
|
799
|
+
|
|
800
|
+
from agentkit.toolkit.cli.cli_add import (
|
|
801
|
+
_enable_a2a_space_intent,
|
|
802
|
+
_resolve_agentkit_openapi_target,
|
|
803
|
+
)
|
|
804
|
+
|
|
805
|
+
endpoint, region = _resolve_agentkit_openapi_target(
|
|
806
|
+
endpoint=overrides.get("registry_endpoint"),
|
|
807
|
+
region=overrides.get("registry_region"),
|
|
808
|
+
)
|
|
809
|
+
_enable_a2a_space_intent(str(space_id), endpoint=endpoint, region=region)
|
|
810
|
+
|
|
811
|
+
|
|
789
812
|
# Fixed ADK app name for the run_sse path. The harness loader serves its single
|
|
790
813
|
# agent under any app name, so a stable constant keeps the CLI decoupled from the
|
|
791
814
|
# deployed HARNESS_NAME.
|
|
@@ -998,7 +1021,8 @@ def harness_command(
|
|
|
998
1021
|
"--registry",
|
|
999
1022
|
help=(
|
|
1000
1023
|
"Override A2A registry for this invocation. Accepts "
|
|
1001
|
-
"`agentkit://a2a-registry?space_id=xxx&top_k=3
|
|
1024
|
+
"`default`, `agentkit://a2a-registry?space_id=xxx&top_k=3`, "
|
|
1025
|
+
"or an http(s) URL."
|
|
1002
1026
|
),
|
|
1003
1027
|
),
|
|
1004
1028
|
registry_top_k: int = typer.Option(
|
|
@@ -1066,8 +1090,9 @@ def harness_command(
|
|
|
1066
1090
|
registry_endpoint=registry_endpoint,
|
|
1067
1091
|
registry_region=registry_region,
|
|
1068
1092
|
)
|
|
1093
|
+
_enable_harness_registry_intent(registry_overrides)
|
|
1069
1094
|
except _A2ARegisterError as e:
|
|
1070
|
-
console.print(f"[red]Error: failed to
|
|
1095
|
+
console.print(f"[red]Error: failed to configure A2A registry: {e}[/red]")
|
|
1071
1096
|
raise typer.Exit(1)
|
|
1072
1097
|
except ValueError as e:
|
|
1073
1098
|
console.print(f"[red]Error: {e}[/red]")
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/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.
|
|
3
|
+
Version: 0.7.0
|
|
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.
|
|
3
|
+
version = "0.7.0"
|
|
4
4
|
description = "Python SDK for transforming any AI agent into a production-ready application. Framework-agnostic primitives for runtime, memory, authentication, and tools with volcengine-managed infrastructure."
|
|
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.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/agent_server_app/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/agent_server_app/middleware.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/agent_server_app/origin.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/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.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/simple_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/simple_app/simple_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/apps/simple_app/telemetry.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
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/client/base_agentkit_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/client/base_service_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/builders/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/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
|
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/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
|
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/cli_skills_workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/console_reporter.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/interactive_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_create.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_exec.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_file.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_get.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_mount.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_run.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_shell.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/cli_web.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.6.5 → agentkit_sdk_python-0.7.0}/agentkit/toolkit/cli/sandbox/git_config.py
RENAMED
|
File without changes
|