One orchestrator spine, explicit sink responsibilities, and built-in reliability controls for sustained write load.
Detailed architecture for write fanout, retrieval, and learning.
Context Lattice keeps one orchestrator control plane for all memory operations. Writes are validated, durably queued, and fanned out; reads are federated, reranked, and fed back into the learning schema.
Topology Map
Orchestrator-Centered Runtime
Write lifecycle
Order of operations
- Ingress request accepted and normalized.
- Raw event persisted to Mongo first for durability.
- Memory-bank canonical write queued.
- Fanout outbox dispatches Qdrant, MindsDB, Letta, and observability sinks.
- Retries and backpressure absorb temporary sink failures.
Retrieval lifecycle
Order of operations
- Orchestrator receives query and embeds intent.
- Parallel retrieval from Qdrant, Mongo raw, MindsDB, Letta, memory-bank fallback.
- Learning schema reranks merged results using feedback signals.
- Context is returned with confidence and source metadata.
- Feedback is stored to improve future ranking quality.