Core Agents & Layers
Internal cross-cutting primitives: dual-memory (PostgreSQL + Qdrant), RAG assembly, the LLM gateway, and prompt governance used by multiple Sacred Orders.
What it covers
- Dual memory + RAG: how Archivarium (PostgreSQL) and Mnemosyne (Qdrant) cooperate, where embeddings fit, and how coherence is monitored.
- LLM / AI layer: the canonical LLM gateway (
LLMAgent) and the rules for using it safely across services. - Prompt governance: the
PromptAgentgateway for prompt resolution, policy enforcement, and audit trail.
Pages
- Dual Memory & RAG:
docs/internal/platform/DUAL_MEMORY_RAG.md - LLM / AI Layer:
docs/internal/platform/LLM_LAYER.md - Prompt Governance:
docs/internal/platform/PROMPT_GOVERNANCE.md