Skip to documentation
Docs navigation
Docs/Architecture
Advanced

Architecture

Understand the runtime layers and their responsibilities.

Runtime layers

MemoGrafterAgent exposes the session-oriented application API.
Core orchestration wires storage, adapters, pipelines, queueing, and cache.
Pipelines transform messages into graph memory and memory back into prompt context.
GraphStore isolates persistence from orchestration.

End-to-end flow

Messages are segmented into topics, enriched with atomic memories and graph edges, then retrieved by semantic relevance and lifecycle state.

Messages
Segments
Topic nodes
Memory nodes
Graph edges