-
Notifications
You must be signed in to change notification settings - Fork 0
Home
GSD Bot edited this page May 24, 2026
·
2 revisions
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.
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| Page | Description |
|---|---|
| Setup Guide | Prerequisites, installation, and first agent run |
| Architecture | Runtime components and provider fallback chain |
| Configuration Reference | Environment variables and .env configuration |