File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -333,11 +333,15 @@ Commons is designed to remain neutral and stable.
333333---
334334
335335## Next Layers
336+
336337CommandLayer follows a clean separation of concerns:
337338
338- - ** agent-cards** → identity & discovery
339- - ** protocol-commercial** → commercial verbs & endpoints
340- - ** sdk-js / sdk-python** → runtime implementations & helpers
339+ - ** protocol-commons** → free canonical Commons schemas (specs)
340+ - ** protocol-commercial** → free canonical Commercial schemas (specs)
341+ - ** agent-cards** → identity & discovery for agents
342+ - ** protocol-runtime** → reference execution layer (endpoints, adapters, paywalls)
343+ - ** sdk-js / sdk-python** → client libraries that interact with the runtime
344+
341345
342346 ----
343347
@@ -355,3 +359,4 @@ CommandLayer follows a clean separation of concerns:
355359
356360
357361
362+
You can’t perform that action at this time.
0 commit comments