autogen/python/packages/autogen-core
Jack Gerrits b09e6777a4
Restructure extensions, update corresponding docs (#3826)
* Restructure extensions, update corresponding docs

* update tests, add deprecation messages

* fix tests

* update lockfile

---------
2024-10-17 15:06:16 -07:00
..
docs Restructure extensions, update corresponding docs (#3826) 2024-10-17 15:06:16 -07:00
samples Restructure extensions, update corresponding docs (#3826) 2024-10-17 15:06:16 -07:00
src/autogen_core Use sha256 for hashing (#3829) 2024-10-17 10:33:18 -07:00
tests Make sure exceptions in process publish is logged. (#3774) 2024-10-13 12:12:24 -07:00
.gitignore Transition to Pydata Sphinx Theme (#482) 2024-09-17 09:22:38 -04:00
LICENSE-CODE Include license file in package (#3703) 2024-10-09 15:01:09 -04:00
README.md Changing URL; update description; removing v0.2 file (#3729) 2024-10-09 15:54:35 -07:00
pyproject.toml Restructure extensions, update corresponding docs (#3826) 2024-10-17 15:06:16 -07:00

README.md

AutoGen Core

Package layering

  • base are the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.
  • application are implementations of core components that are used to compose an application.
  • components are the building blocks for creating agents.