mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-16 04:31:17 +00:00

1. convert dataclass types to pydantic basemodel 2. add save_state and load_state for ChatAgent 3. state types for AgentChat --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.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.