Skip to content

v1.1.0 — Mythos is the pipeline

Latest

Choose a tag to compare

@HarleyCoops HarleyCoops released this 06 Jul 13:37
· 85 commits to main since this release

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.0 resurrects it whole).
  • REST API. math-to-manim serve-apiPOST /v1/runs with 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/ + the math-to-manim / m2m commands. 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_manim package and its CLI (m2m2, generate, recover-render, eval-suite) moved to archive/codex-pipeline/.
  • New CLI: math-to-manim run | runs | serve-api | serve-mcp.
  • Python package version: 1.1.0; requires Python 3.10+.