agent-Specialization/server
JOJO f09621fd86 feat: 为子智能体添加思考模式参数
- 新增 thinking_mode 参数(fast/thinking),支持根据任务复杂度选择模式
- 优化子智能体工具说明,提供详细的使用场景示例
- 增强子智能体状态展示,添加统计信息摘要
- 完善交付目录验证,要求必须为不存在的新目录
- 优化子智能体完成/超时/失败的消息格式
- 同步更新前端和批处理相关代码

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-11 03:34:20 +08:00
..
__init__.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
admin.py fix: refine host mode controls and kimi-k2.5 support 2026-01-28 11:19:50 +08:00
api_auth.py feat: add api admin ui and container status fix 2026-01-25 10:49:52 +08:00
api_v1.py feat: update model support and multimodal 2026-02-25 01:41:05 +08:00
app_legacy.py feat: update model support and multimodal 2026-02-25 01:41:05 +08:00
app.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
auth_helpers.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
auth.py fix: refine host mode controls and kimi-k2.5 support 2026-01-28 11:19:50 +08:00
chat_flow_helpers.py refactor: split terminal and server chat flow modules 2026-03-07 18:38:30 +08:00
chat_flow_pending_writes.py refactor: split pending writes and task support from chat task main 2026-03-07 20:37:58 +08:00
chat_flow_runner_helpers.py refactor: split terminal and server chat flow modules 2026-03-07 18:38:30 +08:00
chat_flow_runner.py refactor: further split runner and tools mixins 2026-03-07 20:25:58 +08:00
chat_flow_runtime.py refactor: further split runner and tools mixins 2026-03-07 20:25:58 +08:00
chat_flow_stream_loop.py refactor: split chat flow streaming loop 2026-03-07 21:21:14 +08:00
chat_flow_task_main.py feat: 为子智能体添加思考模式参数 2026-03-11 03:34:20 +08:00
chat_flow_task_runner.py refactor: isolate chat task main pipeline module 2026-03-07 20:32:02 +08:00
chat_flow_task_support.py feat: 为子智能体添加思考模式参数 2026-03-11 03:34:20 +08:00
chat_flow_tool_loop.py feat: 为子智能体添加思考模式参数 2026-03-11 03:34:20 +08:00
chat_flow.py refactor: split terminal and server chat flow modules 2026-03-07 18:38:30 +08:00
chat.py feat: add skills framework and controls 2026-02-07 00:20:35 +08:00
context.py feat: update model support and multimodal 2026-02-25 01:41:05 +08:00
conversation_stats.py refactor: split terminal and server chat flow modules 2026-03-07 18:38:30 +08:00
conversation.py feat: 为子智能体添加思考模式参数 2026-03-11 03:34:20 +08:00
extensions.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
files.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
monitor.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
security.py feat: add api v1 bearer auth and polling docs 2026-01-24 02:35:07 +08:00
socket_handlers.py feat: gracefully stop tool execution on user request 2026-03-08 03:50:34 +08:00
state.py chore: snapshot current changes 2026-03-10 23:48:40 +08:00
status.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
tasks.py feat: 为子智能体添加思考模式参数 2026-03-11 03:34:20 +08:00
usage.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
utils_common.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00