perf: take heavy imports off the startup path and pre-warm them in the background (#1141)

Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com>
This commit is contained in:
devin-ai-integration[bot]
2026-08-20 20:24:08 -07:00
committed by GitHub
co-authored by Ahmed Allam
parent 2cc8167814
commit 1ce43d1b94
10 changed files with 139 additions and 25 deletions
+4
View File
@@ -431,6 +431,10 @@ def main() -> None:
sys.exit(run_auth(sys.argv[2:]))
from strix.llm.warmup import start_import_warmup
start_import_warmup()
args = parse_arguments()
start_background_check()