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

123456789
  1. # AutoGen Core
  2. - [Documentation](https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/index.html)
  3. ## Package layering
  4. - `base` are the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.
  5. - `application` are implementations of core components that are used to compose an application.
  6. - `components` are the building blocks for creating agents.