Start guideUse Mythos as the agent Teach Mythos your repo Connect another agent
Choose the path that matches your setup
Mythos Router has three useful entry points: run Mythos as the agent, load repo skills, or connect another agent through MCP/SWD.
npm install -g mythos-routermythos init --checkRun one task or open chat
For developers who want Mythos to call a configured provider and verify any file edits it makes.
mythos initmythos run "explain this repo"Generate and load skills
For teams that want repo rules, review expectations, and risk surfaces available every session.
mythos learnmythos run --file TASK.md -s repoUse Mythos over MCP
For MCP clients or external agents that need local dry-runs, verified applies, rollback, receipts, and skill inspection.
mythos mcpswd_dry_run / swd_apply- Read-only setup check
- init --check reports Node, SQLite, git, provider keys, memory files, and skill folder state without scaffolding files.
- Provider key boundary
- chat and run need a configured model provider. mcp and swd apply do not call a model in the file-apply path.