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

📚 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.3.tar.gz (267.7 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.3.tar.gz.

File metadata

File hashes

Hashes for bedrock_agentcore_starter_toolkit-0.1.3.tar.gz
Algorithm Hash digest
SHA256 24429b2ff4c651fd5835bfd84e50f78f031f47f632d0d8830d53a4174ea0fa64
MD5 5901f6699eb028ab85533fccd87e46cb
BLAKE2b-256 a26f1e773c31f1734662d68229fac70f181c397d443f53800b2ec63bc34b5f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bedrock_agentcore_starter_toolkit-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9657086b5e76b2577dd0645c33c4950d1b8eb69c7be27d2f917b5149d3d10d35
MD5 203ac58163f64ec5e011a74becb788e6
BLAKE2b-256 9a472de1454c795144b13f1274ff53a7f6a3d1128b4a0eff67dd85dcff8ea177

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