Fix tier logging: capture actual_tier, fix parse_run_block regex, remove reply_text truncation #11

Merged
alvis merged 1 commits from fix/tier-logging into main 2026-03-24 02:44:35 +00:00
Owner

Fixes #1, #3, #4

  • Add tier_capture param to _run_agent_pipeline; append tier after determination
  • Capture actual_tier in run_agent_task from tier_capture list
  • Log tier in replied-in line
  • Remove reply_text[:200] truncation
  • Update parse_run_block regex to match new log format
Fixes #1, #3, #4 - Add tier_capture param to _run_agent_pipeline; append tier after determination - Capture actual_tier in run_agent_task from tier_capture list - Log tier in replied-in line - Remove reply_text[:200] truncation - Update parse_run_block regex to match new log format
alvis added 1 commit 2026-03-24 02:42:00 +00:00
- Add tier_capture param to _run_agent_pipeline; append tier after determination
- Capture actual_tier in run_agent_task from tier_capture list
- Log tier in replied-in line: [agent] replied in Xs tier=Y
- Remove reply_text[:200] truncation (was breaking benchmark keyword matching)
- Update parse_run_block regex to match new log format; llm/send fields now None

Fixes #1, #3, #4

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
alvis merged commit 186e16284b into main 2026-03-24 02:44:35 +00:00
alvis deleted branch fix/tier-logging 2026-03-24 02:44:39 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alvis/adolf#11