Pattern 1: Single-Agent Tool Calling
Architecture: User → LLM → Tool Selection → Tool Execution → Response Governance insertion points:Pattern 2: Multi-Agent Orchestration
Architecture: Orchestrator → Agent A → Agent B → Agent C → Merge → Response Governance insertion points:Pattern 3: RAG (Retrieval-Augmented Generation)
Architecture: User → Query → Retriever → Context Assembly → LLM → Response Governance insertion points:Pattern 4: AI Coding Agent
Architecture: User → Planning → Code Generation → File Write → Test → Commit Governance insertion points:/etc/, .env, secrets/.
Pattern 5: Autonomous Background Agent
Architecture: Scheduled trigger → Agent → Multiple actions → Report Governance insertion points:Pattern 6: Human-in-the-Loop Agent
Architecture: User → Agent → Proposal → Human Review → Execute/Reject Governance insertion points:Governance Placement Summary
Related Documentation
TealEngine v1.3
Full evaluation pipeline API
NHI Governance
Agent identity and scope enforcement
FREEZE Rules
Immutable safety controls
Orchestration Patterns
Detailed flow examples

