[loop-cycle-1] refactor: break up run_agentic_loop (#531) #1084
Reference in New Issue
Block a user
Delete Branch "refactor/break-up-agentic-loop"
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?
Fixes #531
Summary
Break up
run_agentic_loop()from 121 lines to 65 lines by extracting:_execute_all_steps(): orchestrates step execution loop with broadcasts_handle_step_failure(): adaptation logic after step failureAlso suppresses false-positive S105 lint on
ModerationVerdict.PASS.All 3047 tests pass. No behavioral changes.