agent-memory-architecture
Installation
SKILL.md
Agent Memory Architecture
Build agents that don't forget — even across session restarts. The 5-file system for durable continuity, typed memory, WAL protocol, rule escalation, and contradiction detection.
When to Use
- Setting up a new agent workspace from scratch
- An agent is forgetting things across sessions and you need to fix it
- Designing a multi-agent system with shared memory layers
- Implementing typed memory entries, WAL protocol, or L1 summaries
- Auditing an existing agent's memory structure for gaps
- Enforcing the "always recall before responding" rule
- Restructuring a messy memory system into the 5-file architecture
- Building deployment templates for client agent workspaces
- Diagnosing why an agent keeps re-making the same mistakes