-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
GitHub Auto Reply Agent for issues and discussions #5104
Comments
What if we first focused on an AutoGen powered agentic CLI that complements the gh CLI? bot issue 1234 draft-reply
bot pr 43 draft-reply
bot issue 999 find-duplicates The bot instance (including its memory) will be tied to the repo. |
This is lovely. It supports creating your own extension, which is just an executable script. In its basic form, the agent can be a script that runs through the open github issues that the users have not responded to and suggest a response. |
Extension sounds right. Here's a template of Structure
Code
Usage
|
Ive made significant progress. Update soon. |
I've started the development of a light weight sample code here: https://github.com/microsoft/gh-gitgen |
Alright lets use https://github.com/microsoft/gh-gitgen for further discussions and issues. |
An long running agent or multi agent workflow that monitors new discussions and issues on a GitHub repo, and automatically generate a response. It supports posting the response once user edits and approves it.
Interface can be a Teams bot, or something more general.
Try this on the AutoGen repo.
Components:
Discussions and issues moved to https://github.com/microsoft/gh-gitgen
The text was updated successfully, but these errors were encountered: