feat(dashboard): multi-agent operations feed aggregating all agent sessions
This commit is contained in:
@@ -32,7 +32,9 @@ public sealed record FeedEntry(
|
||||
string Agent,
|
||||
string Action,
|
||||
string Timestamp,
|
||||
string Time
|
||||
string Time,
|
||||
string? AgentId = null,
|
||||
string? Type = null
|
||||
);
|
||||
|
||||
public sealed record DashboardStatus(
|
||||
|
||||
Reference in New Issue
Block a user