Telemetry, tracing, and monitoring components for AI agents built with the Microsoft Agents framework. Part of the Agent365 ecosystem, this runtime enables observability for agent workloads. Current version 1.0.0, supports Python >=3.11.
pip install microsoft-agents-a365-runtimeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the runtime with optional telemetry from an Application Insights connection string.
Upgrade to Python 3.11 or later.
Set APPLICATIONINSIGHTS_CONNECTION_STRING environment variable before calling enable_telemetry().
Change from 'from microsoft_agents...' to 'from microsoft.agents...'.