Skip to main content

Setup

Arivu uses this store to maintain isolated conversational context per session_id, log trace events, and persist pending SQL operations awaiting approval.

Configuration

Toggle the memory architecture globally before spinning up instances:
ARIVU_MEMORY_BACKEND=sqlite
All nodes in the LangGraph pipeline utilize arivu.memory.store singleton methods directly to query session states.