[claude] Agent idle behaviors in 3D world (#8) #48

Merged
Timmy merged 1 commits from claude/issue-8 into main 2026-03-24 03:25:24 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
c0a23462df feat: agent idle behaviors — state machine, attention, activity indicators
Some checks failed
CI / validate (pull_request) Failing after 12s
Implements #8: agent idle presence system with:
- State machine (IDLE/PACING/LOOKING/READING) with weighted random transitions
- Attention system: agents turn to face player within 7 units
- Activity indicators floating above orb: WAITING (pulsing sphere),
  THINKING (spinning wireframe octahedron), PROCESSING (spinning torus)
- Chat integration: sending a message drives Timmy through
  THINKING → PROCESSING → WAITING activity cycle

Fixes #8

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 23:20:34 -04:00