Skip to content

Releases: OpenAgentHQ/openagent-eval

v0.4.4

Choose a tag to compare

@himanshu231204 himanshu231204 released this 11 Jul 21:30

Bug Fix\n\n- Added individual JSON object parsing for malformed responses\n- 4-strategy fallback for JSON parsing\n- Handles escaped characters and unescaped quotes in LLM responses\n\nFull Changelog: v0.4.3...v0.4.4

v0.4.3

Choose a tag to compare

@himanshu231204 himanshu231204 released this 11 Jul 21:08

Bug Fix\n\n- Simplified JSON parsing with 3-strategy fallback\n- Strategy 1: Clean and parse JSON\n- Strategy 2: Regex extraction of Q&A pairs\n- Strategy 3: Individual field extraction\n- Handles malformed LLM responses gracefully\n\nFull Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@himanshu231204 himanshu231204 released this 11 Jul 21:01

Bug Fix\n\n- Add regex fallback for JSON parsing when LLM returns malformed JSON\n- Improved control character handling in JSON responses\n- Better error handling with graceful degradation\n\nFull Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@himanshu231204 himanshu231204 released this 11 Jul 20:51

Bug Fix\n\n- Improve JSON parsing resilience in synthesis module\n- Handle control characters and unescaped newlines in LLM responses\n\nFull Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@himanshu231204 himanshu231204 released this 11 Jul 20:19

What's Changed

Bug Fixes

  • Improve JSON parsing resilience in synthesis module (_parse_response)
  • Handle malformed JSON from LLM (trailing commas, extra text, single quotes)

New Features

  • Added CI/CD integration module for automated evaluation in pipelines
  • Added CLI test command for running evaluations
  • Added corpus and related modules example notebook

Tests

  • Added 10 new tests for JSON parsing edge cases
  • All 31 synthesis tests pass

Full Changelog: v0.3.0...v0.4.0

v0.3.0 - Production-Grade Features

Choose a tag to compare

@himanshu231204 himanshu231204 released this 11 Jul 12:29

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:04
Release v0.2.0

Features:
- Comprehensive CLI UX improvements (global flags, dry-run, shell completion, JSON output)
- Enhanced validate, delete, list, init, and doctor commands

Bug Fixes:
- Comprehensive bug hunt (Critical through Low severity)
- Dataset path config and undeclared provider dependencies
- Hallucination test fixture deepeval module replacement
- CLI ANSI code stripping in tests and --no-interactive flag

Documentation:
- Provider guides for all LLM, retriever, and embedder providers
- Examples section with RAG tutorial guide
- CLI improvements documentation

v0.1.1

Choose a tag to compare

@himanshu231204 himanshu231204 released this 10 Jul 08:49

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@himanshu231204 himanshu231204 released this 10 Jul 08:35

What's Changed

New Contributors

Full Changelog: https://github.com/OpenAgentHQ/openagent-eval/commits/v0.1.0