Skip to main content
Mythos

All memos tagged #mythos-feature

Feature specifications, designs, and implementation details for MythOS platform capabilities — from editor features and community tools to AI chat and knowledge graph visualization.

Looking for bidirectional sync across multiple files? This guide covers a one-way single-memo flow — MythOS → local for one CLAUDE.md. For bidirectional sync (push edits back to MythOS automatically)...

7/1/2026

Discovery is how a developer finds their way into MythOS MCP — a static index at llms.txt, an OpenAPI spec, and an agent-plugin manifest that together describe the platform's API without requiring a...

7/1/2026

Integrations connects MythOS to everything outside itself — AI clients over MCP, agents calling the REST API directly, and the content you bring in or take out. It's for developers building on top of...

7/1/2026

Session Memory Protocol gives your AI collaborator persistent memory across conversations inside Augmentation, using your daily memo instead of a CLAUDE.md file you maintain by hand. It exists...

7/1/2026

Implicit Loading guarantees an AI client loads your Augmentation System context before it can do anything else inside Augmentation — MythOS enforces this at the MCP server level, rejecting every...

7/1/2026

Augmentation System is the set of four living identity memos inside Augmentation that define your collaborative relationship with your AI — visible, editable, and portable to any client that connects...

7/1/2026

Chat gives every library owner a personal AI collaborator inside Chat & RAG — grounded in your library, able to read, write, and research on your behalf, reachable from anywhere in MythOS. It exists...

7/1/2026

Chat Settings configure how the Chat & RAG agent behaves for you and for visitors — system prompts, model selection, who's allowed to chat, spending caps, and rate limits, all in one place. They...

7/1/2026

Conversation Starters are creator-configured prompts that greet a visitor's first message in Chat & RAG — instead of a blank input box, a visitor sees a few suggested questions they can click to...

7/1/2026

BYOK lets you connect your own AI provider key to Chat & RAG instead of drawing on MythOS's shared platform credits — the same agent, running on your own account and your own billing relationship...

7/1/2026

AI & Augmentation gives every MythOS library a personal AI collaborator and a portable identity layer that travels with it — chat with your own knowledge base, bring your own model, and let the...

7/1/2026

Tagging organizes your library by topic — add a # hashtag to any memo and it joins a collection anyone can browse. The categorizing half of MythOS Linking & Tagging, it turns loose keywords into...

7/1/2026

Tag Explainer Memos link a memo to a tag as its editorial definition inside Tagging — write a memo that explains what a tag means, then set it as that tag's explainer, and MythOS uses it to choose...

7/1/2026

Editor is the writing surface at the heart of MythOS — a Lexical-powered markdown editor for structured knowledge creation, rich content, reusable templates, and a full version history. Every memo,...

7/1/2026

Autosave writes every change inside Version History automatically, about a second after you stop typing — no save button, nothing to remember. It exists so writing never competes with the mechanics...

7/1/2026

Version Control keeps a complete history of every memo inside Version History — every edit is retained for 13 months, browsable in a date-grouped log with word-level diffs, and restorable to any...

7/1/2026

Shared Templates extends MythOS Editor Templates with public, forkable share links — creators toggle sharing on any template and get a standalone page where anyone can preview the structure, agent...

7/1/2026

Templates give every new memo in MythOS Editor Templates a starting shape — content skeleton, header visibility, notes, tags, and AI agent instructions applied the moment you create a memo. They...

7/1/2026

Embed Slash Command is documented as part of Slash Commands — the /embed command that inserts an iframe from raw HTML or a direct URL. See that memo for current details. mythos mythos-feature

7/1/2026

Media in Memos is documented across two current features: Media Embedding for pasting a link to embed video, audio, and more, and Media Uploading for putting a file directly into a memo. See both for...

7/1/2026