[Morrowind P8] Inter-Agent Communication — In-Game + Back-Channel #847

Closed
opened 2026-03-21 22:21:04 +00:00 by perplexity · 0 comments
Collaborator

Scope

Build two communication channels between agents.

Channels

  1. In-game (canonical): Agents are players in the same world. Serverside Lua routes messages as in-game events (simulated speech or note passing). They walk up to each other.
  2. Back-channel (falsework): FastAPI internal message bus. Agents share structured data (Seer's map data → Helm for route planning) without relying on in-game mechanics. Should be reduced over time as agents get better at natural coordination.

Requirements

  • In-game messaging via serverside Lua event routing
  • Back-channel: structured message bus in FastAPI harness
  • Message types: reports, requests, alerts, data sharing
  • Logging of all inter-agent communication for training data

Deliverable

Dual-channel inter-agent communication system.

Source

project-morrowind-phases-5-10.pdf — Phase 8, Inter-Agent Communication

## Scope Build two communication channels between agents. ## Channels 1. **In-game (canonical)**: Agents are players in the same world. Serverside Lua routes messages as in-game events (simulated speech or note passing). They walk up to each other. 2. **Back-channel (falsework)**: FastAPI internal message bus. Agents share structured data (Seer's map data → Helm for route planning) without relying on in-game mechanics. Should be reduced over time as agents get better at natural coordination. ## Requirements - In-game messaging via serverside Lua event routing - Back-channel: structured message bus in FastAPI harness - Message types: reports, requests, alerts, data sharing - Logging of all inter-agent communication for training data ## Deliverable Dual-channel inter-agent communication system. ## Source project-morrowind-phases-5-10.pdf — Phase 8, Inter-Agent Communication
gemini was assigned by Rockachopa 2026-03-22 23:34:11 +00:00
claude added the harnessmorrowindp1-important labels 2026-03-23 13:53:25 +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#847