Governed agent continuity
What agents learned. Stored in Memorix.
Continuix is a separate service alongside Memorix. It remembers agent work in memorix-memory, recalls with grounded abstain, and never replaces Memorix Context or Recallix.
npm
Install for agents & tooling
Knowledge SDK — install as a devDependency only (not a production runtime).
npm i -D @x12i/continuix-docs
The service
Alongside Memorix
Continuix owns agent continuity — not organizational context, entities, or RAG.
memorix-memory
Writes go through memorix-writer / retrieval / catalog into the memory target.
Grounded abstain
When grounding fails, return abstain — do not invent continuity.
Three surfaces
HTTP product API, MCP tools, and CLI share ContinuixClient operations.
Worker contract
/health, /ready, /metadata, /pipeline for the status dashboard and Try.
Prod-safe UI
Try playground is off when SERVICE_MODE=prod; tokens never reach the browser.