Stop stacking Ollama -cpu embed tags and verify Assistent Sqlite after seed.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-23 06:45:04 +03:00
co-authored by Cursor
parent 2d404436bd
commit ca11467a0d
6 changed files with 367 additions and 43 deletions
+4
View File
@@ -971,10 +971,14 @@ def pull_output_cmd() -> None:
def seed_extensions_cmd() -> None:
"""Clone/fetch extensions.yaml, затем restart swarmui."""
try:
from gpu_rent.provision import verify_assistent_sqlite_bins
cfg, host = _live()
seed_extensions(cfg, host, log)
ensure_swarmui_running(cfg, host, log, restart=True)
# Build lands Sqlite private deps beside the extension DLL (≥0.13.1).
verify_assistent_sqlite_bins(cfg, host, log)
except GpuRentError as exc:
_die(exc)