agentkit-sdk-python 0.7.4__tar.gz → 0.7.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/PKG-INFO +35 -1
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/README.md +34 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/frameworks/__init__.py +5 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/frameworks/langgraph.py +33 -5
- agentkit_sdk_python-0.7.5/agentkit/frameworks/migration.py +86 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/version.py +1 -1
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit_sdk_python.egg-info/PKG-INFO +35 -1
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit_sdk_python.egg-info/SOURCES.txt +1 -4
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/pyproject.toml +5 -1
- agentkit_sdk_python-0.7.4/agentkit/toolkit/resources/samples/__pycache__/customer_support_assistant.cpython-312.pyc +0 -0
- agentkit_sdk_python-0.7.4/agentkit/toolkit/resources/samples/__pycache__/financial_analyst.cpython-312.pyc +0 -0
- agentkit_sdk_python-0.7.4/agentkit/toolkit/resources/samples/__pycache__/simple_app_veadk.cpython-312.pyc +0 -0
- agentkit_sdk_python-0.7.4/agentkit/toolkit/resources/samples/__pycache__/simple_mcp_veadk.cpython-312.pyc +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/LICENSE +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/MANIFEST.in +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/a2a_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/a2a_app/a2a_app.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/a2a_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/agent_server_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/agent_server_app/agent_server_app.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/agent_server_app/middleware.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/agent_server_app/origin.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/agent_server_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/base_app.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/mcp_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/mcp_app/mcp_app.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/mcp_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/simple_app/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/simple_app/simple_app.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/simple_app/simple_app_handlers.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/simple_app/telemetry.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/utils.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/_openapi.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/_redact.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/_sigv4.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/admin.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/credential_hosting.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/errors.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/model_login.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/oauth.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/profile.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/providers.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/resolve.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/session.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/ssl_trust.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/sso.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/store.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/auth/sts.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/client/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/client/base_agentkit_client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/client/base_iam_client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/client/base_service_client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/errors.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/frameworks/_common.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/frameworks/langchain.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/frameworks/serving/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/frameworks/serving/fastapi_mount.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/frameworks/serving/langserve.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/platform/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/platform/configuration.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/platform/console_urls.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/platform/constants.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/platform/context.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/platform/provider.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/account/client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/account/types.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/identity/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/identity/auth.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/identity/client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/identity/types.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/knowledge/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/knowledge/client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/knowledge/types.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/mcp/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/mcp/client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/mcp/types.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/memory/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/memory/client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/memory/types.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/runtime/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/runtime/client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/runtime/types.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/skills/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/skills/client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/skills/types.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/tools/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/tools/client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/sdk/tools/types.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/builders/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/builders/base.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/builders/local_docker.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/builders/ve_pipeline.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/__main__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_add.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_auth.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_build.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_delete.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_deploy.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_destroy.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_init.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_knowledge.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_launch.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_list.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_logs.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_memory.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_runtime.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_skill.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_skills.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_skills_workflow.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_status.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_tools.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_version.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/console_reporter.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/interactive_config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/a2a_client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/agentkit_client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli_create.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli_exec.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli_file.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli_get.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli_invoke.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli_model_login.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli_mount.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli_run.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli_shell.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/cli_web.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/env_config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/git_config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/model_config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/sandbox_client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/session_create.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/session_sync.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/tool_resolve.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/sandbox/tos_config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/utils.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/choice_resolvers.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/cloud_provider.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/config_handler.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/config_validator.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/constants.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/dataclass_utils.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/docker_build_config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/global_config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/region_defaults.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/region_resolver.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/strategy_configs.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/config/utils.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/context.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/docker/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/docker/base_images.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/docker/container.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/docker/dockerfile/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/docker/dockerfile/manager.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/docker/dockerfile/metadata.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/docker/utils.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/errors.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/executors/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/executors/base_executor.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/executors/build_executor.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/executors/deploy_executor.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/executors/init_executor.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/executors/invoke_executor.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/executors/lifecycle_executor.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/executors/status_executor.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/harness/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/harness/config_builder.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/harness/deploy.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/harness/env_mapping.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/models.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/reporter.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/a2a.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/agent_server.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/basic.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/basic_stream.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/customer_support_assistant.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/eino_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/eino_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/eino_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/eino_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/eino_a2a/main.go +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/financial_analyst.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/langchain_basic_stream.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/simple_app_veadk.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/simple_mcp_veadk.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/veadk_go_a2a/agent.go +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/veadk_go_a2a/build.sh +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.mod +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/veadk_go_a2a/go.sum +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/veadk_go_a2a/main.go +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/veadk_go_basic/agent.go +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/veadk_go_basic/build.sh +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/veadk_go_basic/go.mod +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/veadk_go_basic/go.sum +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/samples/veadk_go_basic/main.go +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/templates/code-pipeline-tos-cr-step.j2 +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/templates/golang/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/templates/python/Dockerfile.j2 +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/wrappers/wrapper_basic.py.jinja2 +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/resources/wrappers/wrapper_stream.py.jinja2 +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/runners/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/runners/base.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/runners/local_docker.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/runners/ve_agentkit.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/bindings/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/bindings/memory.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/builder.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/client.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/deployer.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/initializer.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/invoker.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/lifecycle.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/sdk/status.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/strategies/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/strategies/base_strategy.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/strategies/cloud_strategy.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/strategies/hybrid_strategy.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/strategies/local_strategy.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/utils/agent_parser.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/apmplus_logs.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/code_pipeline.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/cr.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/iam.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/services/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/services/cr_service.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/services/tos_service.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/sts.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/volcengine/utils/project_archiver.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/utils/__init__.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/utils/global_config_io.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/utils/http_defaults.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/utils/logging_config.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/utils/misc.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/utils/redact.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/utils/request.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/utils/template_utils.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/utils/ve_sign.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit_sdk_python.egg-info/dependency_links.txt +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit_sdk_python.egg-info/entry_points.txt +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit_sdk_python.egg-info/requires.txt +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit_sdk_python.egg-info/top_level.txt +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/setup.cfg +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/tests/test_client_uses_platform_context.py +0 -0
- {agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/tests/test_error_hierarchy.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentkit-sdk-python
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.5
|
|
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
|
|
@@ -340,6 +340,40 @@ pip install agentkit-sdk-python==1.0.0.dev1
|
|
|
340
340
|
|
|
341
341
|
**Note**: Development versions may contain bugs and are not recommended for production use.
|
|
342
342
|
|
|
343
|
+
## Release Process
|
|
344
|
+
|
|
345
|
+
Stable releases are published from GitHub tags. The source tree keeps the
|
|
346
|
+
release version in `pyproject.toml` and `agentkit/version.py`, and the GitHub
|
|
347
|
+
workflow verifies that the pushed tag matches those files before building and
|
|
348
|
+
publishing the package.
|
|
349
|
+
|
|
350
|
+
The release workflow must already exist on `main` before you push the release
|
|
351
|
+
tag. For `0.7.5`, merge the tag-release automation change first, then create
|
|
352
|
+
and push `v0.7.5`.
|
|
353
|
+
|
|
354
|
+
Use the following workflow for a stable release:
|
|
355
|
+
|
|
356
|
+
```bash
|
|
357
|
+
git checkout main
|
|
358
|
+
git pull github main
|
|
359
|
+
git tag v0.7.5
|
|
360
|
+
git push github v0.7.5
|
|
361
|
+
```
|
|
362
|
+
|
|
363
|
+
When the tag reaches GitHub, `.github/workflows/release-pypi.yml` will:
|
|
364
|
+
|
|
365
|
+
- verify the tag is reachable from `main`
|
|
366
|
+
- verify that `pyproject.toml` and `agentkit/version.py` match the tag version
|
|
367
|
+
- build the wheel and source distribution from the tagged commit
|
|
368
|
+
- verify the built artifacts contain the expected version metadata
|
|
369
|
+
- publish the release to PyPI using the GitHub Actions secret `PYPI_API_TOKEN`
|
|
370
|
+
|
|
371
|
+
The internal `local_build.py` helper is a separate local-only workflow and is
|
|
372
|
+
not used by the GitHub tag release.
|
|
373
|
+
|
|
374
|
+
Before using the GitHub tag release workflow, configure a project-scoped PyPI
|
|
375
|
+
API token in the repository's GitHub Actions secrets as `PYPI_API_TOKEN`.
|
|
376
|
+
|
|
343
377
|
## Security and privacy
|
|
344
378
|
|
|
345
379
|
This project takes security seriously.
|
|
@@ -85,6 +85,40 @@ pip install agentkit-sdk-python==1.0.0.dev1
|
|
|
85
85
|
|
|
86
86
|
**Note**: Development versions may contain bugs and are not recommended for production use.
|
|
87
87
|
|
|
88
|
+
## Release Process
|
|
89
|
+
|
|
90
|
+
Stable releases are published from GitHub tags. The source tree keeps the
|
|
91
|
+
release version in `pyproject.toml` and `agentkit/version.py`, and the GitHub
|
|
92
|
+
workflow verifies that the pushed tag matches those files before building and
|
|
93
|
+
publishing the package.
|
|
94
|
+
|
|
95
|
+
The release workflow must already exist on `main` before you push the release
|
|
96
|
+
tag. For `0.7.5`, merge the tag-release automation change first, then create
|
|
97
|
+
and push `v0.7.5`.
|
|
98
|
+
|
|
99
|
+
Use the following workflow for a stable release:
|
|
100
|
+
|
|
101
|
+
```bash
|
|
102
|
+
git checkout main
|
|
103
|
+
git pull github main
|
|
104
|
+
git tag v0.7.5
|
|
105
|
+
git push github v0.7.5
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
When the tag reaches GitHub, `.github/workflows/release-pypi.yml` will:
|
|
109
|
+
|
|
110
|
+
- verify the tag is reachable from `main`
|
|
111
|
+
- verify that `pyproject.toml` and `agentkit/version.py` match the tag version
|
|
112
|
+
- build the wheel and source distribution from the tagged commit
|
|
113
|
+
- verify the built artifacts contain the expected version metadata
|
|
114
|
+
- publish the release to PyPI using the GitHub Actions secret `PYPI_API_TOKEN`
|
|
115
|
+
|
|
116
|
+
The internal `local_build.py` helper is a separate local-only workflow and is
|
|
117
|
+
not used by the GitHub tag release.
|
|
118
|
+
|
|
119
|
+
Before using the GitHub tag release workflow, configure a project-scoped PyPI
|
|
120
|
+
API token in the repository's GitHub Actions secrets as `PYPI_API_TOKEN`.
|
|
121
|
+
|
|
88
122
|
## Security and privacy
|
|
89
123
|
|
|
90
124
|
This project takes security seriously.
|
|
@@ -14,6 +14,7 @@ __all__ = [
|
|
|
14
14
|
"LangChainAgentkitBridge",
|
|
15
15
|
"LangGraphAgentkitBridge",
|
|
16
16
|
"UnsupportedFrameworkAgentError",
|
|
17
|
+
"load_entry_object",
|
|
17
18
|
]
|
|
18
19
|
|
|
19
20
|
|
|
@@ -26,4 +27,8 @@ def __getattr__(name: str) -> Any:
|
|
|
26
27
|
from agentkit.frameworks.langgraph import LangGraphAgentkitBridge
|
|
27
28
|
|
|
28
29
|
return LangGraphAgentkitBridge
|
|
30
|
+
if name == "load_entry_object":
|
|
31
|
+
from agentkit.frameworks.migration import load_entry_object
|
|
32
|
+
|
|
33
|
+
return load_entry_object
|
|
29
34
|
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
|
|
@@ -84,6 +84,35 @@ def _resume_value(text_input: str) -> Any:
|
|
|
84
84
|
return text_input
|
|
85
85
|
|
|
86
86
|
|
|
87
|
+
def _update_output_text(data: Any) -> str:
|
|
88
|
+
"""Extract user-facing output from LangGraph update payloads.
|
|
89
|
+
|
|
90
|
+
LangGraph ``stream_mode=["messages", "updates"]`` can emit internal LLM
|
|
91
|
+
message chunks as well as node state updates. Generic recursive extraction
|
|
92
|
+
is too broad for updates such as ``{"classify": {"route": "x"}}``; only
|
|
93
|
+
explicit output-like fields should override streamed message text.
|
|
94
|
+
"""
|
|
95
|
+
if not isinstance(data, dict):
|
|
96
|
+
return chunk_to_text(data)
|
|
97
|
+
|
|
98
|
+
for key in ("answer", "output", "text", "content", "messages"):
|
|
99
|
+
if key in data:
|
|
100
|
+
text = chunk_to_text(data[key])
|
|
101
|
+
if text:
|
|
102
|
+
return text
|
|
103
|
+
|
|
104
|
+
latest = ""
|
|
105
|
+
for value in data.values():
|
|
106
|
+
if not isinstance(value, dict):
|
|
107
|
+
continue
|
|
108
|
+
for key in ("answer", "output", "text", "content", "messages"):
|
|
109
|
+
if key in value:
|
|
110
|
+
text = chunk_to_text(value[key])
|
|
111
|
+
if text:
|
|
112
|
+
latest = text
|
|
113
|
+
return latest
|
|
114
|
+
|
|
115
|
+
|
|
87
116
|
class LangGraphAgentkitBridge(BaseAgent):
|
|
88
117
|
"""Adapt a compiled LangGraph graph to AgentKit's ADK runtime boundary."""
|
|
89
118
|
|
|
@@ -318,9 +347,7 @@ class LangGraphAgentkitBridge(BaseAgent):
|
|
|
318
347
|
)
|
|
319
348
|
return
|
|
320
349
|
last_update = data
|
|
321
|
-
|
|
322
|
-
continue
|
|
323
|
-
text = chunk_to_text(data)
|
|
350
|
+
text = _update_output_text(data)
|
|
324
351
|
if text:
|
|
325
352
|
pending_update_text = text
|
|
326
353
|
continue
|
|
@@ -334,10 +361,11 @@ class LangGraphAgentkitBridge(BaseAgent):
|
|
|
334
361
|
yield adk_event(ctx, self.name, delta, partial=True)
|
|
335
362
|
|
|
336
363
|
if streamed:
|
|
364
|
+
update_text = pending_update_text or _update_output_text(last_update)
|
|
337
365
|
if saw_messages or has_output:
|
|
338
|
-
final_text = accumulated_text
|
|
366
|
+
final_text = update_text or accumulated_text
|
|
339
367
|
else:
|
|
340
|
-
final_text =
|
|
368
|
+
final_text = update_text
|
|
341
369
|
if final_text:
|
|
342
370
|
yield adk_event(ctx, self.name, final_text, partial=True)
|
|
343
371
|
else:
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"""Helpers used by generated framework migration apps."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
import importlib
|
|
6
|
+
import importlib.util
|
|
7
|
+
from pathlib import Path
|
|
8
|
+
import sys
|
|
9
|
+
from types import ModuleType
|
|
10
|
+
from typing import Any
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def _prepend_sys_path(path: Path) -> None:
|
|
14
|
+
value = str(path)
|
|
15
|
+
if value not in sys.path:
|
|
16
|
+
sys.path.insert(0, value)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def _load_module_from_file(entry_path: Path, import_name: str) -> ModuleType:
|
|
20
|
+
if not entry_path.is_file():
|
|
21
|
+
raise FileNotFoundError(f"Entry file does not exist: {entry_path}")
|
|
22
|
+
|
|
23
|
+
spec = importlib.util.spec_from_file_location(import_name, entry_path)
|
|
24
|
+
if spec is None or spec.loader is None:
|
|
25
|
+
raise RuntimeError(f"Cannot load entry module from {entry_path}")
|
|
26
|
+
|
|
27
|
+
module = importlib.util.module_from_spec(spec)
|
|
28
|
+
sys.modules[import_name] = module
|
|
29
|
+
try:
|
|
30
|
+
spec.loader.exec_module(module)
|
|
31
|
+
except Exception:
|
|
32
|
+
if sys.modules.get(import_name) is module:
|
|
33
|
+
del sys.modules[import_name]
|
|
34
|
+
raise
|
|
35
|
+
return module
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def _resolve_object(module: ModuleType, object_path: str) -> Any:
|
|
39
|
+
if not object_path:
|
|
40
|
+
raise ValueError("entry object path is required")
|
|
41
|
+
|
|
42
|
+
target: Any = module
|
|
43
|
+
for attr in object_path.split("."):
|
|
44
|
+
if not attr:
|
|
45
|
+
raise ValueError(
|
|
46
|
+
f"entry object path contains an empty attribute: {object_path!r}"
|
|
47
|
+
)
|
|
48
|
+
try:
|
|
49
|
+
target = getattr(target, attr)
|
|
50
|
+
except AttributeError as exc:
|
|
51
|
+
raise AttributeError(
|
|
52
|
+
f"Entry object {object_path!r} was not found; "
|
|
53
|
+
f"missing attribute {attr!r} on {target!r}."
|
|
54
|
+
) from exc
|
|
55
|
+
return target
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
def load_entry_object(
|
|
59
|
+
*,
|
|
60
|
+
file: str,
|
|
61
|
+
object_path: str,
|
|
62
|
+
module: str | None = None,
|
|
63
|
+
project_root: str | Path = ".",
|
|
64
|
+
base_dir: str | Path | None = None,
|
|
65
|
+
import_name: str = "agentkit_migrated_entry",
|
|
66
|
+
) -> Any:
|
|
67
|
+
"""Load an object from a migrated project's original entry reference.
|
|
68
|
+
|
|
69
|
+
The generated migration app lives beside or below the user's project files.
|
|
70
|
+
This helper keeps that app small while preserving the import behavior that
|
|
71
|
+
users expect from running their original project.
|
|
72
|
+
"""
|
|
73
|
+
|
|
74
|
+
base_path = (
|
|
75
|
+
Path(base_dir).resolve() if base_dir is not None else Path.cwd().resolve()
|
|
76
|
+
)
|
|
77
|
+
project_root_path = (base_path / project_root).resolve()
|
|
78
|
+
_prepend_sys_path(project_root_path)
|
|
79
|
+
|
|
80
|
+
if module:
|
|
81
|
+
loaded_module = importlib.import_module(module)
|
|
82
|
+
else:
|
|
83
|
+
entry_path = (base_path / file).resolve()
|
|
84
|
+
loaded_module = _load_module_from_file(entry_path, import_name)
|
|
85
|
+
|
|
86
|
+
return _resolve_object(loaded_module, object_path)
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit_sdk_python.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentkit-sdk-python
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.5
|
|
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
|
|
@@ -340,6 +340,40 @@ pip install agentkit-sdk-python==1.0.0.dev1
|
|
|
340
340
|
|
|
341
341
|
**Note**: Development versions may contain bugs and are not recommended for production use.
|
|
342
342
|
|
|
343
|
+
## Release Process
|
|
344
|
+
|
|
345
|
+
Stable releases are published from GitHub tags. The source tree keeps the
|
|
346
|
+
release version in `pyproject.toml` and `agentkit/version.py`, and the GitHub
|
|
347
|
+
workflow verifies that the pushed tag matches those files before building and
|
|
348
|
+
publishing the package.
|
|
349
|
+
|
|
350
|
+
The release workflow must already exist on `main` before you push the release
|
|
351
|
+
tag. For `0.7.5`, merge the tag-release automation change first, then create
|
|
352
|
+
and push `v0.7.5`.
|
|
353
|
+
|
|
354
|
+
Use the following workflow for a stable release:
|
|
355
|
+
|
|
356
|
+
```bash
|
|
357
|
+
git checkout main
|
|
358
|
+
git pull github main
|
|
359
|
+
git tag v0.7.5
|
|
360
|
+
git push github v0.7.5
|
|
361
|
+
```
|
|
362
|
+
|
|
363
|
+
When the tag reaches GitHub, `.github/workflows/release-pypi.yml` will:
|
|
364
|
+
|
|
365
|
+
- verify the tag is reachable from `main`
|
|
366
|
+
- verify that `pyproject.toml` and `agentkit/version.py` match the tag version
|
|
367
|
+
- build the wheel and source distribution from the tagged commit
|
|
368
|
+
- verify the built artifacts contain the expected version metadata
|
|
369
|
+
- publish the release to PyPI using the GitHub Actions secret `PYPI_API_TOKEN`
|
|
370
|
+
|
|
371
|
+
The internal `local_build.py` helper is a separate local-only workflow and is
|
|
372
|
+
not used by the GitHub tag release.
|
|
373
|
+
|
|
374
|
+
Before using the GitHub tag release workflow, configure a project-scoped PyPI
|
|
375
|
+
API token in the repository's GitHub Actions secrets as `PYPI_API_TOKEN`.
|
|
376
|
+
|
|
343
377
|
## Security and privacy
|
|
344
378
|
|
|
345
379
|
This project takes security seriously.
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit_sdk_python.egg-info/SOURCES.txt
RENAMED
|
@@ -48,6 +48,7 @@ agentkit/frameworks/__init__.py
|
|
|
48
48
|
agentkit/frameworks/_common.py
|
|
49
49
|
agentkit/frameworks/langchain.py
|
|
50
50
|
agentkit/frameworks/langgraph.py
|
|
51
|
+
agentkit/frameworks/migration.py
|
|
51
52
|
agentkit/frameworks/serving/__init__.py
|
|
52
53
|
agentkit/frameworks/serving/fastapi_mount.py
|
|
53
54
|
agentkit/frameworks/serving/langserve.py
|
|
@@ -182,10 +183,6 @@ agentkit/toolkit/resources/samples/financial_analyst.py
|
|
|
182
183
|
agentkit/toolkit/resources/samples/langchain_basic_stream.py
|
|
183
184
|
agentkit/toolkit/resources/samples/simple_app_veadk.py
|
|
184
185
|
agentkit/toolkit/resources/samples/simple_mcp_veadk.py
|
|
185
|
-
agentkit/toolkit/resources/samples/__pycache__/customer_support_assistant.cpython-312.pyc
|
|
186
|
-
agentkit/toolkit/resources/samples/__pycache__/financial_analyst.cpython-312.pyc
|
|
187
|
-
agentkit/toolkit/resources/samples/__pycache__/simple_app_veadk.cpython-312.pyc
|
|
188
|
-
agentkit/toolkit/resources/samples/__pycache__/simple_mcp_veadk.cpython-312.pyc
|
|
189
186
|
agentkit/toolkit/resources/samples/eino_a2a/agent.go
|
|
190
187
|
agentkit/toolkit/resources/samples/eino_a2a/build.sh
|
|
191
188
|
agentkit/toolkit/resources/samples/eino_a2a/go.mod
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=77", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
1
5
|
[project]
|
|
2
6
|
name = "agentkit-sdk-python"
|
|
3
|
-
version = "0.7.
|
|
7
|
+
version = "0.7.5"
|
|
4
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."
|
|
5
9
|
readme = "README.md"
|
|
6
10
|
requires-python = ">=3.10"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/agent_server_app/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/agent_server_app/middleware.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/agent_server_app/origin.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/agent_server_app/telemetry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/simple_app/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/apps/simple_app/simple_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/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.7.4 → agentkit_sdk_python-0.7.5}/agentkit/client/base_agentkit_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/client/base_service_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/frameworks/serving/__init__.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/frameworks/serving/fastapi_mount.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/frameworks/serving/langserve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/builders/local_docker.py
RENAMED
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/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
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_knowledge.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentkit_sdk_python-0.7.4 → agentkit_sdk_python-0.7.5}/agentkit/toolkit/cli/cli_skills_workflow.py
RENAMED
|
File without changes
|