mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-30 20:50:02 +00:00
fix: import TaskState from correct source
This commit is contained in:
parent
f07be46eb7
commit
b842793c5f
3 changed files with 6 additions and 3 deletions
|
|
@ -16,7 +16,8 @@ from app.service.chat_service import (
|
|||
)
|
||||
from app.model.chat import Chat, NewAgent
|
||||
from app.service.task import Action, ActionImproveData, ActionEndData, ActionInstallMcpData
|
||||
from camel.tasks import Task, TaskState
|
||||
from camel.tasks import Task
|
||||
from camel.tasks.task import TaskState
|
||||
|
||||
|
||||
@pytest.mark.unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue