Skip to content

AI Factory Map

The AI orchestration and factory building blocks (catalog categories 7, 10, 27). See the AI Factory.

flowchart TB
    Gateway[LLM Gateway and Model Router]
    Prompts[Prompt Registry]
    Skills[Agent Skill Registry]
    Tools[Agent Tool Registry]
    Memory[Agent Memory]
    RAG[RAG Pipeline]
    Orchestrator[Agent Orchestrator]
    Guardrails[Guardrails and Validation]
    Codegen[Code Generation Agent]
    QA[Test Generation Agent]
    DevOps[DevOps Automation Agent]
    Docs[Documentation Agent]
    Observability[Agent Observability]

    Gateway --> Orchestrator
    Prompts --> Orchestrator
    Skills --> Orchestrator
    Tools --> Orchestrator
    Memory --> Orchestrator
    RAG --> Orchestrator
    Orchestrator --> Guardrails
    Orchestrator --> Codegen
    Orchestrator --> QA
    Orchestrator --> DevOps
    Orchestrator --> Docs
    Guardrails --> Observability
    Codegen --> Observability
Hold "Alt" / "Option" to enable pan & zoom