Folded Memory Implementation

Developer implementation guide for building hierarchical (folded) memory into an Agent. Three-layer architecture where recent turns stay detailed, older content compresses into episodes, and the oldest distills into durable semantic facts. Use when compact-memory-implementation is not retaining enough, or when agents need to recall decisions from many sessions ago.

simbajigege 2466999 3 files · 15.6 KB Updated

File contents

simbajigege/book2skills/tree/main/skills/folded-memory-implementation commit 2466999c7b

Frequently asked questions

npx skillmds@latest add simbajigege/folded-memory-implementation