autogen/python/packages/autogen-agentchat
Eric Zhu e27c740961
dev6 (#4129)
2024-11-11 00:48:05 -05:00
..
src/autogen_agentchat Handoff termination and show how to use it for asking user input (#4128) 2024-11-11 00:38:52 -05:00
tests Handoff termination and show how to use it for asking user input (#4128) 2024-11-11 00:38:52 -05:00
LICENSE-CODE Include license file in package (#3703) 2024-10-09 15:01:09 -04:00
README.md Changing URL; update description; removing v0.2 file (#3729) 2024-10-09 15:54:35 -07:00
pyproject.toml dev6 (#4129) 2024-11-11 00:48:05 -05:00

README.md

AutoGen AgentChat

Package structure

  • agents are the building blocks for creating agents and built-in agents.
  • teams are the building blocks for creating teams of agents and built-in teams, such as group chats.
  • logging contains logging utilities.