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.4.tar.gz (354.5 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.4.tar.gz.

File metadata

File hashes

Hashes for bedrock_agentcore_starter_toolkit-0.1.4.tar.gz
Algorithm Hash digest
SHA256 6f0968193eb91093a52b00594dc96ce0f359172359286c32fa3d160f5f0123f2
MD5 937b2d8798259b4c072ebdb48826f7f3
BLAKE2b-256 265c661b3c6fb5d971708dd99bd760a53be773cf86d2121ad5b8227c1fa9898a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bedrock_agentcore_starter_toolkit-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3e72a5c7c74fa1c00ad80e064dfc0467d64f7158a2bff54687d7eb320dcad418
MD5 715d57b18bdcc94a939f470839eecd7b
BLAKE2b-256 46a07cf07747a7c0ac81ecadddd56cb3aaf047073f18d3af0f3d1b2fb75cac08

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