Tvix

Bring Your Context Into Tvix

Main ways to feed context into Tvix: paste chat history, agent conversations, Chat in Dashboard, app integrations, and markdown imports.

Tvix gets smarter the more context it has. The main ways to bring context in:

Chat History Import

Bootstrap from ChatGPT, Claude, or Gemini:

  1. Export or copy conversation text from your LLM client.
  2. Open Sources, choose ChatGPT / Claude / Gemini, and paste the content.
  3. Tvix captures it into the memory pipeline.

Tip: Import history first to bootstrap, then let agents and Chat continue building context as you work.

Live Agent Conversations

Once you've connected an agent via the Quickstart, context is captured when the agent calls capture_memory. Agents can also call create_wiki_note for reference-style notes.

Chat in Dashboard

Chat can save durable personal context as memory, or create wiki notes when you ask it to save factual material. See Chat.

App Integrations

Connect apps from Sources:

  • Gmail / Google Calendar / Drive (Google Workspace OAuth)
  • Slack
  • Notion
  • GitHub

Live integrations sync in the background after connection (when OAuth credentials and Celery workers are configured). Details: App Integrations.

Markdown / Obsidian paste

On Sources, use Obsidian / Markdown and paste content to create a wiki note. Vault zip upload is not available in the current UI.

What Gets Captured

SourceLands in
Chat history pasteMemory
Agent capture_memoryMemory
Chat saveMemory or Wiki
Gmail / Calendar / Slack / GitHub syncMemory / artifacts
Notion syncWorkspace / wiki-related content
Markdown pasteWiki note

Next Steps

Use Your Context

Learn how to retrieve and interact with stored knowledge.

Knowledge Wiki

Knowledge Atlas notes, projects, and inbox.

How Tvix Works

Understand ingest and retrieval.
Was this page helpful?