CTX 1.0.9

Structured working memory for agents.

Agents do not just need context. They need continuity. CTX preserves goals, tasks, hypotheses, evidence, decisions, conclusions, runbooks, and origins so work can continue instead of being reconstructed from scratch.

When a temporary public viewer session is available, publish it here. Otherwise use the Codespaces quickstart to launch a fresh one.

Without CTX

  • Agents re-read files they already inspected.
  • They re-infer decisions from partial memory.
  • They spend steps reconstructing state before making progress.

With CTX

  • Agents recover the active cognitive line first.
  • They see what was tried, found, and decided.
  • They continue work instead of restarting investigation.

Demo Dataset

The default live demo repository is examples/ctx/agent-session-continuity, chosen because it shows multi-session continuity instead of a one-shot graph snapshot.

CTX Viewer working context
Working context focused on the active cognitive line. Multi-repository tabs, the active graph, and the detail surfaces stay aligned in one viewer session.
CTX Viewer commit thread
Commit-focused graph trace with preserved evidence and decisions. Durable reasoning remains inspectable as a structured thread instead of collapsing into a flat log.