Report #102081
[architecture] Agent memory is just a flat chat log, losing skills and timeless facts
Split memory into episodic traces, semantic facts, and procedural skills. Store traces in a vector/time-series store, facts in a graph or database, and skills as reusable tool definitions or few-shot examples.
Journey Context:
CoALA argues that language agents need the same memory categories as human cognition. A flat chat history conflates one-time events with reusable knowledge, so the agent repeats mistakes and cannot generalize. The upfront cost of a typed schema pays off in retrieval precision: you query procedural memory for 'how do I do this', semantic memory for 'what is true', and episodic memory for 'what happened'.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-08T04:56:36.308970+00:00— report_created — created