skillfed

microsoft-agents-a365-runtime

Telemetry, tracing, and monitoring components for AI agents

microsoft-agents-a365-runtime v1.0.0 102.3K downloads/30d#12,875 on PyPI40
Permissive license MIT Active released

What it is and what it does

microsoft-agents-a365-runtime is a foundational library for building AI agent applications on Microsoft Power Platform. It handles the plumbing that agents need: discovering available Power Platform APIs, managing environment configuration, and resolving authentication scopes. The package is currently in alpha and depends only on PyJWT for token handling.

This is a building block rather than a standalone tool—it's designed to be used by agent frameworks or applications that orchestrate work across Power Platform services. If you're developing agents that need to interact with Microsoft services, this package provides the runtime infrastructure to do so, but you'll need to consult the Microsoft Agent 365 Developer documentation to understand how to integrate it into your specific use case.

Use it for:

  • Building AI agents that discover and call Power Platform APIs dynamically at runtime.
  • Configuring authentication and environment settings for multi-tenant agent deployments.
  • Integrating telemetry and monitoring into agent applications via the observability keywords.
  • Establishing proper JWT-based authentication scope resolution for agent-to-service calls.

Worth the install?

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

Provides core runtime utilities, environment configuration, and authentication scope resolution for AI agent applications built on Microsoft Power Platform.

Yes, if you are building AI agents on Microsoft Power Platform and need the runtime infrastructure to manage environment configuration and API discovery. The low install friction, active maintenance, and permissive MIT license make it a safe choice. However, this is an alpha package—expect the API to evolve—and you should consult the official Microsoft documentation before integrating it into production systems.

Install

microsoft-agents-a365-runtime on PyPI

pip

pip install microsoft-agents-a365-runtime

uv

uv add microsoft-agents-a365-runtime

poetry

poetry add microsoft-agents-a365-runtime

Installing microsoft-agents-a365-runtime

Before you install

Low install friction with a single runtime dependency (PyJWT). Active maintenance status with recent commits and a repository that is not archived, though the package is still in alpha development stage.

License in practice

MIT license is permissive and places no restrictions on use, modification, or distribution for commercial or private projects.

Quickstart

pip install microsoft-agents-a365-runtime

from microsoft_agents_a365_runtime import ...
# See Microsoft Agent 365 Developer documentation for usage examples

Requires Python 3.11 or later; exact API surface not documented in the excerpt.

Verify before relying

  • What specific runtime utilities and configuration methods are exposed by the package API.
  • Whether this package is intended for end-user applications or primarily as a dependency for other Microsoft agent libraries.
  • How authentication scope resolution integrates with PyJWT and what credential formats are supported.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 1 — PyJWT
Maintenance actively maintained — 105 days since the last release
Last repo commit
First released
Downloads 102,278/month — #12,875 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: microsoft_agents_a365_runtime-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

microsoft agent runtimepower platform ai agentsagent environment configurationmicrosoft agents telemetryai agent authenticationagent api discoveryagent monitoring runtime
microsoft-platformagent-runtimepower-platform

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-observability-core

Provides OpenTelemetry-based telemetry,…

permissive · top 15,000 on PyPI

agent-framework-mem0

Integrates Mem0 persistent memory into…

permissive · top 15,000 on PyPI

crewai-core

Provides shared utilities, telemetry, and…

unclear · top 5,000 on PyPI

microsoft-agents-hosting-core

Provides the core hosting infrastructure for…

permissive · top 5,000 on PyPI

agentlightning

Agent Lightning optimizes AI agents using…

unclear · top 15,000 on PyPI

azure-ai-agents

Build and deploy AI agents on Azure using…

permissive · top 5,000 on PyPI

microsoft-agents-activity

Provides core types and schemas implementing…

permissive · top 5,000 on PyPI

microsoft-agents-hosting-aiohttp

Provides HTTP hosting integration for Microsoft…

permissive · top 15,000 on PyPI

azure-ai-agentserver-core

Provides the host framework and infrastructure…

permissive · top 5,000 on PyPI

agent-framework-core

Build, orchestrate, and deploy AI agents and…

permissive · top 5,000 on PyPI

Further reading