Ryan Sweet dca82b3f5d
Rysweet dotnet refactor (#624)
rename the main classes and mixup folder structure
move some tings from samples into core
cleanup cross-deps
cleanup grpc deps
2024-09-24 09:26:30 -07:00
..
2024-09-23 17:53:30 +00: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.