feat(dashboard): dynamic agent metrics + model list from config, no more hardcoded data
CI - Build & Test / Backend (.NET) (push) Failing after 23s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 15s
CI - Build & Test / Security Check (push) Successful in 3s

This commit is contained in:
2026-06-11 16:01:33 +02:00
parent 45c6b24928
commit c29740a466
4 changed files with 266 additions and 11 deletions
+4 -1
View File
@@ -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(