

TL;DR
We are adding a new sample app called Anny— a simple Discord bot powered by AutoGen that’s intended to assist AutoGen Devs. Seesamples/apps/auto-anny
for details.
Introduction
Over the past few months, AutoGen has experienced large growth in number of users and number of community requests and feedback. However, accommodating this demand and feedback requires manually sifting through issues, PRs, and discussions on GitHub, as well as managing messages from AutoGen’s 14000+ community members on Discord. There are many tasks that AutoGen’s developer community has to perform everyday, but here are some common ones:- Answering questions
- Recognizing and prioritizing bugs and features
- Maintaining responsiveness for our incredible community
- Tracking growth
Current Version of Anny
The current version of Anny is pretty simple — it uses the Discord API and AutoGen to enable a bot that can respond to a set of commands. For example, it supports commands like/heyanny help
for command listing, /heyanny ghstatus
for
GitHub activity summary, /heyanny ghgrowth
for GitHub repo growth indicators, and /heyanny ghunattended
for listing unattended issues and PRs. Most of these commands use multiple AutoGen agents to accomplish these task.
To use Anny, please follow instructions in samples/apps/auto-anny
.