/** * AgentsStep — Shows discovered agents after gateway connection. */ import { Bot, Users, WifiOff } from "lucide-react"; export type AgentsStepProps = { agentCount: number; connected: boolean; }; export const AgentsStep = ({ agentCount, connected }: AgentsStepProps) => { if (!connected) { return (
Connect to your gateway first to discover agents.
No agents found
Your gateway is connected, but no agents are configured yet. You can create agents from the Claw3D fleet sidebar after completing this wizard.
Quick start:
{agentCount} agent{agentCount !== 1 ? "s" : ""} discovered
Your AI team is ready and waiting in the office.
What you can do with agents:
{label}
{desc}