Fleet in Studio
Managing fleet teams through the Studio web UI
The Fleet section in Studio (accessible from the top navigation) provides visual management for all fleet operations.
Template View
Section titled “Template View”- Browse available fleet templates.
- View agent cards showing each team member’s role, model, and capabilities.
- Expand agent details for full configuration.
Plan Management
Section titled “Plan Management”- Create plans with the AI-guided wizard, which walks through template selection, credentials, and channel configuration.
- View plan details with agent communication flow diagrams.
- Activate and deactivate plans directly from the UI.
- Edit plan YAML with the split-pane CodeMirror editor for direct configuration access.
- Duplicate or delete plans.
Session Trace
Section titled “Session Trace”- Real-time view of active sessions via SSE streaming and polling.
- Per-agent message filtering — isolate what a specific agent is doing.
- Per-thread filtering — view a specific agent-to-agent conversation.
- Expandable tool call details — inspect what tools were invoked and their results.
- Failed session retry — re-run a failed session from the UI.
Creating a Plan from Chat
Section titled “Creating a Plan from Chat”Type /fleet-plan in the Studio chat to start the creation wizard. The AI guides you through:
- Selecting a template.
- Configuring credentials for external services.
- Setting up the communication channel.
- Validating connections.
- Saving the plan.
Once a plan exists, type /fleet in the Studio chat to launch a fleet session from it.