feat: add agent strategy on node start (#12667)

Co-authored-by: Novice Lee <novicelee@NoviPro.local>
This commit is contained in:
Novice
2025-01-13 13:04:05 +08:00
committed by GitHub
parent f0a3c14adb
commit 98b139c680
8 changed files with 51 additions and 17 deletions

View File

@ -241,6 +241,7 @@ class WorkflowBasedAppRunner(AppRunner):
predecessor_node_id=event.predecessor_node_id,
in_iteration_id=event.in_iteration_id,
parallel_mode_run_id=event.parallel_mode_run_id,
agent_strategy=event.agent_strategy,
)
)
elif isinstance(event, NodeRunSucceededEvent):