ai-robot-core/ai-service/app
MerCry 7134ec3c5e [AC-AISVC-RES-09~15] config: 将默认运行时模式改为 AUTO
- 修改 ModeRouterConfig.runtime_mode 默认值从 DIRECT 改为 AUTO
- 系统将根据查询复杂度和置信度自动决定使用 ReAct 模式还是通用 API 模式
- 短查询 + 高置信度 -> 使用 DIRECT 模式
- 复杂查询或低置信度 -> 使用 REACT 模式
2026-03-11 00:03:25 +08:00
..
api [AC-AISVC-RES-01~15] feat(api): 新增策略管理 API端点 2026-03-10 21:08:07 +08:00
core feat: update core backend services including LLM, embedding, KB, orchestrator and admin APIs [AC-AISVC-CORE] 2026-03-10 12:09:45 +08:00
models feat: update core backend services including LLM, embedding, KB, orchestrator and admin APIs [AC-AISVC-CORE] 2026-03-10 12:09:45 +08:00
schemas [AC-AISVC-RES-01~15] feat(api): 新增策略管理 API端点 2026-03-10 21:08:07 +08:00
services [AC-AISVC-RES-09~15] config: 将默认运行时模式改为 AUTO 2026-03-11 00:03:25 +08:00
__init__.py feat(ai-service): implement LLM Adapter for T3.1 [AC-AISVC-02, AC-AISVC-06] 2026-02-24 13:19:38 +08:00
main.py [AC-AISVC-RES-01~15] feat(api): 新增策略管理 API端点 2026-03-10 21:08:07 +08:00