showcase/integrations/agno/qa/subagents.md
/demos/subagents on the dashboard host/api/health); OPENAI_API_KEY is set; the Agno agent server exposes the /subagents/agui endpoint/demos/subagents; verify the page renders within 3s with a left-side delegation log panel and a right-side CopilotChat panedata-testid="delegation-log" is visible with heading "Sub-agent delegations"data-testid="delegation-empty" reads "No delegations yet. Ask the supervisor to plan a deliverable."data-testid="delegation-count" reads "0 calls"data-testid="supervisor-running" appears next to the heading (the supervisor's agent.isRunning is true)data-testid="delegation-entry" cards have appeared, in order: Research → Writing → Critique (matching the supervisor's instructed sequence)completed (emerald) once the sub-agent returnsdata-status="running" with an amber border, an animated spinner, and the text "Sub-agent is working…"StateSnapshotEvent carrying delegations after each run, so the UI re-renders the final statedata-testid="delegation-count" updates to reflect the total number of delegations madeResearch → Writing → Critique sequence appears (delegations from the prior run remain in the log; the supervisor instructs set_notes-style replacement only on the supervisor agent — sub-agent log is append-only)data-status="failed" with a red border and the body text reads sub-agent call failed: <ExceptionClassName> (see server logs for details) — no provider URLs / request IDs leaked to the UIrunning status visible while a sub-agent is working and completed/failed once it returns