autogen/python/packages/autogen-core
Eric Zhu a1234bc658
doc: improve tool guide in Core API doc (#5546)
- Add a section on how to use model client with tools
- Replace the obsecure pattern of using ToolAgent with a simpler
implementation of calling tool within the agent itself.
2025-02-14 14:14:51 -08:00
..
docs doc: improve tool guide in Core API doc (#5546) 2025-02-14 14:14:51 -08:00
src/autogen_core fix: Address tool call execution scenario when model produces empty tool call ids (#5509) 2025-02-13 23:11:44 -08:00
tests feat: Add strict mode support to BaseTool, ToolSchema and FunctionTool (#5507) 2025-02-13 19:44:55 +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 to 0.4.6 (#5477) 2025-02-10 11:22:23 -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.