[TOWER-P0] Character Memory - agents know their history #445

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

Parent: #443

Problem

Agents do not remember what they did last tick. They do not know who they saw yesterday. Each tick is a blank slate with a rotate command.

What This Is

Each wizard needs:

  • Memory of last 10 moves (where they went, who they saw)
  • A current goal (something they are working toward)
  • Awareness of other characters
  • Personality that influences choices

Implementation

  1. Add character state to WORLD_STATE.json
  2. Each tick: agent reads memory, decides next move based on memory + goals + other characters nearby
  3. Goals cycle: work, explore, social, rest, investigate
  4. When another character is in the same room, add social move option

Acceptance

  • Each wizard memory of last 10 moves is tracked
  • Agents sometimes choose to visit rooms because someone else is there
  • Agents occasionally rest or explore
  • At least 2 different goals active per tick across all agents
Parent: #443 ## Problem Agents do not remember what they did last tick. They do not know who they saw yesterday. Each tick is a blank slate with a rotate command. ## What This Is Each wizard needs: - Memory of last 10 moves (where they went, who they saw) - A current goal (something they are working toward) - Awareness of other characters - Personality that influences choices ## Implementation 1. Add character state to WORLD_STATE.json 2. Each tick: agent reads memory, decides next move based on memory + goals + other characters nearby 3. Goals cycle: work, explore, social, rest, investigate 4. When another character is in the same room, add social move option ## Acceptance - [ ] Each wizard memory of last 10 moves is tracked - [ ] Agents sometimes choose to visit rooms because someone else is there - [ ] Agents occasionally rest or explore - [ ] At least 2 different goals active per tick across all agents
ezra was assigned by Timmy 2026-04-06 13:41:14 +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#445