mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-18 13:41:56 +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
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.