Skip to content

v1.0.0

Choose a tag to compare

@SimoneBottoni SimoneBottoni released this 08 Jul 12:16
· 12 commits to main since this release
7d2d092

Breaking changes

  • take_last_intercept_row_id removedcall_ref is now the sole intercept resolution mechanism.
  • call_ref required — claims without a call_ref (or sourcerykit_ref in claimed_value) now raise.

Features

  • Multi-tool-call supportcall_ref column on intercepts + sourcerykit_ref on ClaimedValue enable correct mapping when the same tool is called multiple times.
  • Auto-groupingbuild_handoff_payload splits claimed_value entries by sourcerykit_ref automatically. No manual grouping or call_ref mapping needed.
  • Mock HTTP server — lightweight test utility for local endpoint testing.

Bug fixes

  • Improved evaluate_claim value comparison with JSON parsing for arrays and dicts.

Refactoring

  • Implemented locking mechanism for concurrent preprocessing.
  • Updated claim evaluation and error handling for sourcerykit_ref.

Documentation

  • Added multi-agent cookbook examples (LangGraph, CrewAI).