skillfed

autogen-core

Foundational interfaces and agent runtime implementation for AutoGen

autogen-core v0.7.5 981.4K downloads/30d#4,588 on PyPI
Permissive 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) AGING released

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-core

uv

uv add autogen-core

poetry

poetry add autogen-core

Installing 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

License :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

actor model agent frameworkdistributed ai agent runtimeevent-driven agent systemmulti-agent orchestrationscalable agent frameworkai agent development platformagent communication runtime
actor-modelmulti-agent-systemsdistributed-computing

More Application Frameworks packages

Further reading