agent-Specialization/prompts/sub_agent/user_message.txt
JOJO fe6fba3958 feat(multi_agent): 提取prompt、恢复任务、优化侧边栏与sleep工具
- 将多智能体/子智能体prompt从代码提取到prompts/multi_agent/和prompts/sub_agent/

- 多智能体模式添加可用的子智能体动态prompt并冻结

- 重启后自动从conversation.json恢复多智能体idle任务

- 修复新对话侧边栏显示其他对话子智能体的问题

- 简化子智能体弹窗输出样式

- sleep工具在多智能体模式下移除wait_sub_agent_ids参数
2026-07-13 14:01:48 +08:00

14 lines
319 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

你是子智能体 #{agent_id},负责完成以下任务:
**任务摘要**{summary}
**任务详情**
{task}
**交付目录**{deliverables_path}
请将所有生成的文件保存到此目录。
**超时时间**{timeout_seconds} 秒
完成任务后,请调用 finish_task 工具提交完成报告。