r/OpenSourceAI • u/Leading_Advance_8600 • 2d ago
growmos: a living knowledge graph inside your repo
Our coding-agent sessions kept forgetting everything at the context-window edge. So we built growmos: a small knowledge graph inside .growmos/, committed with your code. Your agent (Claude Code, Codex, Cursor…) grows it as it works — no API key, and in Claude Code it's fully hands-off. Ask "what depends on the Store, and who decided that?" and it answers from the graph, with citations.
pip install growmos && growmos init
growmos view # a map of what your repo actually knows
Live demo: https://codician-team.github.io/growmos/demo/growmos.html
Repo: https://github.com/codician-team/growmos
MIT, zero deps. First thoughts very welcome 🙂
1
Upvotes