mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-24 05:56:46 +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
baseare the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.applicationare implementations of core components that are used to compose an application.componentsare the building blocks for creating agents.