agent-Specialization/utils
JOJO 59a9f6ab62 feat(multi-agent): create_custom_agent 支持同 role_id 覆盖更新
- 同 role_id 重复创建时由报错改为覆盖式保存,结果中返回 overwritten 标记
- 覆盖仅影响之后新创建的实例,运行中实例 prompt 已快照冻结不受影响
- 工具 description 与结果格式化文案同步说明该语义
2026-08-11 01:51:22 +08:00
..
api_client refactor(naming): 移除代码中的第三方产品名 2026-07-28 18:43:03 +08:00
context_manager fix(windows): 平台适配与稳定性修复(进程终止/编码/原子写/事件竞态/子智能体) 2026-07-31 11:33:57 +08:00
conversation_manager fix(utils): 原子写重试预算上调至8次/4.75s,索引保存失败留证与日志落盘 2026-08-03 22:18:41 +08:00
tool_result_formatter feat(multi-agent): create_custom_agent 支持同 role_id 覆盖更新 2026-08-11 01:51:22 +08:00
__init__.py feat: 添加 terminal-guide 和 sub-agent-guide skills 2026-03-16 21:17:02 +08:00
api_client.py refactor(naming): 移除代码中的第三方产品名 2026-07-28 18:43:03 +08:00
atomic_io.py fix(utils): 原子写重试预算上调至8次/4.75s,索引保存失败留证与日志落盘 2026-08-03 22:18:41 +08:00
host_workspace_debug.py refactor(runtime): 运行态数据迁出源码树到 ~/.agents,日志默认关并加轮转,清理实验残留 2026-06-01 13:17:32 +08:00
log_rotation.py refactor(runtime): 运行态数据迁出源码树到 ~/.agents,日志默认关并加轮转,清理实验残留 2026-06-01 13:17:32 +08:00
logger.py refactor(runtime): 运行态数据迁出源码树到 ~/.agents,日志默认关并加轮转,清理实验残留 2026-06-01 13:17:32 +08:00
media_store.py fix(windows): 平台适配与稳定性修复(进程终止/编码/原子写/事件竞态/子智能体) 2026-07-31 11:33:57 +08:00
perf_log.py chore(repo): 公开发布准备——取消追踪非源码文件并重写配置文档 2026-07-25 00:44:15 +08:00
terminal_factory.py chore: initial import 2025-11-14 16:44:12 +08:00
token_usage.py refactor(models): use dynamic api model registry 2026-05-29 00:20:54 +08:00
tool_result_formatter.py refactor: split api_client, tool_result_formatter, tools_definition into sub-packages 2026-06-20 21:51:45 +08:00