fix(orchestrator): keep host client dependency-free

This commit is contained in:
2026-07-26 23:49:55 +00:00
parent 31a7efc0ed
commit 7dcce2ff12
4 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ import uvicorn
from ..orchestrator_auth import ROLE_CLI, mint
from ..trust_domain import CONTROL_PLANE
from .api import MAX_BODY_BYTES, ORCHESTRATOR_AUTH_HEADER, create_app
from .api import create_app
from .http_contract import MAX_BODY_BYTES, ORCHESTRATOR_AUTH_HEADER
from .service import OrchestratorCore
MAX_REQUESTS = 32