autogen/python/packages/autogen-agentchat
Eric Zhu eb4b1f856e
Ability to generate handoff message from AssistantAgent (#3968)
* Ability to generate handoff message from AssistantAgent

* Fix mypy

* Validation

---------

Co-authored-by: Victor Dibia <victordibia@microsoft.com>
2024-10-29 08:04:14 -07:00
..

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.