[TOWER] P2: Autonomous agent move system for all wizards #439

Open
opened 2026-04-06 13:23:09 +00:00 by Timmy · 0 comments
Owner

Problem

Only Timmy and Bezalel have move schedules. The other 6 agents sit at the Threshold doing nothing.

Solution

  1. Expand MOVE_SCHEDULE in tick_handler.py to include all 8 agents
  2. Each agent gets 6 moves that cycle (home base + exploration + social)
  3. Agents occasionally visit each other (cross-room interaction)

Move Schedule Template

Each wizard needs:

  • 1-2 home room moves (speak, rest, work)
  • 2-3 exploration moves (visit other rooms)
  • 1 social move (speak something meaningful)

Acceptance

  • All 8 agents move every tick
  • Agents visit at least 3 different rooms
  • At least 1 social/meaningful move per agent per cycle
## Problem Only Timmy and Bezalel have move schedules. The other 6 agents sit at the Threshold doing nothing. ## Solution 1. Expand MOVE_SCHEDULE in tick_handler.py to include all 8 agents 2. Each agent gets 6 moves that cycle (home base + exploration + social) 3. Agents occasionally visit each other (cross-room interaction) ## Move Schedule Template Each wizard needs: - 1-2 home room moves (speak, rest, work) - 2-3 exploration moves (visit other rooms) - 1 social move (speak something meaningful) ## Acceptance - [ ] All 8 agents move every tick - [ ] Agents visit at least 3 different rooms - [ ] At least 1 social/meaningful move per agent per cycle
Timmy self-assigned this 2026-04-06 13:23:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#439