> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Anny: Assisting AutoGen Devs Via AutoGen

<div>
  <img noZoom className="social-share-img" src="https://media.githubusercontent.com/media/ag2ai/ag2/refs/heads/main/website/static/img/cover.png" alt="social preview" style={{ position: 'absolute', left: '-9999px' }} />
</div>

<div class="blog-authors">
  <p class="authors">Author:</p>

  <CardGroup cols={2}>
    <Card href="https://www.linkedin.com/in/gagan-bansal/">
      <div class="col card">
        <div class="img-placeholder">
          <img noZoom src="https://github.com/gagb.png" />
        </div>

        <div>
          <p class="name">Gagan Bansal</p>
          <p>Senior Researcher at Microsoft Research</p>
        </div>
      </div>
    </Card>
  </CardGroup>
</div>

<img src="https://mintcdn.com/ag2ai/8Ul2s9H6RGKWz5Lk/docs/blog/2024-02-02-AutoAnny/img/AutoAnnyLogo.jpg?fit=max&auto=format&n=8Ul2s9H6RGKWz5Lk&q=85&s=daf68af6cdbd39df8de6fe1d15f4ae7f" alt="AutoAnny Logo" width="713" height="713" data-path="docs/blog/2024-02-02-AutoAnny/img/AutoAnnyLogo.jpg" />

## 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. See [`samples/apps/auto-anny`](https://github.com/ag2ai/build-with-ag2/tree/e2e35c93df85e4a744ad950a99781633ee95b42b/samples/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

This requires a significant amount of effort. Agentic-workflows and interfaces promise adding
immense value-added automation for many tasks, so we thought *why don't we use AutoGen to make
our lives easier?!* So we're turning to automation to help us and allow
us to focus on what's most critical.

## 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`](https://github.com/ag2ai/build-with-ag2/tree/e2e35c93df85e4a744ad950a99781633ee95b42b/samples/apps/auto-anny).

## It's Not Just for AutoGen

If you're an open-source developer managing your own project, you can probably relate to our challenges. We invite you to check out Anny and contribute to its development and roadmap.

<div className="edit-url-container">
  <a className="edit-url" href="https://github.com/ag2ai/ag2/edit/main/website/docs/_blogs/2024-02-02-AutoAnny/index.mdx" target="_blank"><Icon icon="pen" iconType="solid" size="13px" /> Edit this page</a>
</div>
