Skip to content

Commit 6476e38

Browse files
docs: add badges, fix em dashes, add table headers
- Add Apache 2.0, cMCP, and Agent Manifest shields.io badges - Replace em dashes with colons in table rows and prose - Rename table columns to Example/What it shows/Platform/Compliance - Update healthcare row with HITL approvals and EU AI Act Art. 14 detail - Expand intro to explain how cMCP, Agent Manifest, and TRACE compose - Add GPU-CC attestation prerequisite for v0.2 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 817a5c5 commit 6476e38

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1+
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
2+
[![cMCP](https://img.shields.io/badge/Uses-cMCP_Gateway-7c3aed)](https://github.com/agentrust-io/cmcp)
3+
[![Agent Manifest](https://img.shields.io/badge/Uses-Agent_Manifest-0ea5e9)](https://github.com/agentrust-io/agent-manifest)
4+
15
# agentrust-io Examples
26

3-
End-to-end integration examples showing cMCP, Agent Manifest, and TRACE working together across deployment scenarios. Each example is self-contained and runnable on a fresh cloud VM.
7+
End-to-end integration examples showing cMCP, Agent Manifest, and TRACE working together across deployment scenarios. Each example is self-contained and runnable on a fresh cloud VM. Running them shows how the three projects compose: cMCP enforces policy at the tool call boundary, Agent Manifest carries the identity and capability declaration, and TRACE emits a signed Trust Record for every tool invocation so you can see what the full audit trail looks like in practice.
48

59
## Examples
610

7-
| Directory | Scenario | Hardware | Regulatory alignment |
11+
| Example | What it shows | Platform | Compliance |
812
|---|---|---|---|
9-
| `financial-services/` | Payment agent with Cedar policy — blocks PII in tool call parameters | SEV-SNP / TDX | EU AI Act Art. 9/12, DORA Art. 9 |
13+
| `financial-services/` | Payment agent with Cedar policy: blocks PII in tool call parameters | SEV-SNP / TDX | EU AI Act Art. 9/12, DORA Art. 9 |
14+
| `healthcare/` | Clinical decision agent with HITL approvals and EU AI Act Art. 14 compliance records | SEV-SNP / TDX | EU AI Act Art. 14, HIPAA |
15+
| `multi-tenant-saas/` | SaaS platform with per-tenant policy isolation | TDX | Customer contract SLA |
1016
| `startup-tpm/` | 15-minute quickstart on any cloud VM with Trusted Launch | TPM 2.0 | Development / staging |
1117

1218
## Quickstart
@@ -26,6 +32,7 @@ This starts the gateway in advisory mode (no blocking, full logging) and emits a
2632
- Python 3.11+
2733
- An MCP server to protect (existing servers work unchanged)
2834
- For Level 1 attestation: a VM with TPM 2.0, AMD SEV-SNP, or Intel TDX
35+
- For GPU-CC attestation (v0.2): NVIDIA H100/H200 with CC mode enabled
2936

3037
## Status
3138

0 commit comments

Comments
 (0)