Releases: CodewithJha/mutiny
Releases · CodewithJha/mutiny
Release list
v0.1.0
[0.1.0] — 2026-08-09
Initial public repository promotion.
Added
- Mutiny Core — policy oracle, evolutionary campaign, minimize, regression replay (
packages/mutiny_core/) - Adapter #1 — OpenAI Agents SDK (
packages/mutiny_openai_agents/) - CLI —
mutiny init/run/test(packages/mutiny_cli/) — PyPI:mutiny-ai - Sample project —
examples/openai_support_agent/(offline scripted model without API key) - Optional Hosted — API (
apps/api/) + UI (apps/web/) for campaign lineage - Docs hub under
docs/, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, SUPPORT - CI workflow (unit tests) and good-first-issue catalog
- GitHub Actions workflow +
scripts/publish_pypi.shfor ordered PyPI upload
Notes
- Install with
pip install mutiny-ai(CLI commandmutiny). Contributors:uv sync --extra dev(rootpip install -e .is unsupported). - Hosted UI is secondary; CLI with
--no-hostedis the primary local path. - Bundled sample / demo agents are reference harnesses, not the product.
Install: pip install mutiny-ai
PyPI: https://pypi.org/project/mutiny-ai/
Hosted: https://mutiny-sable.vercel.app
Full changelog: https://github.com/CodewithJha/mutiny/blob/main/CHANGELOG.md