Architecture
Continuity model, Knowledge Base model, rooms, data flow, agent lifecycle.
On this page
Agent Lifecycle
What is this?
(fill in)
Where does it live?
(fill in)
Who owns it?
(fill in)
What must never be touched?
(fill in)
Continuity Model
Question it answers: what did we just decide / sync across clients?
- API:
/api/continuity/*· MCP:continuity_*tools - Auto behavior when enabled on a worker: before each reply → keyword recall; after reply → short summary into hub; family pack shows other agents' recent notes (72h).
Data Flow
What is this?
(fill in)
Where does it live?
(fill in)
Who owns it?
(fill in)
What must never be touched?
(fill in)
Knowledge Base Model
Question it answers: what is true long-term (lore, characters, systems)?
- API:
/api/knowledge/*· MCP:knowledge_*tools - Tables:
knowledge_entries/knowledge_tags/knowledge_relationships;owner=sharedor agent-scoped - Bulk import:
scripts/knowledge-import.js(vault folders → entries) - Postgres is the write path. This wiki MIRRORS it — never the reverse.
Room & Permission Model
What is this?
(fill in)
Where does it live?
(fill in)
Who owns it?
(fill in)
What must never be touched?
(fill in)