autogen/python/packages/autogen-core
Yash Malik 7e8472f99b
minor grammatical fix in docs (#6263)
minor grammatical fix in docs

Co-authored-by: Victor Dibia <victordibia@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-04-15 06:14:44 +00:00
..
docs minor grammatical fix in docs (#6263) 2025-04-15 06:14:44 +00:00
src/autogen_core Fix publish_message-method() notes (#6250) 2025-04-10 18:51:05 +00:00
tests Fix token limited model context (#6137) 2025-03-28 17:24:41 +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 update version 0.5.2 (#6296) 2025-04-14 18:03:44 -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.