marisame_

// memory_demo

Long-term Memory

Cross-thread facts the agent remembers about you. Stored in Postgres via LangGraph's AsyncPostgresStore under ("memories", user_id).

user_id

0 entries

Add Memory Entry

> The agent's graph has load_memory and save_memory nodes. On every turn it pulls relevant facts for your user_id and, after replying, extracts new durable facts via the LLM and persists them here.