refactor(agentscope): 重构提示词模块和运行时任务处理

This commit is contained in:
qzl
2026-04-07 18:43:24 +08:00
parent f394df9362
commit a65d041436
11 changed files with 385 additions and 159 deletions
@@ -235,7 +235,6 @@ class AgentScopeRunner:
derived_divination=derived_divination,
)
worker_output = worker_output_model.model_validate(worker_result.payload)
worker_output.divination_derived = derived_divination
await self._emit_step_event(
pipeline=pipeline,
run_input=run_input,