fix: align agent timeline event contract

This commit is contained in:
2026-05-26 12:20:33 +08:00
parent f58a57e5b8
commit 96562877cc
5 changed files with 55 additions and 3 deletions

View File

@ -95,6 +95,7 @@ function cardTypeForEvent(event: ProcessEvent): TaskTimelineCardType | null {
return 'agent_team';
case 'agent_handoff':
return 'agent_handoff';
case 'agent_finished':
case 'run_progress':
case 'run_finished':
return 'agent_progress';