auto-sync: 2026-05-30 13:44:33
This commit is contained in:
@@ -1090,6 +1090,10 @@ Parent Task ID: {parent_task.id}
|
|||||||
body: {{"agent": "{agent_id}"}}
|
body: {{"agent": "{agent_id}"}}
|
||||||
- 认领后标 working: POST {api_base}/projects/{project_id}/tasks/{{{{TASK_ID}}}}/status
|
- 认领后标 working: POST {api_base}/projects/{project_id}/tasks/{{{{TASK_ID}}}}/status
|
||||||
body: {{"status": "working", "agent": "{agent_id}"}}
|
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
|
- 没有适合你的任务则 NO_REPLY
|
||||||
|
|
||||||
## 约束
|
## 约束
|
||||||
|
|||||||
Reference in New Issue
Block a user