You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 365 B

123456789
  1. # AutoGen AgentChat
  2. - [Documentation](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/index.html)
  3. ## Package structure
  4. - `agents` are the building blocks for creating agents and built-in agents.
  5. - `teams` are the building blocks for creating teams of agents and built-in teams, such as group chats.
  6. - `logging` contains logging utilities.