Tvix

How Tvix Works

How context flows into Tvix's two knowledge stores (Memory and Wiki), gets structured, and comes back to your agents.

Tvix transforms raw context into structured, searchable knowledge that your agents can pull from across sessions.

Architecture Overview

Tvix keeps two complementary knowledge stores. Agents can read and write both through MCP, and Chat in Dashboard can consult both when stored context helps.

MemoryWiki
What it storesPersonal/work episodes: preferences, decisions, meetings, emailsKnowledge Atlas notes, projects, resources, inbox
How it's structuredMemories + graph relationshipsWorkspace overview (projects / notes / resources / inbox)
Primary inputcapture_memory, Chat, paste imports, app syncDashboard Wiki UI, create_wiki_note, markdown paste, Notion sync
Primary retrievalsearch_memory, Chat, Memories viewssearch_wiki, Chat, Wiki overview

Context flows through ingest → process → retrieve.

1. Context to Tvix

Memory

  1. Paste import — ChatGPT / Claude / Gemini text on Sources.
  2. Live agent — Agent calls capture_memory via MCP.
  3. Chat — Dashboard chat can capture durable context.
  4. Integrations — Slack, Google Workspace, GitHub, Notion sync when connected.

Wiki

  1. Write in dashboard — Create notes and projects on the Wiki page.
  2. Agentcreate_wiki_note with a title and optional content.
  3. Markdown paste — Obsidian / Markdown card on Sources.
  4. Notion — OAuth connector when configured.
  5. Inbox triage — Review captures before they become durable notes.

2. Digesting and Structure

Memory

Incoming text and synced artifacts go through ingestion pipelines: storage, optional LLM extraction, embeddings for hybrid search, and graph-oriented views in the dashboard.

Wiki

Notes and projects live in the Wiki / Knowledge Atlas APIs (/api/v1/workspace/*). Inbox items can be triaged. Search is exposed to agents via search_wiki.

3. Tvix to Your Agent

  1. Agent (or Chat) calls search_memory and/or search_wiki.
  2. Tvix returns ranked results with citations where available.
  3. The agent answers using that context — without you repeating yourself.

Write tools (capture_memory, create_wiki_note, draft_follow_up, …) may require human approval when used from dashboard agent mode.

Next Steps

Attached vs Universal

Why shared memory matters.

Tvix MCP

MCP tools available to your agents.

Memory

Memory exploration and management.

Knowledge Wiki

Knowledge Atlas notes, projects, and inbox.
Was this page helpful?