Anny: Assisting AutoGen Devs Via AutoGen

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 for details.

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 for details.

AutoGenBench is a standalone tool for evaluating AutoGen agents and workflows on common benchmarks.
Today we are releasing AutoGenBench - a tool for evaluating AutoGen agents and workflows on established LLM and agentic benchmarks.
AutoGenBench is a standalone command line tool, installable from PyPI, which handles downloading, configuring, running, and reporting supported benchmarks. AutoGenBench works best when run alongside Docker, since it uses Docker to isolate tests from one another.

AutoGen Studio: Solving a task with multiple agents that generate a pdf document with images.
To help you rapidly prototype multi-agent solutions for your tasks, we are introducing AutoGen Studio, an interface powered by AutoGen. It allows you to:
See the official AutoGen Studio documentation for more details.
AutoGen Studio is open source code here, and can be installed via pip. Give it a try!