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.2.tar.gz (254.6 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.2.tar.gz.

File metadata

File hashes

Hashes for bedrock_agentcore_starter_toolkit-0.1.2.tar.gz
Algorithm Hash digest
SHA256 30f7a92c0a3fc1b3ff3dfba9c1320c26401c966a5617b864900fc68cf501221f
MD5 c2d76aef041f9368180155436a0ab60b
BLAKE2b-256 97b3dc857a611fcb101bb689051bd27d492dcd2ab164f6ab03496f74c6403966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bedrock_agentcore_starter_toolkit-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c071f20cdd7297a6071051bf227bdabb4fbcec81716890b8d641a9a9a6e56444
MD5 cc2113cf9b345534472125dbb7c0a821
BLAKE2b-256 a7079925aa76723d957c6cb9d8a5d3485396256ab32a569432fd44d60a55f46b

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