peterychang 0afde6da69
Protobuf serializer (#4137)
* protobuf serialization in python

* remove test code

* clarify TODO
2024-11-11 14:20:15 -05:00
..
2024-11-11 00:48:05 -05:00
2024-11-08 12:18:07 -08:00
2024-11-11 00:48:05 -05: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.