agent-Specialization/core/main_terminal_parts
JOJO 59a9f6ab62 feat(multi-agent): create_custom_agent 支持同 role_id 覆盖更新
- 同 role_id 重复创建时由报错改为覆盖式保存,结果中返回 overwritten 标记
- 覆盖仅影响之后新创建的实例,运行中实例 prompt 已快照冻结不受影响
- 工具 description 与结果格式化文案同步说明该语义
2026-08-11 01:51:22 +08:00
..
context refactor(runtime-mode): 运行期模式切换通知改为基线漂移检测机制 2026-08-01 10:02:24 +08:00
tools_definition fix(tools): view_image 移除 svg 支持 2026-07-29 11:45:22 +08:00
__init__.py refactor: further split runner and tools mixins 2026-03-07 20:25:58 +08:00
commands.py refactor(naming): 移除代码中的第三方产品名 2026-07-28 18:43:03 +08:00
tools_definition.py refactor: split api_client, tool_result_formatter, tools_definition into sub-packages 2026-06-20 21:51:45 +08:00
tools_execution.py feat(multi-agent): create_custom_agent 支持同 role_id 覆盖更新 2026-08-11 01:51:22 +08:00
tools_policy.py refactor(naming): 移除代码中的第三方产品名 2026-07-28 18:43:03 +08:00
tools_read.py feat(memory): 新增项目记忆检索工具 search_project_memory 2026-07-29 02:00:01 +08:00
tools.py refactor: further split runner and tools mixins 2026-03-07 20:25:58 +08:00