-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] : add an ability to the plugin so it is able to call the remote github API #418
Comments
Can you give a more detailed example/explanation? |
i may be too ambitious here but i'm currently testing some copilot features and in the GitHub website or GitHub's desktop applications it is possible to generate pull requests summary for example. As far as i know function calling is supported by langchain4j i was wondering if it would be possible to try a POC with that feature : in a first iteration try to get the plugin able to read github status, PR, branches in a word be able to make remote function calls on the github API First of all : would it make sense? and in second in the state of the art is it possible or even not too difficult to design? (the python version has a set of tools/function calls far more advanced for github they have this one but i dont know langchain4j well enough) |
I would suggest to first create a Langchain4J GitHub project which supports these features, this way everybody can use/enjoy them. Once available we could easily integrate them within the plugin using a / command, for example: Possible Github command actions to support :
Each /github action sentence could also have an "LLM interpretator" so when someone types "/github list me all the issues" it converts it to "/github get issues". BUT the more important question is, is this something people would use? Is it worth the effort? |
For extra inspiration, see also https://github.com/cyclotruc/gitingest |
To be discussed but wouldn'it be a nice feature if the plugin would be able to read the remote github repository and report pull request etc (read mode) so it can give informations to user
The text was updated successfully, but these errors were encountered: