feat(dashboard): AgentModal live working feed & thinking stream
This commit is contained in:
@@ -104,3 +104,8 @@ public sealed record UpdateDashboardTaskRequest(
|
||||
public sealed record UpdateDashboardTaskStatusRequest(
|
||||
string Status
|
||||
);
|
||||
|
||||
public sealed record AgentActivityEntry(
|
||||
string Time,
|
||||
string Text
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user