mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-21 23:22:05 +00:00

* host agent runtime API and docs * graceful shutdown of worker * HostAgentRuntime --> WorkerAgentRuntimeHost * Add unit tests for worker runtime * Fix bug in worker runtime adding sender filed to proto. Documentation. * wip * Fix unit tests; refactor API * fix formatting * Fix * Update * Make source field optional in Event proto
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.