pyautogen
A programming framework for agentic AI. Proxy package for autogen-agentchat.
What it is and what it does
pyautogen is a proxy package that forwards all imports to autogen-agentchat, Microsoft's framework for building applications with multiple AI agents. It simplifies the upgrade path for users who were on version 0.2.x by providing a single import point, though the package itself does not contain the implementation—it delegates to its single runtime dependency, autogen-agentchat.
The framework is designed to let agents operate independently or work with human oversight, coordinating tasks and sharing information. Users migrating from 0.2.x should consult the migration guide, as the API has changed. The package requires Python 3.10 or later and is distributed under the MIT License.
Use it for:
- Building autonomous multi-agent systems where agents collaborate to solve complex tasks without human intervention.
- Creating interactive applications where AI agents work alongside human operators to accomplish goals.
- Prototyping agent-based workflows and testing different agent coordination strategies.
- Developing conversational systems with multiple specialized agents handling different domains or responsibilities.
- Migrating existing 0.2.x AutoGen code to the latest architecture using the provided migration guide.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
pyautogen is a proxy package that redirects to autogen-agentchat, a framework for building multi-agent AI applications where agents can operate autonomously or collaborate with humans.
Yes, if you are building multi-agent AI applications and can target Python 3.10+. The proxy design makes it a straightforward entry point to autogen-agentchat. However, note that the proxy package itself has not been released in 395 days—you are relying on the underlying autogen-agentchat package for active maintenance. If you are on 0.2.x, plan for a migration effort using the documented guide.
Install
pyautogen on PyPI
pip
pip install pyautogenuv
uv add pyautogenpoetry
poetry add pyautogenInstalling pyautogen
Before you install
Low install friction with a single runtime dependency. Maintenance status is aging—the package has not been released for 395 days, though it remains a maintained proxy pointing to the actively developed autogen-agentchat package.
License in practice
MIT License permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both commercial and open-source projects.
Quickstart
pip install pyautogen
from autogen_agentchat.agents import AssistantAgent
agent = AssistantAgent(name="helper")
Requires Python 3.10 or later. This is a proxy package; actual functionality depends on autogen-agentchat.
Verify before relying
- Whether autogen-agentchat's latest version is production-ready or still evolving significantly.
- What breaking changes occurred between 0.2.x and the current version that users should be aware of.
- Performance characteristics and scalability limits for typical multi-agent deployments.
Package facts
| License | MIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — autogen-agentchat |
| Maintenance | aging — 395 days since the last release |
| First released | |
| Downloads | 633,625/month — #5,647 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyautogen-0.10.0-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
aigieAigie is the Python SDK for Kytte, a runtime…
unclear · top 15,000 on PyPI
autogen-agentchatProvides a high-level API for building…
permissive · top 5,000 on PyPI
autogen-coreAutoGen Core provides a runtime and…
permissive · top 5,000 on PyPI
autogen-extProvides extensible component implementations…
permissive · top 15,000 on PyPI
autogenA framework for building AI agents that…
permissive · top 15,000 on PyPI
ag2AG2 is a Python framework for building AI…
permissive · top 15,000 on PyPI
PraisonAIPraisonAI is a framework for building and…
permissive · top 15,000 on PyPI
praisonaiagentsPraisonAI agents is a Python framework for…
unclear · top 15,000 on PyPI
crewaiCrewAI is a Python framework for building…
unclear · top 5,000 on PyPI
mindroomMindRoom is a multi-agent runtime that deploys…
permissive · top 15,000 on PyPI