Leonardo Pinheiro 09501a0134
Add Broadcasting cookbook (#600)
* add cookbook initial draft

* add all boradcasting scenarios

* add to src tree

* linting

* address feedback

* rename pattern to scenario

---------

Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
2024-09-24 20:36:15 -07:00
..
2024-09-24 20:36:15 -07:00
2024-09-23 20:10:57 +00:00
2024-09-23 20:10:57 +00:00
2024-09-23 20:10:57 +00:00
2024-09-11 12:18:26 -07:00

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.