Mycelos logo mycelos

Knowledge Base

Automatic notes

Conversations automatically create notes in the knowledge base. Important information, decisions, and context are extracted and stored for future reference — you don’t need to ask Mycelos to remember things.

Writing notes

Ask Mycelos in chat. The assistant has a note_write tool it will use when you say things like:

Notes are Markdown files under data/knowledge/ with YAML front-matter (type, status, due, priority, tags). You can also browse, edit, and create them in the web UI under Knowledge.

Reminders

Setting a reminder is a note with reminder: true:

Mycelos converts your local time into a stored UTC timestamp (browser timezone is captured once at login) so “tomorrow 9am” fires when you expect, not at UTC midnight.

Full-text search (SQLite FTS5) plus a semantic layer (sqlite-vec) over the note bodies. Ask in chat — “find my notes about the migration plan” — or use the search bar on the Knowledge page. The note_search tool handles both full-text and vector queries.

Memory scopes

Mycelos keeps state across sessions in four scopes:

Inspect / edit memory from chat with the /memory slash command (see Slash Commands) or from Settings → Memory in the web UI.