MeshRush is the open protocol and reference runtime for graph-native autonomous agents operating over graph views derived from a typed hypergraph world model.
MeshRush lives in the SocioProphet ecosystem as the graph-operating runtime. It does not replace the workspace controller, execution control plane, or learning/evaluation plane. Instead, it gives agents the operational semantics they need to act on the graph:
- enter and traverse graph views
- diffuse and explore while staying grounded
- decide when diffusion should stop
- crystallize stable local structure
- persist and reuse artifacts across workspaces
- emit evidence, traces, and learning surfaces for adjacent systems
MeshRush is organized into five layers:
foundation— worldview, invariants, provenance, reversibilitycore— primitive runtime, state model, action surfacesomni— exploratory diffusion, localization, reductioncrystal— stopping, compilation, persistence, dissolutionadapters— integration contracts to external systems
MeshRush integrates with:
- Sociosphere for workspace/controller context
- agentplane for governed execution, replay, evidence, and rollout
- Alexandrian Academy for learning, evaluation, transfer, and experiment memory
MeshRush is therefore:
- not the platform UI
- not the workspace controller
- not the rollout/governance plane
- not the learning system
- not the docs website
The authoring order is:
adr/— architectural decisionsspecs/— canonical protocol/runtime specificationssrc/— reference implementationexperiments/— reproducible validation- published platform docs — reader-facing explanation
The canonical authored source of truth for MeshRush lives in specs/.
MeshRush is intended to be developed in its own public MIT-licensed repository. Official reader-facing publication belongs in the SocioProphet platform documentation surface. This repository therefore carries canonical specifications and contributor-facing materials; the polished ecosystem-facing docs are expected to be published through the platform documentation pipeline.
This scaffold intentionally includes only the design gate and the first canonical specifications:
- ADR 0001 — repo charter
- ADR 0002 — source of truth
- ADR 0003 — ecosystem boundary
- ADR 0004 — publication contract
- Spec 00 — MeshRush charter
- Spec 01 — foundation
- Spec 02 — core runtime
It does not yet include a full runtime implementation or a standalone docs site.