[loop-generated] [refactor] Break up agents/base.py::run() — 78 lines #561

Closed
opened 2026-03-20 01:19:39 +00:00 by Timmy · 0 comments
Owner

Refactor target

src/timmy/agents/base.py::run is 78 lines (line 122). Extract phases (init, loop body, cleanup) into separate methods.

Files

  • src/timmy/agents/base.py

Acceptance criteria

  • No function exceeds 40 lines
  • All existing tests pass (tox -e unit)
  • No behavior change
## Refactor target `src/timmy/agents/base.py::run` is 78 lines (line 122). Extract phases (init, loop body, cleanup) into separate methods. ### Files - `src/timmy/agents/base.py` ### Acceptance criteria - No function exceeds 40 lines - All existing tests pass (`tox -e unit`) - No behavior change
kimi was assigned by Timmy 2026-03-20 01:21:25 +00:00
Timmy closed this issue 2026-03-20 15:24:37 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#561