diff --git a/src/daemon/ticker.py b/src/daemon/ticker.py index 5bc58ab..899598a 100644 --- a/src/daemon/ticker.py +++ b/src/daemon/ticker.py @@ -501,13 +501,16 @@ class Ticker: {f'有 {summary["failed"]} 个 sub task failed,优先判断是应该重试、换人、还是调整方案。' if summary['failed'] > 0 else '无失败'} ### 你可以 -- 创建新一轮 sub tasks(通过 API: POST /api/projects/{project_id}/tasks) +- 创建新一轮 sub tasks: curl -X POST http://localhost:8083/api/projects/{project_id}/tasks \\ + -H 'Content-Type: application/json' \\ + -d '{{"title": "...", "description": "...", "parent_task": "{parent_task.id}", "assignee": "zhangfei-dev"}}' - 调整 goal(更新 parent task description/must_haves) - 标记完成(如果 goal 已达成,回复 GOAL_ACHIEVED) Round 上限: {self.MAX_ROUNDS}(当前第 {round_num} 轮) Project ID: {project_id} +Parent Task ID: {parent_task.id} """ async def _spawn_pangtong_review(self, parent_task,