You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ End-to-end integration examples showing cMCP, Agent Manifest, and TRACE working
12
12
|---|---|---|---|
13
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
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
-
|`industrial-embodied-ai/`| Material-movement agent with cMCP authorization and an independent safety-controller boundary | TEE / software-only development mode | OT security and industrial robot safety references |
15
+
|`industrial-embodied-ai/`| Material-movement agent with cMCP authorization, an independent safety-controller boundary and offline-verifiable closed-session evidence| TEE / software-only development mode | OT security and industrial robot safety references |
| Evidence | What it establishes | What it does not establish |
181
216
|---|---|---|
182
-
| Agent Manifest | The signed declaration and hashes of the approved prompt, policy and tools | That the deployed runtime loaded those artifacts|
217
+
| Agent Manifest | The signed agent identity declaration and hashes of the approved prompt, policy and tools | That cMCP loaded the manifest or bound its agent identity to the runtime session|
183
218
| cMCP decision | The active policy authorized or denied a cataloged tool request | That an authorized physical request was safe |
184
-
| TRACE Trust Record | Runtime, policy hash, catalog hash and tool-call transcript integrity | Controller acceptance, physical completion or functional-safety compliance |
185
-
| Controller response | The mock controller's decision returned during this run | A hardware-backed or independently retained execution record |
219
+
| TRACE Trust Record | cMCP session identity, runtime, policy hash, catalog hash and tool-call transcript integrity | The Agent Manifest identity, controller acceptance, physical completion or functional-safety compliance |
220
+
| Saved TRACE and audit files | The closed session can be checked after the processes stop | Continuity of agent memory, reputation or logical identity across a restart or replacement |
221
+
| Client-observed controller response | The mock controller's decision returned to the agent during this run | A signed, hardware-backed or independently retained execution record |
186
222
187
223
The current cMCP audit bundle records request hashes and authorization
188
224
decisions, but does not populate a response hash for the controller outcome.
189
225
The example therefore does not claim that TRACE proves controller acceptance
190
226
or physical completion. Binding independent controller evidence is a
191
227
follow-up design question, not something this example silently invents.
192
228
229
+
The committed TRACE subject identifies the cMCP session, while the Agent
230
+
Manifest declares a separate agent identity. The validator confirms that the
231
+
static policy and catalog hashes agree, but the current preview does not
232
+
cryptographically bind that manifest identity to the runtime session. It also
233
+
does not establish that a restarted or replacement process is the same logical
0 commit comments