Skip to main content

Documentation Index

Fetch the complete documentation index at: https://arivu.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.