feat:修复投顾agent功能

This commit is contained in:
2026-09-14 21:41:40 +08:00
parent fc1d74570f
commit 058f45115d
14 changed files with 142 additions and 33 deletions
+1
View File
@@ -90,6 +90,7 @@ async def lifespan(app: FastAPI):
await app.state.advisor_event_consumer.stop()
if app.state.advisor_scheduler is not None:
app.state.advisor_scheduler.shutdown()
await llm_client.aclose()
await database.dispose()