Mythos is the pipeline
v1.1 is the release where the 6-agent Mythos chain stops being a layer and becomes the engine — one clean package, three front doors.
Highlights
- One engine. The v1.0 Codex/OpenAI typed pipeline, its tests, evals, and the Hermes operator agent are preserved intact under
archive/(history kept via renames;git checkout v1.0.0resurrects it whole). - REST API.
math-to-manim serve-api—POST /v1/runswith one sentence, poll the job, download every artifact. OpenAPI docs at/docs. - MCP server.
math-to-manim serve-mcp— seven tools (m2m_create_animation,m2m_get_run,m2m_get_artifact,m2m_cinematic_charter, …) so Claude Desktop / Claude Code / Cowork can make films from a conversation. - One clean package.
pip install -e .→mythos/+ themath-to-manim/m2mcommands. Core dependency: pydantic. Extras:[api],[mcp],[render]. - Offline everything. The whole chain, API, and MCP tools run deterministically with
--offline; CI proves it on every push (29 tests, no model calls). - Two new house-style films, rendered by the engine's own cinematography grammar: the reverse reasoning tree and the grammar reel — both on the README.
Breaking changes
- The legacy
math_to_manimpackage and its CLI (m2m2,generate,recover-render,eval-suite) moved toarchive/codex-pipeline/. - New CLI:
math-to-manim run | runs | serve-api | serve-mcp. - Python package version: 1.1.0; requires Python 3.10+.