Skip to content

Commit 50c79a2

Browse files
authored
Update README.md
1 parent 5ccb8a5 commit 50c79a2

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@
1212

1313
Protocol-Commons defines the **canonical actions autonomous agents can perform** and the **typed payloads**
1414
that make them interoperable. Without this shared verb layer:
15-
- Routing breaks
16-
- Validation fails
17-
- Multi-agent workflows collapse
15+
- **Routing breaks**
16+
- **Validation fails**
17+
- **Multi-agent workflows collapse**
1818

1919
**TL;DR**
2020
- **Shared semantics for every autonomous agent**
2121
- **Deterministic request + receipt schemas**
2222
- **Plug-and-play with Agent Cards + x402**
2323

24-
```text
24+
## Architecture Role
25+
26+
```
2527
┌────────────────────────────┐
2628
│ Execution — x402 runtime │ (value & invocation)
2729
└──────────────▲─────────────┘
@@ -100,7 +102,7 @@ Modern LLM agents **fail to collaborate** because:
100102

101103
The Commons is the **linguistic core** of CommandLayer — a neutral, MIT-licensed, schema-first action vocabulary for autonomous agents.
102104

103-
Without one canonical action standard:
105+
**Without one canonical action standard:**
104106

105107
- every agent becomes an incompatible API
106108
- verbs collide and fragment
@@ -113,11 +115,11 @@ The Commons prevents fragmentation — ensuring every agent can **speak the same
113115

114116
### Without Protocol-Commons…
115117

116-
Agents become API silos
117-
Behaviors drift and conflict
118-
Payload validation becomes fragile
119-
Chaining fails across ecosystems
120-
Trust depends on private platforms
118+
- Agents become API silos
119+
- Behaviors drift and conflict
120+
- Payload validation becomes fragile
121+
- Chaining fails across ecosystems
122+
- Trust depends on private platforms
121123

122124
Standards prevent fragmentation.
123125
Commons is the **semantic safety net** for the agent economy.
@@ -378,5 +380,6 @@ CommandLayer follows a clean separation of concerns:
378380

379381

380382

383+
381384

382385

0 commit comments

Comments
 (0)