build-on-aws/amazon-bedrock-agents-quickstart
Learn how to quickly build Agents with Amazon Bedrock
Implements a RAG-based agent architecture combining LangChain embeddings with FAISS vector search for AWS Well-Architected Framework queries, plus Claude-based code generation. Tools are containerized as Lambda functions deployed via ECR, with agents orchestrated through Bedrock's action groups that parse requests and route them to the appropriate tool handler.
102 stars. No commits in the last 6 months.
Stars
102
Forks
23
Language
Python
License
MIT-0
Category
Last pushed
Mar 29, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/build-on-aws/amazon-bedrock-agents-quickstart"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tinovyatkin/amazon-bedrock-copilot-chat
A VSCode Language Model Chat Provider to use Amazon Bedrock in Copilot Chat
aws-samples/sample-practical-generative-ai-on-aws-book
書籍「AWS生成AIアプリ構築実践ガイド」で使用するサンプルコード
aws-samples/sample-strands-agents-chat
A full-stack AI chat application powered by Amazon Bedrock and Strands Agents
aws-samples/sample-ai-agent-architectures-agentcore
Step by step code samples showing how AI agent architectures evolve from simple to production...
build-on-aws/bedrock-agents-streamlit
Creating Amazon Bedrock agents with Streamlit Framework