--- id: microsoft-agents-a365-runtime version: "1.0.0" license: MIT license_treatment: permissive maintenance: active --- # microsoft-agents-a365-runtime — Telemetry, tracing, and monitoring components for AI agents License: permissive · Maintenance: active · Downloads: 102.3K/mo ## 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 above — 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 pip install microsoft-agents-a365-runtime uv add microsoft-agents-a365-runtime 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_current - Install friction: low - Maintenance: active - Downloads: 102.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags microsoft agent runtime, power platform ai agents, agent environment configuration, microsoft agents telemetry, ai agent authentication, agent api discovery, agent monitoring runtime, microsoft-platform, agent-runtime, power-platform [View on SkillFed](https://skillfed.io/packages/microsoft-agents-a365-runtime) · [View on PyPI](https://pypi.org/project/microsoft-agents-a365-runtime/)