By Azure
Run standardized AI agent evaluation workflows with AgentOps Toolkit and Microsoft Foundry, including generating evaluation datasets, running release-readiness gates, scaffolding safety and red-team runners, interpreting reports, managing CI/CD workflows, and surfacing regressions from eval history and Azure Monitor traces.
AgentOps Doctor - surface release-readiness findings, regressions, latency spikes, error rates, and safety hits across AgentOps eval history, Azure Monitor traces, and Foundry control plane.
Generate or update agentops.yaml (flat 1.0 schema) for AgentOps release-readiness gates. Trigger on "configure agentops", "agentops.yaml", "set up evaluation", "what should I evaluate". Infer the agent target and dataset from the codebase; ask only when nothing can be found.
Create or extend a small JSONL dataset for AgentOps release-readiness gates. Trigger on "create dataset", "generate test data", "JSONL", "more eval rows". Infer the agent's domain from the codebase and produce realistic rows; never fabricate data when the domain is unclear.
Run AgentOps release-readiness evaluations against Foundry prompt agents, Foundry hosted endpoints, HTTP/JSON agents, or raw model deployments. Trigger on phrases like "run eval", "evaluate my agent", "benchmark", "agentops eval", "compare runs", "can we ship". Uses the flat agentops.yaml schema.
Scaffold ASSERT and Red Team runners for the release gate, and draft reviewable governance evidence for ASSERT, Agent Control Specification (ACS), Guided Guardrail readiness, and red-team planning. Trigger on "ASSERT", "ACS", "agent control", "guardrail", "red team", "governance", "release evidence", "scaffold assert", "set up red team", "add safety gate".
npx claudepluginhub azure/agentops --plugin agentops-acceleratorBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Evaluate. Ship. Observe. Operate.
Continuous evaluation, safety testing, observability, and release readiness for Microsoft Foundry agents.
Documentation | PyPI | VS Code Extension | Latest release
AgentOps Accelerator helps Microsoft Foundry agent teams evaluate quality, prepare releases, monitor behavior, and operate reliably 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.
python -m pip install agentops-accelerator
agentops init
agentops init starts a guided setup that creates your agentops.yaml and
.agentops/ workspace.
Next, follow the tutorial that matches your agent type:
Use AgentOps Accelerator when you need to:
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.
For setup guides, tutorials, architecture, CI/CD guidance, Doctor checks, and evaluator reference, start with the documentation site:
https://aka.ms/agentops-accelerator
az login
$env:AZURE_AI_FOUNDRY_PROJECT_ENDPOINT = "https://<resource>.services.ai.azure.com/api/projects/<project>"
$env:AZURE_OPENAI_ENDPOINT = "https://<openai-resource>.openai.azure.com"
$env:AZURE_OPENAI_DEPLOYMENT = "gpt-4o-mini"
agentops eval analyze
agentops eval run
agentops doctor --evidence-pack
For Foundry targets, use either project_endpoint: in agentops.yaml or
AZURE_AI_FOUNDRY_PROJECT_ENDPOINT. Config wins when both are set.
Outputs land in .agentops/results/latest/:
results.json - machine-readable (versioned, stable schema)report.md - human-readable, PR-friendlyRelease evidence lands in .agentops/release/latest/:
evidence.json - machine-readable production-readiness projectionevidence.md - PR/release summaryCapture the first successful run as a baseline:
New-Item -ItemType Directory -Force .agentops\baseline | Out-Null
Copy-Item .agentops\results\latest\results.json .agentops\baseline\results.json
To see a visible comparison, publish a new agent version with a prompt
that paraphrases instead of copying exact-answer requests, update
agentops.yaml to that new name:version, and compare against the
baseline:
agentops eval run --baseline .agentops/baseline/results.json
The report grows a Comparison vs Baseline section with per-metric deltas.
Install optional extras as needed: [agent] for Doctor/Cockpit and [mcp] for MCP.
Azure Connector Gateway — manage gateways, connections, and triggers. Connects external services (Office 365, Teams, Microsoft Forms, SharePoint, OneDrive, GitHub, Azure Blob) to sandbox apps via event-driven triggers or direct API calls using connection runtime URLs.
Official Claude plugin for Azure DocumentDB (MongoDB-compatible). Bundles the DocumentDB MCP server with skills for data modeling, indexing, query optimization, vector search, full-text search, deployment, security, and more.
Azure Functions skills for setup, create, and deploy workflows
Azure Managed Grafana skills — health checks, cost analysis, and diagnostics via AMG-MCP
Discover the models and MCP tool servers registered in an AI Gateway and integrate them into any application — call a model over the OpenAI-compatible passthrough, connect MCP tools, or scaffold a runnable agent. Read-only against the gateway — consumption only.
AI agent evaluation toolkit for Copilot Studio. Plan evals, generate test cases, interpret results, and triage failures — grounded in Microsoft's Eval Scenario Library and Triage & Improvement Playbook.
This skill should be used when the user asks to "evaluate agent performance", "build test framework", "measure agent quality", "create evaluation rubrics", or mentions LLM-as-judge, multi-dimensional evaluation, agent testing, or quality gates for agent pipelines.
Open-source testing and regression detection framework for AI agents. Golden baseline diffing, CI/CD integration, works with LangGraph, CrewAI, OpenAI, Anthropic Claude, HuggingFace, Ollama, and MCP.
Agent and skill evaluation harness with MLflow integration
Set up evaluation of AI agents with tool call validation, correctness checks, task completion, and tool reliability using Dokimos. Framework-agnostic — works with any agent framework.
SDK Usability Benchmark — generate, execute, judge, and analyze AI agent benchmark suites