AG
AutoGen PYTHON
Open source · MITv0.7.3 99.93% uptime
Stars
36.1k
Deploys
71k
Version
0.7.3
Uptime
99.93%
Runtime
PYTHON
License
MIT
Overview
AutoGen is Microsoft's multi-agent conversation framework. Define assistants, user proxies and group chats programmatically, or compose them visually in AutoGen Studio. Claws hosts both the runtime and the Studio UI, wired to our model router.
Key features
- Programmatic multi-agent conversations
- Group-chat and hierarchical patterns
- AutoGen Studio no-code UI
- Code-execution + tool-use plugins
- Async streaming architecture
Install
$ pip install autogen-agentchat autogen-extQuickstart
# 1 - install AutoGen
pip install autogen-agentchat autogen-ext
# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy autogen --model claude-sonnet-4-6
# 3 - or self-host on any VPS
autogen serve --port 8080