Merged
Conversation
- 新增子代理系统核心功能,包括注册表、任务管理器和执行器 - 添加三个内置子代理:文件搜索、代码库探索和代码分析 - 实现任务工具系统,支持任务创建、状态查询和取消 - 改进工具隔离机制,支持限制子代理可用的工具列表 - 添加自动委托提示,引导LLM主动使用Task工具处理复杂任务 - 更新相关文档,包括子代理系统改进总结和任务工具重构说明
- 新增 SubagentRegistry 和 SubagentExecutor 核心组件 - 实现基于 YAML frontmatter 的 subagent 配置解析 - 添加内置 subagent 示例(explore, code-reviewer, plan) - 扩展 Agent 类型支持 toolWhitelist 配置 - 新增 /agents 命令用于管理 subagent - 移除旧的 subagent 实现和相关文件 - 更新 UI 添加 AgentsManager 和 AgentCreationWizard 组件 - 优化 Task 工具导出和类型定义
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.