Skip to main content

Source: docs/manual/agents-control-plane.md

This page is generated by site/scripts/sync-manual-docs.mjs.

Agent Control Plane

The Agents page provides runtime visibility and administration for agent capability, trust, versioning, and MCP readiness.

Source: cmd/ui/frontend/src/pages/AgentsPage.tsx, cmd/ui/frontend/src/components/CreateAgentModal.tsx

Route and Access

  • Route: /agents
  • Route guard: admin

Page Tabs

  • Agents: status, MCP liveness, capability count, trust score, delegations, last active.
  • Capabilities: capability inventory with test-coverage and trust overlays.
  • Trust Scores: per-agent/per-capability trust analytics.
  • Versions: registered agent version records.

New Agent Workflow

Create Agent modal supports:

  • Name, capabilities, planner type
  • Description and initial version
  • Initial trust score (0-100 UI range)
  • Optional MCP gateway binding for readiness badges

On success, the flow:

  • Calls the create-agent API
  • Persists MCP binding locally for liveness display
  • Refreshes capabilities, trust profiles, and version data

MCP Binding and Status

Agent rows include an MCP status column:

  • MCP: live when bound gateway health is live
  • MCP: unbound when no binding or unhealthy binding

Gateway health source: MCP gateway API list.

Versions

Admins can register new agent versions from the same page (New Version) and review changelog/compatibility metadata.