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 857 B

123456789101112
  1. # AutoGen AgentChat
  2. - [Documentation](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/index.html)
  3. AgentChat is a high-level API for building multi-agent applications.
  4. It is built on top of the [`autogen-core`](https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/index.html) package.
  5. For beginner users, AgentChat is the recommended starting point.
  6. For advanced users, [`autogen-core`](https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/index.html)'s event-driven
  7. programming model provides more flexibility and control over the underlying components.
  8. AgentChat provides intuitive defaults, such as **Agents** with preset
  9. behaviors and **Teams** with predefined [multi-agent design patterns](https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/design-patterns/intro.html).