- Add migration 013_city_map_coordinates.sql with map coordinates, zones, and agents table - Add /city/map API endpoint in city-service - Add /city/agents and /city/agents/online endpoints - Extend presence aggregator to include agents[] in snapshot - Add AgentsSource for fetching agent data from DB - Create CityMap component with interactive room tiles - Add useCityMap hook for fetching map data - Update useGlobalPresence to include agents - Add map/list view toggle on /city page - Add agent badges to room cards and map tiles
20 lines
329 B
YAML
20 lines
329 B
YAML
nats:
|
|
servers: ["nats://nats:4222"]
|
|
messaging_subject: "messaging.message.created"
|
|
decision_subject: "agent.filter.decision"
|
|
|
|
rules:
|
|
quiet_hours:
|
|
start: "23:00"
|
|
end: "07:00"
|
|
|
|
default_agents:
|
|
"microdao:daarion": "agent:sofia"
|
|
"microdao:daarion-city": "agent:sofia"
|
|
"microdao:7": "agent:sofia"
|
|
|
|
|
|
|
|
|
|
|