fix: import TaskState from correct source

This commit is contained in:
a7m-1st 2025-08-25 07:47:10 +03:00
parent f07be46eb7
commit b842793c5f
3 changed files with 6 additions and 3 deletions

View file

@ -3,7 +3,8 @@ import pytest
from camel.agents.chat_agent import AsyncStreamingChatAgentResponse
from camel.societies.workforce.utils import TaskResult
from camel.tasks import Task, TaskState
from camel.tasks import Task
from camel.tasks.task import TaskState
from app.utils.single_agent_worker import SingleAgentWorker
from app.utils.agent import ListenChatAgent