Spaces:
Running
Running
Update apps/agents/agents.py
Browse files- apps/agents/agents.py +1 -1
apps/agents/agents.py
CHANGED
@@ -31,7 +31,7 @@ from apps.agents.text_utils import split_markdown_code
|
|
31 |
from camel.agents import TaskSpecifyAgent
|
32 |
from camel.messages import BaseMessage
|
33 |
from camel.societies import RolePlaying
|
34 |
-
from camel.
|
35 |
|
36 |
REPO_ROOT = os.path.realpath(
|
37 |
os.path.join(os.path.dirname(os.path.abspath(__file__)), "../.."))
|
|
|
31 |
from camel.agents import TaskSpecifyAgent
|
32 |
from camel.messages import BaseMessage
|
33 |
from camel.societies import RolePlaying
|
34 |
+
from camel.types import TaskType
|
35 |
|
36 |
REPO_ROOT = os.path.realpath(
|
37 |
os.path.join(os.path.dirname(os.path.abspath(__file__)), "../.."))
|