autogen/python/packages/autogen-core
Eric Zhu 9f2c5aa1be
Update to version 0.6.4 (#6784)
2025-07-09 10:46:23 -07:00
..
src/autogen_core Remove otel semcov package from core dependencies (#6775) 2025-07-08 18:03:58 -07:00
tests Add tool name and description override functionality to Workbench implementations (#6690) 2025-07-06 13:39:05 -07:00
.gitignore Move `docs` from `python/packages/autogen-core` to `python/docs` (#6757) 2025-07-06 21:31:36 -07: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 Update to version 0.6.4 (#6784) 2025-07-09 10:46:23 -07: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.