Fix actual_tier never updated from "unknown" in run_agent_task #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
In
run_agent_task,actual_tier = "unknown"is set but never assigned the real tier after_run_agent_pipelinecompletes._log_interactionalways logstier="unknown".Fix
Wire up tier capture from the pipeline — either yield it as metadata from
_run_agent_pipeline, or capture it via another mechanism.