skillfed

microsoft-agents-a365-observability-core

Telemetry, tracing, and monitoring components for AI agents

microsoft-agents-a365-observability-core v1.0.0 98.5K downloads/30d#13,079 on PyPI40
Permissive license MIT Active released

What it is and what it does

This package is a telemetry and tracing layer for AI agents built on the OpenTelemetry standard. It instruments agent invocation, tool execution, and LLM inference with structured spans and context propagation, allowing you to observe and monitor agent behavior across distributed systems. The package integrates with opentelemetry-api, opentelemetry-sdk, and opentelemetry-exporter-otlp to support pluggable exporters for sending traces to various observability backends.

It is part of the Microsoft Agent365 ecosystem and is designed for developers building production AI agents who need visibility into agent execution, tool calls, and LLM interactions. The package is in active development (Alpha status) and targets Python 3.11 and later.

Use it for:

  • Instrument AI agent workflows to trace invocation paths, tool calls, and LLM inference latency across distributed systems.
  • Export structured telemetry from agent execution to observability platforms via OpenTelemetry exporters.
  • Monitor and debug agent behavior by analyzing context-propagated spans for each agent invocation and tool execution.
  • Correlate agent traces with downstream service calls and infrastructure metrics for end-to-end observability.
  • Build custom monitoring dashboards and alerts based on agent execution telemetry and LLM inference metrics.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides OpenTelemetry-based telemetry, tracing, and monitoring for AI agents, with structured spans for agent invocation, tool execution, and LLM inference.

Yes, if you are building AI agents on the Microsoft Agent365 platform and need production observability. The package has low install friction, active maintenance, permissive licensing, and no known vulnerabilities. It is in Alpha status, so expect the API to evolve; verify that the instrumentation surface matches your monitoring requirements before committing to it in production.

Install

microsoft-agents-a365-observability-core on PyPI

pip

pip install microsoft-agents-a365-observability-core

uv

uv add microsoft-agents-a365-observability-core

poetry

poetry add microsoft-agents-a365-observability-core

Installing microsoft-agents-a365-observability-core

Before you install

Low install friction; depends on established OpenTelemetry packages and standard utilities. Actively maintained with recent commits and no known vulnerabilities.

License in practice

MIT license is permissive and places no significant restrictions on use, modification, or distribution in commercial or open-source projects.

Quickstart

pip install microsoft-agents-a365-observability-core

from microsoft_agents_a365_observability_core import ...
# See https://learn.microsoft.com/microsoft-agent-365/developer/observability?tabs=python

Requires Python 3.11 or later; depends on opentelemetry-api, opentelemetry-sdk, and microsoft-agents-a365-runtime.

Verify before relying

  • Specific API surface and available span types for agent, tool, and LLM instrumentation
  • Whether pluggable exporters support all major observability backends
  • Performance overhead of structured tracing at scale

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 7 — opentelemetry-api, opentelemetry-sdk, opentelemetry-exporter-otlp, pydantic, typing-extensions, wrapt, microsoft-agents-a365-runtime
Maintenance actively maintained — 105 days since the last release
Last repo commit
First released
Downloads 98,504/month — #13,079 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: microsoft_agents_a365_observability_core-1.0.0-py3-none-any.whl

Keywords: observability, telemetry, tracing, opentelemetry, monitoring, ai, agents

Development Status :: 3 - AlphaIntended Audience :: DevelopersOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Topic :: Scientific/Engineering :: Artificial IntelligenceTopic :: Software Development :: Libraries :: Python ModulesTopic :: System :: Monitoring

Tags

opentelemetry tracing for ai agentsagent observability and monitoringllm inference telemetrystructured span instrumentationagent tool execution tracingcontext propagation monitoringai agent observability
opentelemetryagent-instrumentationdistributed-tracing

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

microsoft-agents-a365-runtime

Provides core runtime utilities, environment…

permissive · top 15,000 on PyPI

opentelemetry-instrumentation-openai-agents

Adds distributed tracing to OpenAI Agents…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-crewai

Adds OpenTelemetry tracing to crewAI agentic…

permissive · top 5,000 on PyPI

agentops

AgentOps provides observability and monitoring…

permissive · top 15,000 on PyPI

cpex

CPEX is a plugin framework that lets you…

permissive · top 15,000 on PyPI

opentelemetry-semantic-conventions-ai

Provides OpenTelemetry semantic conventions and…

permissive · top 1,000 on PyPI

nvidia-nat-opentelemetry

Adds OpenTelemetry observability…

permissive · top 15,000 on PyPI

azure-core-tracing-opentelemetry

Integrates Azure SDK clients with OpenTelemetry…

unclear · top 5,000 on PyPI

arcade-core

Arcade Core provides foundational components…

permissive · top 15,000 on PyPI

clawmetry

ClawMetry provides a real-time observability…

permissive · top 15,000 on PyPI

Further reading