agent-Specialization/core/main_terminal_parts
JOJO 34bb5d61cc fix(personalization): 修复子智能体最大执行轮次保存丢失,多智能体豁免该上限
- sanitize_personalization_payload 白名单注册 sub_agent_max_turns /
  sub_agent_compress_threshold_tokens(此前保存时被静默丢弃,刷新回默认)
- PUT /api/multiagent/settings 恢复默认由 pop() 改为写显式 null,
  绕开 save 的 fallback=existing 复活旧值问题
- task.py:multi_agent_mode 任务一律不设轮次上限(含历史任务恢复),
  该设置仅对传统后台子智能体生效
- 个人中心文案标明适用范围
2026-08-12 19:14:22 +08:00
..
context fix(server): 对话级主任务门闸,修复并发主任务交叉写入对话历史 2026-08-12 18:01:32 +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 fix(personalization): 修复子智能体最大执行轮次保存丢失,多智能体豁免该上限 2026-08-12 19:14: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