agent-Specialization/agentskills
JOJO 4fcd0ccc4d feat(multi-agent): 子智能体系统升级
- prompt改造:子智能体注入AGENTS.md/执行环境/工作区信息/skills/项目记忆
- 工具增加:read_skill/recall_project_memory/todo_create/todo_update_task/save_webpage
- 上下文压缩:深度压缩机制,记录current_context_tokens,默认150k阈值可配置
- 模型升级:sub_agent_models.json支持thinkmode_status/extra_parameter,与主智能体对齐
- 角色管理三层结构:源码树预设multi_agent_roles/ + 运行态host/web预设 + web按用户隔离
- 启动同步:initialize_system调用sync_preset_roles同步预设到host和web运行态
- 模式判断:API用session.host_mode,工具用data_dir路径判断,不依赖IS_HOST_MODE
- 前端:个人空间新增子智能体管理页(角色CRUD/压缩阈值/模型选择),复用个人空间样式
- 入口改造:登录页移除多智能体按钮,QuickMenu加模式切换项,运行中对话禁止切换
- 工具调整:多智能体模式create_sub_agent去掉timeout/deliverables_dir参数
- skill禁止:sub-agent-guide在多智能体模式下禁止阅读
- .agents/统一为.astrion/路径修复
2026-07-14 02:28:45 +08:00
..
agent-build-standard feat: gracefully stop tool execution on user request 2026-03-08 03:50:34 +08:00
agents-md-writer feat: add agents-md-writer skill scaffolding and references 2026-04-25 16:35:13 +08:00
docx feat: add skills framework and controls 2026-02-07 00:20:35 +08:00
frontend-design feat(memory): refactor proactive memory and conversation recall 2026-05-27 03:09:42 +08:00
mcp-tool-config feat: add host workspace manager, mcp-tool-config skill, and UI enhancements 2026-04-28 13:04:51 +08:00
pptx feat: add user turn tool protection to shallow compression 2026-04-12 18:48:08 +08:00
run-command-guide refactor(messages): 统一运行期消息插入为 [系统通知|source] 前缀的 user 消息 2026-05-23 02:01:36 +08:00
skill-creator chore: sync workspace updates 2026-02-23 01:20:41 +08:00
sub-agent-guide feat(multi-agent): 子智能体系统升级 2026-07-14 02:28:45 +08:00
terminal-guide refactor: remove run_python tool, consolidate all execution to run_command 2026-06-07 16:23:01 +08:00
ui-aesthetic-design feat(ui): refine sidebar workspace and code blocks 2026-05-28 03:53:49 +08:00