diff --git a/pipeline_core/ability.py b/pipeline_core/ability.py index f738324..173d3ff 100644 --- a/pipeline_core/ability.py +++ b/pipeline_core/ability.py @@ -32,6 +32,7 @@ class RoleSpec: system_prompt: str = "" # 角色专属 prompt(职责 + 产出要求) next_role: str = "" # 任务链下一角色(空 = 终结) model_name: str = "" # 角色专属模型(空 = 继承产线) + task_title: str = "" # 该角色作为自动派生下一任务时的标题后缀 tools: List[str] = field(default_factory=list) # 工具白名单(空 = 产线全部工具)