--- id: bedrock-agentcore-starter-toolkit version: "0.3.11" license: Apache-2.0 license_treatment: permissive maintenance: active --- # bedrock-agentcore-starter-toolkit — A starter toolkit for using Bedrock AgentCore License: permissive · Maintenance: active · Downloads: 1.4M/mo ## What it is and what it does The Bedrock AgentCore Starter Toolkit is a Python package that provides scaffolding and development tools for building AI agents on Amazon Bedrock. It includes a CLI for project creation, a Python SDK for agent development, and integration with AWS services like boto3 for credential management. The toolkit wraps Bedrock AgentCore services—Runtime, Memory, Gateway, Code Interpreter, Browser, Observability, Evaluation, and Identity—into a cohesive development experience. However, the package is explicitly deprecated. AWS now recommends the AgentCore CLI (a Node.js package) as the primary way to create and deploy agents, citing broader framework support, local development with hot reload, and more comprehensive tooling. Existing Python-based workflows can continue using this toolkit, but new projects should migrate to the CLI. The package remains in active maintenance but is positioned as a legacy option for teams already invested in Python-based agent development. Use it for: - Migrating or maintaining existing Python-based Bedrock agent projects that were started with this toolkit. - Rapid prototyping of AI agents when Python is the preferred development language and AWS Bedrock is the target platform. - Integrating agent scaffolding into Python CI/CD pipelines or automation workflows. - Local development and testing of agents before deployment to Amazon Bedrock AgentCore Runtime. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a Python CLI and SDK for scaffolding, developing, and deploying AI agents on Amazon Bedrock AgentCore, though the package is now superseded by the AgentCore CLI. No, not for new projects. The package is explicitly deprecated in its own documentation in favor of the AgentCore CLI. Install only if maintaining or extending an existing Python-based agent project already using this toolkit. For new work, use the AgentCore CLI instead, which offers broader framework support and better local development experience. ## Install pip install bedrock-agentcore-starter-toolkit uv add bedrock-agentcore-starter-toolkit poetry add bedrock-agentcore-starter-toolkit ## Installing bedrock-agentcore-starter-toolkit Before you install: Low friction installation with 23 runtime dependencies. Active maintenance as of 2026-08-10, but the package is explicitly deprecated in favor of the AgentCore CLI (@aws/agentcore npm package), which is now the recommended approach for new projects. License in practice: Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions. No license-based barriers to adoption. Quickstart: pip install bedrock-agentcore-starter-toolkit from bedrock_agentcore_starter_toolkit import create_agent agent = create_agent(name="my_agent") Requires Python 3.10 or later. AWS credentials and Bedrock access must be configured. Package is deprecated; new projects should use the AgentCore CLI instead. Verify before relying: - Specific CLI commands and their signatures are not detailed in the fact sheet. - Whether the toolkit supports all frameworks mentioned (Strands, LangGraph, LangChain, etc.) or only a subset. - Runtime behavior and performance characteristics under production workloads. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 1.4M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags bedrock agent development toolkit, amazon agentcore python sdk, ai agent scaffolding aws, bedrock agent deployment, python agent framework aws, agentcore starter template, bedrock agent cli, deprecated, aws-bedrock, agent-framework [View on SkillFed](https://skillfed.io/packages/bedrock-agentcore-starter-toolkit) · [View on PyPI](https://pypi.org/project/bedrock-agentcore-starter-toolkit/)