Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-03-31 13:14:48 +00:00

View File

@@ -68,6 +68,11 @@ export default function AIAgentsTemplatePage() {
{ title: "Tasks", values: [12840, 15230, 14100], description: "Total" },
{ title: "Latency", values: [10, 12, 11], description: "ms" },
],
sidebarItems: [
{ label: "Dashboard", href: "#" },
{ label: "Agents", href: "#" },
{ label: "Settings", href: "#" },
],
chartTitle: "Runs (24h)", chartData: [{ value: 120 }, { value: 85 }],
listTitle: "Activity", listItems: [{ icon: CheckCircle, title: "Report", status: "Done" }],
}}