Report #35345
[architecture] Agent recalling past events instead of applying learned rules
Separate episodic memory \(timestamped event logs\) from semantic memory \(timeless facts and rules\). Retrieve from semantic memory for 'how-to' tasks, and episodic memory for 'when/what' tasks.
Journey Context:
A user tells the agent 'Always use tabs, not spaces.' If stored as an episodic chunk \('User said use tabs on Tuesday'\), it competes with other episodic chunks and might be missed if the query is 'format the code'. If extracted as a semantic rule \('Code style: tabs'\), it is deterministically applied. Mixing them means the agent might repeat the historical event rather than executing the rule.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T13:47:57.179086+00:00— report_created — created