Orchestrator for LangLearn workflows (evaluation gates + backends).
- CLI and MCP surfaces are scaffolding only (version, doctor, serve).
- Language registry and language scaffolding exist, but pipelines are not wired end-to-end.
- Orchestration flow, prompt engine, and media enrichment are still being ported.
See ROADMAP.md.
See MIGRATION.md for the legacy port plan and feature mapping.
uv tool install punt-langlearnlanglearn --help
langlearn --json version
langlearn doctor
langlearn servelanglearn install
langlearn serveuv sync --all-extras
uv run ruff check .
uv run ruff format --check .
uv run mypy src/ tests/
uv run pyright src/ tests/
uv run pytest