Ways inBounded local control-plane prototype

Inspect the evidence

hermes-continuity-control-plane

A small MIT-licensed local prototype that explores continuity envelopes, an append-only event ledger, narrow gate policy, and a Hermes-style integration surface.

Current boundaryLocal adapter and kernel prototypeOpen on GitHub
What it is

A small MIT-licensed local prototype that explores continuity envelopes, an append-only event ledger, narrow gate policy, and a Hermes-style integration surface.

What is different

This is adjacent architectural research, not the AetherMind store primitive or current coordinator. It tests a bounded local control-plane model without claiming native Hermes integration, production readiness, or a general memory system.

Use it when

Use it when you are studying local continuity gates and control-plane behavior, or want to inspect the prototype's Python tests and contract boundaries.

Do not mistake it for

It is not a context engine, bulk prompt injector, federated memory provider, or proof that compression and resumption are solved in production.

Start here

A bounded first move.

The repository README is the authority for prerequisites, release status, and integration details. This sequence establishes the right starting posture before you turn it into a workflow.

  1. Create an isolated Python environment for the prototype.
  2. Install the editable development dependencies.
  3. Run its tests before drawing conclusions from the control-plane model.

Reference commands

The smallest documented path.

python3 -m venv .venv
. .venv/bin/activate
python -m pip install -e ".[dev]"
python -m pytest -q