MervinPraison / PraisonAI

PraisonAI application combines AutoGen and CrewAI or similar frameworks into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent collaboration. Chat with your ENTIRE Codebase.
https://docs.praison.ai
MIT License
2.14k stars 287 forks source link

Update requirements.txt - praisonai pip install broken #28

Closed austingreisman closed 5 months ago

austingreisman commented 5 months ago

required to run the example file in current version of development branch.

It seems after pip installing praisonai it also breaks since the error

...
    from duckduckgo_search import DDGS
ModuleNotFoundError: No module named 'duckduckgo_search'