Content repository for Agentic AI Central — your hub for exploring and learning Agentic AI on AWS.
This repository contains the community-contributed content that powers the Agentic AI Central website. The site aggregates learning materials, design patterns, reference architectures, and implementation blueprints for building agentic AI solutions on AWS.
For the website application code, see: sample-agentic-ai-central
├── discover/
│ ├── design-patterns/ # Agentic AI design patterns
│ ├── reference-architectures/
│ │ ├── amazon-bedrock/ # Amazon Bedrock serverless patterns
│ │ └── amazon-bedrock-agentcore/ # AgentCore deployment patterns
│ └── getting-started/ # Getting started guides for AWS services
└── build/
└── blueprints/ # Step-by-step implementation guides
We welcome community contributions! You can contribute to the following content types:
Service-agnostic patterns describing how agentic AI systems work. Each pattern includes:
- Description and how it works
- Examples and best-for use cases
- Considerations and trade-offs
- Related patterns and architectures
- Architecture diagram (SVG)
Location: discover/design-patterns/
Introductory guides for AWS services used in agentic AI applications.
Location: discover/getting-started/
Production-ready architectures for deploying agentic AI on AWS. Each architecture includes:
- Architecture diagram
- How it works flow
- Key components and AWS services
- Advantages and considerations
- When to use guidance
- Related patterns
Location: discover/reference-architectures/
Step-by-step implementation guides with code samples for specific use cases.
Location: build/blueprints/
- Fork this repository
- Create your content following the existing structure and format
- Submit a Pull Request with a clear description of your contribution
For detailed guidelines, see CONTRIBUTING.md.
If you have suggestions or find issues but don't have time for a PR, please open an issue with your feedback.
For feedback, feature requests, and contributions contact rodzanto@, hamitis@, and tsaris@ from AWS.
See CONTRIBUTING.md for information about reporting security issues.
This project is licensed under the MIT-0 License. See the LICENSE file.