mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-25 06:26:25 +00:00
* Downgrade protobuf from v5 to v4 * Add some telemetry blocks fo single threaded agent runtime * Rename * Add comments * Update uv sync * Address build complains * Fix mypy * Add tracing for worker * Add tracing to worker * Fix * Fix up * Update * Simplify * UpdateUpdate * Add test dep for otel sdk * Minor fix * Add telemetry docs * Simple * Fix mypy * Add testFix * Fix merge * Update telemetry.md --------- Co-authored-by: Ryan Sweet <rysweet@microsoft.com> Co-authored-by: Jack Gerrits <jackgerrits@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.