Skip to content

Releases: instax-dutta/agentloop

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 13:06
3ae12ba

0.6.0 (2026-08-06)

Features

  • add behavior-equivalence community verifier (uniq reimplementation) (f0be299)
  • add held-out-oracle community verifier (roman numeral converter) (bbef488)
  • add property-based community verifier (rpn calculator) (611d4c1)
  • check_verifiers verifies the adversarial path (bad-solution must fail) (e011562)

Documentation

  • summarize community verifiers in the examples gallery (7595129)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 11:52

0.5.0 (2026-08-06)

Features

  • add seven bundled examples and first community verifier (38a5809)
  • automate releases — GitHub Releases on tags + release-please for auto version bumps (d7dad42)
  • parallel plan runner, telemetry, structured logging, CLI polish, mypy strict (e13e73f)
  • switch PyPI publishing to Trusted Publishing (OIDC) - no API tokens needed (fb8e4f9)

Bug Fixes

  • correct CI badge URL from saiduttaabhishekdash to instax-dutta (4c10a39)
  • correct E2E test count from 14 to 13 (513900a)
  • derive version from importlib.metadata so pyproject.toml is single source of truth (e45278d)
  • remove v-prefix from pip install in release body, document conventional commits (0bc8571)
  • skip CI on docs-only changes (README, CHANGELOG, etc.) (4a52f60)

Documentation

  • add comparison table vs GNHF to README (10951e4)
  • add comprehensive badges to README (PyPI, downloads, python versions, license) (5ed5f46)
  • add E2E testing results table to README (a508093)
  • documentation site, benchmarks, blog posts, sustainment workflows (08fcca5)

v0.4.0

Choose a tag to compare

@instax-dutta instax-dutta released this 20 Jul 23:20

agentloop-cli v0.4.0

What changed

  • Published to PyPI as agentloop-cli
  • Package restructured for pip install agentloop-cli
  • Auto-publisher CI workflow for tag-triggered PyPI + GitHub releases
  • Ruff lint fixes (E501, W293, F841, F541, E401, F401, E741)
  • Windows CI fixed (oracle tests gated to Linux)
  • Comprehensive README with badges, E2E testing results, GNHF comparison
  • Held-out oracle (gen + record + grade) for anti-overfitting verification

📦 Install

pip install agentloop-cli

See the README for full details.