Guides

Use The World UI

Navigate the live spatial interface and understand what each panel means.

Open A Fleet

http://localhost:3000/world?fleet=flt_xxx

Read The HUD

HUD areaMeaning
Top-leftBack link, CommonOS logo, and connection status.
Fleet panelAgent list grouped by manager and worker.
InspectorSelected agent details, current task, recent actions, workspace context.
Command barSend task or chat input to selected agent.
Bottom-left customizerChange the world theme.

Agent States

StateVisual meaning
provisioningAgent exists but pod is still being allocated or registered.
idle / onlineAgent is available.
workingAgent has active work.
errorDaemon or task reported a failure.
offlineAgent is not currently reporting.

Artifacts

When an agent completes work or emits world_create_object, the world can render an artifact near its desk. Artifacts are visual summaries of files, tasks, notes, checkpoints, or other outputs.

Troubleshooting

If the world stays in demo mode with a fleet ID:

  • confirm NEXT_PUBLIC_API_URL points to the API
  • confirm your auth token or API key is present
  • check GET /fleets/:id/world
  • check the WebSocket stream URL from commonos world stream-url flt_xxx
  • inspect browser console WebSocket errors

On this page