Arno.Edwards

Results 60 comments of Arno.Edwards

> @Umpire2018 I think that's for interacting using node. @SmartManoj I believe it's to install `playwright` system-wide. Below is its suggestion for your reference.

> I see that the support for other programming languages is left for future. Have you considered using tree-sitter for code parsing? Hi there! Thank you for your suggestion. I...

![image](https://github.com/OpenBMB/RepoAgent/assets/138990495/da605cf3-a84b-4cbd-be40-26420774b59a) Reference: [here](http://arxiv.org/abs/2402.16667) We applied 1. [Abstract Syntax Tree (AST)](https://docs.python.org/3/library/ast.html) to extract all Classes and Functions within the file, including their type, name, code snippets, etc which is similar with...

> AST is only one layer and here with Jedi you want to add function calls into the picture. > > But, there is a standard notion for extracting codebase...

> AppThreat/cpggen: This repository has been archived by the owner on Jan 8, 2024. It is now read-only. It seems that now is not a good time to introduce CPG...

> Do you plan to support Ollama and if so, which of the open source models you reckon would be the best fit? Seems like `Ollama` have provided [openai-compatibility](https://ollama.com/blog/openai-compatibility) so...

Since we are running python unit tests, what we actually need is `install-python-dependencies` ?

> Mind solving the conflicts? Done. It seems that enabling caching for `Homebrew` did not bring any time savings, and it introduced new issues, therefore, the introduction of caching have...

> Something seems to be wrong? Integration CI tests don't show up now. My bad. :sweat_smile: But it's weird that [on-linux (MonologueAgent, local, local)](https://github.com/OpenDevin/OpenDevin/actions/runs/8858290102/job/24326747659?pr=1381#logs) failed but others succeeded.