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.11k stars 279 forks source link

Only picking up python files and its content #91

Closed gittmaan closed 1 month ago

gittmaan commented 2 months ago

I am able to run this locally with Ollama and Deepseek-coder-v2 But somehow its only picking up python and .py file content but shows all file tree is there a way we can use javascript/typescript files and its content?

MervinPraison commented 1 month ago

@gittmaan Thanks for reporting. Please check now and let me know if you still face issues. Please upgrade to the latest version

gittmaan commented 1 month ago

I have Requirement already satisfied: pyasn1<0.7.0,>=0.4.6 in /opt/homebrew/Caskroom/miniforge/base/envs/praison/lib/python3.12/site-packages (from pyasn1-modules>=0.2.1->google-auth<3.0.0dev,>=2.14.1->google-cloud-aiplatform<2.0.0,>=1.26.1->embedchain<0.2.0,>=0.1.113->crewai>=0.32.0->praisonai[code]) (0.6.0) still its not picking js / ts code I am running pip install "praisonai[code]" and praisonai code inside the code I have to AIed

MervinPraison commented 1 month ago

@gittmaan pip install -U "praisonai[code]" to upgrade . Please try after that and let me know. Thanks

MervinPraison commented 1 month ago

@gittmaan Should be fixed in this version: https://github.com/MervinPraison/PraisonAI/releases/tag/v0.0.52

gittmaan commented 1 month ago

@MervinPraison Awesome! I needed to uninstall and install it again and it seems working now thanks 🙏🏼