Skip to content
GSD Bot edited this page May 24, 2026 · 2 revisions

autogen

CI Python 3.12 MIT License

autogen is a Python multi-agent orchestration runtime built on Microsoft Agent Framework — combining a Gemini/Claude provider fallback chain, AG-UI observability, and a local operator workbench for end-to-end autonomous engineering workflows.

Quickstart

python -m venv .venv
# Windows: .\.venv\Scripts\Activate.ps1
# macOS/Linux: source .venv/bin/activate
pip install agent-framework python-dotenv
python main.py doctor

Documentation

Page Description
Setup Guide Prerequisites, installation, and first agent run
Architecture Runtime components and provider fallback chain
Configuration Reference Environment variables and .env configuration

Clone this wiki locally