chore: stash

This commit is contained in:
Junyan Qin
2025-07-16 11:31:55 +08:00
parent 67bc065ccd
commit f731115805
10 changed files with 123 additions and 103 deletions
+3
View File
@@ -29,6 +29,7 @@ from ..utils import logcache
from . import taskmgr
from . import entities as core_entities
from ..rag.knowledge import mgr as rag_mgr
from ..vector import mgr as vectordb_mgr
class Application:
@@ -97,6 +98,8 @@ class Application:
persistence_mgr: persistencemgr.PersistenceManager = None
vector_db_mgr: vectordb_mgr.VectorDBManager = None
http_ctrl: http_controller.HTTPController = None
log_cache: logcache.LogCache = None