This commit is contained in:
Saedbhati 2025-10-10 10:05:44 +05:30
parent 08143704f7
commit 6f36829c93
33 changed files with 278 additions and 114 deletions

View file

@ -22,7 +22,7 @@ from app.service.task import (
get_task_lock,
)
from app.utils.single_agent_worker import SingleAgentWorker
from app.utils import traceroot_wrapper as traceroot
from utils import traceroot_wrapper as traceroot
logger = traceroot.get_logger("workforce")