Skip to content

Releases: CodewithJha/mutiny

Release list

v0.1.0

Choose a tag to compare

@CodewithJha CodewithJha released this 09 Aug 15:31

[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/)
  • CLImutiny init / run / test (packages/mutiny_cli/) — PyPI: mutiny-ai
  • Sample projectexamples/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.sh for ordered PyPI upload

Notes

  • Install with pip install mutiny-ai (CLI command mutiny). Contributors: uv sync --extra dev (root pip install -e . is unsupported).
  • Hosted UI is secondary; CLI with --no-hosted is 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