抽离custom world运行时provider工厂

This commit is contained in:
2026-04-20 12:50:18 +00:00
parent 164ead0681
commit 3f92380ec9
6 changed files with 79 additions and 25 deletions

View File

@@ -90,6 +90,8 @@
1.`story/custom world` 的 service 依赖从大仓储接口改成最小 capability
2.`AppContext -> route -> service` 的注入链路同步改成 capability wiring
3.`custom world` 增加统一 provider 工厂,收口 session / agent / works 的构造入口
4. provider 工厂只负责收口构造,不允许改变既有 `LLM / single turn / session store` 注入语义
本轮不做: