mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
1015 B
1015 B
workflow/:动态工作流能力家族
English | 中文
本家族通过 subagent 运行由模型编写的编排工作流,并将通用工具与固定策略工具公开给模型。
| 包 | 职责 | ctx 键 |
|---|---|---|
workflow/ |
定义工作流执行和生命周期事件 | ctx.workflows |
workflow-workerthread/ |
在线程中运行工作流脚本 | 注册到 ctx.workflows |
tool-workflow/ |
向模型公开通用工作流执行 | 注册到 ctx.tools |
tool-ralph/ |
公开使用全新 agent(智能体)的固定 Ralph 工作流 | 注册到 ctx.tools |