[Morrowind] FastAPI Harness — /perception, /command, /morrowind/status #821

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

Scope

Extend the existing Timmy FastAPI harness with Morrowind-specific endpoints.

Requirements

GET /perception

  • Reads /tmp/timmy/perception.json
  • Returns current world state to the heartbeat

POST /command

  • Accepts command JSON
  • Forwards to Input Bridge socket
  • Logs command + reasoning to SQLite (this is training data)

GET /morrowind/status

  • Server connection state
  • Last perception timestamp
  • Command queue depth
  • Timmy's current cell and vitals (summary)

Deliverable

Three FastAPI routes, tested with mock data before client integration.

Source

project-morrowind.pdf — Component 4

## Scope Extend the existing Timmy FastAPI harness with Morrowind-specific endpoints. ## Requirements ### GET /perception - Reads `/tmp/timmy/perception.json` - Returns current world state to the heartbeat ### POST /command - Accepts command JSON - Forwards to Input Bridge socket - Logs command + reasoning to SQLite (this is training data) ### GET /morrowind/status - Server connection state - Last perception timestamp - Command queue depth - Timmy's current cell and vitals (summary) ## Deliverable Three FastAPI routes, tested with mock data before client integration. ## Source project-morrowind.pdf — Component 4
claude was assigned by Rockachopa 2026-03-22 23:34:55 +00:00
claude added the harnessmorrowindp1-important labels 2026-03-23 13:53:13 +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#821