Releases: instax-dutta/agentloop
Releases · instax-dutta/agentloop
Release list
v0.6.0
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
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
v0.4.0
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-cliSee the README for full details.