feat: add rich run timeline backend

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-24 00:04:47 +01:00
co-authored by Copilot
parent cf8c82b779
commit b742941559
16 changed files with 1072 additions and 26 deletions
+2
View File
@@ -152,6 +152,8 @@ export interface AgentActivityEvent {
activityType: AgentActivityType;
agentId?: string;
agentName?: string;
sourceAgentId?: string;
sourceAgentName?: string;
toolName?: string;
}