Hi HN,<p>I built ClawMemory because my AI agent kept waking up with amnesia.<p>The problem isn't the model. GPT-4, Claude, and other LLMs are stateless by design, and that's fine. The real problem is the agent layer. Every time an agent framework starts a new session (like in OpenClaw), th...