feat: improve agent collaboration observability
This commit is contained in:
@@ -281,6 +281,9 @@ export interface ExecutionLogEntry {
|
||||
error?: string;
|
||||
elapsed_time?: number;
|
||||
tokens_used?: number;
|
||||
branch?: string;
|
||||
branch_label?: string;
|
||||
metadata?: Record<string, any>;
|
||||
}
|
||||
|
||||
export interface WorkflowRunListItem {
|
||||
|
||||
Reference in New Issue
Block a user