SwarmVault — Summary
SwarmVault is a local-first LLM Wiki CLI and knowledge graph builder that implements Andrej Karpathy's three-layer pattern (raw sources → wiki → schema) as a production-grade tool. It ingests books, articles, notes, code, URLs, transcripts, and datasets into a durable markdown wiki plus a local SQLite + semantic graph, with MCP server, desktop app, git-based automation, and agent-facing context-pack and task-ledger workflows. The swarmvault CLI has 30+ subcommands covering init, ingest, compile, query, review, graph operations, chat sessions, context builds, task ledgers, and AI export. An OpenClaw-compatible skill file ships in skills/swarmvault/SKILL.md.
SwarmVault is most similar to ccmemory from the seeds (both are graph-based agent memory stores), but differs fundamentally: ccmemory uses Neo4j + vector embeddings for agent memory of code; SwarmVault is a local SQLite + markdown wiki for personal knowledge management across all content types (books, papers, URLs, code, audio, video), with a full CLI, desktop app, MCP server, and an approval queue for LLM-generated changes.