From 83fe7e41b85da5ae196cd3af1d2ee8d24d2aed11 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sat, 30 May 2026 13:44:33 +0800 Subject: [PATCH] auto-sync: 2026-05-30 13:44:33 --- src/daemon/ticker.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/daemon/ticker.py b/src/daemon/ticker.py index 622ccba..bafc539 100644 --- a/src/daemon/ticker.py +++ b/src/daemon/ticker.py @@ -1090,6 +1090,10 @@ Parent Task ID: {parent_task.id} body: {{"agent": "{agent_id}"}} - 认领后标 working: POST {api_base}/projects/{project_id}/tasks/{{{{TASK_ID}}}}/status body: {{"status": "working", "agent": "{agent_id}"}} +- 写产出: POST {api_base}/projects/{project_id}/tasks/{{{{TASK_ID}}}}/outputs + body: {{"agent": "{agent_id}", "content_type": "code", "title": "产出标题", "content_path": "/path/to/file", "summary": "简要说明"}} +- 完成后标 review: POST {api_base}/projects/{project_id}/tasks/{{{{TASK_ID}}}}/status + body: {{"status": "review", "agent": "{agent_id}"}} - 没有适合你的任务则 NO_REPLY ## 约束