-
Notifications
You must be signed in to change notification settings - Fork 55
Description
C:\Users\hbw33\AgileCoder\ui>C:\Users\hbw33\AgileCoder\ui\agilecoder_ui.py
24.11.04 01:01:13: root: INFO : Initializing Devika...
24.11.04 01:01:13: root: INFO : Initializing Prerequisites Jobs...
Traceback (most recent call last):
File "C:\Users\hbw33\AgileCoder\ui\agilecoder_ui.py", line 24, in
from src.agents import Agent
File "C:\Users\hbw33\AgileCoder\ui\src\agents_init_.py", line 1, in
from .agent import Agent
File "C:\Users\hbw33\AgileCoder\ui\src\agents\agent.py", line 18, in
from agilecoder.camel.typing import ModelType
File "c:\users\hbw33\agilecoder\ui\src\agilecoder\agilecoder_init_.py", line 1, in
from .cli import main
File "c:\users\hbw33\agilecoder\ui\src\agilecoder\agilecoder\cli.py", line 3, in
from agilecoder.run_api import run_task
File "c:\users\hbw33\agilecoder\ui\src\agilecoder\agilecoder\run_api.py", line 10, in
from agilecoder.components.chat_chain import ChatChain
File "c:\users\hbw33\agilecoder\ui\src\agilecoder\agilecoder\components\chat_chain.py", line 12, in
from agilecoder.components.chat_env import ChatEnv, ChatEnvConfig
File "c:\users\hbw33\agilecoder\ui\src\agilecoder\agilecoder\components\chat_env.py", line 14, in
from agilecoder.components.documents import Documents
File "c:\users\hbw33\agilecoder\ui\src\agilecoder\agilecoder\components\documents.py", line 7, in
from project import ProjectManager
ModuleNotFoundError: No module named 'project'