[loop-generated] [refactor] Split autoresearch.py — 645 lines, auto-research pipeline #1454

Closed
opened 2026-03-24 18:56:29 +00:00 by Timmy · 0 comments
Owner

Problem

src/timmy/autoresearch.py is 645 lines with research pipeline, source management, and synthesis logic.

Proposed Split

  1. Extract source management into src/timmy/autoresearch/sources.py
  2. Extract synthesis pipeline into src/timmy/autoresearch/synthesis.py
  3. Extract scheduling into src/timmy/autoresearch/scheduler.py
  4. Keep thin orchestrator

Acceptance Criteria

  • No single module > 300 lines
  • All existing tests pass
## Problem `src/timmy/autoresearch.py` is 645 lines with research pipeline, source management, and synthesis logic. ## Proposed Split 1. Extract source management into `src/timmy/autoresearch/sources.py` 2. Extract synthesis pipeline into `src/timmy/autoresearch/synthesis.py` 3. Extract scheduling into `src/timmy/autoresearch/scheduler.py` 4. Keep thin orchestrator ## Acceptance Criteria - No single module > 300 lines - All existing tests pass
Timmy closed this issue 2026-03-24 21:53:58 +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#1454