From b0c4a06d4adace7f110f8ebdd9d33f426cd3abd6 Mon Sep 17 00:00:00 2001 From: Paulo Lacerda Date: Tue, 9 Jun 2026 17:01:22 -0300 Subject: [PATCH] docs: position AgentOps Accelerator as the open-source AgentOps jumpstart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace 'open-source framework and CLI' with 'open-source AgentOps jumpstart' in the README badge subtitle and Overview. Framework implied something users had to inherit from or build inside, which AgentOps is not — it orchestrates external tools (Foundry Evaluations, ASSERT, PyRIT, Azure Monitor, azd) and ships normalized evidence. Also add 'observability' to the activity list so the descriptor reflects that AgentOps surfaces App Insights production telemetry through the Cockpit and Doctor, not just release-gate evaluation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d67d361..df83e83 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

AgentOps Accelerator

-Open-source framework and CLI for continuous evaluation, safety testing, and release readiness of Microsoft Foundry agents. +The open-source AgentOps jumpstart for continuous evaluation, safety testing, observability, and release readiness of Microsoft Foundry agents.
Can we ship it, and how do we know?

@@ -21,10 +21,10 @@ Can we ship it, and how do we know? ## Overview -AgentOps Accelerator is an open-source framework and CLI that standardizes -continuous evaluation, safety testing, and release readiness for enterprise -AI agents on Microsoft Foundry. It connects Foundry Evaluations, ASSERT, -the PyRIT-backed AI Red Teaming agent, Azure Monitor, and your CI/CD +AgentOps Accelerator is an open-source AgentOps jumpstart that standardizes +continuous evaluation, safety testing, observability, and release readiness +for enterprise AI agents on Microsoft Foundry. It connects Foundry Evaluations, +ASSERT, the PyRIT-backed AI Red Teaming agent, Azure Monitor, and your CI/CD platform into one repeatable release loop, packaging every result into a stable evidence pack that proves the release is ready for production.