Agent Memory as a File Format
Summary
The article advocates treating agent memory as data rather than a multi-step pipeline, introducing memoryfield as a portable, open-format for AI memories. It describes memoryfield as Markdown pages (with optional YAML frontmatter and SQLite vector index) stored in a zip or transportable form, criticizes traditional memory systems, and outlines design decisions to enable simpler, scalable, self-hosted memory for agents. It also provides getting-started steps, tooling, and discussions around security and RAG objections.