mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-13 06:23:03 +00:00
18 lines
536 B
Plaintext
18 lines
536 B
Plaintext
---
|
|
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)
|