mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
* Agentchat refactor * Move termination stop message to a separate field in task result * Update quick start example * Use string stop reason instead of stop message in task result for simpler API * Use main function
AutoGen AgentChat
Package structure
agentsare the building blocks for creating agents and built-in agents.teamsare the building blocks for creating teams of agents and built-in teams, such as group chats.loggingcontains logging utilities.