From f204e78eb2aa3a39a6f3b89531fe30ab95da790a Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Wed, 4 Mar 2026 23:29:06 -0500 Subject: [PATCH] docs: align README with Agent Guard product branding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mirror the MCP Guard naming pattern: - Title: 'CapiscIO SDK (Python)' → 'CapiscIO Agent Guard' - Description: introduce Agent Guard as the product name - Keep all class names (SimpleGuard, CapiscioMiddleware) unchanged --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be2d57b..c5ba273 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# CapiscIO SDK (Python) +# CapiscIO Agent Guard -**Enforcement-First Security for A2A Agents.** +Runtime identity and trust enforcement for A2A agents. [![PyPI version](https://badge.fury.io/py/capiscio-sdk.svg)](https://badge.fury.io/py/capiscio-sdk) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) -**CapiscIO** is the "Customs Officer" for your AI Agent. It provides military-grade Identity and Integrity enforcement for the [Agent-to-Agent (A2A) Protocol](https://github.com/google/A2A) with **zero configuration**. +**Agent Guard** is the CapiscIO runtime SDK for [A2A Protocol](https://github.com/google/A2A) agents. It provides identity management, request signing, badge verification, and trust enforcement with **zero configuration**. ## 🚀 The 60-Second Upgrade