pbl_agent_runtime/wwwroot/api/pbl_agent_designer_run.dspy
2026-09-18 14:59:02 +08:00

6 lines
319 B
Plaintext

# Designer Agent 运行(可写,写操作经服务端裁决)
debug(f'pbl_agent_designer_run.dspy: START params_kw={dict(params_kw)}')
result = pbl_agent_designer_run(**dict(params_kw))
debug(f'pbl_agent_designer_run.dspy: END success={result.get("success") if isinstance(result, dict) else result}')
return result