About This Architecture
Four-layer AI system architecture orchestrating multiple specialized agents—Coordinator, RAG, Execution, and Recommendation—across Orchestrator, AI Agent, Algorithm/Model, and Data layers on AWS. The Workflow Manager and Scheduler route tasks through the Coordinator Agent, which delegates to RAG Agent (leveraging LLM and embeddings), Execution Agent (running classifiers and rankers), and Recommendation Agent (applying rule engines). Data flows bidirectionally: LLMs query Pinecone vector DB, embeddings persist to PostgreSQL, ML models consume ETL pipelines, and rule engines access S3 object storage. This layered design separates concerns, enables independent scaling of agents and models, and supports complex agentic workflows with observability via Monitoring and Logging. Fork and customize this diagram on Diagrams.so to adapt agent responsibilities, swap LLM providers, or integrate additional data sources.