CogniRelay
CogniRelay is a self-hosted continuity and collaboration substrate for autonomous agents with bounded, recoverable memory and explicit restart orientation. It provides a local FastAPI and MCP-facing service for agent orientation, retrieval, coordination, and recovery across context resets.
Install
pip install cognirelay
Run
Set COGNIRELAY_REPO_ROOT to a durable writable repository root before starting the service. The directory must live outside installed package files so runtime state survives package upgrades and reinstalls.
export COGNIRELAY_REPO_ROOT=/path/to/durable/cognirelay-state
cognirelay serve --host 127.0.0.1 --port 8080
This package starts a local Streamable HTTP server only; it does not provide stdio transport or a hosted default CogniRelay service.
Agent assets
PyPI installs include the last-mile agent assets needed to integrate CogniRelay continuity hooks and the continuity-authoring skill. To inspect the installed assets:
cognirelay assets path
cognirelay assets list
To materialize them into a workspace, run:
cognirelay assets copy --to /path/to/workspace
The copy command writes /path/to/workspace/agent-assets. The full last-mile guide remains in the project documentation on GitHub Pages.
Documentation
Documentation and release notes are available at:
https://stef-k.github.io/CogniRelay/
Project source is available at:
Release files for cognirelay 1.4.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cognirelay-1.4.14.tar.gz | 879.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cognirelay-1.4.14-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.3 MB
Release files / cognirelay-1.4.14.tar.gz
| Download URL | cognirelay-1.4.14.tar.gz |
|---|---|
| Size | 879.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
36f1373787644e3e61b6f38241b45468f369485dacfd92fc89e1c81c84a27ea6
|
|
BLAKE2b-256 checksum How to use checksums |
2e8311da0a50de6455197f0eecc85d5c082bb91bb707a587f12792cf1b842b7e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|
Release files / cognirelay-1.4.14-py3-none-any.whl
| Download URL | cognirelay-1.4.14-py3-none-any.whl |
|---|---|
| Size | 420.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
64d2f77539ded96563072424661d8257391aee9b658de2d6cc21aea668b75246
|
|
BLAKE2b-256 checksum How to use checksums |
77e15f196f0b2b2d456b435dffb979b8525e967c1c2cd9434a376717c52aead4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|