Skip to main content

A starter toolkit for using Bedrock AgentCore

Project description

Bedrock AgentCore Starter Toolkit

Deploy your local AI agent to Bedrock AgentCore with zero infrastructure

GitHub commit activity GitHub open issues GitHub open pull requests License PyPI version Python versions

Python SDKStarter ToolkitSamplesDiscord

🚀 From Local Development to Bedrock AgentCore

# Build your agent with the SDK
from bedrock_agentcore import BedrockAgentCoreApp

app = BedrockAgentCoreApp()

@app.entrypoint
def my_agent(request):
    # Your existing Strands, LangGraph, CrewAI, or custom agent logic
    return process_with_your_framework(request.get("prompt"))

app.run()
# Deploy with the Starter Toolkit
agentcore configure --entrypoint my_agent.py
agentcore launch  # Ready to run on Bedrock AgentCore
agentcore invoke '{"prompt": "tell me a fact"}'

What you get with the Starter Toolkit:

  • Keep your agent logic - Works with any SDK-built agent
  • Zero infrastructure management - No servers, containers, or scaling concerns
  • One-command deployment - From local development to enterprise platform
  • Production-ready hosting - Reliable, scalable, compliant Bedrock AgentCore deployment

⚠️ Preview Status

Bedrock AgentCore Starter Toolkit is currently in public preview. APIs may change as we refine the SDK.

🛠️ Deployment & Management Tools

Simple Configuration

# Configure your agent for deployment
agentcore configure --entrypoint my_agent.py --name my-production-agent

# Check deployment status
agentcore status

# Invoke your deployed agent
agentcore invoke '{"prompt": "Hello from Bedrock AgentCore!"}'

Enterprise Platform Services

  • 🚀 Runtime - Serverless deployment and scaling with fast cold starts
  • 🧠 Memory - Persistent knowledge with event and semantic memory
  • 🔗 Gateway - Transform existing APIs and Lambda functions into MCP tools
  • 🔐 Identity - Secure authentication and access management
  • 💻 Code Interpreter - Secure code execution in isolated sandbox environments
  • 🌐 Browser - Fast, secure cloud-based browser for web automation
  • 📊 Observability - Real-time monitoring and tracing with OpenTelemetry support

➡️ Importing from Bedrock Agents

Import from Bedrock Agents to AgentCore using the import-agent utility.

# Launch the import-agent workflow
agentcore import-agent

This will generate an equivalent Langchain or Strands agent in ./output, leveraging AgentCore primitives, and provide an option to deploy the agent to AgentCore Runtime. See additional documentation on this utility:

📚 About Amazon Bedrock AgentCore

Amazon Bedrock AgentCore enables you to deploy and operate highly effective agents securely, at scale using any framework and model. With AgentCore, developers can accelerate AI agents into production with enterprise-grade scale, reliability, and security. The platform provides:

  • Composable Services: Mix and match services to fit your needs
  • Framework Flexibility: Works with Strands, LangGraph, CrewAI, Strands, and more
  • Any Model Support: Not locked into specific models
  • Enterprise Security: Built-in identity, isolation, and access controls

📝 License & Contributing

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bedrock_agentcore_starter_toolkit-0.1.6.tar.gz (355.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file bedrock_agentcore_starter_toolkit-0.1.6.tar.gz.

File metadata

File hashes

Hashes for bedrock_agentcore_starter_toolkit-0.1.6.tar.gz
Algorithm Hash digest
SHA256 6ea788aaa01223c28699cb55ec4a1039a7b75ddadc13929ddc00248cc0fb2abd
MD5 bc7e91d8bcd9d5ce232d63bdcdd479af
BLAKE2b-256 e9618bbee4680d50588c50db27908321a84978bea4e2816eb661ba24f03fd86f

See more details on using hashes here.

File details

Details for the file bedrock_agentcore_starter_toolkit-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for bedrock_agentcore_starter_toolkit-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 6a20e93052c26d050b23747e5e63d6c813e82d9f79d6090703d8eaf914902daf
MD5 319e42836dac65cf05c682b6555d6ed8
BLAKE2b-256 e4c2eaf55b9322297a3bf3ed3f6924b5dab027b442ef10dc86950fc78c896302

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page