Agents - Basic Concepts
- 🔧 An Agent manages and carries out various multi-step tasks
- Tasks related to infrastructure provisioning, application deployment, operational activities…
- 💡 Not just prompt answer/conversation, but actual actions! Agents are very smart!
- Task coordination: perform tasks in correct order, ensure correct information flow
- Configured to perform specific pre-defined action groups
- Integration with other systems, services, DBs, APIs…
- Leverage RAG to retrieve info when necessary
- Bedrock Agent Setup
- Architecture Diagram