Cross-reference map showing how agents connect, combine, and complement each other.
Escalation Router ──┬──→ Cache Manager (eliminate redundant calls)
├──→ Hierarchical Memory (reduce context)
└──→ Context Compressor (shrink tokens)
When to use together:
- High-volume support queries → Escalation Router + Cache Manager
- Long conversations → Hierarchical Memory + Context Compressor
- Enterprise deployment → All three combined
ReAct Reasoner ────┬──→ Tool Guardian (make tools reliable)
├──→ Reflection Agent (improve quality)
└──→ Plan-Execute (when steps become known)
Plan-Execute ──────┬──→ Pipeline Orchestrator (stage management)
└──→ Swarm Coordinator (parallel stages)
Chain-of-Thought ──┬──→ Tree-of-Thought (when need alternatives)
└──→ Reflection Agent (verify reasoning)
Swarm Coordinator ─┬──→ Consensus Builder (agreement seeking)
└──→ Debate Moderator (perspective exploration)
Hierarchy Manager ─┬──→ Pipeline Orchestrator (stage execution)
└──→ Consensus Builder (team alignment)
Debate Moderator ──┴──→ Consensus Builder (from debate to agreement)
RAG Pipeline ──────┬──→ Knowledge Graph (entity relationships)
├──→ Context Manager (token optimization)
└──→ Document Processor (pre-processing)
Knowledge Graph ───┴──→ RAG Pipeline (document context)
Dialogue Manager ──┬──→ Emotion Detector (empathetic responses)
├──→ Persona Adaptor (consistent voice)
└──→ Escalation Router (human handoff)
Emotion Detector ──┴──→ Persona Adaptor (tone adjustment)
Code Architect ────┬──→ Test Generator (test the design)
└──→ Refactoring Engine (improve implementation)
Refactoring Engine ┬──→ Test Generator (test the changes)
└──→ Code Reviewer (verify quality)
Test Generator ────┴──→ Bug Reproducer (from failures to tests)
Reflection Agent ──┬──→ Feedback Processor (learn from mistakes)
└──→ A/B Tester (validate improvements)
Feedback Processor ┬──→ A/B Tester (test improvements)
└──→ Performance Tracker (measure impact)
A/B Tester ────────┴──→ Results Analyzer (deep insights)
name: Customer Support Stack
components:
- Escalation Router (cost reduction)
- RAG Pipeline (knowledge retrieval)
- Emotion Detector (empathy)
- Dialogue Manager (conversation flow)
- Feedback Processor (improvement)
flow:
1. Emotion Detector analyzes user state
2. Dialogue Manager maintains context
3. RAG Pipeline retrieves knowledge
4. Escalation Router decides complexity
5. Feedback Processor learns from interactionname: Enterprise Knowledge Stack
components:
- RAG Pipeline (document Q&A)
- Knowledge Graph (relationships)
- Context Manager (optimization)
- Hierarchical Memory (long-term)
- Data Quality (validation)
flow:
1. Data Quality ensures input quality
2. RAG Pipeline processes queries
3. Knowledge Graph adds relationships
4. Context Manager optimizes tokens
5. Hierarchical Memory maintains historyname: Development Pipeline Stack
components:
- Code Architect (design)
- Test Generator (testing)
- Refactoring Engine (improvement)
- Code Reviewer (validation)
- Alert Manager (monitoring)
flow:
1. Code Architect designs solution
2. Test Generator creates tests
3. Refactoring Engine improves code
4. Code Reviewer validates quality
5. Alert Manager monitors in productionname: Research & Analysis Stack
components:
- ReAct Reasoner (exploration)
- RAG Pipeline (knowledge)
- Tree-of-Thought (alternatives)
- Results Analyzer (synthesis)
- Report Generator (output)
flow:
1. ReAct Reasoner explores topic
2. RAG Pipeline retrieves sources
3. Tree-of-Thought explores perspectives
4. Results Analyzer synthesizes findings
5. Report Generator creates outputname: Multi-Agent Team Stack
components:
- Hierarchy Manager (coordination)
- Swarm Coordinator (parallelism)
- Consensus Builder (agreement)
- Debate Moderator (perspectives)
- Reflection Agent (quality)
flow:
1. Hierarchy Manager distributes work
2. Swarm Coordinator parallelizes
3. Debate Moderator explores options
4. Consensus Builder finds agreement
5. Reflection Agent improves outputQuick Task → Reasoning Pattern:
- Password Generator → Reflection Agent (improve passwords)
- JSON Formatter → Validation Agent (ensure correctness)
- API Tester → Test Generator (create test suite)
Reasoning Pattern → Multi-Agent:
- ReAct Reasoner → Swarm Coordinator (parallel exploration)
- Plan-Execute → Pipeline Orchestrator (multi-stage)
- Tree-of-Thought → Debate Moderator (perspectives)
Single Agent → Suite:
- Any agent → Combine with complementary agents → Suite
Generic → Specialized:
- Document Processor → Legal Document Suite
- Code Reviewer → Security Suite
- Data Analyzer → Financial Analysis Suite
- RAG Pipeline → Healthcare Compliance Suite
High-Monetization Agents:
├── Document Processor
├── Spreadsheet Analyst
├── Code Assistant
├── Presentation Builder
└── Content Writer
Tool Integration Agents:
├── Escalation Router
├── Tool Guardian
├── Rate Limiter
├── Cache Layer
└── Memory Hierarchy
No-Code Friendly:
├── Customer Support Agent
├── Research Bot
├── Financial Analyst
├── Sales Assistant
└── Content Creator
Developer Tools:
├── All Quick Tasks
├── Code Architect
├── Test Generator
├── Refactoring Engine
└── API Designer
| Problem | Primary Agent | Secondary Agent | Tertiary Agent |
|---|---|---|---|
| High LLM costs | Escalation Router | Cache Manager | Context Compressor |
| Poor response quality | Reflection Agent | Feedback Processor | A/B Tester |
| Tool failures | Tool Guardian | Reflection Agent | Test Generator |
| Long conversations | Hierarchical Memory | Context Manager | Dialogue Manager |
| Complex decisions | Tree-of-Thought | Debate Moderator | Consensus Builder |
| Multi-step tasks | Plan-Execute | Pipeline Orchestrator | Swarm Coordinator |
| Knowledge retrieval | RAG Pipeline | Knowledge Graph | Context Manager |
| Code quality | Refactoring Engine | Code Reviewer | Test Generator |
| Customer support | Dialogue Manager | Emotion Detector | Escalation Router |
| Data issues | Data Quality | Data Transformer | Data Anonymizer |
| Agent Type | Works With | Conflicts With |
|---|---|---|
| ReAct Reasoner | All tools, Plan-Execute | None |
| Plan-Execute | Pipeline Orchestrator | ReAct (choose one) |
| Swarm Coordinator | Hierarchy Manager | None |
| Reflection Agent | All reasoning agents | None |
| RAG Pipeline | Knowledge Graph | None |
| Cache Manager | Escalation Router | None |
Last Updated: March 2026