autogen/python/packages/autogen-core
Eric Zhu 403844ef2b
feat: add Semantic Kernel Adapter documentation and usage examples in user guides (#5256)
Partially address #5205 and #5226
2025-01-29 16:37:18 -08:00
..
docs feat: add Semantic Kernel Adapter documentation and usage examples in user guides (#5256) 2025-01-29 16:37:18 -08:00
src/autogen_core FunctionTool partial support (#5183) 2025-01-29 18:02:18 +00: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 update dependencies to work with protobuf 5 (#5195) 2025-01-28 22:11:54 -08: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.