feat: add agent log icon

This commit is contained in:
Novice Lee
2025-01-09 16:50:05 +08:00
parent 76e24d91c0
commit ff5d12a437
3 changed files with 46 additions and 1 deletions

View File

@ -385,6 +385,7 @@ class WorkflowBasedAppRunner(AppRunner):
error=event.error,
status=event.status,
data=event.data,
metadata=event.metadata,
)
)
elif isinstance(event, ParallelBranchRunStartedEvent):