suibhne
suibhne
yes ... I'm having the same issue. is this course maintained ?
Tried to run the regression tests via`python evaluation/regression/run_tests.py` but running into this error ... ``` (OpenDevin) (base) suibhne@Suibhnes-MBP OpenDevin % python evaluation/regression/run_tests.py Traceback (most recent call last): File "/Users/suibhne/OpenDevin/evaluation/regression/run_tests.py", line...
Just double checking, we should add `Decision` agent to `execute` ([here](https://github.com/stitionai/devika/blob/086567cf0bdbbd83bca3f4c5a44fc0137d6acf61/src/agents/agent.py#L260))
LMK if I can do anything to improve it!
Removed Langchain from [above file](https://github.com/OpenDevin/OpenDevin/blob/main/agenthub/langchains_agent/utils/prompts.py). Made PR [here](https://github.com/OpenDevin/OpenDevin/pull/474). Can work on removing llamaIndex next . On another note, maybe we change "langchain Agent" to "ReAct Agent" --- pretty sure that's...