fischer-agentkit/configs
Chiguyong bcfa4fb5f6 fix(iq): 补齐 PR #27 的 5 个实现缺口 + 2 个 P2 residuals
F1: 前端 autonomy_paused 事件处理
  - 新增 AutonomyPausedCard.vue 组件(reason + progress + resume 按钮)
  - chatStore/chatStream 接收 autonomy_paused 事件并渲染暂停卡片
  - ChatView 集成暂停卡片显示

F2: cleanup_expired 定时调用
  - episodic.py 的 prompt_reflection 记录 30 天过期清理接入

F3: SharedWorkspace.lock() TOCTOU 防护
  - _phase_executor.py 并行子任务写入用 lock() 防护
  - shared_workspace.py 补充锁实现

F4: retrieve_prompt_reflection KTD5 门控
  - react.py/reflexion.py 按 verify 二次失败/循环检测条件门控

F5: configs/agentkit.yaml.example 配置示例
  - 包含 dangerous_tools 配置示例

F6: resume Future 注册顺序消除竞态

F7: 用户拒绝危险工具不计入 _consecutive_failures

测试:112 个单元测试全部通过
2026-07-06 20:31:50 +08:00
..
experts refactor(experts): replace brand colors with neutral grayscale palette 2026-07-02 21:22:50 +08:00
pipelines fix(pipeline): address code review findings for adversarial loop 2026-06-12 10:02:37 +08:00
skills fix: 私董会数据持久化修复 + emoji 移除计划 2026-07-02 01:07:12 +08:00
__init__.py feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
agentkit.yaml.example fix(iq): 补齐 PR #27 的 5 个实现缺口 + 2 个 P2 residuals 2026-07-06 20:31:50 +08:00
geo_handlers.py feat(agentkit): Phase 3 upgrade - persistence, memory, evolution, observability 2026-06-06 17:17:45 +08:00
geo_server.py fix(config): unify config loading chain and protect ${VAR} references 2026-06-16 00:26:54 +08:00
geo_tools.py feat(streaming): Phase C - LLM streaming + ReAct events + SSE endpoint 2026-06-06 11:54:17 +08:00