auto-sync: 2026-05-24 22:00:08
This commit is contained in:
@@ -29,6 +29,7 @@ MAIL_INFORM_TEMPLATE = """你收到一封飞鸽传书(纯通知,不需要回
|
||||
内容: {text}
|
||||
|
||||
已阅即可,无需操作。
|
||||
⚠️ 不要执行任何状态转换命令(标 working/done/review/failed 等),系统会自动处理。
|
||||
"""
|
||||
|
||||
# Mail 专用模板:request 类型(需要处理并回复,状态由系统管理)
|
||||
@@ -42,6 +43,7 @@ MAIL_REQUEST_TEMPLATE = """你收到一封飞鸽传书,需要你处理并回
|
||||
curl -s -X POST http://localhost:8083/api/mail \\\n -H 'Content-Type: application/json' \\\n -d '{{"from": "{agent_id}", "to": "{from_agent}", "title": "回复: {title}", "text": "你的回复内容", "type": "inform", "in_reply_to": "{task_id}"}}'
|
||||
|
||||
⚠️ 将"你的回复内容"替换为实际回复。type 必须用 inform 防止循环。
|
||||
⚠️ 不要执行任何状态转换命令(标 working/done/review/failed 等),系统会自动处理。
|
||||
"""
|
||||
|
||||
SPAWN_PROMPT_TEMPLATE = """你收到一个 v2.6 黑板任务。请严格按照下面的步骤执行。
|
||||
|
||||
Reference in New Issue
Block a user