agentkit-sdk-python 0.7.12__tar.gz → 0.7.13__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.12/agentkit_sdk_python.egg-info → agentkit_sdk_python-0.7.13}/PKG-INFO +2 -1
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_exec.py +89 -35
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/version.py +1 -1
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13/agentkit_sdk_python.egg-info}/PKG-INFO +2 -1
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit_sdk_python.egg-info/requires.txt +3 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/pyproject.toml +2 -1
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/LICENSE +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/MANIFEST.in +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/README.md +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/a2a_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/a2a_app/a2a_app.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/a2a_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/agent_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/agent_server_app/agent_server_app.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/agent_server_app/middleware.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/agent_server_app/origin.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/agent_server_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/base_app.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/langgraph_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/langgraph_server_app/langgraph_server_app.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/mcp_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/mcp_app/mcp_app.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/mcp_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/simple_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/simple_app/simple_app.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/simple_app/simple_app_handlers.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/simple_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/utils.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/_openapi.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/_redact.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/_sigv4.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/admin.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/credential_hosting.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/errors.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/model_login.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/oauth.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/profile.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/providers.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/resolve.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/session.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/ssl_trust.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/sso.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/store.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/auth/sts.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/client/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/client/base_agentkit_client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/client/base_iam_client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/client/base_service_client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/errors.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/_common.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/agentcore.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/langchain.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/langgraph.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/migration.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/model_replacement.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/serving/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/serving/fastapi_mount.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/serving/langserve.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/strands.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/platform/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/platform/configuration.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/platform/console_urls.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/platform/constants.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/platform/context.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/platform/provider.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/account/client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/account/types.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/identity/auth.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/identity/client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/identity/types.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/knowledge/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/knowledge/client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/knowledge/types.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/mcp/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/mcp/client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/mcp/types.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/memory/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/memory/client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/memory/types.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/runtime/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/runtime/client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/runtime/types.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/skills/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/skills/client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/skills/types.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/tools/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/tools/client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/sdk/tools/types.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/builders/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/builders/base.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/builders/local_docker.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/builders/ve_pipeline.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/builders/ve_sandbox_pipeline.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/__main__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_add.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_auth.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_build.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_delete.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_deploy.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_destroy.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_init.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_knowledge.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_launch.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_list.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_logs.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_memory.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_runtime.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_skill.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_skills.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_skills_workflow.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_status.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_tools.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_version.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/console_reporter.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/interactive_config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/a2a_client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/agentkit_client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_build.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_create.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_file.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_get.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_init_dockerfile.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_model_login.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_mount.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_run.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_shell.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_web.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/env_config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/git_config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/model_config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/sandbox_client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/session_create.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/session_sync.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/tool_resolve.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/tos_config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/utils.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/choice_resolvers.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/cloud_provider.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/config_handler.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/config_validator.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/constants.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/dataclass_utils.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/docker_build_config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/global_config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/region_defaults.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/region_resolver.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/strategy_configs.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/utils.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/context.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/docker/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/docker/base_images.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/docker/container.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/docker/dockerfile/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/docker/dockerfile/manager.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/docker/dockerfile/metadata.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/docker/utils.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/errors.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/executors/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/executors/base_executor.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/executors/build_executor.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/executors/deploy_executor.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/executors/init_executor.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/executors/invoke_executor.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/executors/lifecycle_executor.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/executors/status_executor.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/harness/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/harness/config_builder.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/harness/deploy.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/harness/env_mapping.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/models.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/reporter.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/a2a.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/agent_server.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/basic.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/basic_stream.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/customer_support_assistant.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/eino_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/eino_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/eino_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/eino_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/eino_a2a/main.go +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/financial_analyst.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/langchain_basic_stream.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/simple_app_veadk.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/simple_mcp_veadk.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/veadk_go_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/veadk_go_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/veadk_go_a2a/main.go +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/veadk_go_basic/agent.go +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/veadk_go_basic/build.sh +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/veadk_go_basic/go.mod +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/veadk_go_basic/go.sum +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/samples/veadk_go_basic/main.go +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/templates/code-pipeline-sandbox-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/templates/code-pipeline-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/templates/golang/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/templates/python/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.install-package +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.install-skills +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.web-server +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/wrappers/wrapper_basic.py.jinja2 +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/resources/wrappers/wrapper_stream.py.jinja2 +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/runners/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/runners/base.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/runners/local_docker.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/runners/ve_agentkit.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/bindings/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/bindings/memory.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/builder.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/client.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/deployer.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/initializer.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/invoker.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/lifecycle.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/sdk/status.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/strategies/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/strategies/base_strategy.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/strategies/cloud_strategy.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/strategies/hybrid_strategy.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/strategies/local_strategy.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/utils/agent_parser.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/apmplus_logs.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/code_pipeline.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/cr.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/iam.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/services/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/services/cr_service.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/services/tos_service.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/sts.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/volcengine/utils/project_archiver.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/utils/global_config_io.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/utils/http_defaults.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/utils/logging_config.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/utils/misc.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/utils/redact.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/utils/request.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/utils/template_utils.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/utils/ve_sign.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit_sdk_python.egg-info/SOURCES.txt +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit_sdk_python.egg-info/entry_points.txt +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit_sdk_python.egg-info/top_level.txt +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/setup.cfg +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/tests/test_client_uses_platform_context.py +0 -0
- {agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/tests/test_error_hierarchy.py +0 -0
{agentkit_sdk_python-0.7.12/agentkit_sdk_python.egg-info → agentkit_sdk_python-0.7.13}/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.13
|
|
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
|
|
@@ -229,6 +229,7 @@ Requires-Dist: requests>=2.32.5
|
|
|
229
229
|
Requires-Dist: PyJWT>=2.10.1
|
|
230
230
|
Requires-Dist: uvicorn>=0.37.0
|
|
231
231
|
Requires-Dist: pyyaml
|
|
232
|
+
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
232
233
|
Requires-Dist: python-dotenv>=1.1.0
|
|
233
234
|
Requires-Dist: prompt_toolkit
|
|
234
235
|
Requires-Dist: typer
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_exec.py
RENAMED
|
@@ -23,9 +23,7 @@ import shlex
|
|
|
23
23
|
import shutil
|
|
24
24
|
import signal
|
|
25
25
|
import sys
|
|
26
|
-
import termios
|
|
27
26
|
import threading
|
|
28
|
-
import tty
|
|
29
27
|
from contextlib import contextmanager
|
|
30
28
|
from pathlib import Path
|
|
31
29
|
from typing import Iterator, Optional
|
|
@@ -77,6 +75,7 @@ EXEC_MODE_TMUX = "tmux"
|
|
|
77
75
|
CODEX_HOT_UPDATE_TIMEOUT_SECONDS = 300
|
|
78
76
|
CODEX_HOT_UPDATE_REQUEST_TIMEOUT = 30
|
|
79
77
|
CODEX_HOT_UPDATE_REQUEST_HARD_TIMEOUT = 90
|
|
78
|
+
IS_WINDOWS = os.name == "nt"
|
|
80
79
|
|
|
81
80
|
|
|
82
81
|
def _terminal_size() -> dict[str, int]:
|
|
@@ -181,7 +180,14 @@ def _hot_update_codex_config(
|
|
|
181
180
|
|
|
182
181
|
@contextmanager
|
|
183
182
|
def _raw_terminal_mode() -> Iterator[None]:
|
|
184
|
-
if not sys.stdin.isatty():
|
|
183
|
+
if IS_WINDOWS or not sys.stdin.isatty():
|
|
184
|
+
yield
|
|
185
|
+
return
|
|
186
|
+
|
|
187
|
+
try:
|
|
188
|
+
import termios
|
|
189
|
+
import tty
|
|
190
|
+
except ImportError: # pragma: no cover - POSIX-only modules are unavailable.
|
|
185
191
|
yield
|
|
186
192
|
return
|
|
187
193
|
|
|
@@ -202,7 +208,86 @@ def _send_resize(ws) -> None:
|
|
|
202
208
|
_send_json(ws, {"type": "resize", "data": _terminal_size()})
|
|
203
209
|
|
|
204
210
|
|
|
211
|
+
def _process_stdin_data(
|
|
212
|
+
ws,
|
|
213
|
+
stop_event: threading.Event,
|
|
214
|
+
line_buffer: bytes,
|
|
215
|
+
data: bytes,
|
|
216
|
+
) -> bytes:
|
|
217
|
+
if DETACH_SEQUENCE in data:
|
|
218
|
+
before_detach = data.split(DETACH_SEQUENCE, 1)[0]
|
|
219
|
+
if before_detach:
|
|
220
|
+
_send_json(
|
|
221
|
+
ws,
|
|
222
|
+
{
|
|
223
|
+
"type": "input",
|
|
224
|
+
"data": before_detach.decode("utf-8", errors="ignore"),
|
|
225
|
+
},
|
|
226
|
+
)
|
|
227
|
+
stop_event.set()
|
|
228
|
+
ws.close()
|
|
229
|
+
return b""
|
|
230
|
+
|
|
231
|
+
normalized_data = data.replace(b"\r", b"\n")
|
|
232
|
+
line_buffer += normalized_data
|
|
233
|
+
has_newline = b"\n" in normalized_data
|
|
234
|
+
line_parts = line_buffer.split(b"\n")
|
|
235
|
+
complete_lines = line_parts[:-1]
|
|
236
|
+
line_buffer = line_parts[-1]
|
|
237
|
+
if has_newline and any(_is_local_exit_line(line) for line in complete_lines):
|
|
238
|
+
stop_event.set()
|
|
239
|
+
ws.close()
|
|
240
|
+
return b""
|
|
241
|
+
|
|
242
|
+
_send_json(
|
|
243
|
+
ws,
|
|
244
|
+
{
|
|
245
|
+
"type": "input",
|
|
246
|
+
"data": data.decode("utf-8", errors="ignore"),
|
|
247
|
+
},
|
|
248
|
+
)
|
|
249
|
+
return line_buffer
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
def _stream_windows_stdin(ws, stop_event: threading.Event) -> None:
|
|
253
|
+
try:
|
|
254
|
+
import msvcrt
|
|
255
|
+
except ImportError:
|
|
256
|
+
error("Windows console input requires the msvcrt standard library module")
|
|
257
|
+
|
|
258
|
+
line_buffer = b""
|
|
259
|
+
while not stop_event.is_set():
|
|
260
|
+
if not msvcrt.kbhit():
|
|
261
|
+
stop_event.wait(0.1)
|
|
262
|
+
continue
|
|
263
|
+
|
|
264
|
+
char = msvcrt.getwch()
|
|
265
|
+
data = _windows_console_char_to_bytes(char, msvcrt)
|
|
266
|
+
if not data:
|
|
267
|
+
continue
|
|
268
|
+
line_buffer = _process_stdin_data(ws, stop_event, line_buffer, data)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
def _windows_console_char_to_bytes(char: str, msvcrt) -> bytes:
|
|
272
|
+
if char in ("\x00", "\xe0"):
|
|
273
|
+
key = msvcrt.getwch()
|
|
274
|
+
return {
|
|
275
|
+
"H": b"\x1b[A", # Up
|
|
276
|
+
"P": b"\x1b[B", # Down
|
|
277
|
+
"K": b"\x1b[D", # Left
|
|
278
|
+
"M": b"\x1b[C", # Right
|
|
279
|
+
"G": b"\x1b[H", # Home
|
|
280
|
+
"O": b"\x1b[F", # End
|
|
281
|
+
"S": b"\x1b[3~", # Delete
|
|
282
|
+
}.get(key, b"")
|
|
283
|
+
return char.encode("utf-8", errors="ignore")
|
|
284
|
+
|
|
285
|
+
|
|
205
286
|
def _stream_stdin(ws, stop_event: threading.Event) -> None:
|
|
287
|
+
if IS_WINDOWS:
|
|
288
|
+
_stream_windows_stdin(ws, stop_event)
|
|
289
|
+
return
|
|
290
|
+
|
|
206
291
|
fd = sys.stdin.fileno()
|
|
207
292
|
line_buffer = b""
|
|
208
293
|
while not stop_event.is_set():
|
|
@@ -214,38 +299,7 @@ def _stream_stdin(ws, stop_event: threading.Event) -> None:
|
|
|
214
299
|
if not data:
|
|
215
300
|
break
|
|
216
301
|
|
|
217
|
-
|
|
218
|
-
before_detach = data.split(DETACH_SEQUENCE, 1)[0]
|
|
219
|
-
if before_detach:
|
|
220
|
-
_send_json(
|
|
221
|
-
ws,
|
|
222
|
-
{
|
|
223
|
-
"type": "input",
|
|
224
|
-
"data": before_detach.decode("utf-8", errors="ignore"),
|
|
225
|
-
},
|
|
226
|
-
)
|
|
227
|
-
stop_event.set()
|
|
228
|
-
ws.close()
|
|
229
|
-
break
|
|
230
|
-
|
|
231
|
-
normalized_data = data.replace(b"\r", b"\n")
|
|
232
|
-
line_buffer += normalized_data
|
|
233
|
-
has_newline = b"\n" in normalized_data
|
|
234
|
-
line_parts = line_buffer.split(b"\n")
|
|
235
|
-
complete_lines = line_parts[:-1]
|
|
236
|
-
line_buffer = line_parts[-1]
|
|
237
|
-
if has_newline and any(_is_local_exit_line(line) for line in complete_lines):
|
|
238
|
-
stop_event.set()
|
|
239
|
-
ws.close()
|
|
240
|
-
break
|
|
241
|
-
|
|
242
|
-
_send_json(
|
|
243
|
-
ws,
|
|
244
|
-
{
|
|
245
|
-
"type": "input",
|
|
246
|
-
"data": data.decode("utf-8", errors="ignore"),
|
|
247
|
-
},
|
|
248
|
-
)
|
|
302
|
+
line_buffer = _process_stdin_data(ws, stop_event, line_buffer, data)
|
|
249
303
|
|
|
250
304
|
|
|
251
305
|
def _is_local_exit_line(line: bytes) -> bool:
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13/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.13
|
|
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
|
|
@@ -229,6 +229,7 @@ Requires-Dist: requests>=2.32.5
|
|
|
229
229
|
Requires-Dist: PyJWT>=2.10.1
|
|
230
230
|
Requires-Dist: uvicorn>=0.37.0
|
|
231
231
|
Requires-Dist: pyyaml
|
|
232
|
+
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
232
233
|
Requires-Dist: python-dotenv>=1.1.0
|
|
233
234
|
Requires-Dist: prompt_toolkit
|
|
234
235
|
Requires-Dist: typer
|
|
@@ -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.13"
|
|
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"
|
|
@@ -39,6 +39,7 @@ dependencies = [
|
|
|
39
39
|
"PyJWT>=2.10.1",
|
|
40
40
|
"uvicorn>=0.37.0",
|
|
41
41
|
"pyyaml",
|
|
42
|
+
"tomli>=2.0.1; python_version < '3.11'",
|
|
42
43
|
"python-dotenv>=1.1.0",
|
|
43
44
|
"prompt_toolkit",
|
|
44
45
|
"typer",
|
|
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.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/a2a_app/telemetry.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/agent_server_app/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/agent_server_app/origin.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.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/mcp_app/telemetry.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/simple_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/apps/simple_app/simple_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/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.12 → agentkit_sdk_python-0.7.13}/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.12 → agentkit_sdk_python-0.7.13}/agentkit/client/base_agentkit_client.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/client/base_iam_client.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/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.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/model_replacement.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/serving/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/frameworks/serving/langserve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/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.12 → agentkit_sdk_python-0.7.13}/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.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/builders/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/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.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_delete.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_deploy.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_destroy.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_invoke.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_knowledge.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_launch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_memory.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_runtime.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_skills.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_status.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/cli_version.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/console_reporter.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/interactive_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/a2a_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_build.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_create.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_file.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_get.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_invoke.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_mount.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_run.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_shell.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/cli_web.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/env_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/git_config.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.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/cli/sandbox/tos_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.12 → agentkit_sdk_python-0.7.13}/agentkit/toolkit/config/cloud_provider.py
RENAMED
|
File without changes
|