mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-18 05:31:25 +00:00

Resolves Tutorial Chapter for Custom ChatAgent #4114 -- updated tutorial chapter on agents and custom agents Update README example to use tool call Added "Models" section in AgentChat tutorial. Added place holder for Tutorial Chapter for Swarm #4113.
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.