auto-sync: 2026-05-30 10:35:50 (catch-all)
This commit is contained in:
@@ -165,6 +165,8 @@ async def lifespan(app: FastAPI):
|
|||||||
agent_profiles=agent_profiles,
|
agent_profiles=agent_profiles,
|
||||||
counter=counter,
|
counter=counter,
|
||||||
)
|
)
|
||||||
|
# #03: 注入 router 引用到 spawner(用于 Agent 能力画像)
|
||||||
|
spawner._router_ref = router
|
||||||
|
|
||||||
# 获取项目级 DB 路径(用于路由审计日志)
|
# 获取项目级 DB 路径(用于路由审计日志)
|
||||||
default_db_path = DATA_ROOT / "default" / "blackboard.db"
|
default_db_path = DATA_ROOT / "default" / "blackboard.db"
|
||||||
|
|||||||
Reference in New Issue
Block a user