mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-04 07:26:28 +00:00

* Move LLMUsageTracker to a cookbook * rename, add to index * fmt and remove test * Update python/packages/autogen-core/docs/src/user-guide/core-user-guide/cookbook/llm-usage-logger.ipynb Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix missing quotation marks in notebook --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.