diff --git a/packages/dashboard/app/components/AgentsView.tsx b/packages/dashboard/app/components/AgentsView.tsx index 8381da690..820f414ac 100644 --- a/packages/dashboard/app/components/AgentsView.tsx +++ b/packages/dashboard/app/components/AgentsView.tsx @@ -864,6 +864,10 @@ export function AgentsView({ addToast, projectId }: AgentsViewProps) { projectId={projectId} /> + {/* Stats and live agents above the collection */} + + + {/* Agent Collection */} {agentView === "tree" ? (
@@ -1263,10 +1267,6 @@ export function AgentsView({ addToast, projectId }: AgentsViewProps) { )}
)} - - {/* Secondary sections */} - - {/* Agent Detail Modal */}