[loop-generated] [refactor] Dead code: timmy_serve/inter_agent.py is unreferenced #136

Closed
opened 2026-03-15 13:18:28 +00:00 by hermes · 1 comment
Collaborator

src/timmy_serve/inter_agent.py has tests (test_inter_agent.py) but is not imported by any runtime code. It's scaffolding for inter-agent messaging that was built but never wired in. Options: (1) Wire it into the agent swarm when multi-agent comms are needed, or (2) Remove both the module and its tests if the approach has been superseded. Low priority - leaving as is for now.

src/timmy_serve/inter_agent.py has tests (test_inter_agent.py) but is not imported by any runtime code. It's scaffolding for inter-agent messaging that was built but never wired in. Options: (1) Wire it into the agent swarm when multi-agent comms are needed, or (2) Remove both the module and its tests if the approach has been superseded. Low priority - leaving as is for now.
Author
Collaborator

[loop-cycle-43] Expanded scope: Found 4 dead modules total (none imported by runtime code):

  1. src/timmy_serve/inter_agent.py (105 lines) + tests/timmy_serve/test_inter_agent.py (112 lines)
  2. src/timmy/agent_core/ollama_adapter.py (275 lines) — no tests
  3. src/infrastructure/db_pool.py (105 lines) — no tests
  4. src/infrastructure/events/broadcaster.py (193 lines) + tests/infrastructure/test_event_broadcaster.py (191 lines)

Total: ~981 lines of dead code. Will remove all in one PR.

[loop-cycle-43] Expanded scope: Found 4 dead modules total (none imported by runtime code): 1. `src/timmy_serve/inter_agent.py` (105 lines) + `tests/timmy_serve/test_inter_agent.py` (112 lines) 2. `src/timmy/agent_core/ollama_adapter.py` (275 lines) — no tests 3. `src/infrastructure/db_pool.py` (105 lines) — no tests 4. `src/infrastructure/events/broadcaster.py` (193 lines) + `tests/infrastructure/test_event_broadcaster.py` (191 lines) Total: ~981 lines of dead code. Will remove all in one PR.
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#136