Metadata-Version: 2.4
Name: agentops-accelerator
Version: 0.4.2
Summary: Release readiness gates and evidence for Microsoft Foundry agents
License: MIT License
        
        Copyright (c) Microsoft Corporation.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer<1.0,>=0.12
Requires-Dist: pydantic<3,>=2
Requires-Dist: ruamel.yaml<1.0,>=0.18
Requires-Dist: azure-ai-projects<3.0,>=2.0.1
Requires-Dist: azure-ai-evaluation<2.0,>=1.0
Requires-Dist: azure-identity<2.0,>=1.17
Requires-Dist: azure-monitor-opentelemetry<2.0,>=1.6
Requires-Dist: pandas<4.0,>=2.0
Provides-Extra: mcp
Requires-Dist: mcp<2,>=1.0; extra == "mcp"
Provides-Extra: agent
Requires-Dist: fastapi<1.0,>=0.110; extra == "agent"
Requires-Dist: uvicorn[standard]<1.0,>=0.30; extra == "agent"
Requires-Dist: httpx<1.0,>=0.27; extra == "agent"
Requires-Dist: cryptography>=42; extra == "agent"
Requires-Dist: markdown<4.0,>=3.6; extra == "agent"
Requires-Dist: azure-monitor-query<3.0,>=1.3; extra == "agent"
Requires-Dist: azure-monitor-opentelemetry<2.0,>=1.6; extra == "agent"
Requires-Dist: azure-identity<2.0,>=1.17; extra == "agent"
Requires-Dist: azure-mgmt-cognitiveservices<15.0,>=13.5; extra == "agent"
Requires-Dist: azure-mgmt-monitor<7.0,>=6.0; extra == "agent"
Requires-Dist: azure-mgmt-authorization<5.0,>=4.0; extra == "agent"
Dynamic: license-file

<h1 align="center">AgentOps Accelerator</h1>

<p align="center">
<b>Evaluate. Ship. Observe. Own.</b>
<br/>
Continuous evaluation, safety testing, observability, and release readiness for Microsoft Foundry agents.
</p>

<p align="center">
<a href="https://aka.ms/agentops-accelerator"><b>Documentation</b></a> |
<a href="https://pypi.org/project/agentops-accelerator/">PyPI</a> |
<a href="https://marketplace.visualstudio.com/items?itemName=AgentOpsAccelerator.agentops-accelerator">VS Code Extension</a> |
<a href="https://github.com/Azure/agentops/releases/latest">Latest release</a>
</p>

<p align="center">
<a href="https://pypi.org/project/agentops-accelerator/"><img alt="PyPI" src="https://img.shields.io/pypi/v/agentops-accelerator.svg?label=PyPI&color=blue"/></a>
<a href="https://marketplace.visualstudio.com/items?itemName=AgentOpsAccelerator.agentops-accelerator"><img alt="VS Code Extension" src="https://img.shields.io/badge/VS%20Code-Extension-007ACC.svg?logo=visualstudiocode"/></a>
<a href="https://github.com/Azure/agentops/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/Azure/agentops/actions/workflows/ci.yml/badge.svg?branch=develop"/></a>
<a href="https://github.com/Azure/agentops/actions/workflows/release.yml"><img alt="Release" src="https://github.com/Azure/agentops/actions/workflows/release.yml/badge.svg"/></a>
<a href="https://github.com/Azure/agentops/blob/main/LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-green.svg"/></a>
</p>

AgentOps Accelerator helps Microsoft Foundry agent teams evaluate quality, prepare releases, monitor behavior, and stay accountable after launch. It gives you a practical starting point for agent operations, with Foundry integration as the default path and deeper setup guidance in the full docs.

## Get started

```powershell
python -m pip install agentops-accelerator
agentops init
agentops eval analyze
agentops eval run
agentops doctor --evidence-pack
```

## What it helps you do

Use AgentOps Accelerator when you need to:

- Evaluate an agent before release
- Compare changes across versions
- Capture release evidence
- Monitor agent quality and regressions
- Give teams a repeatable way to own agent behavior in production

The accelerator keeps the local workflow simple, then points you to the full
docs when you are ready to configure pipelines, dashboards, and release
practices.

## Learn more

For setup guides, tutorials, architecture, CI/CD guidance, Doctor checks, and
evaluator reference, see:

<p align="center">
<a href="https://aka.ms/agentops-accelerator"><b>https://aka.ms/agentops-accelerator</b></a>
</p>

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for development, testing, and contribution guidance.
