auto-sync: 2026-05-30 10:35:50 (catch-all)

This commit is contained in:
cfdaily
2026-05-30 10:35:50 +08:00
parent 78451ef3a4
commit ae90ae91ca
+2
View File
@@ -165,6 +165,8 @@ async def lifespan(app: FastAPI):
agent_profiles=agent_profiles,
counter=counter,
)
# #03: 注入 router 引用到 spawner(用于 Agent 能力画像)
spawner._router_ref = router
# 获取项目级 DB 路径(用于路由审计日志)
default_db_path = DATA_ROOT / "default" / "blackboard.db"