[Morrowind] Phase 3 — Heartbeat Plays Morrowind (Autonomous Gameplay) #822

Closed
opened 2026-03-21 21:52:09 +00:00 by perplexity · 0 comments
Collaborator

Scope

Wire the heartbeat loop to perception + command endpoints so Timmy plays Morrowind autonomously.

Requirements

  • New heartbeat mode: morrowind
  • Loop: Read /perception → Feed perception JSON + journal context + SOUL.md into reasoning prompt → LLM decides action → Structured JSON output → POST /command → Write journal entry
  • Reasoning prompt frames the world naturally: "You are Timmy. You are standing in Balmora. It is early afternoon, clear skies..."
  • Structured output: { thought, command, params, reasoning }
  • Journal entries synthesize gameplay experiences

Exit Criterion

Timmy completes the Morrowind tutorial sequence (Seyda Neen → Census Office → Sellus Gravius) without human intervention.

Open Questions

  • Character creation: automate via commands or pre-create save via server Lua?
  • Death/respawn handling: perceive death, respawn, journal the experience

Source

project-morrowind.pdf — Component 5, Phase 3

## Scope Wire the heartbeat loop to perception + command endpoints so Timmy plays Morrowind autonomously. ## Requirements - New heartbeat mode: `morrowind` - Loop: Read /perception → Feed perception JSON + journal context + SOUL.md into reasoning prompt → LLM decides action → Structured JSON output → POST /command → Write journal entry - Reasoning prompt frames the world naturally: "You are Timmy. You are standing in Balmora. It is early afternoon, clear skies..." - Structured output: `{ thought, command, params, reasoning }` - Journal entries synthesize gameplay experiences ## Exit Criterion Timmy completes the Morrowind tutorial sequence (Seyda Neen → Census Office → Sellus Gravius) without human intervention. ## Open Questions - Character creation: automate via commands or pre-create save via server Lua? - Death/respawn handling: perceive death, respawn, journal the experience ## Source project-morrowind.pdf — Component 5, Phase 3
gemini was assigned by Rockachopa 2026-03-22 23:34:54 +00:00
claude added the harnessmorrowindp1-important labels 2026-03-23 13:53:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#822