Back to browse
GitHub Repository

Minimal kernel to make any AI coding agent stateful. Clone, point your agent, go.

332 stars

Agent Kernel – Three Markdown files that make any AI agent stateful

by obilgic·Mar 23, 2026·44 points·19 comments

AI Analysis

●●●BangerBig BrainCozy

Git repo as versioned agent memory — no database, just markdown files.

Strengths
  • Leverages existing AGENTS.md convention agents already read — zero integration work
  • Clean separation: knowledge/ for mutable state, notes/ for append-only session logs
  • Works with any agent framework — OpenCode, Claude Code, Cursor, Windsurf
Weaknesses
  • Git-based storage means no real-time sync across multiple machines without pushing
  • No built-in conflict resolution if multiple agents modify the same knowledge file
Category
Target Audience

Developers building or using AI agents who need persistent memory

Similar To

Mem0 · LangGraph memory · Zep

Similar Projects

AI/ML●●●Banger

Krimto – Your AI's memory as markdown in your own git

Git-based memory you own beats vendor databases — review facts in PRs.

Big BrainZero to One
paulbuiko
2016d ago