feat(dashboard): dynamic agent metrics + model list from config, no more hardcoded data
This commit is contained in:
@@ -8,7 +8,10 @@ public sealed record DashboardAgentInfo(
|
||||
bool IsActive,
|
||||
string? CurrentTask,
|
||||
string? Description,
|
||||
string[] Tags
|
||||
string[] Tags,
|
||||
int Progress = 0,
|
||||
int Workload = 0,
|
||||
string? Goal = null
|
||||
);
|
||||
|
||||
public sealed record MessageEntry(
|
||||
|
||||
Reference in New Issue
Block a user