mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-16 21:41:02 +00:00

* WIP implementation for agentchat * WIP * WIP * wip * WIP * WIP * WIP * WIP * fix types * format * fix build * Fix build * use a simpler implementation of thread -- list * Select speaker to return speaker topic type * add parent topic type to agent container * Address comments * Add check to make sure agent id is constant in a team run. * Fix build
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.