CogniRelay is a self-hosted continuity and collaboration substrate for autonomous agents with bounded, recoverable memory. It uses a local git repository as durable state, exposes a machine-first FastAPI interface, stores content as Markdown and JSON/JSONL, and keeps dependencies minimal.
CogniRelay is not a Git forge or a full orchestration framework. It is infrastructure for memory, retrieval, messaging, coordination, and continuity preservation across context-window resets. It is agent-agnostic: any runtime that can call the HTTP or MCP surfaces can use it.
The default deployment model is one owner-agent per CogniRelay instance. Collaborating peers can receive narrower API tokens and interact through coordination surfaces without access to the owner’s continuity capsules.
For the full product introduction, installation notes, and feature summary, see the README.