Fix parse_run_block regex to match new log format #1

Closed
opened 2026-03-24 01:56:50 +00:00 by alvis · 0 comments
Owner

Problem

common.py:202 matches replied in X.Xs (llm=Y.Ys, send=Z.Zs) but agent.py now logs replied in X.Xs with no breakdown. parse_run_block always returns None → all wait_for() loops time out, breaking bench and name tests.

Fix

Update the regex and parsing logic in common.py to match the new simplified format.

Critical — blocks all bench/name tests.

## Problem `common.py:202` matches `replied in X.Xs (llm=Y.Ys, send=Z.Zs)` but `agent.py` now logs `replied in X.Xs` with no breakdown. `parse_run_block` always returns `None` → all `wait_for()` loops time out, breaking bench and name tests. ## Fix Update the regex and parsing logic in `common.py` to match the new simplified format. **Critical** — blocks all bench/name tests.
alvis closed this issue 2026-03-24 02:44:35 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alvis/adolf#1