--- title: "Memory: Patterns" description: "Practical memory patterns for session recall, scoped retrieval, and hybrid flow-state designs." icon: "diagram-project" mode: "wide" --- ## Patterns 1. Session-scoped recall (`/chat/{session_id}`) 2. Project-scoped knowledge (`/project/{project_id}`) 3. Hybrid pattern: flow state for control, memory for long-tail context ## Reference - [/en/learn/flowstate-chat-history](/en/learn/flowstate-chat-history) - [/en/guides/flows/mastering-flow-state](/en/guides/flows/mastering-flow-state)