mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
37 lines
1.7 KiB
Markdown
37 lines
1.7 KiB
Markdown
# Contributions Guidelines
|
|
|
|
Welcome to the Amazon Bedrock AgentCore examples repository! To help you submit your contributions to the right place, here's what you need to know:
|
|
Where Should I Submit My PR?
|
|
|
|
## 📚 Tutorials (01-tutorials/)
|
|
|
|
This folder is primarily maintained by AWS teams to provide fundamental learning materials. Only submit PRs here if:
|
|
|
|
- You're adding new core functionality tutorials
|
|
- You're an AWS maintainer updating existing tutorials
|
|
- You've been specifically asked to contribute educational content
|
|
|
|
## 💡 Use Cases (02-use-cases/)
|
|
|
|
This is where most community PRs should go! Submit here if:
|
|
|
|
- You've built an end-to-end application using Amazon Bedrock AgentCore
|
|
- You're sharing a practical business solution
|
|
- You want to demonstrate how to solve specific problems with Amazon Bedrock AgentCore
|
|
|
|
## 🔌 Integrations (03-integrations/)
|
|
|
|
Submit to this folder if:
|
|
|
|
- You're providing an example of integration with an existing AI Agents framework (like LangChain, CrewAI) using Amazon Bedrock AgentCore
|
|
- You're implementing agent-to-agent (A2A) communication patterns
|
|
- You're building connector interfaces for Amazon Bedrock AgentCore
|
|
- You represent a solution that wants to showcase integration with Amazon Bedrock AgentCore
|
|
|
|
## General Guidelines
|
|
|
|
- When in doubt, target the use-cases folder for your contribution
|
|
- Ensure your PR includes proper documentation and follows our code standards
|
|
- If you're unsure, feel free to open an issue first to discuss placement
|
|
|
|
Remember: The tutorials folder is reserved for foundational content, while the use-cases folder is our primary destination for community contributions showing practical applications of Amazon Bedrock AgentCore. |