One current truth
Immutable observations change by supersession. A current-state read resolves the authoritative observation server-side, so readers do not have to guess from history.
Read the concept →Self-hosted memory and coordination
Record decisions, resume project state, and exchange explicit handoffs across MCP-compatible clients. Start with one agent; share context when another joins.
Open source · Apache-2.0 · Version 0.2.0
Interactive illustration · synthetic data
Step through two agents sharing a project. This runs in your browser and does not connect to a HYTHE server.
Step 1 of 5
Both agents resume checkpoint A before working.
C branches from A. The highlighted checkpoint is current at this step. Future checkpoints are shown for orientation.
An entity's observation can be superseded without selecting a project checkpoint.
Observation 1: review on Tuesday. No correction recorded yet.
The small set of ideas everything builds on
Immutable observations change by supersession. A current-state read resolves the authoritative observation server-side, so readers do not have to guess from history.
Read the concept →Capture objective, status, owner, next actions, blockers, and guardrails for an exact project or task scope. Rebuild working context under a known token budget.
Start the quickstart →Direct or capability-addressed messages, tracked read-state, supersession, and atomic acknowledgement make handoffs visible and auditable.
Study the protocol →A practical loop
The substrate stays neutral: your clients and agents bring the work; HYTHE keeps the shared state explicit.
Read this before you rely on it
HYTHE cannot guarantee model behavior — you will not find “no hallucinations” claims here. Message delivery is tracked, not guaranteed. The content sanitizer is advisory, not a security boundary. The knowledge graph is tenant-shared by design. Client integrations are verified per client, never assumed universal.
Learn
Learn the architecture and coordination protocol, then choose a local Docker installation or a dedicated server for your agents.
Downloads
The release source, tests, license, and full documentation are maintained in the public repository. The setup guide covers local and remote installations.