autogen/python/packages/autogen-agentchat
Eric Zhu 83afbf5857
Update version to 0.7.5 (#7058)
2025-09-29 23:07:16 -07:00
..
src/autogen_agentchat Add security warnings and default to DockerCommandLineCodeExecutor (#7035) 2025-09-17 17:40:31 -07:00
tests Fix GraphFlow cycle detection to properly clean up recursion state (#7026) 2025-09-16 02:12:07 -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 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.