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

12345678910
  1. # AutoGen Core
  2. - [Documentation](http://microsoft.github.io/agnext)
  3. - [Examples](https://github.com/microsoft/agnext/tree/main/python/packages/autogen-core/samples)
  4. ## Package layering
  5. - `base` are the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.
  6. - `application` are implementations of core components that are used to compose an application.
  7. - `components` are the building blocks for creating agents.