autogen/python/packages/autogen-core
Victor Dibia 8544314fa6
fix: restrict importlib provider loading to trusted namespaces (#7463)
2026-03-25 20:15:37 -07:00
..
src/autogen_core fix: restrict importlib provider loading to trusted namespaces (#7463) 2026-03-25 20:15:37 -07:00
tests fix: restrict importlib provider loading to trusted namespaces (#7463) 2026-03-25 20:15:37 -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 version to 0.7.5 (#7058) 2025-09-29 23:07:16 -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.