fix(scripts): provisioning import

This commit is contained in:
null 2026-05-22 02:10:14 -05:00
parent d17aadec7d
commit 16ad1b914a
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ from app.services.openclaw.constants import (
OFFLINE_AFTER,
)
from app.services.openclaw.db_agent_state import (
mark_provision_complete,
mark_provision_requested,
mint_agent_token,
)
from app.services.openclaw.db_service import OpenClawDBService