Agent Kernel – Three Markdown files that make any AI agent stateful
Three markdown files and git replace databases for AI agent memory.
Minimal kernel to make any AI coding agent stateful. Clone, point your agent, go.
Git repo as versioned agent memory — no database, just markdown files.
Developers building or using AI agents who need persistent memory
Mem0 · LangGraph memory · Zep
Three markdown files and git replace databases for AI agent memory.
File-based state management beats vector databases for most local AI coding workflows.
Uses AGENTS.md convention to give agents memory with zero infrastructure overhead.
Treats Markdown files as a database so fresh agents don't need to read 70k token chat logs.
Git-based memory you own beats vendor databases — review facts in PRs.
Three-way merge for docs is clever, but Notion and GitBook already own collaborative editing.