Architecture Overview¶
Egregora Pure adopts a functional pipeline architecture that processes data streams using the Atom protocol as its core data model.
Key Concepts¶
- Atom-Centric: All data flows as
EntryorDocumentobjects (Atom Feed entries). - Synchronous Engine: The core pipeline is synchronous and deterministic.
- Three-Layer Architecture:
- Core Domain: Types and Interfaces (no I/O).
- Engine/Infra: Implementation of interfaces (RAG, SQL, Agents).
- Orchestration: Pipelines and Workers.