autogen/python/packages/autogen-agentchat
Eric Zhu b04775f3dc
Update python version to v0.4.7 (#5558)
2025-02-14 20:08:38 -08:00
..
src/autogen_agentchat fix: Address tool call execution scenario when model produces empty tool call ids (#5509) 2025-02-13 23:11:44 -08:00
tests fix: Address tool call execution scenario when model produces empty tool call ids (#5509) 2025-02-13 23:11:44 -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 python version to v0.4.7 (#5558) 2025-02-14 20:08:38 -08:00

README.md

AutoGen AgentChat

AgentChat is a high-level API for building multi-agent applications. It is built on top of the autogen-core package. For beginner users, AgentChat is the recommended starting point. For advanced users, autogen-core's event-driven programming model provides more flexibility and control over the underlying components.

AgentChat provides intuitive defaults, such as Agents with preset behaviors and Teams with predefined multi-agent design patterns.