File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22# ** CommandLayer Protocol — Commons**
33
4- The canonical verb + schema layer for agent intent — standardized for autonomous-to-autonomous execution and verifiable interoperability.
5- <br >
4+ The canonical verb + schema layer for machine intent — standardized for verifiable A2A automation.<br >
65<div align =" center " >
76
87[ ![ npm] ( https://img.shields.io/npm/v/@commandlayer/protocol-commons?color=brightgreen )] ( https://www.npmjs.com/package/@commandlayer/protocol-commons )
@@ -73,6 +72,21 @@ The Commons includes **10 universal actions** used across nearly all agentic wor
7372- summarize
7473- fetch
7574
75+ ```
76+ +---------------------------+
77+ | Protocol-Commons |
78+ | (verbs + schemas) |
79+ +-------------+-------------+
80+ |
81+ v
82+ Agent Cards (identity)
83+ |
84+ v
85+ x402 Entry (invoke)
86+ |
87+ v
88+ Execution Runtime (A2A)
89+ ```
7690** Each verb provides:**
7791
7892` <verb>.request.schema.json `
@@ -93,21 +107,7 @@ No aliases.
93107No ambiguity.
94108** Each verb is an immutable, canonical action definition.**
95109
96- ```
97- +---------------------------+
98- | Protocol-Commons |
99- | (verbs + schemas) |
100- +-------------+-------------+
101- |
102- v
103- Agent Cards (identity)
104- |
105- v
106- x402 Entry (invoke)
107- |
108- v
109- Execution Runtime (A2A)
110- ```
110+
111111---
112112
113113## Repository Structure
@@ -225,3 +225,4 @@ Other layers of CommandLayer live in dedicated repositories:
225225
226226
227227
228+
You can’t perform that action at this time.
0 commit comments