AutoGen Studio

0.4.x (last stable PyPI release: May 2025) · maintenance · verified Sat Feb 28

Microsoft's no-code/low-code web UI for prototyping AutoGen multi-agent workflows. Built on FastAPI (backend) and Gatsby/React (frontend). Stores agent configs, sessions, and workflows in a local SQLite or PostgreSQL database. Explicitly NOT production-ready — intended for rapid prototyping only.

Warnings

Install

Imports

Quickstart

Install and launch AutoGen Studio UI

pip install -U autogenstudio
autogenstudio ui --port 8080 --appdir ./myapp
# Open http://localhost:8080 in your browser
# Set OPENAI_API_KEY in .env file inside --appdir directory

view raw JSON →