Skip to content

v0.3.3 — demo recordings + repo hygiene

Latest

Choose a tag to compare

@Rishabhmannu Rishabhmannu released this 03 Jun 20:52

Demo refresh and repo hygiene. No API or behavior change for typical CLI/Docker users.

Highlights

  • Refreshed demos. All three terminal demos re-recorded against the current stack. The human-in-the-loop demo is now a genuine two-pane recording: finance is blocked at the approval gate while an admin approves in a second session, and the released answer streams back into the finance pane.
  • Hardened the HITL gate. Dollar-amount detection now ignores implausibly large values (> $10T), so a malformed generated draft can never surface a nonsensical figure in an approval prompt. Covered by new unit tests.
  • Cleaner CI. The reference AWS deploy workflow is now manual-trigger only (it was failing on every push and is not wired to live infrastructure).
  • Doc accuracy. Corrected the documented CORS default and removed a stale legacy-frontend reference.

Quality

342 unit tests pass.

Install

pip install financebench-rag-agent==0.3.3

Docker image: ghcr.io/rishabhmannu/financebench-rag-agent-api:0.3.3 (linux/amd64 + linux/arm64).