agentkit-sdk-python 0.8.0__tar.gz → 0.8.1__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.0 → agentkit_sdk_python-0.8.1}/PKG-INFO +1 -1
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_config.py +7 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_memory.py +38 -7
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_runtime.py +26 -4
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/__init__.py +2 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/config_handler.py +3 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/constants.py +1 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/strategy_configs.py +9 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/runners/ve_agentkit.py +54 -11
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/strategies/cloud_strategy.py +1 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/strategies/hybrid_strategy.py +1 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/version.py +1 -1
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit_sdk_python.egg-info/PKG-INFO +1 -1
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/pyproject.toml +1 -1
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/LICENSE +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/MANIFEST.in +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/README.md +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/a2a_app/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/a2a_app/a2a_app.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/a2a_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/agent_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/agent_server_app/agent_server_app.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/agent_server_app/middleware.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/agent_server_app/origin.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/agent_server_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/base_app.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/langgraph_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/langgraph_server_app/langgraph_server_app.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/mcp_app/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/mcp_app/mcp_app.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/mcp_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/simple_app/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/simple_app/simple_app.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/simple_app/simple_app_handlers.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/simple_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/utils.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/_openapi.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/_redact.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/_sigv4.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/admin.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/credential_hosting.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/errors.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/model_login.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/oauth.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/profile.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/providers.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/resolve.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/session.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/ssl_trust.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/sso.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/store.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/auth/sts.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/client/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/client/base_agentkit_client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/client/base_iam_client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/client/base_service_client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/errors.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/_common.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/agentcore.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/langchain.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/langgraph.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/migration.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/model_replacement.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/serving/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/serving/fastapi_mount.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/serving/langserve.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/frameworks/strands.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/platform/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/platform/configuration.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/platform/console_urls.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/platform/constants.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/platform/context.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/platform/provider.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/account/client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/account/types.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/identity/auth.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/identity/client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/identity/types.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/knowledge/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/knowledge/client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/knowledge/types.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/mcp/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/mcp/client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/mcp/types.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/memory/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/memory/client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/memory/types.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/runtime/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/runtime/client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/runtime/types.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/skills/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/skills/client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/skills/types.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/tools/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/tools/client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/sdk/tools/types.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/builders/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/builders/base.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/builders/local_docker.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/builders/ve_pipeline.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/builders/ve_sandbox_pipeline.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/__main__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_add.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_auth.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_build.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_delete.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_deploy.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_destroy.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_init.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_knowledge.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_launch.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_list.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_logs.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_skill.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_skills.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_skills_workflow.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_status.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_tools.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/cli_version.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/console_reporter.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/interactive_config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/a2a_client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/agentkit_client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_build.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_create.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_delete.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_exec.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_init.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_list.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_model_login.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_mount.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_run.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_scp.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_shell.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/cli_web.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/config_store.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/env_config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/git_config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/model_config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/sandbox_client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/session_create.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/session_sync.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/tool_resolve.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/sandbox/tos_config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/tool_lookup.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/cli/utils.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/choice_resolvers.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/cloud_provider.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/config_validator.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/dataclass_utils.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/docker_build_config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/global_config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/region_defaults.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/region_resolver.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/utils.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/context.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/docker/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/docker/base_images.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/docker/container.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/docker/dockerfile/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/docker/dockerfile/manager.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/docker/dockerfile/metadata.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/docker/utils.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/errors.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/executors/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/executors/base_executor.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/executors/build_executor.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/executors/deploy_executor.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/executors/init_executor.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/executors/invoke_executor.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/executors/lifecycle_executor.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/executors/status_executor.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/harness/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/harness/config_builder.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/harness/deploy.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/harness/env_mapping.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/models.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/reporter.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/a2a.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/agent_server.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/basic.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/basic_stream.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/customer_support_assistant.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/eino_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/eino_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/eino_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/eino_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/eino_a2a/main.go +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/financial_analyst.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/langchain_basic_stream.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/simple_app_veadk.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/simple_mcp_veadk.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/veadk_go_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/veadk_go_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/veadk_go_a2a/main.go +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/veadk_go_basic/agent.go +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/veadk_go_basic/build.sh +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/veadk_go_basic/go.mod +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/veadk_go_basic/go.sum +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/samples/veadk_go_basic/main.go +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/templates/code-pipeline-sandbox-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/templates/code-pipeline-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/templates/golang/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/templates/python/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.install-package +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.install-skills +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/templates/sandbox/Dockerfile.web-server +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/wrappers/wrapper_basic.py.jinja2 +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/resources/wrappers/wrapper_stream.py.jinja2 +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/runners/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/runners/base.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/runners/local_docker.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/bindings/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/bindings/memory.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/builder.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/client.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/deployer.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/initializer.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/invoker.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/lifecycle.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/sdk/status.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/strategies/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/strategies/base_strategy.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/strategies/local_strategy.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/utils/agent_parser.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/apmplus_logs.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/code_pipeline.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/cr.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/iam.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/services/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/services/cr_service.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/services/tos_service.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/sts.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/volcengine/utils/project_archiver.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/utils/global_config_io.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/utils/http_defaults.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/utils/logging_config.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/utils/misc.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/utils/redact.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/utils/request.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/utils/template_utils.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/utils/ve_sign.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit_sdk_python.egg-info/SOURCES.txt +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit_sdk_python.egg-info/entry_points.txt +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit_sdk_python.egg-info/requires.txt +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit_sdk_python.egg-info/top_level.txt +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/setup.cfg +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/tests/test_client_uses_platform_context.py +0 -0
- {agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/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.1
|
|
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
|
|
@@ -131,6 +131,12 @@ def config_command(
|
|
|
131
131
|
help="CR instance type when auto-creating: Micro/Enterprise",
|
|
132
132
|
),
|
|
133
133
|
# Runtime configuration parameters
|
|
134
|
+
project_name: Optional[str] = typer.Option(
|
|
135
|
+
None,
|
|
136
|
+
"--project_name",
|
|
137
|
+
"--project-name",
|
|
138
|
+
help="Volcano Engine project for the Runtime",
|
|
139
|
+
),
|
|
134
140
|
runtime_name: Optional[str] = typer.Option(
|
|
135
141
|
None, "--runtime_name", "--ve_runtime_name", help="Runtime instance name"
|
|
136
142
|
),
|
|
@@ -323,6 +329,7 @@ def config_command(
|
|
|
323
329
|
cr_namespace_name=cr_namespace_name,
|
|
324
330
|
cr_repo_name=cr_repo_name,
|
|
325
331
|
cr_auto_create_instance_type=cr_auto_create_instance_type,
|
|
332
|
+
project_name=project_name,
|
|
326
333
|
runtime_name=runtime_name,
|
|
327
334
|
runtime_role_name=runtime_role_name,
|
|
328
335
|
runtime_apikey_name=runtime_apikey_name,
|
|
@@ -31,6 +31,7 @@ from rich.console import Console
|
|
|
31
31
|
from rich.table import Table
|
|
32
32
|
from rich.panel import Panel
|
|
33
33
|
|
|
34
|
+
from agentkit.platform import CloudProvider, VolcConfiguration
|
|
34
35
|
from agentkit.sdk.memory.client import AgentkitMemoryClient
|
|
35
36
|
from agentkit.sdk.memory import types as memory_types
|
|
36
37
|
|
|
@@ -44,6 +45,8 @@ memory_app = typer.Typer(
|
|
|
44
45
|
|
|
45
46
|
|
|
46
47
|
# ---- ProviderType normalization and validation ----
|
|
48
|
+
DEFAULT_PROVIDER_TYPE = "MEM0"
|
|
49
|
+
BYTEPLUS_DEFAULT_PROVIDER_TYPE = "VIKINGDB_MEMORY"
|
|
47
50
|
ALLOWED_PROVIDER_TYPES = {"MEM0", "VIKINGDB_MEMORY"}
|
|
48
51
|
PROVIDER_TYPE_ALIASES = {
|
|
49
52
|
"mem0": "MEM0",
|
|
@@ -53,6 +56,10 @@ PROVIDER_TYPE_ALIASES = {
|
|
|
53
56
|
"vikingdb-memory": "VIKINGDB_MEMORY",
|
|
54
57
|
"VIKINGDB_MEMORY": "VIKINGDB_MEMORY",
|
|
55
58
|
}
|
|
59
|
+
CREATE_PROVIDER_TYPE_HELP = (
|
|
60
|
+
"Provider type: MEM0 | VIKINGDB_MEMORY. Defaults to MEM0; when cloud provider "
|
|
61
|
+
"is byteplus, defaults to VIKINGDB_MEMORY and MEM0 is not supported."
|
|
62
|
+
)
|
|
56
63
|
|
|
57
64
|
|
|
58
65
|
def _normalize_provider_type(value: Optional[str]) -> str:
|
|
@@ -61,7 +68,7 @@ def _normalize_provider_type(value: Optional[str]) -> str:
|
|
|
61
68
|
Accepts case-insensitive aliases and raises a helpful error on invalid values.
|
|
62
69
|
"""
|
|
63
70
|
if not value:
|
|
64
|
-
return
|
|
71
|
+
return DEFAULT_PROVIDER_TYPE
|
|
65
72
|
raw = value.strip()
|
|
66
73
|
if raw in ALLOWED_PROVIDER_TYPES:
|
|
67
74
|
return raw
|
|
@@ -79,6 +86,22 @@ def _normalize_provider_type(value: Optional[str]) -> str:
|
|
|
79
86
|
)
|
|
80
87
|
|
|
81
88
|
|
|
89
|
+
def _normalize_create_provider_type(
|
|
90
|
+
value: Optional[str],
|
|
91
|
+
cloud_provider: CloudProvider,
|
|
92
|
+
) -> str:
|
|
93
|
+
if not value and cloud_provider == CloudProvider.BYTEPLUS:
|
|
94
|
+
return BYTEPLUS_DEFAULT_PROVIDER_TYPE
|
|
95
|
+
|
|
96
|
+
normalized = _normalize_provider_type(value)
|
|
97
|
+
if cloud_provider == CloudProvider.BYTEPLUS and normalized == "MEM0":
|
|
98
|
+
raise typer.BadParameter(
|
|
99
|
+
"MEM0 provider type is not supported for BytePlus yet. "
|
|
100
|
+
"Use --provider-type vikingdb."
|
|
101
|
+
)
|
|
102
|
+
return normalized
|
|
103
|
+
|
|
104
|
+
|
|
82
105
|
def _validate_collection_name(name: Optional[str]):
|
|
83
106
|
"""Validate memory collection name: 1-48 chars, [A-Za-z0-9_]."""
|
|
84
107
|
if not name:
|
|
@@ -163,7 +186,7 @@ def create_command(
|
|
|
163
186
|
provider_type: Optional[str] = typer.Option(
|
|
164
187
|
None,
|
|
165
188
|
"--provider-type",
|
|
166
|
-
help=
|
|
189
|
+
help=CREATE_PROVIDER_TYPE_HELP,
|
|
167
190
|
),
|
|
168
191
|
vpc_id: Optional[str] = typer.Option(None, "--vpc-id", help="VPC ID"),
|
|
169
192
|
subnet_ids: Optional[str] = typer.Option(
|
|
@@ -202,7 +225,8 @@ def create_command(
|
|
|
202
225
|
):
|
|
203
226
|
"""Create a managed memory collection."""
|
|
204
227
|
try:
|
|
205
|
-
|
|
228
|
+
resolved_region = (region or "").strip()
|
|
229
|
+
cloud_provider = VolcConfiguration(region=resolved_region).provider
|
|
206
230
|
|
|
207
231
|
if json_body:
|
|
208
232
|
payload = json.loads(json_body)
|
|
@@ -210,8 +234,9 @@ def create_command(
|
|
|
210
234
|
if provider_type is not None:
|
|
211
235
|
payload["ProviderType"] = provider_type
|
|
212
236
|
# Default and normalize if missing or alias
|
|
213
|
-
payload["ProviderType"] =
|
|
214
|
-
payload.get("ProviderType")
|
|
237
|
+
payload["ProviderType"] = _normalize_create_provider_type(
|
|
238
|
+
payload.get("ProviderType"),
|
|
239
|
+
cloud_provider,
|
|
215
240
|
)
|
|
216
241
|
# Validate name and add default strategies if missing
|
|
217
242
|
_validate_collection_name(payload.get("Name"))
|
|
@@ -329,12 +354,16 @@ def create_command(
|
|
|
329
354
|
name=name,
|
|
330
355
|
description=description,
|
|
331
356
|
project_name=project_name,
|
|
332
|
-
provider_type=
|
|
357
|
+
provider_type=_normalize_create_provider_type(
|
|
358
|
+
provider_type,
|
|
359
|
+
cloud_provider,
|
|
360
|
+
),
|
|
333
361
|
long_term_configuration=long_term,
|
|
334
362
|
vpc_config=vpc,
|
|
335
363
|
tags=tags,
|
|
336
364
|
)
|
|
337
365
|
|
|
366
|
+
client = AgentkitMemoryClient(region=resolved_region)
|
|
338
367
|
resp = client.create_memory_collection(req)
|
|
339
368
|
console.print(
|
|
340
369
|
Panel.fit(
|
|
@@ -445,7 +474,9 @@ def provider_types_command():
|
|
|
445
474
|
table.add_row("VIKINGDB_MEMORY", "vikingdb, vikingdb_memory, vikingdb-memory")
|
|
446
475
|
console.print(table)
|
|
447
476
|
console.print(
|
|
448
|
-
"Default for create is [bold]MEM0[/bold]
|
|
477
|
+
"Default for create is [bold]MEM0[/bold], or "
|
|
478
|
+
"[bold]VIKINGDB_MEMORY[/bold] when cloud provider is byteplus. "
|
|
479
|
+
"MEM0 is not supported on BytePlus."
|
|
449
480
|
)
|
|
450
481
|
except Exception as e:
|
|
451
482
|
console.print(f"[red]Failed to list provider types: {e}[/red]")
|
|
@@ -92,12 +92,25 @@ def _build_network_for_create_runtime(
|
|
|
92
92
|
)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
def _validate_runtime_create_authorizer_options(
|
|
96
|
+
api_key_name: Optional[str],
|
|
97
|
+
jwt_discovery_url: Optional[str],
|
|
98
|
+
) -> None:
|
|
99
|
+
has_api_key_name = bool((api_key_name or "").strip())
|
|
100
|
+
has_jwt_discovery_url = bool((jwt_discovery_url or "").strip())
|
|
101
|
+
|
|
102
|
+
if has_api_key_name == has_jwt_discovery_url:
|
|
103
|
+
raise ValueError(
|
|
104
|
+
"Exactly one of --apikey-name or --jwt-discovery-url is required."
|
|
105
|
+
)
|
|
106
|
+
|
|
107
|
+
|
|
95
108
|
@runtime_app.command("create")
|
|
96
109
|
def create_runtime_command(
|
|
97
110
|
name: str = typer.Option(..., "--name", help="Runtime name"),
|
|
98
111
|
role_name: str = typer.Option(..., "--role-name", help="IAM role name"),
|
|
99
112
|
artifact_type: str = typer.Option(
|
|
100
|
-
..., "--artifact-type", help="Artifact type (e.g.,
|
|
113
|
+
..., "--artifact-type", help="Artifact type (e.g., image)"
|
|
101
114
|
),
|
|
102
115
|
artifact_url: str = typer.Option(
|
|
103
116
|
..., "--artifact-url", help="Artifact URL (image URL)"
|
|
@@ -137,13 +150,17 @@ def create_runtime_command(
|
|
|
137
150
|
help="Enable shared internet egress for private network (effective for private/both)",
|
|
138
151
|
),
|
|
139
152
|
api_key_name: Optional[str] = typer.Option(
|
|
140
|
-
None,
|
|
153
|
+
None,
|
|
154
|
+
"--apikey-name",
|
|
155
|
+
help="API key name (required unless --jwt-discovery-url is provided)",
|
|
141
156
|
),
|
|
142
157
|
api_key_location: Optional[str] = typer.Option(
|
|
143
158
|
None, "--apikey-location", help="API key location"
|
|
144
159
|
),
|
|
145
160
|
jwt_discovery_url: Optional[str] = typer.Option(
|
|
146
|
-
None,
|
|
161
|
+
None,
|
|
162
|
+
"--jwt-discovery-url",
|
|
163
|
+
help="JWT discovery URL (required unless --apikey-name is provided)",
|
|
147
164
|
),
|
|
148
165
|
jwt_allowed_clients: Optional[str] = typer.Option(
|
|
149
166
|
None, "--jwt-allowed-clients", help="JWT allowed clients (comma-separated)"
|
|
@@ -168,11 +185,15 @@ def create_runtime_command(
|
|
|
168
185
|
):
|
|
169
186
|
"""Create a Runtime."""
|
|
170
187
|
try:
|
|
171
|
-
client = AgentkitRuntimeClient(region=(region or "").strip())
|
|
172
188
|
if json_body:
|
|
173
189
|
payload = json.loads(json_body)
|
|
174
190
|
req = rt.CreateRuntimeRequest(**payload)
|
|
175
191
|
else:
|
|
192
|
+
_validate_runtime_create_authorizer_options(
|
|
193
|
+
api_key_name=api_key_name,
|
|
194
|
+
jwt_discovery_url=jwt_discovery_url,
|
|
195
|
+
)
|
|
196
|
+
|
|
176
197
|
authorizer = None
|
|
177
198
|
if any([api_key_name, api_key_location, jwt_discovery_url]):
|
|
178
199
|
authorizer = rt.AuthorizerForCreateRuntime(
|
|
@@ -237,6 +258,7 @@ def create_runtime_command(
|
|
|
237
258
|
envs=envs,
|
|
238
259
|
tags=tags,
|
|
239
260
|
)
|
|
261
|
+
client = AgentkitRuntimeClient(region=(region or "").strip())
|
|
240
262
|
resp = client.create_runtime(req)
|
|
241
263
|
console.print(
|
|
242
264
|
Panel.fit(
|
|
@@ -50,6 +50,7 @@ from .constants import (
|
|
|
50
50
|
GLOBAL_CONFIG_FILE,
|
|
51
51
|
GLOBAL_CONFIG_DIR,
|
|
52
52
|
DEFAULT_IMAGE_TAG,
|
|
53
|
+
DEFAULT_RUNTIME_PROJECT_NAME,
|
|
53
54
|
DEFAULT_TOS_BUCKET_TEMPLATE_NAME,
|
|
54
55
|
DEFAULT_CR_INSTANCE_TEMPLATE_NAME,
|
|
55
56
|
DEFAULT_CR_NAMESPACE,
|
|
@@ -75,6 +76,7 @@ __all__ = [
|
|
|
75
76
|
"AUTH_TYPE_KEY_AUTH",
|
|
76
77
|
"AUTH_TYPE_CUSTOM_JWT",
|
|
77
78
|
"DEFAULT_WORKSPACE_NAME",
|
|
79
|
+
"DEFAULT_RUNTIME_PROJECT_NAME",
|
|
78
80
|
"DEFAULT_CR_NAMESPACE",
|
|
79
81
|
"DEFAULT_CR_INSTANCE_TEMPLATE_NAME",
|
|
80
82
|
"DEFAULT_TOS_BUCKET_TEMPLATE_NAME",
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/config_handler.py
RENAMED
|
@@ -98,6 +98,7 @@ class ConfigParamHandler:
|
|
|
98
98
|
cr_namespace_name: Optional[str],
|
|
99
99
|
cr_repo_name: Optional[str],
|
|
100
100
|
cr_auto_create_instance_type: Optional[str],
|
|
101
|
+
project_name: Optional[str],
|
|
101
102
|
runtime_name: Optional[str],
|
|
102
103
|
runtime_role_name: Optional[str],
|
|
103
104
|
runtime_apikey_name: Optional[str],
|
|
@@ -178,6 +179,8 @@ class ConfigParamHandler:
|
|
|
178
179
|
strategy_params["cr_auto_create_instance_type"] = (
|
|
179
180
|
cr_auto_create_instance_type
|
|
180
181
|
)
|
|
182
|
+
if project_name is not None:
|
|
183
|
+
strategy_params["project_name"] = project_name
|
|
181
184
|
if runtime_name is not None:
|
|
182
185
|
strategy_params["runtime_name"] = runtime_name
|
|
183
186
|
if runtime_role_name is not None:
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/constants.py
RENAMED
|
@@ -24,6 +24,7 @@ from pathlib import Path
|
|
|
24
24
|
# Auto-creation resource identifier
|
|
25
25
|
AUTO_CREATE_VE = "Auto"
|
|
26
26
|
DEFAULT_WORKSPACE_NAME = "agentkit-cli-workspace"
|
|
27
|
+
DEFAULT_RUNTIME_PROJECT_NAME = "default"
|
|
27
28
|
DEFAULT_CR_NAMESPACE = "agentkit"
|
|
28
29
|
DEFAULT_CR_INSTANCE_TEMPLATE_NAME = "agentkit-platform-{{account_id}}"
|
|
29
30
|
DEFAULT_TOS_BUCKET_TEMPLATE_NAME = "agentkit-platform-{{account_id}}"
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/config/strategy_configs.py
RENAMED
|
@@ -22,6 +22,7 @@ from .constants import (
|
|
|
22
22
|
DEFAULT_CR_NAMESPACE,
|
|
23
23
|
DEFAULT_IMAGE_TAG,
|
|
24
24
|
DEFAULT_IMAGE_TAG_TEMPLATE,
|
|
25
|
+
DEFAULT_RUNTIME_PROJECT_NAME,
|
|
25
26
|
DEFAULT_WORKSPACE_NAME,
|
|
26
27
|
DEFAULT_CR_INSTANCE_TEMPLATE_NAME,
|
|
27
28
|
DEFAULT_TOS_BUCKET_TEMPLATE_NAME,
|
|
@@ -213,6 +214,10 @@ class HybridStrategyConfig(AutoSerializableMixin):
|
|
|
213
214
|
)
|
|
214
215
|
|
|
215
216
|
# Runtime configuration
|
|
217
|
+
project_name: str = field(
|
|
218
|
+
default=DEFAULT_RUNTIME_PROJECT_NAME,
|
|
219
|
+
metadata={"description": "Volcano Engine project for the Runtime"},
|
|
220
|
+
)
|
|
216
221
|
runtime_id: str = field(
|
|
217
222
|
default="",
|
|
218
223
|
metadata={
|
|
@@ -478,6 +483,10 @@ class CloudStrategyConfig(AutoSerializableMixin):
|
|
|
478
483
|
)
|
|
479
484
|
|
|
480
485
|
# Runtime configuration for deployed application
|
|
486
|
+
project_name: str = field(
|
|
487
|
+
default=DEFAULT_RUNTIME_PROJECT_NAME,
|
|
488
|
+
metadata={"description": "Volcano Engine project for the Runtime"},
|
|
489
|
+
)
|
|
481
490
|
runtime_id: str = field(
|
|
482
491
|
default=AUTO_CREATE_VE,
|
|
483
492
|
metadata={
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/toolkit/runners/ve_agentkit.py
RENAMED
|
@@ -26,13 +26,14 @@ from agentkit.toolkit.config import (
|
|
|
26
26
|
AUTO_CREATE_VE,
|
|
27
27
|
AUTH_TYPE_KEY_AUTH,
|
|
28
28
|
AUTH_TYPE_CUSTOM_JWT,
|
|
29
|
+
DEFAULT_RUNTIME_PROJECT_NAME,
|
|
29
30
|
is_valid_config,
|
|
30
31
|
is_invalid_config,
|
|
31
32
|
)
|
|
32
33
|
from agentkit.toolkit.config.dataclass_utils import AutoSerializableMixin
|
|
33
34
|
from agentkit.toolkit.models import DeployResult, InvokeResult, StatusResult
|
|
34
35
|
from agentkit.toolkit.reporter import Reporter
|
|
35
|
-
from agentkit.toolkit.errors import ErrorCode
|
|
36
|
+
from agentkit.toolkit.errors import ConfigError, ErrorCode
|
|
36
37
|
from agentkit.utils.misc import (
|
|
37
38
|
generate_runtime_name,
|
|
38
39
|
generate_runtime_role_name,
|
|
@@ -49,7 +50,6 @@ import agentkit.sdk.runtime.types as runtime_types
|
|
|
49
50
|
|
|
50
51
|
ARTIFACT_TYPE_DOCKER_IMAGE = "image"
|
|
51
52
|
API_KEY_LOCATION = "HEADER"
|
|
52
|
-
PROJECT_NAME_DEFAULT = "default"
|
|
53
53
|
RUNTIME_STATUS_READY = "Ready"
|
|
54
54
|
RUNTIME_STATUS_ERROR = "Error"
|
|
55
55
|
RUNTIME_STATUS_UPDATING = "Updating"
|
|
@@ -67,6 +67,10 @@ class VeAgentkitRunnerConfig(AutoSerializableMixin):
|
|
|
67
67
|
)
|
|
68
68
|
|
|
69
69
|
# Runtime configuration
|
|
70
|
+
project_name: str = field(
|
|
71
|
+
default=DEFAULT_RUNTIME_PROJECT_NAME,
|
|
72
|
+
metadata={"description": "Volcano Engine project for the Runtime"},
|
|
73
|
+
)
|
|
70
74
|
runtime_id: str = field(
|
|
71
75
|
default=AUTO_CREATE_VE,
|
|
72
76
|
metadata={"description": "Runtime ID; 'Auto' means auto-create"},
|
|
@@ -169,6 +173,21 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
169
173
|
def _get_runtime_client(self, region: str = "") -> AgentkitRuntimeClient:
|
|
170
174
|
return AgentkitRuntimeClient(region=region or "")
|
|
171
175
|
|
|
176
|
+
@staticmethod
|
|
177
|
+
def _get_runtime_for_project(
|
|
178
|
+
client: AgentkitRuntimeClient, runtime_id: str, project_name: str
|
|
179
|
+
) -> runtime_types.GetRuntimeResponse:
|
|
180
|
+
runtime = client.get_runtime(
|
|
181
|
+
runtime_types.GetRuntimeRequest(runtime_id=runtime_id)
|
|
182
|
+
)
|
|
183
|
+
actual_project_name = getattr(runtime, "project_name", None)
|
|
184
|
+
if actual_project_name and actual_project_name != project_name:
|
|
185
|
+
raise ConfigError(
|
|
186
|
+
f"Runtime {runtime_id} belongs to project '{actual_project_name}', "
|
|
187
|
+
f"not '{project_name}'."
|
|
188
|
+
)
|
|
189
|
+
return runtime
|
|
190
|
+
|
|
172
191
|
def deploy(self, config: VeAgentkitRunnerConfig) -> DeployResult:
|
|
173
192
|
"""Deploy Runtime.
|
|
174
193
|
|
|
@@ -240,6 +259,9 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
240
259
|
return True
|
|
241
260
|
|
|
242
261
|
client = self._get_runtime_client(config.region)
|
|
262
|
+
self._get_runtime_for_project(
|
|
263
|
+
client, runner_config.runtime_id, runner_config.project_name
|
|
264
|
+
)
|
|
243
265
|
client.delete_runtime(
|
|
244
266
|
runtime_types.DeleteRuntimeRequest(runtime_id=runner_config.runtime_id)
|
|
245
267
|
)
|
|
@@ -280,8 +302,8 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
280
302
|
)
|
|
281
303
|
|
|
282
304
|
client = self._get_runtime_client(config.region)
|
|
283
|
-
runtime =
|
|
284
|
-
|
|
305
|
+
runtime = self._get_runtime_for_project(
|
|
306
|
+
client, runner_config.runtime_id, runner_config.project_name
|
|
285
307
|
)
|
|
286
308
|
|
|
287
309
|
# Only fetch API key for key_auth mode
|
|
@@ -367,6 +389,7 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
367
389
|
),
|
|
368
390
|
metadata={
|
|
369
391
|
"runtime_id": runner_config.runtime_id,
|
|
392
|
+
"project_name": runner_config.project_name,
|
|
370
393
|
"runtime_name": runtime.name
|
|
371
394
|
if hasattr(runtime, "name")
|
|
372
395
|
else runner_config.runtime_name,
|
|
@@ -379,6 +402,14 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
379
402
|
},
|
|
380
403
|
)
|
|
381
404
|
|
|
405
|
+
except ConfigError as e:
|
|
406
|
+
return StatusResult(
|
|
407
|
+
success=False,
|
|
408
|
+
status="error",
|
|
409
|
+
error=str(e),
|
|
410
|
+
error_code=e.error_code,
|
|
411
|
+
metadata={"runtime_id": runner_config.runtime_id},
|
|
412
|
+
)
|
|
382
413
|
except Exception as e:
|
|
383
414
|
logger.error(f"Failed to get Runtime status: {str(e)}")
|
|
384
415
|
if "InvalidAgentKitRuntime.NotFound" in str(e):
|
|
@@ -441,10 +472,10 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
441
472
|
# Auto-fetch Runtime information if not cached
|
|
442
473
|
try:
|
|
443
474
|
client = self._get_runtime_client(config.region)
|
|
444
|
-
runtime =
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
475
|
+
runtime = self._get_runtime_for_project(
|
|
476
|
+
client,
|
|
477
|
+
runner_config.runtime_id,
|
|
478
|
+
runner_config.project_name,
|
|
448
479
|
)
|
|
449
480
|
except Exception as e:
|
|
450
481
|
if "NotFound" in str(e):
|
|
@@ -551,6 +582,8 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
551
582
|
success=False, error=error_msg, error_code=ErrorCode.INVOKE_FAILED
|
|
552
583
|
)
|
|
553
584
|
|
|
585
|
+
except ConfigError as e:
|
|
586
|
+
return InvokeResult(success=False, error=str(e), error_code=e.error_code)
|
|
554
587
|
except Exception as e:
|
|
555
588
|
error_msg = f"Runtime invocation failed: {str(e)}"
|
|
556
589
|
logger.exception("Runtime invocation failed with exception")
|
|
@@ -773,7 +806,7 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
773
806
|
),
|
|
774
807
|
network_configuration=network_configuration,
|
|
775
808
|
envs=envs,
|
|
776
|
-
project_name=
|
|
809
|
+
project_name=config.project_name,
|
|
777
810
|
authorizer_configuration=authorizer_config,
|
|
778
811
|
client_token=generate_client_token(),
|
|
779
812
|
apmplus_enable=True,
|
|
@@ -861,6 +894,7 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
861
894
|
deploy_timestamp=datetime.now(),
|
|
862
895
|
metadata={
|
|
863
896
|
"runtime_id": config.runtime_id,
|
|
897
|
+
"project_name": config.project_name,
|
|
864
898
|
"runtime_name": config.runtime_name,
|
|
865
899
|
"runtime_apikey": config.runtime_apikey,
|
|
866
900
|
"runtime_apikey_name": config.runtime_apikey_name,
|
|
@@ -1132,8 +1166,8 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
1132
1166
|
|
|
1133
1167
|
# Get existing Runtime information
|
|
1134
1168
|
try:
|
|
1135
|
-
runtime =
|
|
1136
|
-
|
|
1169
|
+
runtime = self._get_runtime_for_project(
|
|
1170
|
+
client, config.runtime_id, config.project_name
|
|
1137
1171
|
)
|
|
1138
1172
|
except Exception as e:
|
|
1139
1173
|
if "InvalidAgentKitRuntime.NotFound" in str(e):
|
|
@@ -1182,6 +1216,7 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
1182
1216
|
deploy_timestamp=datetime.now(),
|
|
1183
1217
|
metadata={
|
|
1184
1218
|
"runtime_id": config.runtime_id,
|
|
1219
|
+
"project_name": config.project_name,
|
|
1185
1220
|
"runtime_name": config.runtime_name,
|
|
1186
1221
|
"runtime_apikey": config.runtime_apikey,
|
|
1187
1222
|
"runtime_auth_type": config.runtime_auth_type,
|
|
@@ -1327,6 +1362,7 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
1327
1362
|
deploy_timestamp=datetime.now(),
|
|
1328
1363
|
metadata={
|
|
1329
1364
|
"runtime_id": config.runtime_id,
|
|
1365
|
+
"project_name": config.project_name,
|
|
1330
1366
|
"runtime_name": runtime.name
|
|
1331
1367
|
if hasattr(runtime, "name")
|
|
1332
1368
|
else config.runtime_name,
|
|
@@ -1340,6 +1376,13 @@ class VeAgentkitRuntimeRunner(Runner):
|
|
|
1340
1376
|
},
|
|
1341
1377
|
)
|
|
1342
1378
|
|
|
1379
|
+
except ConfigError as e:
|
|
1380
|
+
return DeployResult(
|
|
1381
|
+
success=False,
|
|
1382
|
+
error=str(e),
|
|
1383
|
+
error_code=e.error_code,
|
|
1384
|
+
service_id=config.runtime_id,
|
|
1385
|
+
)
|
|
1343
1386
|
except Exception as e:
|
|
1344
1387
|
error_msg = f"Failed to update Runtime: {str(e)}"
|
|
1345
1388
|
logger.exception("Runtime update failed with exception")
|
|
@@ -342,6 +342,7 @@ class CloudStrategy(Strategy):
|
|
|
342
342
|
|
|
343
343
|
return VeAgentkitRunnerConfig(
|
|
344
344
|
common_config=common_config,
|
|
345
|
+
project_name=strategy_config.project_name,
|
|
345
346
|
runtime_id=strategy_config.runtime_id,
|
|
346
347
|
runtime_name=strategy_config.runtime_name,
|
|
347
348
|
runtime_role_name=strategy_config.runtime_role_name,
|
|
@@ -508,6 +508,7 @@ class HybridStrategy(Strategy):
|
|
|
508
508
|
|
|
509
509
|
return VeAgentkitRunnerConfig(
|
|
510
510
|
common_config=common_config,
|
|
511
|
+
project_name=strategy_config.project_name,
|
|
511
512
|
runtime_id=strategy_config.runtime_id or AUTO_CREATE_VE,
|
|
512
513
|
runtime_name=strategy_config.runtime_name,
|
|
513
514
|
runtime_role_name=strategy_config.runtime_role_name,
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/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.1
|
|
4
4
|
Summary: Python SDK for transforming any AI agent into a production-ready application. Framework-agnostic primitives for runtime, memory, authentication, and tools with volcengine-managed infrastructure.
|
|
5
5
|
Author-email: Xiangrui Cheng <innsdcc@gmail.com>, Yumeng Bao <baoyumeng.123@gmail.com>, Yaozheng Fang <fangyozheng@gmail.com>, Guodong Li <cu.eric.lee@gmail.com>
|
|
6
6
|
License: Apache License
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentkit-sdk-python"
|
|
7
|
-
version = "0.8.
|
|
7
|
+
version = "0.8.1"
|
|
8
8
|
description = "Python SDK for transforming any AI agent into a production-ready application. Framework-agnostic primitives for runtime, memory, authentication, and tools with volcengine-managed infrastructure."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/agent_server_app/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/agent_server_app/middleware.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/agent_server_app/origin.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/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
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/simple_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/agentkit/apps/simple_app/simple_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/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.0 → agentkit_sdk_python-0.8.1}/agentkit/client/base_agentkit_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.8.0 → agentkit_sdk_python-0.8.1}/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
|