This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryFixed the demo agent's division operation and unshadowed the list builtin.
Full changelog
What's New
uv Support for Faster Development
- Added uv as an optional package manager for 2x faster installs
- Both pip and uv are fully supported - use whichever you prefer
- New Makefile targets:
make install(uv) andmake pip-install(pip)
CI Hardening
- Config file support for
ci.fail_onandci.warn_on - Exit code 2 for execution errors (network, timeout) vs exit code 1 for test failures
- Model/provider validation to catch mismatches early (e.g., llama3.2 + openai)
LangGraph Example
- Added complete LangGraph example agent at
examples/langgraph/agent/ - Includes ReAct agent with search and calculator tools
UX Improvements
- Diverse quickstart test cases (division, weather, multi-tool, multiplication)
- Demo agent now supports division operations
- GitHub star CTA always shows after quickstart
evalview connectshows actual paths instead of placeholders
Bug Fixes
- Fixed
listbuiltin being shadowed by CLI command - Fixed demo agent division support
Installation
pip install evalview==0.1.8
Full Changelog
https://github.com/hidai25/eval-view/compare/v0.1.7...v0.1.8
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About hidai25/eval-view
Regression testing framework for AI agents. Save golden baselines, detect behavioral drift, and block regressions in CI. Works with LangGraph, CrewAI, OpenAI, Claude, and any HTTP API.
Related context
Related tools
Beta — feedback welcome: [email protected]