autogen/python/packages/autogen-core
afourney 088a50faa5
Remove old autogen_magentic_one package. (#5305)
This PR removes the older `autogen_magentic_one` package, and directs
people to use the new AgentChat implementation.

Hopefully this eases confusion.

---------

Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-31 15:14:40 -08:00
..
docs Remove old autogen_magentic_one package. (#5305) 2025-01-31 15:14:40 -08:00
src/autogen_core feat: add o3 to model info; update chess example (#5311) 2025-01-31 15:07:14 -08:00
tests FunctionTool partial support (#5183) 2025-01-29 18:02:18 +00:00
.gitignore API documentation page flattening (#4556) 2024-12-04 18:24:07 -08:00
LICENSE-CODE Include license file in package (#3703) 2024-10-09 15:01:09 -04:00
README.md Make package readmes slightly less empty (#4961) 2025-01-09 10:44:13 -08:00
pyproject.toml chore: update package versions to 0.4.5 and remove deprecated requirements (#5280) 2025-01-31 01:52:45 +00:00

README.md

AutoGen Core

AutoGen core offers an easy way to quickly build event-driven, distributed, scalable, resilient AI agent systems. Agents are developed by using the Actor model. You can build and run your agent system locally and easily move to a distributed system in the cloud when you are ready.