agentkit-sdk-python 0.8.5__tar.gz → 0.8.6__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.8.5 → agentkit_sdk_python-0.8.6}/PKG-INFO +1 -1
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/model_replacement.py +115 -8
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/version.py +1 -1
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_sdk_python.egg-info/PKG-INFO +1 -1
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_sdk_python.egg-info/SOURCES.txt +2 -1
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/pyproject.toml +1 -1
- agentkit_sdk_python-0.8.6/tests/test_version.py +17 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/LICENSE +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/MANIFEST.in +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/README.md +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/a2a_app/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/a2a_app/a2a_app.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/a2a_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/agent_server_app.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/credential_service.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/inbound_auth.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/inbound_auth_adapter.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/middleware.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/origin.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/auth/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/auth/inbound.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/base_app.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/langgraph_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/langgraph_server_app/langgraph_server_app.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/mcp_app/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/mcp_app/mcp_app.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/mcp_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/simple_app/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/simple_app/simple_app.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/simple_app/simple_app_handlers.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/simple_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/utils.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/_openapi.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/_redact.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/_sigv4.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/admin.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/credential_hosting.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/errors.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/model_login.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/oauth.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/profile.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/providers.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/resolve.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/session.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/ssl_trust.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/sso.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/store.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/auth/sts.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/client/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/client/base_agentkit_client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/client/base_iam_client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/client/base_service_client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/errors.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/_common.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/agentcore.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/langchain.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/langgraph.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/migration.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/serving/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/serving/fastapi_mount.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/serving/langserve.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/strands.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/_runtime_dependency.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/context.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/errors.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/jwt.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/middleware.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/runtime.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/transport.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/platform/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/platform/configuration.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/platform/console_urls.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/platform/constants.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/platform/context.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/platform/provider.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/account/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/account/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/identity/auth.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/identity/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/identity/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/knowledge/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/knowledge/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/knowledge/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/mcp/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/mcp/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/mcp/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/memory/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/memory/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/memory/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/model_gateway/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/model_gateway/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/model_gateway/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/runtime/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/runtime/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/runtime/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/skills/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/skills/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/skills/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/tools/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/tools/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/tools/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/builders/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/builders/base.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/builders/local_docker.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/builders/ve_pipeline.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/builders/ve_sandbox_pipeline.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/__main__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_add.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_auth.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_build.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_delete.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_deploy.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_destroy.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_init.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_knowledge.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_launch.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_list.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_logs.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_memory.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_model_gateway.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_runtime.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_skill.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_skills.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_skills_workflow.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_status.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_tools.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_version.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/console_reporter.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/interactive_config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/a2a_client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/agentkit_client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_build.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_create.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_delete.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_exec.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_init.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_list.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_model_login.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_mount.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_run.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_scp.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_shell.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/cli_web.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/config_store.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/env_config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/git_config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/model_config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/sandbox_client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/session_create.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/session_sync.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/tool_resolve.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/tos_config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/tool_lookup.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/utils.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/choice_resolvers.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/cloud_provider.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/config_handler.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/config_validator.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/constants.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/dataclass_utils.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/docker_build_config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/global_config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/region_defaults.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/region_resolver.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/strategy_configs.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/config/utils.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/context.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/docker/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/docker/base_images.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/docker/container.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/docker/dockerfile/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/docker/dockerfile/manager.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/docker/dockerfile/metadata.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/docker/utils.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/errors.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/executors/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/executors/base_executor.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/executors/build_executor.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/executors/deploy_executor.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/executors/init_executor.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/executors/invoke_executor.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/executors/lifecycle_executor.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/executors/status_executor.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/harness/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/harness/config_builder.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/harness/deploy.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/harness/env_mapping.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/models.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/reporter.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/a2a.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/agent_server.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/basic.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/basic_stream.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/customer_support_assistant.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/eino_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/eino_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/eino_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/eino_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/eino_a2a/main.go +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/financial_analyst.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/langchain_basic_stream.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/simple_app_veadk.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/simple_mcp_veadk.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/veadk_go_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/veadk_go_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/veadk_go_a2a/main.go +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/veadk_go_basic/agent.go +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/veadk_go_basic/build.sh +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/veadk_go_basic/go.mod +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/veadk_go_basic/go.sum +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/samples/veadk_go_basic/main.go +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/templates/code-pipeline-sandbox-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/templates/code-pipeline-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/templates/golang/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/templates/python/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.install-package +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.install-skills +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.web-server +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/wrappers/wrapper_basic.py.jinja2 +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/resources/wrappers/wrapper_stream.py.jinja2 +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/runners/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/runners/base.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/runners/local_docker.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/runners/ve_agentkit.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/bindings/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/bindings/memory.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/builder.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/client.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/deployer.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/initializer.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/invoker.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/lifecycle.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/sdk/status.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/strategies/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/strategies/base_strategy.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/strategies/cloud_strategy.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/strategies/hybrid_strategy.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/strategies/local_strategy.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/utils/agent_parser.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/apmplus_logs.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/code_pipeline.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/cr.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/iam.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/services/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/services/cr_service.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/services/tos_service.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/sts.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/volcengine/utils/project_archiver.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/utils/global_config_io.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/utils/http_defaults.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/utils/logging_config.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/utils/misc.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/utils/redact.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/utils/request.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/utils/template_utils.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/utils/ve_sign.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_identity/__init__.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_identity/context.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_identity/errors.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_identity/jwt.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_identity/middleware.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_identity/py.typed +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_identity/runtime.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_identity/transport.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_identity/types.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_sdk_python.egg-info/entry_points.txt +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_sdk_python.egg-info/requires.txt +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_sdk_python.egg-info/top_level.txt +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/setup.cfg +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/tests/test_client_uses_platform_context.py +0 -0
- {agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/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.8.
|
|
3
|
+
Version: 0.8.6
|
|
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
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/model_replacement.py
RENAMED
|
@@ -7,10 +7,12 @@ import logging
|
|
|
7
7
|
import os
|
|
8
8
|
from typing import Any
|
|
9
9
|
|
|
10
|
-
|
|
11
10
|
logger = logging.getLogger(__name__)
|
|
12
11
|
ARK_DEFAULT_BASE_URL = "https://ark.cn-beijing.volces.com/api/v3"
|
|
12
|
+
VEADK_SOURCE_HEADER = "veadk-source"
|
|
13
|
+
VEADK_SOURCE_VALUE = "veadk"
|
|
13
14
|
_DISABLED_VALUES = {"0", "false", "off", "none", "disabled"}
|
|
15
|
+
_HEADER_PATCH_MARKER = "__agentkit_veadk_source_header__"
|
|
14
16
|
_MODEL_PARAM_KEYS = {
|
|
15
17
|
"frequency_penalty",
|
|
16
18
|
"max_tokens",
|
|
@@ -49,6 +51,55 @@ def _replacement_enabled() -> bool:
|
|
|
49
51
|
return value not in _DISABLED_VALUES
|
|
50
52
|
|
|
51
53
|
|
|
54
|
+
def _merge_veadk_source_header(headers: Any = None) -> dict[str, Any]:
|
|
55
|
+
merged = {
|
|
56
|
+
key: value
|
|
57
|
+
for key, value in dict(headers or {}).items()
|
|
58
|
+
if key.lower() != VEADK_SOURCE_HEADER
|
|
59
|
+
}
|
|
60
|
+
merged[VEADK_SOURCE_HEADER] = VEADK_SOURCE_VALUE
|
|
61
|
+
return merged
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
def _header_kwarg_model_cls(base_cls: type[Any], header_kwarg: str) -> type[Any]:
|
|
65
|
+
if getattr(base_cls, _HEADER_PATCH_MARKER, False):
|
|
66
|
+
return base_cls
|
|
67
|
+
|
|
68
|
+
class AgentKitHeaderModel(base_cls):
|
|
69
|
+
def __init__(self, *args: Any, **kwargs: Any) -> None:
|
|
70
|
+
kwargs[header_kwarg] = _merge_veadk_source_header(kwargs.get(header_kwarg))
|
|
71
|
+
super().__init__(*args, **kwargs)
|
|
72
|
+
|
|
73
|
+
AgentKitHeaderModel.__name__ = base_cls.__name__
|
|
74
|
+
AgentKitHeaderModel.__qualname__ = base_cls.__qualname__
|
|
75
|
+
AgentKitHeaderModel.__module__ = base_cls.__module__
|
|
76
|
+
setattr(AgentKitHeaderModel, _HEADER_PATCH_MARKER, True)
|
|
77
|
+
return AgentKitHeaderModel
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
def _openai_client_args_model_cls(base_cls: type[Any]) -> type[Any]:
|
|
81
|
+
if getattr(base_cls, _HEADER_PATCH_MARKER, False):
|
|
82
|
+
return base_cls
|
|
83
|
+
|
|
84
|
+
class AgentKitHeaderModel(base_cls):
|
|
85
|
+
def __init__(self, *args: Any, **kwargs: Any) -> None:
|
|
86
|
+
if args or kwargs.get("client") is not None:
|
|
87
|
+
super().__init__(*args, **kwargs)
|
|
88
|
+
return
|
|
89
|
+
client_args = dict(kwargs.get("client_args") or {})
|
|
90
|
+
client_args["default_headers"] = _merge_veadk_source_header(
|
|
91
|
+
client_args.get("default_headers")
|
|
92
|
+
)
|
|
93
|
+
kwargs["client_args"] = client_args
|
|
94
|
+
super().__init__(*args, **kwargs)
|
|
95
|
+
|
|
96
|
+
AgentKitHeaderModel.__name__ = base_cls.__name__
|
|
97
|
+
AgentKitHeaderModel.__qualname__ = base_cls.__qualname__
|
|
98
|
+
AgentKitHeaderModel.__module__ = base_cls.__module__
|
|
99
|
+
setattr(AgentKitHeaderModel, _HEADER_PATCH_MARKER, True)
|
|
100
|
+
return AgentKitHeaderModel
|
|
101
|
+
|
|
102
|
+
|
|
52
103
|
def _replacement_model_config(config: dict[str, Any]) -> dict[str, Any]:
|
|
53
104
|
model_id = _target_model_id()
|
|
54
105
|
if not model_id:
|
|
@@ -90,6 +141,7 @@ def _agentkit_openai_model_cls() -> type[Any]:
|
|
|
90
141
|
client_args={
|
|
91
142
|
"base_url": _target_base_url(),
|
|
92
143
|
"api_key": api_key,
|
|
144
|
+
"default_headers": _merge_veadk_source_header(),
|
|
93
145
|
},
|
|
94
146
|
**_replacement_model_config(kwargs),
|
|
95
147
|
)
|
|
@@ -101,7 +153,7 @@ def _agentkit_openai_model_cls() -> type[Any]:
|
|
|
101
153
|
def _patch_model_attr(module_name: str, attr: str, replacement: type[Any]) -> bool:
|
|
102
154
|
try:
|
|
103
155
|
module = importlib.import_module(module_name)
|
|
104
|
-
except Exception:
|
|
156
|
+
except Exception: # noqa: BLE001 - optional framework imports are best effort
|
|
105
157
|
return False
|
|
106
158
|
if hasattr(module, attr):
|
|
107
159
|
setattr(module, attr, replacement)
|
|
@@ -109,6 +161,49 @@ def _patch_model_attr(module_name: str, attr: str, replacement: type[Any]) -> bo
|
|
|
109
161
|
return False
|
|
110
162
|
|
|
111
163
|
|
|
164
|
+
def _patch_langchain_model_headers() -> bool:
|
|
165
|
+
try:
|
|
166
|
+
module = importlib.import_module("langchain_openai.chat_models.base")
|
|
167
|
+
replacement = _header_kwarg_model_cls(module.ChatOpenAI, "default_headers")
|
|
168
|
+
except Exception: # noqa: BLE001 - optional framework imports are best effort
|
|
169
|
+
return False
|
|
170
|
+
|
|
171
|
+
patched = False
|
|
172
|
+
for module_name in (
|
|
173
|
+
"langchain_openai",
|
|
174
|
+
"langchain_openai.chat_models",
|
|
175
|
+
"langchain_openai.chat_models.base",
|
|
176
|
+
):
|
|
177
|
+
patched = _patch_model_attr(module_name, "ChatOpenAI", replacement) or patched
|
|
178
|
+
return patched
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
def _patch_adk_model_headers() -> bool:
|
|
182
|
+
try:
|
|
183
|
+
module = importlib.import_module("google.adk.models.lite_llm")
|
|
184
|
+
replacement = _header_kwarg_model_cls(module.LiteLlm, "extra_headers")
|
|
185
|
+
except Exception: # noqa: BLE001 - optional framework imports are best effort
|
|
186
|
+
return False
|
|
187
|
+
|
|
188
|
+
patched = False
|
|
189
|
+
for module_name in ("google.adk.models", "google.adk.models.lite_llm"):
|
|
190
|
+
patched = _patch_model_attr(module_name, "LiteLlm", replacement) or patched
|
|
191
|
+
return patched
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
def _patch_strands_openai_model_headers() -> bool:
|
|
195
|
+
try:
|
|
196
|
+
module = importlib.import_module("strands.models.openai")
|
|
197
|
+
replacement = _openai_client_args_model_cls(module.OpenAIModel)
|
|
198
|
+
except Exception: # noqa: BLE001 - optional framework imports are best effort
|
|
199
|
+
return False
|
|
200
|
+
|
|
201
|
+
patched = False
|
|
202
|
+
for module_name in ("strands.models", "strands.models.openai"):
|
|
203
|
+
patched = _patch_model_attr(module_name, "OpenAIModel", replacement) or patched
|
|
204
|
+
return patched
|
|
205
|
+
|
|
206
|
+
|
|
112
207
|
def _apply_env_aliases() -> bool:
|
|
113
208
|
changed = False
|
|
114
209
|
model_id = _target_model_id()
|
|
@@ -138,7 +233,7 @@ def _apply_env_aliases() -> bool:
|
|
|
138
233
|
def _patch_strands_model_classes() -> bool:
|
|
139
234
|
try:
|
|
140
235
|
replacement = _agentkit_openai_model_cls()
|
|
141
|
-
except Exception:
|
|
236
|
+
except Exception: # noqa: BLE001 - optional framework imports are best effort
|
|
142
237
|
return False
|
|
143
238
|
|
|
144
239
|
patched = False
|
|
@@ -155,21 +250,33 @@ def apply_agentkit_model_replacement() -> bool:
|
|
|
155
250
|
"""Apply explicit target-model replacement for generated migration wrappers.
|
|
156
251
|
|
|
157
252
|
The helper intentionally stays low-intrusion: it normalizes common model
|
|
158
|
-
environment variables and patches
|
|
159
|
-
|
|
160
|
-
|
|
253
|
+
environment variables and patches stable framework model constructors before
|
|
254
|
+
user code constructs them. It does not rewrite project source code or patch
|
|
255
|
+
global HTTP/OpenAI clients.
|
|
161
256
|
"""
|
|
162
257
|
|
|
163
258
|
if not _replacement_enabled():
|
|
164
259
|
logger.info("AgentKit model replacement disabled by ARK_MODEL_REPLACEMENT.")
|
|
165
260
|
return False
|
|
166
261
|
env_changed = _apply_env_aliases()
|
|
262
|
+
langchain_headers_patched = _patch_langchain_model_headers()
|
|
263
|
+
adk_headers_patched = _patch_adk_model_headers()
|
|
264
|
+
strands_headers_patched = _patch_strands_openai_model_headers()
|
|
167
265
|
patched = _patch_strands_model_classes()
|
|
168
266
|
logger.info(
|
|
169
|
-
"AgentKit model replacement enabled: env_aliases=%s strands_model_patch=%s target_model_configured=%s base_url_configured=%s",
|
|
267
|
+
"AgentKit model replacement enabled: env_aliases=%s langchain_headers=%s adk_headers=%s strands_headers=%s strands_model_patch=%s target_model_configured=%s base_url_configured=%s",
|
|
170
268
|
env_changed,
|
|
269
|
+
langchain_headers_patched,
|
|
270
|
+
adk_headers_patched,
|
|
271
|
+
strands_headers_patched,
|
|
171
272
|
patched,
|
|
172
273
|
bool(_target_model_id()),
|
|
173
274
|
bool(_target_base_url()),
|
|
174
275
|
)
|
|
175
|
-
return
|
|
276
|
+
return (
|
|
277
|
+
env_changed
|
|
278
|
+
or langchain_headers_patched
|
|
279
|
+
or adk_headers_patched
|
|
280
|
+
or strands_headers_patched
|
|
281
|
+
or patched
|
|
282
|
+
)
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/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.8.
|
|
3
|
+
Version: 0.8.6
|
|
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
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit_sdk_python.egg-info/SOURCES.txt
RENAMED
|
@@ -296,4 +296,5 @@ agentkit_sdk_python.egg-info/entry_points.txt
|
|
|
296
296
|
agentkit_sdk_python.egg-info/requires.txt
|
|
297
297
|
agentkit_sdk_python.egg-info/top_level.txt
|
|
298
298
|
tests/test_client_uses_platform_context.py
|
|
299
|
-
tests/test_error_hierarchy.py
|
|
299
|
+
tests/test_error_hierarchy.py
|
|
300
|
+
tests/test_version.py
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentkit-sdk-python"
|
|
7
|
-
version = "0.8.
|
|
7
|
+
version = "0.8.6"
|
|
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"
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
from pathlib import Path
|
|
2
|
+
|
|
3
|
+
try:
|
|
4
|
+
import tomllib
|
|
5
|
+
except ModuleNotFoundError: # pragma: no cover - Python 3.10 compatibility
|
|
6
|
+
import tomli as tomllib
|
|
7
|
+
|
|
8
|
+
from agentkit.version import VERSION
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
def test_package_and_project_versions_match_next_header_capable_release():
|
|
12
|
+
project = tomllib.loads(
|
|
13
|
+
(Path(__file__).parents[1] / "pyproject.toml").read_text(encoding="utf8")
|
|
14
|
+
)
|
|
15
|
+
|
|
16
|
+
assert VERSION == "0.8.6"
|
|
17
|
+
assert project["project"]["version"] == VERSION
|
|
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.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/middleware.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_app/origin.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/agent_server_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
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/simple_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/apps/simple_app/simple_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/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
|
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/client/base_agentkit_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/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.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/serving/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/serving/fastapi_mount.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/frameworks/serving/langserve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/identity/_runtime_dependency.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
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/model_gateway/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/sdk/model_gateway/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
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/builders/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_knowledge.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_model_gateway.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/cli_skills_workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/console_reporter.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/interactive_config.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.5 → agentkit_sdk_python-0.8.6}/agentkit/toolkit/cli/sandbox/a2a_client.py
RENAMED
|
File without changes
|