Start with coding agents. Build for every agent.
Termyte has a working local alpha today and a larger company direction. They are connected, but they are not the same thing.
Continuity for coding-agent work.
The open-source alpha captures activity from Claude Code, Codex, and OpenCode. It keeps task state, evidence, checkpoints, handoffs, memories, and Context Briefings in a local SQLite database.
- Resume unfinished work from known state.
- Inspect what happened and where the context came from.
- Use capture-only mode or optional provider-backed processing.
- View local sessions, tasks, memories, and context decisions.
$ npm install -g termyte $ termyte init Choose Claude Code, Codex, or OpenCode. Then use provider-backed processing or capture-only mode.
Work that stays understandable across agents.
The larger product should connect activity from different agents and tools to the same piece of work, keep that understanding current, and brief the agent taking the next step.
Connect
Know which activity belongs to the same work.
Maintain
Keep decisions, evidence, attempts, and results current.
Continue
Give the next agent the context it needs.
These broader cross-functional workflows are the direction of the company. They are not available in the alpha today.