Overview of Amazon Bedrock AgentCore Construct Library
mainThe aws-cdk-lib/aws-bedrockagentcore library enables the deployment and operation of highly capable AI agents securely and at scale. It provides infrastructure purpose-built for dynamic agent workloads and works with any framework (such as CrewAI, LangGraph, LlamaIndex, and Strands Agents) and any foundation model (inside or outside of Amazon Bedrock).
Key primitives provided by this library include:
- AgentCore Runtime: For deploying agent workloads.
- Browser: For web-based agent capabilities.
- Code Interpreter: For executing code in a secure environment.
- Gateway: For managing inbound/outbound communication.
- Gateway Target: For defining where gateway traffic is routed (e.g., Lambda, OpenAPI).
- Memory: For managing agent state and long-term memory.
- Online Evaluation: For evaluating agent performance in real-time.