Skip to main content
Mythos

Enrichment is a set of 📝Augmentation controls that make a MythOS library legible to AI agents — link suggestions that surface as you write, a write-time link lint that keeps the knowledge graph connected when agents write, one-line memo descriptions agents scan before opening anything, and a health check for semantic search. It exists because agents drafting at speed skip the linking step a careful human takes: they save memos naming people, companies, and concepts the library already holds without linking a single one, and every unlinked write quietly starves the graph, backlinks, and retrieval. Enrichment is for creators who work with AI agents inside their library — especially over the MythOS MCP — and want every write to strengthen the corpus instead of fragmenting it.

Key Capabilities

  • Link suggestions as you write — in a memo or the Journal, titles your library recognizes get a subtle dotted underline; hover for a one-click Insert, or dismiss it for that document. Always a suggestion, never a block.
  • Write-time link lint — every memo write is checked for known titles it names without linking; off, suggest (default), or require.
  • Require mode for agents — agent writes introducing unlinked references are rejected until linked or explicitly acknowledged; human edits are never blocked.
  • Aliases and opt-outs — alternate names a memo is recognized by, plus a per-memo opt-out for common-word titles.
  • AI memo descriptions — one-line agent-facing summaries generated with Claude Haiku on your own Anthropic key, cost-estimated before anything runs.
  • Semantic search health — see how much of your library is indexed for search and chat, and reindex whatever is missing or out of date.

Getting Started

Everything manages from one settings page: Settings → Enrichment (/settings/enrichment).

  1. Choose how strictly your AI agents must link the memos they mention — Off, Suggest (default), or Require.
  2. Write normally — type-time suggestions are on by default, so recognized titles get a dotted underline in memos and the Journal; hover one and click Insert to turn the mention into a link.
  3. Add an Anthropic API key under Settings → AI, then generate descriptions across your qualifying memos — the estimated cost shows before anything runs.
  4. Tune any single memo — edit its description, add the other names it goes by, or exclude it from suggestions when its title is a common word.
  5. Check search coverage and reindex whatever is missing or out of date, with the cost shown first.

FAQ

  • What does require mode actually block? Only agent and API writes that introduce a new unlinked reference to a known memo. Pre-existing unlinked names are reported but never block, and human edits in the editor always stay suggestion-only.
  • Can an agent override a rejection? Yes — deliberately. The rejection lists the unlinked memos, and the agent either rewrites the content with @mentions or retries while acknowledging specific memo IDs. Forgetting cannot produce an override; only an explicit act can.
  • What do descriptions cost? They run on your own Anthropic key, never platform billing — fractions of a cent per memo. A 12,000-memo library filtered to roughly 7,000 qualifying memos runs about $10, and the dashboard shows the estimate before you confirm.
  • Will regeneration overwrite a description I wrote by hand? No. Hand-edited descriptions are never touched by the bulk pass. The only way to replace one is the per-memo Regenerate button, which asks first.
  • Which memos qualify? Memos with at least 200 characters of content and at least one tag or link. The same rule governs suggestions, lint matching, and description generation, so short stubs never create noise or generation cost.

Related

Contexts

Created with 💜 by One Inc | Copyright 2026