Type Alias AgentPlayWorldMap

AgentPlayWorldMap: {
    bounds: AgentPlayWorldMapBounds;
    occupants: (AgentPlayWorldMapHumanOccupant | AgentPlayWorldMapAgentOccupant | AgentPlayWorldMapMcpOccupant)[];
}

Spatial index: axis-aligned bounds plus every agent and MCP registration placed on the grid.