mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-24 17:31:41 +00:00

Add handoff message type to chat message types Add Swarm group chat that uses handoff message to select next speaker Remove tool call and tool call result message types from chat message types Remove BaseToolUseChatAgent, move tool call handling from group chat's chat agent container upward to the ToolUseAssistantAgent implementation, which subclasses BaseChatAgent directly. Renaming for better clarity --------- Co-authored-by: Victor Dibia <victordibia@microsoft.com>
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.