feat(agents): Add heartbeat configuration and delete confirmation for agents

This commit is contained in:
Abhimanyu Saharan
2026-02-04 17:05:58 +05:30
parent ddad2ddb72
commit 8aa96ca876
16 changed files with 646 additions and 102 deletions

View File

@@ -14,6 +14,7 @@ const STATUS_STYLES: Record<
busy: "warning",
provisioning: "warning",
offline: "outline",
deleting: "danger",
};
export function StatusPill({ status }: { status: string }) {