autogen-core
Foundational interfaces and agent runtime implementation for AutoGen
What it is and what it does
AutoGen Core is a foundational runtime library for building multi-agent systems where agents communicate and coordinate through an event-driven, Actor-model architecture. It abstracts the complexity of agent lifecycle management, message passing, and distributed execution, allowing developers to prototype locally and scale to cloud infrastructure without rewriting core agent logic.
The package depends on pydantic for data validation, protobuf for serialization, opentelemetry-api for observability, pillow for image handling, jsonref for schema references, and typing-extensions for modern type hints. It targets developers building conversational AI systems, autonomous workflows, or collaborative agent networks who want a structured, scalable foundation rather than building from scratch.
Use it for:
- Build multi-agent conversational systems where agents coordinate through message passing and event handling.
- Prototype agent workflows locally, then deploy the same code to distributed cloud environments.
- Create resilient agent networks that can recover from failures and scale horizontally.
- Implement complex AI orchestration logic using the Actor model without managing low-level concurrency.
- Monitor and trace agent interactions and performance using OpenTelemetry integration.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
AutoGen Core provides a runtime and foundational interfaces for building event-driven, distributed AI agent systems using the Actor model, enabling local development with a path to cloud deployment.
Yes, if you are building event-driven, distributed agent systems and want a structured Actor-model runtime. The low install friction and permissive MIT license make adoption straightforward. However, the aging maintenance status (318 days since last release) means you should verify that the current version meets your stability and feature needs before committing to production use.
Install
autogen-core on PyPI
pip
pip install autogen-coreuv
uv add autogen-corepoetry
poetry add autogen-coreInstalling autogen-core
Before you install
Low install friction with a pure-Python wheel. Maintenance status is aging—last release was 318 days ago—so expect slower response to issues, though the package remains functional for current use.
License in practice
MIT License permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.
Quickstart
pip install autogen-core
from autogen_core import Agent
# Define and instantiate an agent using the Actor model runtime
Requires Python 3.10 or later.
Verify before relying
- Whether the Actor model implementation is production-ready for large-scale distributed deployments.
- Current state of documentation and community examples beyond the official guide.
- Compatibility guarantees or migration path for versions released after 2025-09-30.
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 | 6 — jsonref, opentelemetry-api, pillow, protobuf, pydantic, typing-extensions |
| Maintenance | aging — 318 days since the last release |
| First released | |
| Downloads | 981,433/month — #4,588 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: autogen_core-0.7.5-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
autogen-agentchatProvides a high-level API for building…
permissive · top 5,000 on PyPI
fabricatioFabricatio is a Python library for building…
permissive · top 15,000 on PyPI
pyautogenpyautogen is a proxy package that redirects to…
permissive · top 15,000 on PyPI
autogen-extProvides extensible component implementations…
permissive · top 15,000 on PyPI
xpander-sdkPython SDK for building, deploying, and…
permissive · top 15,000 on PyPI
autogenA framework for building AI agents that…
permissive · top 15,000 on PyPI
eventsourcingEventsourcing is a Python library for…
permissive · top 15,000 on PyPI
agent-framework-coreBuild, orchestrate, and deploy AI agents and…
permissive · top 5,000 on PyPI
saltSalt is an event-driven automation engine for…
permissive · top 15,000 on PyPI
agent-governance-toolkit-coreProvides a unified runtime kernel and trust…
permissive · top 15,000 on PyPI