# Agent Detail Page ## Overview Single agent detail view. Follows the layout of `specs/designs/10-layout/detail.md`, only the details are documented in this spec. ## Page Name "{agent.name}" for title and breadcrumb ## Page Header (always shown) ``` [Icon] Agent Name [status badge] [Edit] [⋮] ``` - Icon: agent icon - Agent name (primary) - Status badge (right, when `agent.status` is set) - Edit button: navigates to the edit page - ⋮ menu: includes Delete and a context action (`Test` for deployed agents, `Deploy` otherwise) ## Config Panel Always shown. - model link - knowledge base links (or None) - tool links (or None) ## System Prompt Panel Always shown. Renders `agent.systemPrompt` as plain text. ## Deployment Panel Always shown. Shows deployment/runtime configuration. ## Management Tabs Always shown. ## Delete Confirmation Dialog Destructive confirmation. On success, returns to the agents list.