feat(dashboard): Implement system health check and enhance UI for agent management
This commit is contained in:
@@ -9,7 +9,10 @@ type Task = {
|
||||
id: string;
|
||||
title: string;
|
||||
status: string;
|
||||
priority: string;
|
||||
description?: string | null;
|
||||
due_at?: string | null;
|
||||
assigned_agent_id?: string | null;
|
||||
assignee?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user