Part of the [&] Protocol stack · Ecosystem overview · Three-protocol stack · Stack status
Welcome to the documentation hub for Graphonomous.
Graphonomous is a continual-learning memory engine for AI agents, implemented in Elixir/OTP and exposed via MCP tools/resources. It combines graph-based memory, outcome-driven confidence updates, goal orchestration, topology-aware routing, and consolidation cycles.
If you're new to the project, begin with:
Quickstart — run Graphonomous locally and verify the memory loop.
Architecture — understand runtime components and data flow.
Runtime Walkthrough — follow retrieve → act → store → learn in practice.
MCP Tools — reference all tools and resources.
Operations — runbook for maintenance and troubleshooting.
Homepages
Root Docs
Graphonomous Docs
Setup & Distribution
Skills
Linked index of every page in this set (renders on GitHub and in the docs atlas; the toctrees above drive the Sphinx build):
Guides
Setup & distribution
Specification
UX
Build prompts
Operators/Maintainers: quickstart → operations → NPM_PUBLISH
Agent Integrators: mcp-tools → runtime-walkthrough → skills/SKILLS
For non-trivial work, use this cycle consistently:
Retrieve context.
Reason and act.
Store durable knowledge.
Learn from outcomes.
Consolidate periodically.
This loop keeps Graphonomous memory accurate, adaptive, and useful across sessions.