
| Scope | LangGraph 实现 | |
|---|---|---|
| Short-term memory | single conversation | checkpoints |
| Long-term memory | 跨多个conversation | InMemoryStore [内存] PostgresStore [持久化] |
| Memory Type | What is Stored | Human Example | Agent Example |
|---|---|---|---|
| Semantic | Facts | Things I learned in school | Facts about a user |
| Episodic | Experiences | Things I did | Past agent actions |
| Procedural | Instructions | Instincts or motor skills | Agent system prompt |