File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,15 +155,19 @@ console.log(analyzeRequest.properties); // Typed input contract for "analyze"
155155
156156## CommandLayer Protocol Stack
157157
158- | Layer | Role |
159- | ------| ------|
160- | ** Protocol-Commons** | Canonical verbs & schemas (machine intent grammar) |
161- | ** Agent-Cards** | Identity, discovery, and entrypoints for concrete agents |
162- | ** x402 runtime** | Transport, execution, and structured receipts |
158+ | Layer | Role |
159+ | ----------------------- | -------------------------------------------------- |
160+ | ** Protocol-Commons** | Canonical verbs & schemas (machine intent grammar) |
161+ | ** Agent-Cards** | Identity, discovery, and invocation metadata |
162+ | ** Protocol-Commercial** | Monetized verbs + economic execution guarantees |
163+ | ** x402 runtime** | Transport, execution, and structured receipts |
164+
165+
166+ - ** Commons** defines * what actions exist* and how they are structured.
167+ - ** Agent-Cards** bind those actions to real agents.
168+ - ** Protocol-Commercial** defines market-aligned verbs and receipt.
169+ - ** x402 runtime** executes those actions and returns proof
163170
164- ** Commons** defines * what actions exist* and how they are structured.
165- ** Agent-Cards** bind those actions to real agents.
166- ** x402** moves the value and messages.
167171
168172---
169173
@@ -347,3 +351,4 @@ CommandLayer follows a clean separation of concerns:
347351
348352
349353
354+
You can’t perform that action at this time.
0 commit comments