agent-Specialization/test
JOJO 9ed956518c refactor(sub_agent): 子智能体从 Node.js 子进程改为主进程内 Python 协程
- 重写子智能体执行核心,不再启动 easyagent Node.js 子进程
- 新增 modules/sub_agent/ 包集中管理子智能体逻辑
- 工具调用复用主进程 WebTerminal.handle_tool_call,自然经过沙箱/容器链路
- 子智能体模型独立读取 ~/.agents/<mode>/config/sub_agent_models.json
- 支持 8 个工具:read_file/write_file/edit_file(replacements+replace_all)/run_command/web_search/extract_webpage/search_workspace/read_mediafile
- 修复子智能体进度弹窗:标题颜色、write_file 显示、过滤非 progress 条目、统一滚动条样式
- 更新 AGENTS.md / CLAUDE.md 子智能体描述
- 新增 test/test_sub_agent_regression.py 回归测试
2026-06-20 00:26:45 +08:00
..
all_icons docs: refresh readme and phase2 summary 2025-11-23 21:24:09 +08:00
upload_samples feat: add upload quarantine scanning and ui toasts 2025-11-24 14:31:13 +08:00
deepseek_ocr_tutorial.md <fix thinking chunk> 2025-11-19 20:47:56 +08:00
demo.html docs: refresh readme and phase2 summary 2025-11-23 21:24:09 +08:00
snake.html docs: refresh readme and phase2 summary 2025-11-23 21:24:09 +08:00
test_api_client_multimodal_sanitize.py refactor(models): use dynamic api model registry 2026-05-29 00:20:54 +08:00
test_config_paths_resolution.py refactor(config): 移除硬编码模型残留,部署级配置外置到 ~/.agents 2026-06-01 16:59:34 +08:00
test_conversation_workspace_storage.py feat(memory): refactor proactive memory and conversation recall 2026-05-27 03:09:42 +08:00
test_file_manager_read_empty_file.py feat(host-security+ui): unify host execution/approval behavior, runtime notices, and approval overlay UX 2026-05-12 19:16:38 +08:00
test_host_workspace_manager.py feat: add host workspace manager, mcp-tool-config skill, and UI enhancements 2026-04-28 13:04:51 +08:00
test_mcp_integration.py fix(prompt): merge disabled-tool notice into leading system prompts 2026-05-09 18:56:49 +08:00
test_media_store_and_mcp_content.py fix: avoid fake MCP completion text for empty results 2026-04-27 13:17:22 +08:00
test_server_refactor_smoke.py refactor(deep_compression): 改造深度压缩消息结构、提示词加载与前端展示 2026-06-18 14:50:16 +08:00
test_skills_manager.py feat(memory): refactor proactive memory and conversation recall 2026-05-27 03:09:42 +08:00
test_sub_agent_regression.py refactor(sub_agent): 子智能体从 Node.js 子进程改为主进程内 Python 协程 2026-06-20 00:26:45 +08:00
test_token_usage_extractor.py refactor(models): use dynamic api model registry 2026-05-29 00:20:54 +08:00
test_tool_result_formatter.py fix(skills): migrate read_skill path to .agents/skills 2026-05-27 19:17:53 +08:00
截屏2025-11-18 16.12.11.png <fix thinking chunk> 2025-11-19 20:47:56 +08:00