Welcome to the Swarm Squad API platform.
This system manages
communication and coordination between Vehicles and LLM agents in a
swarm environment.
ID | Status | Position |
---|---|---|
{{ vehicle._id }} | {{ vehicle.get('state', {}).get('status', 'unknown') }} | {% if vehicle.get('state', {}).get('latitude') and vehicle.get('state', {}).get('longitude') %} ({{ vehicle.get('state', {}).get('latitude', 0)|round(2) }}, {{ vehicle.get('state', {}).get('longitude', 0)|round(2) }}) {% else %} Unknown {% endif %} |
ID | Vehicle ID | Messages |
---|---|---|
{{ llm._id }} | {{ llm.get('vehicle_id', 'none') }} | {{ llm.get('messages', []) | length }} |
Time | Source | Message |
---|---|---|
{{ message.get('timestamp', '') | datetime }} | {{ message.get('source', 'Unknown') }} | {{ message.get('message', '') }} |