← Back to Curriculum Portal
ARCHITECTURE DIAGRAMS
Interactive flow diagrams for all 8 AgentForge agent categories · Click any node for implementation details
01
Conversational & Copilot Assistants
NLU intent classification, RAG retrieval, multi-turn session management, omnichannel delivery with sentiment-based escalation.
Amazon LexBedrockConnectComprehend
02
Autonomous Task Agents
ReAct loop with tool-calling Action Groups, Knowledge Base grounding, guardrails, and retry/plan-revision middleware.
Bedrock AgentsLambdaEventBridgeAgentCore
03
Developer & DevOps Agents
AI code review on PRs, Terraform drift detection + remediation, incident-to-patch automation with blast radius estimation.
GitHub ActionsTerraformSecurity HubStep Functions
04
Data & Analytics Agents
Hybrid RAG with vector + BM25 fusion, cross-encoder re-ranking, NL-to-SQL via Athena, confidence gating, and RAGAS evaluation.
OpenSearchTitan EmbedAthenaGlue Catalog
05
Security & Governance Agents
GuardDuty triage, MITRE ATT&CK classification, auto-containment for HIGH severity, IAM least-privilege analysis, SOC 2 compliance sweeps.
GuardDutyCloudTrailSSMConfig
06
Industry-Specific Agents
Healthcare NER + PHI redaction, FHIR R4 mapping, retail personalization, supply chain exception monitoring, HIPAA compliance.
Comprehend MedicalHealthLakePersonalizeSNOMED
07
Infrastructure & Orchestration Agents
Auto-healing with anomaly detection, FinOps rightsizing, EKS OOMKilled patching, chaos engineering with FIS, post-incident reports.
CloudWatchSSM AutomationEKSFIS
08
Cross-Cloud & Agnostic Patterns
LangGraph supervisor routing, CrewAI teams, AutoGen group chat, LiteLLM provider fallback, Docker multi-stage to ECS/AKS/Cloud Run.
LangGraphCrewAIAutoGenLiteLLMDocker