refactor: update imports to use provisioning_db and gateway_rpc modules
This commit is contained in:
@@ -13,8 +13,8 @@ from fastapi import HTTPException, status
|
||||
|
||||
import app.services.openclaw.coordination_service as coordination_lifecycle
|
||||
import app.services.openclaw.onboarding_service as onboarding_lifecycle
|
||||
from app.integrations.openclaw_gateway import GatewayConfig as GatewayClientConfig
|
||||
from app.integrations.openclaw_gateway import OpenClawGatewayError
|
||||
from app.services.openclaw.gateway_rpc import GatewayConfig as GatewayClientConfig
|
||||
from app.services.openclaw.gateway_rpc import OpenClawGatewayError
|
||||
from app.services.openclaw.shared import GatewayAgentIdentity
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user