bedrock-agentcore-starter-toolkit 0.1.20__tar.gz → 0.1.21__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.
Potentially problematic release.
This version of bedrock-agentcore-starter-toolkit might be problematic. Click here for more details.
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/CHANGELOG.md +8 -2
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/PKG-INFO +1 -1
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/pyproject.toml +1 -1
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/notebook/runtime/bedrock_agentcore.py +4 -4
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/uv.lock +1 -1
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/CODEOWNERS +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/branch-protection.json +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/dependabot.yml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/pull_request_template.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/workflows/deploy-docs.yml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/workflows/integration_testing.yml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/workflows/pr-automerge.yml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/workflows/release.yml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/workflows/security-scanning.yml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/workflows/security.yml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.github/workflows/test-pypi-release.yml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.gitignore +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.pre-commit-config.yaml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.python-version +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/CODE-OF-CONDUCT.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/CONTRIBUTING.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/LICENSE.txt +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/NOTICE.txt +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/README.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/SECURITY.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/buildspec-lambda-package.yml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/.gitignore +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/README.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/api-reference/cli.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/api-reference/identity.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/api-reference/memory.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/api-reference/runtime.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/api-reference/tools.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/examples/README.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/examples/agentcore-quickstart-example.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/examples/async-processing.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/examples/gateway-integration.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/examples/memory_gateway_agent.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/examples/runtime-framework-agents.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/examples/semantic_search.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/examples/session-management.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/index.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/mcp/agentcore_runtime_deployment.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/stylesheets/extra.css +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/builtin-tools/quickstart-browser.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/builtin-tools/quickstart-code-interpreter.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/gateway/quickstart.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/identity/quickstart.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/import-agent/configuration.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/import-agent/design.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/import-agent/overview.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/import-agent/quickstart.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/memory/quickstart.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/observability/quickstart.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/runtime/async.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/runtime/notebook.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/runtime/overview.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/runtime/permissions.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/docs/user-guide/runtime/quickstart.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/mkdocs.yaml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/documentation/overrides/main.html +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/scripts/bump-version.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/scripts/prepare-release.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/scripts/setup-branch-protection.sh +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/scripts/validate-release.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/cli.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/common.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/gateway/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/gateway/commands.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/import_agent/README.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/import_agent/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/import_agent/agent_info.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/import_agent/commands.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/runtime/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/runtime/commands.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/cli/runtime/configuration_manager.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/notebook/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/notebook/runtime/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/gateway/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/gateway/client.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/gateway/constants.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/gateway/create_lambda.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/gateway/create_role.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/gateway/exceptions.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/README.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/constants.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/manager.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/DictWrapper.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/Memory.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/MemoryStrategy.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/MemorySummary.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/strategies/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/strategies/base.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/strategies/custom.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/strategies/semantic.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/strategies/summary.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/models/strategies/user_preference.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/memory/strategy_validator.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/runtime/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/runtime/configure.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/runtime/create_role.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/runtime/destroy.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/runtime/invoke.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/runtime/launch.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/runtime/models.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/operations/runtime/status.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/codebuild.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/ecr.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/import_agent/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/import_agent/assets/memory_manager_template.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/import_agent/assets/requirements_langchain.j2 +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/import_agent/assets/requirements_strands.j2 +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/import_agent/assets/template_fixtures_merged.json +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/import_agent/scripts/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/import_agent/scripts/base_bedrock_translate.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/import_agent/scripts/bedrock_to_langchain.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/import_agent/scripts/bedrock_to_strands.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/import_agent/utils.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/runtime.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/services/xray.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/endpoints.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/logging_config.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/runtime/config.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/runtime/container.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/runtime/entrypoint.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/runtime/logs.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/runtime/policy_template.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/runtime/schema.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/runtime/templates/Dockerfile.j2 +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/runtime/templates/dockerignore.template +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/runtime/templates/execution_role_policy.json.j2 +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/src/bedrock_agentcore_starter_toolkit/utils/runtime/templates/execution_role_trust_policy.json.j2 +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/cli/gateway/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/cli/gateway/test_commands.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/cli/runtime/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/cli/runtime/test_commands.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/cli/runtime/test_configuration_manager.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/cli/test_common.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/conftest.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/conftest_mock.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/fixtures/project_config_multiple.yaml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/fixtures/project_config_single.yaml +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/notebook/runtime/test_bedrock_agentcore.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/gateway/test_gateway_client.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/gateway/test_gateway_client_init.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/gateway/test_gateway_create_role.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/memory/test_manager.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/memory/test_strategy_types.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/memory/test_strategy_validator.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/runtime/test_configure.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/runtime/test_create_role.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/runtime/test_destroy.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/runtime/test_invoke.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/runtime/test_launch.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/operations/runtime/test_status.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/services/import_agent/data/bedrock_config.json +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/services/import_agent/data/bedrock_config_multi_agent.json +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/services/import_agent/data/bedrock_config_no_schema.json +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/services/import_agent/test_import_agent.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/services/test_codebuild.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/services/test_ecr.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/services/test_runtime.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/services/test_runtime_conflict_error.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/services/test_xray.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/utils/runtime/test_config.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/utils/runtime/test_container.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/utils/runtime/test_entrypoint.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/utils/runtime/test_policy_template.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/utils/test_endpoints.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests/utils/test_logging_config.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/cli/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/cli/runtime/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/cli/runtime/base_test.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/cli/runtime/test_simple_agent.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/gateway/README.md +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/gateway/test_cognito_token.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/gateway/test_create_gateway_role.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/gateway/test_egress_auth.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/gateway/test_gateway_cognito.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/identity/access_token_3LO.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/memory/memory-manager.ipynb +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/memory/test_create_memory.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/notebook/test_notebook_runtime.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/strands_agent/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/strands_agent/agent_example.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/tools/__init__.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/tools/my_mcp_client.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/tools/my_mcp_client_remote.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/tools/my_mcp_server.py +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/tools/setup_cognito.sh +0 -0
- {bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/tests_integ/utils/config.py +0 -0
{bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/CHANGELOG.md
RENAMED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.21] - 2025-10-08
|
|
4
|
+
|
|
5
|
+
### Changes
|
|
6
|
+
|
|
7
|
+
- add a2a protocol notebook support (#258) (e656d63)
|
|
8
|
+
- Release v0.1.20 (#257) (1de8828)
|
|
9
|
+
|
|
3
10
|
## [0.1.20] - 2025-10-08
|
|
4
11
|
|
|
5
12
|
### Changes
|
|
6
13
|
|
|
7
14
|
- feat: Add A2A protocol support to AgentCore Runtime toolkit (#255) (84c9456)
|
|
8
15
|
- Fix documentation examples display (#254) (c699e4c)
|
|
9
|
-
- docs:
|
|
10
|
-
- chore: bump version to 0.1.19 (#248) (7992f8e)
|
|
16
|
+
- docs: improvements to quickstart (#247) (3ee881b)
|
|
11
17
|
|
|
12
18
|
## [0.1.19] - 2025-10-03
|
|
13
19
|
|
{bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bedrock-agentcore-starter-toolkit
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.21
|
|
4
4
|
Summary: A starter toolkit for using Bedrock AgentCore
|
|
5
5
|
Project-URL: Homepage, https://github.com/aws/bedrock-agentcore-starter-toolkit
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/aws/bedrock-agentcore-starter-toolkit/issues
|
|
@@ -45,7 +45,7 @@ class Runtime:
|
|
|
45
45
|
auto_create_execution_role: bool = False,
|
|
46
46
|
authorizer_configuration: Optional[Dict[str, Any]] = None,
|
|
47
47
|
region: Optional[str] = None,
|
|
48
|
-
protocol: Optional[Literal["HTTP", "MCP"]] = None,
|
|
48
|
+
protocol: Optional[Literal["HTTP", "MCP", "A2A"]] = None,
|
|
49
49
|
disable_otel: bool = False,
|
|
50
50
|
non_interactive: bool = True,
|
|
51
51
|
) -> ConfigureResult:
|
|
@@ -65,15 +65,15 @@ class Runtime:
|
|
|
65
65
|
auto_create_execution_role: Whether to auto-create execution role (makes execution_role optional)
|
|
66
66
|
authorizer_configuration: JWT authorizer configuration dictionary
|
|
67
67
|
region: AWS region for deployment
|
|
68
|
-
protocol: agent server protocol, must be either HTTP or MCP
|
|
68
|
+
protocol: agent server protocol, must be either HTTP or MCP or A2A
|
|
69
69
|
disable_otel: Whether to disable OpenTelemetry observability (default: False)
|
|
70
70
|
non_interactive: Skip interactive prompts and use defaults (default: True)
|
|
71
71
|
|
|
72
72
|
Returns:
|
|
73
73
|
ConfigureResult with configuration details
|
|
74
74
|
"""
|
|
75
|
-
if protocol and protocol.upper() not in ["HTTP", "MCP"]:
|
|
76
|
-
raise ValueError("protocol must be either HTTP or MCP")
|
|
75
|
+
if protocol and protocol.upper() not in ["HTTP", "MCP", "A2A"]:
|
|
76
|
+
raise ValueError("protocol must be either HTTP or MCP or A2A")
|
|
77
77
|
|
|
78
78
|
# Parse entrypoint to get agent name
|
|
79
79
|
file_path, file_name = parse_entrypoint(entrypoint)
|
|
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
|
{bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/LICENSE.txt
RENAMED
|
File without changes
|
{bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/NOTICE.txt
RENAMED
|
File without changes
|
{bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/README.md
RENAMED
|
File without changes
|
{bedrock_agentcore_starter_toolkit-0.1.20 → bedrock_agentcore_starter_toolkit-0.1.21}/SECURITY.md
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|