Conversation
- agent_tool_registry: 扩展 _scan_callable_main_tools 支持 toolsets/{category}/{tool_name}/callable.json
- 新增分类级 callable.json(toolsets/{category}/callable.json),上级覆盖下级,一次暴露整个分类
- 提取 _load_callable_config 和 _scan_callable_tools_in_dir 辅助方法消除重复
- 删除 docs/agent-calling.md,新建 docs/callable.md 统一覆盖三种用法
- 更新 README.md、skills/README.md、toolsets/README.md 相关说明
新增 _load_each_rules() 方法,在每次 build_messages() 时读取 res/IMPORTANT/each.md 并注入为 system 消息(当前时间之后、 用户消息之前),初始内容为 P0 级幽灵任务并发防重规则。 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
- 注入时添加"强制规则"标题,明确要求仔细阅读并遵守 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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.
主要变更
新工具
get_member_title:获取群成员头衔send_poke拍一拍工具(含历史记录)消息/历史
[history] max_records)Prompts
res/IMPORTANT/each.md每次消息注入undefined_nagaagent.xml,添加防重复,强化多次执行工具集
callable.json,整合文档其他