agentkit-sdk-python 0.7.10__tar.gz → 0.7.11__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.7.10 → agentkit_sdk_python-0.7.11}/PKG-INFO +1 -1
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/model_config.py +15 -5
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/version.py +1 -1
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit_sdk_python.egg-info/PKG-INFO +1 -1
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/pyproject.toml +1 -1
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/LICENSE +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/MANIFEST.in +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/README.md +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/a2a_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/a2a_app/a2a_app.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/a2a_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/agent_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/agent_server_app/agent_server_app.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/agent_server_app/middleware.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/agent_server_app/origin.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/agent_server_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/base_app.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/mcp_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/mcp_app/mcp_app.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/mcp_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/simple_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/simple_app/simple_app.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/simple_app/simple_app_handlers.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/simple_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/utils.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/_openapi.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/_redact.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/_sigv4.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/admin.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/credential_hosting.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/errors.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/model_login.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/oauth.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/profile.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/providers.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/resolve.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/session.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/ssl_trust.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/sso.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/store.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/sts.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/client/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/client/base_agentkit_client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/client/base_iam_client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/client/base_service_client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/errors.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/_common.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/agentcore.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/langchain.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/langgraph.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/migration.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/model_replacement.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/serving/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/serving/fastapi_mount.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/serving/langserve.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/strands.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/platform/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/platform/configuration.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/platform/console_urls.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/platform/constants.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/platform/context.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/platform/provider.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/account/client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/account/types.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/identity/auth.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/identity/client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/identity/types.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/knowledge/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/knowledge/client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/knowledge/types.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/mcp/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/mcp/client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/mcp/types.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/memory/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/memory/client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/memory/types.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/runtime/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/runtime/client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/runtime/types.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/skills/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/skills/client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/skills/types.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/tools/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/tools/client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/tools/types.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/builders/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/builders/base.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/builders/local_docker.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/builders/ve_pipeline.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/builders/ve_sandbox_pipeline.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/__main__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_add.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_auth.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_build.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_config.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_delete.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_deploy.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_destroy.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_init.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_knowledge.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_launch.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_list.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_logs.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_memory.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_runtime.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_skill.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_skills.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_skills_workflow.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_status.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_tools.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_version.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/console_reporter.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/interactive_config.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/a2a_client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/agentkit_client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_build.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_create.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_exec.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_file.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_get.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_init_dockerfile.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_model_login.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_mount.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_run.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_shell.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_web.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/env_config.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/git_config.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/sandbox_client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/session_create.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/session_sync.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/tool_resolve.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/tos_config.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/utils.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/choice_resolvers.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/cloud_provider.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/config.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/config_handler.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/config_validator.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/constants.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/dataclass_utils.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/docker_build_config.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/global_config.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/region_defaults.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/region_resolver.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/strategy_configs.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/utils.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/context.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/docker/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/docker/base_images.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/docker/container.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/docker/dockerfile/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/docker/dockerfile/manager.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/docker/dockerfile/metadata.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/docker/utils.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/errors.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/executors/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/executors/base_executor.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/executors/build_executor.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/executors/deploy_executor.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/executors/init_executor.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/executors/invoke_executor.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/executors/lifecycle_executor.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/executors/status_executor.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/harness/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/harness/config_builder.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/harness/deploy.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/harness/env_mapping.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/models.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/reporter.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/a2a.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/agent_server.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/basic.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/basic_stream.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/customer_support_assistant.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/eino_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/eino_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/eino_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/eino_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/eino_a2a/main.go +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/financial_analyst.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/langchain_basic_stream.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/simple_app_veadk.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/simple_mcp_veadk.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/veadk_go_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/veadk_go_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/veadk_go_a2a/main.go +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/veadk_go_basic/agent.go +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/veadk_go_basic/build.sh +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/veadk_go_basic/go.mod +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/veadk_go_basic/go.sum +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/veadk_go_basic/main.go +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/templates/code-pipeline-sandbox-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/templates/code-pipeline-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/templates/golang/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/templates/python/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.install-package +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.install-skills +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.web-server +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/wrappers/wrapper_basic.py.jinja2 +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/wrappers/wrapper_stream.py.jinja2 +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/runners/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/runners/base.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/runners/local_docker.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/runners/ve_agentkit.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/bindings/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/bindings/memory.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/builder.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/client.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/config.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/deployer.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/initializer.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/invoker.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/lifecycle.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/sdk/status.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/strategies/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/strategies/base_strategy.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/strategies/cloud_strategy.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/strategies/hybrid_strategy.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/strategies/local_strategy.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/utils/agent_parser.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/apmplus_logs.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/code_pipeline.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/cr.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/iam.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/services/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/services/cr_service.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/services/tos_service.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/sts.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/volcengine/utils/project_archiver.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/utils/global_config_io.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/utils/http_defaults.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/utils/logging_config.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/utils/misc.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/utils/redact.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/utils/request.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/utils/template_utils.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/utils/ve_sign.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit_sdk_python.egg-info/SOURCES.txt +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit_sdk_python.egg-info/entry_points.txt +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit_sdk_python.egg-info/requires.txt +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit_sdk_python.egg-info/top_level.txt +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/setup.cfg +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/tests/test_client_uses_platform_context.py +0 -0
- {agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/tests/test_error_hierarchy.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentkit-sdk-python
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.11
|
|
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
|
|
@@ -83,8 +83,12 @@ MODEL_PROVIDER_CONFIGS: dict[str, ModelProviderConfig] = {
|
|
|
83
83
|
ModelProviderType.MODEL_SQUARE.value: ModelProviderConfig(
|
|
84
84
|
model_base_url="https://ark.cn-beijing.volces.com/api/v3",
|
|
85
85
|
anthropic_base_url="https://ark.cn-beijing.volces.com/api/compatible",
|
|
86
|
-
default_model_name="
|
|
86
|
+
default_model_name="glm-5-2-260617",
|
|
87
87
|
models={
|
|
88
|
+
"glm-5-2-260617": ModelSpec(
|
|
89
|
+
supports_reasoning_summaries=True,
|
|
90
|
+
context_window=DEFAULT_MODEL_CONTEXT_WINDOW,
|
|
91
|
+
),
|
|
88
92
|
"doubao-seed-2-0-pro-260215": ModelSpec(
|
|
89
93
|
supports_reasoning_summaries=True,
|
|
90
94
|
context_window=LIMITED_MODEL_CONTEXT_WINDOW,
|
|
@@ -435,7 +439,11 @@ def build_codex_config_toml(
|
|
|
435
439
|
'wire_api = "responses"',
|
|
436
440
|
# OAuth (ChatGPT login) providers carry no API key - codex uses the injected
|
|
437
441
|
# auth.json via `requires_openai_auth`; all others use the CODEX_API_KEY env.
|
|
438
|
-
(
|
|
442
|
+
(
|
|
443
|
+
"requires_openai_auth = true"
|
|
444
|
+
if requires_openai_auth
|
|
445
|
+
else 'env_key = "CODEX_API_KEY"'
|
|
446
|
+
),
|
|
439
447
|
"",
|
|
440
448
|
"[tui]",
|
|
441
449
|
"show_tooltips = false",
|
|
@@ -552,7 +560,7 @@ if [ -n "$REQ_CODEX_BASE_URL" ]; then
|
|
|
552
560
|
CODEX_BASE_URL="$REQ_CODEX_BASE_URL"
|
|
553
561
|
fi
|
|
554
562
|
|
|
555
|
-
CODEX_MODEL="${CODEX_MODEL:-
|
|
563
|
+
CODEX_MODEL="${CODEX_MODEL:-glm-5-2-260617}"
|
|
556
564
|
CODEX_BASE_URL="${CODEX_BASE_URL:-https://ark.cn-beijing.volces.com/api/v3}"
|
|
557
565
|
|
|
558
566
|
: >"$ENV_FILE"
|
|
@@ -653,8 +661,10 @@ def _build_model_catalog_item(model_name: str, spec: ModelSpec) -> dict:
|
|
|
653
661
|
|
|
654
662
|
def infer_model_spec(model_name: str) -> ModelSpec:
|
|
655
663
|
normalized_model_name = model_name.strip().lower()
|
|
656
|
-
if
|
|
657
|
-
"
|
|
664
|
+
if (
|
|
665
|
+
normalized_model_name == "glm-5.2"
|
|
666
|
+
or normalized_model_name.startswith("glm-5-")
|
|
667
|
+
or normalized_model_name.startswith("deepseek-v4")
|
|
658
668
|
):
|
|
659
669
|
context_window = DEFAULT_MODEL_CONTEXT_WINDOW
|
|
660
670
|
else:
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/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.7.
|
|
3
|
+
Version: 0.7.11
|
|
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
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentkit-sdk-python"
|
|
7
|
-
version = "0.7.
|
|
7
|
+
version = "0.7.11"
|
|
8
8
|
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."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
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
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/a2a_app/telemetry.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/agent_server_app/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/agent_server_app/origin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/mcp_app/telemetry.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/simple_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/apps/simple_app/simple_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/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
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/auth/credential_hosting.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
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/client/base_agentkit_client.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/client/base_iam_client.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/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
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/model_replacement.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/serving/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/frameworks/serving/langserve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/platform/configuration.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
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/sdk/knowledge/__init__.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.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/builders/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/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
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_delete.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_deploy.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_destroy.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_invoke.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_knowledge.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_launch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_memory.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_runtime.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_skills.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_status.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/cli_version.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/console_reporter.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/interactive_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/a2a_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_build.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_create.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_exec.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_file.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_get.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_invoke.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_mount.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_run.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_shell.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/cli_web.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/env_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/git_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/cli/sandbox/tos_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/cloud_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/config_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/constants.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/dataclass_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/global_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/region_defaults.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/config/region_resolver.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/docker/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/docker/base_images.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/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.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/executors/__init__.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.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/harness/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/harness/config_builder.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/harness/deploy.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/harness/env_mapping.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.10 → agentkit_sdk_python-0.7.11}/agentkit/toolkit/resources/samples/a2a.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
|