Skip to content
Flows
Tier 3 · Agent memory Agent memory · fetched 2026-07-02

Octopus_mem

An agent memory system built on a skill + memory index architecture following a radical-minimalism principle ('jsonl, md, at most sqlite'), with a dual-repo split: open framework, private data.

View source on GitHub

Key takeaways

  • 01

    A memory index file loaded every session is the core mechanism

  • 02

    Minimal formats (jsonl/md/sqlite) keep memory inspectable

  • 03

    Framework-public, data-private is a clean split

Flows built on this research