From b5b565d7a8668ebb907aa62c340e2a6314db3d6a Mon Sep 17 00:00:00 2001 From: Biresh Patel Date: Mon, 20 Apr 2026 00:09:25 -0500 Subject: [PATCH] Update README to include CI badge for improved visibility of build status and enhance project documentation clarity regarding automated testing for AI agents. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f07287..bd3bfca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # AgentAssert +[![CI](https://github.com/bireshpatel/agent-assert/actions/workflows/ci.yml/badge.svg)](https://github.com/bireshpatel/agent-assert/actions/workflows/ci.yml) + **What this is:** Automated tests for an **AI agent** that can **call tools** (for example: “read this file,” “call this API”). The tests check **what the agent decided to do** (which tools it picked, in what order, and what it said at the end)—not just the final text. **For QA:** Think of it like testing **business rules on decisions**, not only checking a screen or a single return value. Failures attach **traces** (a step-by-step log) so you can see prompts, tool calls, and outputs in the Playwright HTML report.