refactor: update import paths for OpenClaw services to improve module organization

This commit is contained in:
Abhimanyu Saharan
2026-02-10 15:08:14 +05:30
parent 9aaf95715c
commit 6311418dcf
13 changed files with 29 additions and 17 deletions

View File

@@ -44,7 +44,8 @@ from app.schemas.gateway_coordination import (
from app.schemas.pagination import DefaultLimitOffsetPage
from app.schemas.tasks import TaskCommentCreate, TaskCommentRead, TaskCreate, TaskRead, TaskUpdate
from app.services.activity_log import record_activity
from app.services.openclaw import AgentLifecycleService, GatewayCoordinationService
from app.services.openclaw.agent_service import AgentLifecycleService
from app.services.openclaw.coordination_service import GatewayCoordinationService
from app.services.task_dependencies import (
blocked_by_dependency_ids,
dependency_status_by_id,