xytara 1.26.0 → 1.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +85 -0
- package/SERVICE_CONTRACT.md +63 -0
- package/adapters/AUTHORING_GUIDE.md +10 -0
- package/adapters/examples/example-third-party-acp-registration.submission-bundle.json +124 -0
- package/adapters/examples/example-third-party-erc8004-registration.submission-bundle.json +121 -0
- package/adapters/examples/example-third-party-langchain-registration.submission-bundle.json +124 -0
- package/adapters/examples/example-third-party-mpp-registration.submission-bundle.json +120 -0
- package/index.js +1 -1
- package/integrations/registry.js +240 -1
- package/lib/commerce_coordination.js +346 -0
- package/lib/commerce_economics.js +667 -0
- package/lib/commerce_reports.js +94 -1
- package/lib/commerce_runtime.js +10 -0
- package/lib/commerce_shell.js +208 -0
- package/package.json +1 -1
- package/server.js +494 -0
package/README.md
CHANGED
|
@@ -606,6 +606,24 @@ Primary service routes:
|
|
|
606
606
|
- `POST /v1/registry/packs/anchor`
|
|
607
607
|
- `POST /v1/anchoring/submit`
|
|
608
608
|
- `POST /v1/anchoring/packs/preview`
|
|
609
|
+
- `GET /v1/coordination-center`
|
|
610
|
+
- `GET /v1/coordination-center/summary`
|
|
611
|
+
- `GET /v1/zones`
|
|
612
|
+
- `GET /v1/zones/compatibility-profiles`
|
|
613
|
+
- `GET /v1/zones/:zoneId/constitution`
|
|
614
|
+
- `POST /v1/coordination-center/interpretation-handoff/validate`
|
|
615
|
+
- `POST /v1/coordination-center/handshake-preview`
|
|
616
|
+
- `POST /v1/coordination-center/cross-zone-preview`
|
|
617
|
+
- `POST /v1/coordination-center/admission-case-projection`
|
|
618
|
+
- `POST /v1/coordination-center/admission-case-bundle`
|
|
619
|
+
- `POST /v1/coordination-center/operator-view`
|
|
620
|
+
- `POST /v1/coordination-center/admin-view`
|
|
621
|
+
- `POST /v1/coordination-center/admission-ops-pack`
|
|
622
|
+
- `POST /v1/coordination-center/admission-workflow-pack`
|
|
623
|
+
- `POST /v1/coordination-center/coordination-pack`
|
|
624
|
+
- `POST /v1/coordination-center/review-link`
|
|
625
|
+
- `GET /v1/coordination-center/zones-dashboard`
|
|
626
|
+
- `POST /v1/coordination-center/zones-dashboard-pack`
|
|
609
627
|
- `POST /v1/mcp/tools/invoke`
|
|
610
628
|
- `GET /v1/payment-quotes`
|
|
611
629
|
- `GET /v1/payment-quotes/:quote_id`
|
|
@@ -636,6 +654,73 @@ Primary service routes:
|
|
|
636
654
|
- `GET /v1/operator-export-pack`
|
|
637
655
|
- `GET /v1/operations/dashboard`
|
|
638
656
|
- `GET /v1/operations/attention-records`
|
|
657
|
+
- `GET /v1/operator-shell`
|
|
658
|
+
- `GET /v1/operator-shell/summary`
|
|
659
|
+
- `POST /v1/operator-shell/summary`
|
|
660
|
+
- `POST /v1/operator-shell/workflow-pack`
|
|
661
|
+
- `POST /v1/operator-shell/admin-pack`
|
|
662
|
+
- `GET /v1/agent-accounts`
|
|
663
|
+
- `POST /v1/agent-accounts`
|
|
664
|
+
- `GET /v1/agent-accounts/:account_id`
|
|
665
|
+
- `POST /v1/economics/budgets`
|
|
666
|
+
- `POST /v1/economics/budgets/:budget_id/status`
|
|
667
|
+
- `POST /v1/economics/agents`
|
|
668
|
+
- `POST /v1/economics/agents/:agent_id/status`
|
|
669
|
+
- `POST /v1/economics/receipts`
|
|
670
|
+
- `POST /v1/economics/receipts/:receipt_id/lifecycle`
|
|
671
|
+
- `POST /v1/economics/receipts/:receipt_id/operator-action`
|
|
672
|
+
- `POST /v1/economics/allocations/mint`
|
|
673
|
+
- `POST /v1/economics/allocations/reverse`
|
|
674
|
+
- `POST /v1/economics/rails/credits/preview`
|
|
675
|
+
- `POST /v1/economics/rails/credits/apply`
|
|
676
|
+
- `POST /v1/economics/receipt-ledger/validate`
|
|
677
|
+
- `POST /v1/economics/interpretation-handoff`
|
|
678
|
+
- `POST /v1/economics/markets/preview`
|
|
679
|
+
- `POST /v1/economics/markets/workflow-pack`
|
|
680
|
+
- `POST /v1/economics/markets/signoff-pack`
|
|
681
|
+
- `POST /v1/economics/markets/coordination-pack`
|
|
682
|
+
- `GET /v1/economics/accounts/:account_id/budgets`
|
|
683
|
+
- `GET /v1/economics/accounts/:account_id/agents`
|
|
684
|
+
- `GET /v1/economics/accounts/:account_id/receipts`
|
|
685
|
+
- `GET /v1/economics/accounts/:account_id`
|
|
686
|
+
- `GET /v1/economics/accounts/:account_id/operator-view`
|
|
687
|
+
- `GET /v1/economics/accounts/:account_id/operator-dashboard`
|
|
688
|
+
- `GET /v1/economics/accounts/:account_id/treasury-summary`
|
|
689
|
+
- `GET /v1/economics/accounts/:account_id/ledger-export`
|
|
690
|
+
- `GET /v1/economics/accounts/:account_id/treasury-drilldown`
|
|
691
|
+
- `GET /v1/economics/accounts/:account_id/reconciliation-pack`
|
|
692
|
+
- `GET /v1/economics/accounts/:account_id/treasury-workflow-pack`
|
|
693
|
+
- `GET /v1/economics/accounts/:account_id/treasury-signoff-pack`
|
|
694
|
+
- `GET /v1/economics/accounts/:account_id/policy-summary`
|
|
695
|
+
- `GET /v1/economics/accounts/:account_id/rail-summary`
|
|
696
|
+
- `GET /v1/economics/accounts/:account_id/rail-workflow-pack`
|
|
697
|
+
- `GET /v1/economics/accounts/:account_id/rail-signoff-pack`
|
|
698
|
+
- `POST /v1/economics/jobs/:job_id/operator-action`
|
|
699
|
+
- `GET /v1/economics/evidence/receipts/:receipt_ref`
|
|
700
|
+
- `GET /v1/economics/evidence/jobs/:job_id`
|
|
701
|
+
- `GET /v1/economics/integration/jobs/:job_id`
|
|
702
|
+
|
|
703
|
+
The Wave C coordination carry-over line adds a bounded coordination center on top of the public transaction spine:
|
|
704
|
+
|
|
705
|
+
- zone discovery, compatibility profiles, and constitution lookup
|
|
706
|
+
- interpretation-handoff validation and cross-zone handshake preview
|
|
707
|
+
- cross-zone admission-case projection and portable case-bundle export
|
|
708
|
+
- coordination operator/admin views plus explicit review-linkage into governance and proof follow-through
|
|
709
|
+
- admission ops/workflow packs, coordination packs, and zones dashboard packaging
|
|
710
|
+
|
|
711
|
+
The Wave D adapter-breadth line broadens the bundled public integration surface as well:
|
|
712
|
+
|
|
713
|
+
- additional built-in protocol surfaces for `a2a`, `acp`, `mqtt`, `grpc`, `kafka`, `nats`, and `ros2`
|
|
714
|
+
- additional built-in execution-front surfaces for `langchain`, `langgraph`, `semantic_kernel`, `autogen`, `crewai`, and `llamaindex`
|
|
715
|
+
- broader bundled payment and identity breadth through `mpp` and `erc8004`-oriented public integration surfaces
|
|
716
|
+
|
|
717
|
+
The Wave F shell carry-over line adds a bounded operator shell inside public `xytara`:
|
|
718
|
+
|
|
719
|
+
- self-serve agent account issuance for the public runtime path
|
|
720
|
+
- a unified operator shell summary across operations, economics, and coordination
|
|
721
|
+
- compact workflow/admin shell exports that point cleanly into proof-side follow-through when needed
|
|
722
|
+
|
|
723
|
+
This keeps the public product centered on `naxytra` while recovering the useful operator-shell lineage as a built-in `xytara` capability instead of a separate branded surface.
|
|
639
724
|
|
|
640
725
|
## Verification
|
|
641
726
|
|
package/SERVICE_CONTRACT.md
CHANGED
|
@@ -30,6 +30,24 @@ Named first-class lanes:
|
|
|
30
30
|
- `POST /v1/runtime/emit-anchor`
|
|
31
31
|
- `POST /v1/registry/register`
|
|
32
32
|
- `POST /v1/anchoring/submit`
|
|
33
|
+
- `GET /v1/coordination-center`
|
|
34
|
+
- `GET /v1/coordination-center/summary`
|
|
35
|
+
- `GET /v1/zones`
|
|
36
|
+
- `GET /v1/zones/compatibility-profiles`
|
|
37
|
+
- `GET /v1/zones/:zoneId/constitution`
|
|
38
|
+
- `POST /v1/coordination-center/interpretation-handoff/validate`
|
|
39
|
+
- `POST /v1/coordination-center/handshake-preview`
|
|
40
|
+
- `POST /v1/coordination-center/cross-zone-preview`
|
|
41
|
+
- `POST /v1/coordination-center/admission-case-projection`
|
|
42
|
+
- `POST /v1/coordination-center/admission-case-bundle`
|
|
43
|
+
- `POST /v1/coordination-center/operator-view`
|
|
44
|
+
- `POST /v1/coordination-center/admin-view`
|
|
45
|
+
- `POST /v1/coordination-center/admission-ops-pack`
|
|
46
|
+
- `POST /v1/coordination-center/admission-workflow-pack`
|
|
47
|
+
- `POST /v1/coordination-center/coordination-pack`
|
|
48
|
+
- `POST /v1/coordination-center/review-link`
|
|
49
|
+
- `GET /v1/coordination-center/zones-dashboard`
|
|
50
|
+
- `POST /v1/coordination-center/zones-dashboard-pack`
|
|
33
51
|
- `POST /v1/mcp/tools/invoke`
|
|
34
52
|
- `POST /x402/mcp/tools/invoke`
|
|
35
53
|
|
|
@@ -61,6 +79,51 @@ Lifecycle and operator routes:
|
|
|
61
79
|
- `GET /v1/operator-export-pack`
|
|
62
80
|
- `GET /v1/operations/dashboard`
|
|
63
81
|
- `GET /v1/operations/attention-records`
|
|
82
|
+
- `GET /v1/operator-shell`
|
|
83
|
+
- `GET /v1/operator-shell/summary`
|
|
84
|
+
- `POST /v1/operator-shell/summary`
|
|
85
|
+
- `POST /v1/operator-shell/workflow-pack`
|
|
86
|
+
- `POST /v1/operator-shell/admin-pack`
|
|
87
|
+
- `GET /v1/agent-accounts`
|
|
88
|
+
- `POST /v1/agent-accounts`
|
|
89
|
+
- `GET /v1/agent-accounts/:account_id`
|
|
90
|
+
- `POST /v1/economics/budgets`
|
|
91
|
+
- `POST /v1/economics/budgets/:budget_id/status`
|
|
92
|
+
- `POST /v1/economics/agents`
|
|
93
|
+
- `POST /v1/economics/agents/:agent_id/status`
|
|
94
|
+
- `POST /v1/economics/receipts`
|
|
95
|
+
- `POST /v1/economics/receipts/:receipt_id/lifecycle`
|
|
96
|
+
- `POST /v1/economics/receipts/:receipt_id/operator-action`
|
|
97
|
+
- `POST /v1/economics/allocations/mint`
|
|
98
|
+
- `POST /v1/economics/allocations/reverse`
|
|
99
|
+
- `POST /v1/economics/rails/credits/preview`
|
|
100
|
+
- `POST /v1/economics/rails/credits/apply`
|
|
101
|
+
- `POST /v1/economics/receipt-ledger/validate`
|
|
102
|
+
- `POST /v1/economics/interpretation-handoff`
|
|
103
|
+
- `POST /v1/economics/markets/preview`
|
|
104
|
+
- `POST /v1/economics/markets/workflow-pack`
|
|
105
|
+
- `POST /v1/economics/markets/signoff-pack`
|
|
106
|
+
- `POST /v1/economics/markets/coordination-pack`
|
|
107
|
+
- `GET /v1/economics/accounts/:account_id/budgets`
|
|
108
|
+
- `GET /v1/economics/accounts/:account_id/agents`
|
|
109
|
+
- `GET /v1/economics/accounts/:account_id/receipts`
|
|
110
|
+
- `GET /v1/economics/accounts/:account_id`
|
|
111
|
+
- `GET /v1/economics/accounts/:account_id/operator-view`
|
|
112
|
+
- `GET /v1/economics/accounts/:account_id/operator-dashboard`
|
|
113
|
+
- `GET /v1/economics/accounts/:account_id/treasury-summary`
|
|
114
|
+
- `GET /v1/economics/accounts/:account_id/ledger-export`
|
|
115
|
+
- `GET /v1/economics/accounts/:account_id/treasury-drilldown`
|
|
116
|
+
- `GET /v1/economics/accounts/:account_id/reconciliation-pack`
|
|
117
|
+
- `GET /v1/economics/accounts/:account_id/treasury-workflow-pack`
|
|
118
|
+
- `GET /v1/economics/accounts/:account_id/treasury-signoff-pack`
|
|
119
|
+
- `GET /v1/economics/accounts/:account_id/policy-summary`
|
|
120
|
+
- `GET /v1/economics/accounts/:account_id/rail-summary`
|
|
121
|
+
- `GET /v1/economics/accounts/:account_id/rail-workflow-pack`
|
|
122
|
+
- `GET /v1/economics/accounts/:account_id/rail-signoff-pack`
|
|
123
|
+
- `POST /v1/economics/jobs/:job_id/operator-action`
|
|
124
|
+
- `GET /v1/economics/evidence/receipts/:receipt_ref`
|
|
125
|
+
- `GET /v1/economics/evidence/jobs/:job_id`
|
|
126
|
+
- `GET /v1/economics/integration/jobs/:job_id`
|
|
64
127
|
|
|
65
128
|
## Error-Shape Expectations
|
|
66
129
|
|
|
@@ -68,7 +68,11 @@ Current examples:
|
|
|
68
68
|
- [example-settlement-adapter.manifest.json](C:/Users/Yoga/Desktop/workspace/vscode_workspace_public/naxytra/xytara/adapters/examples/example-settlement-adapter.manifest.json)
|
|
69
69
|
- [example-settlement-adapter.js](C:/Users/Yoga/Desktop/workspace/vscode_workspace_public/naxytra/xytara/adapters/examples/example-settlement-adapter.js)
|
|
70
70
|
- [example-third-party-registration.submission-bundle.json](C:/Users/Yoga/Desktop/workspace/vscode_workspace_public/naxytra/xytara/adapters/examples/example-third-party-registration.submission-bundle.json)
|
|
71
|
+
- [example-third-party-acp-registration.submission-bundle.json](C:/Users/Yoga/Desktop/workspace/vscode_workspace_public/naxytra/xytara/adapters/examples/example-third-party-acp-registration.submission-bundle.json)
|
|
71
72
|
- [example-third-party-identity-registration.submission-bundle.json](C:/Users/Yoga/Desktop/workspace/vscode_workspace_public/naxytra/xytara/adapters/examples/example-third-party-identity-registration.submission-bundle.json)
|
|
73
|
+
- [example-third-party-erc8004-registration.submission-bundle.json](C:/Users/Yoga/Desktop/workspace/vscode_workspace_public/naxytra/xytara/adapters/examples/example-third-party-erc8004-registration.submission-bundle.json)
|
|
74
|
+
- [example-third-party-langchain-registration.submission-bundle.json](C:/Users/Yoga/Desktop/workspace/vscode_workspace_public/naxytra/xytara/adapters/examples/example-third-party-langchain-registration.submission-bundle.json)
|
|
75
|
+
- [example-third-party-mpp-registration.submission-bundle.json](C:/Users/Yoga/Desktop/workspace/vscode_workspace_public/naxytra/xytara/adapters/examples/example-third-party-mpp-registration.submission-bundle.json)
|
|
72
76
|
- [example-third-party-settlement-registration.submission-bundle.json](C:/Users/Yoga/Desktop/workspace/vscode_workspace_public/naxytra/xytara/adapters/examples/example-third-party-settlement-registration.submission-bundle.json)
|
|
73
77
|
|
|
74
78
|
If you want the shortest reviewable end-to-end path, use:
|
|
@@ -191,6 +195,12 @@ Use:
|
|
|
191
195
|
|
|
192
196
|
This gives future integrations one predictable artifact for authoring review, staging review, or registry import.
|
|
193
197
|
|
|
198
|
+
Public posture rule:
|
|
199
|
+
|
|
200
|
+
- native support means `xytara` ships a bundled first-party integration in the registry
|
|
201
|
+
- adapter support means the public contract and authoring path are available for that class or lane
|
|
202
|
+
- third-party plugin posture means the integration should normally enter through explicit submission bundles and staged registration before default rollout
|
|
203
|
+
|
|
194
204
|
Bundle-driven staging/export is also supported, so a set of reviewed third-party integrations can be turned into a normalized registry snapshot without custom glue code.
|
|
195
205
|
|
|
196
206
|
If you need to hand off multiple reviewed integrations together, package them as a bundle set rather than inventing a one-off folder convention each time.
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bundle_version": "xytara/integration-submission-bundle/v1",
|
|
3
|
+
"manifest": {
|
|
4
|
+
"adapter_id": "partner.protocol.acme_acp",
|
|
5
|
+
"adapter_class": "agent_protocol_adapter",
|
|
6
|
+
"adapter_version": "0.1.0",
|
|
7
|
+
"interface_version": "commerce-adapter-interface/v1",
|
|
8
|
+
"display_name": "Acme ACP Partner Adapter",
|
|
9
|
+
"description": "Reference third-party ACP integration showing how staged ACP registration should appear in discovery.",
|
|
10
|
+
"capabilities": [
|
|
11
|
+
"protocol.acp.bridge"
|
|
12
|
+
],
|
|
13
|
+
"required_secrets": [
|
|
14
|
+
"ACME_ACP_TOKEN"
|
|
15
|
+
],
|
|
16
|
+
"required_permissions": [
|
|
17
|
+
"network:outbound"
|
|
18
|
+
],
|
|
19
|
+
"supported_profiles": [
|
|
20
|
+
"partner",
|
|
21
|
+
"marketplace"
|
|
22
|
+
],
|
|
23
|
+
"supported_regions": [
|
|
24
|
+
"global"
|
|
25
|
+
],
|
|
26
|
+
"supported_settlement_modes": [
|
|
27
|
+
"evm_payment"
|
|
28
|
+
],
|
|
29
|
+
"pricing_basis": "per_task",
|
|
30
|
+
"latency_class": "near_real_time",
|
|
31
|
+
"registration_contract": {
|
|
32
|
+
"integration_id": "partner.protocol.acme_acp",
|
|
33
|
+
"integration_maturity": "reference_example",
|
|
34
|
+
"bundled": false,
|
|
35
|
+
"default_selection_enabled": false,
|
|
36
|
+
"requires_explicit_selection": true
|
|
37
|
+
},
|
|
38
|
+
"certification_contract": {
|
|
39
|
+
"certification_state": "reference_example",
|
|
40
|
+
"certification_scope": [
|
|
41
|
+
"contract_shape"
|
|
42
|
+
],
|
|
43
|
+
"verified_with": [
|
|
44
|
+
"verify_adapters"
|
|
45
|
+
],
|
|
46
|
+
"last_verified_contract_version": "xytara/v1"
|
|
47
|
+
},
|
|
48
|
+
"compatibility": {
|
|
49
|
+
"node": ">=18",
|
|
50
|
+
"commerce_contract": "xytara/v1",
|
|
51
|
+
"proof_contract": "xoonya/v1"
|
|
52
|
+
},
|
|
53
|
+
"health_contract": {
|
|
54
|
+
"check_kind": "self_reported",
|
|
55
|
+
"supports_readiness": true
|
|
56
|
+
},
|
|
57
|
+
"idempotency_contract": {
|
|
58
|
+
"strategy": "quote_bound_invocation",
|
|
59
|
+
"scope": "protocol_invocation"
|
|
60
|
+
},
|
|
61
|
+
"failure_contract": {
|
|
62
|
+
"categories": [
|
|
63
|
+
"invalid_input",
|
|
64
|
+
"timeout",
|
|
65
|
+
"upstream_unavailable"
|
|
66
|
+
],
|
|
67
|
+
"retryable_categories": [
|
|
68
|
+
"timeout",
|
|
69
|
+
"upstream_unavailable"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"proof_contract": {
|
|
73
|
+
"emits_proof_compatible_facts": true,
|
|
74
|
+
"proof_mode": "protocol_invocation_facts"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"registration_record": {
|
|
78
|
+
"integration_id": "partner.protocol.acme_acp",
|
|
79
|
+
"adapter_id": "partner.protocol.acme_acp",
|
|
80
|
+
"adapter_class": "agent_protocol_adapter",
|
|
81
|
+
"registration_state": "staging_registered",
|
|
82
|
+
"integration_maturity": "staging_candidate",
|
|
83
|
+
"certification_state": "self_attested",
|
|
84
|
+
"bundled": false,
|
|
85
|
+
"default_selection_enabled": false,
|
|
86
|
+
"requires_explicit_selection": true,
|
|
87
|
+
"registered_at": "2026-03-25T00:00:00Z",
|
|
88
|
+
"registered_by": "partner:acme",
|
|
89
|
+
"verified_with": [
|
|
90
|
+
"schema_conformance",
|
|
91
|
+
"staging_acp_smoke"
|
|
92
|
+
],
|
|
93
|
+
"protocols": [
|
|
94
|
+
"acp"
|
|
95
|
+
],
|
|
96
|
+
"settlement_modes": [
|
|
97
|
+
"evm_payment"
|
|
98
|
+
],
|
|
99
|
+
"notes": "Reference staged registration for third-party ACP integration."
|
|
100
|
+
},
|
|
101
|
+
"certification_pack": {
|
|
102
|
+
"integration_id": "partner.protocol.acme_acp",
|
|
103
|
+
"adapter_id": "partner.protocol.acme_acp",
|
|
104
|
+
"adapter_class": "agent_protocol_adapter",
|
|
105
|
+
"certification_state": "self_attested",
|
|
106
|
+
"certification_scope": [
|
|
107
|
+
"self_attested_contract_shape",
|
|
108
|
+
"staging_smoke"
|
|
109
|
+
],
|
|
110
|
+
"verified_with": [
|
|
111
|
+
"schema_conformance",
|
|
112
|
+
"staging_acp_smoke"
|
|
113
|
+
],
|
|
114
|
+
"submitted_at": "2026-03-25T00:00:00Z",
|
|
115
|
+
"submitted_by": "partner:acme",
|
|
116
|
+
"last_verified_contract_version": "xytara/v1",
|
|
117
|
+
"evidence_refs": [
|
|
118
|
+
"memory://acme-acp/certification/schema-report",
|
|
119
|
+
"memory://acme-acp/certification/smoke-report"
|
|
120
|
+
],
|
|
121
|
+
"notes": "Reference certification pack for staged third-party ACP integration."
|
|
122
|
+
},
|
|
123
|
+
"notes": "Reference submission bundle for third-party ACP integration."
|
|
124
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bundle_version": "xytara/integration-submission-bundle/v1",
|
|
3
|
+
"manifest": {
|
|
4
|
+
"adapter_id": "partner.identity.erc8004_bridge",
|
|
5
|
+
"adapter_class": "identity_registry_adapter",
|
|
6
|
+
"adapter_version": "0.1.0",
|
|
7
|
+
"interface_version": "commerce-adapter-interface/v1",
|
|
8
|
+
"display_name": "ERC-8004 Bridge Identity Adapter",
|
|
9
|
+
"description": "Reference third-party ERC-8004 identity integration showing staged identity-registry registration.",
|
|
10
|
+
"capabilities": [
|
|
11
|
+
"identity.erc8004.action"
|
|
12
|
+
],
|
|
13
|
+
"required_secrets": [
|
|
14
|
+
"ERC8004_BRIDGE_TOKEN"
|
|
15
|
+
],
|
|
16
|
+
"required_permissions": [
|
|
17
|
+
"network:outbound"
|
|
18
|
+
],
|
|
19
|
+
"supported_profiles": [
|
|
20
|
+
"identity",
|
|
21
|
+
"registry"
|
|
22
|
+
],
|
|
23
|
+
"supported_regions": [
|
|
24
|
+
"global"
|
|
25
|
+
],
|
|
26
|
+
"supported_settlement_modes": [
|
|
27
|
+
"none"
|
|
28
|
+
],
|
|
29
|
+
"pricing_basis": "per_task",
|
|
30
|
+
"latency_class": "near_real_time",
|
|
31
|
+
"registration_contract": {
|
|
32
|
+
"integration_id": "partner.identity.erc8004_bridge",
|
|
33
|
+
"integration_maturity": "reference_example",
|
|
34
|
+
"bundled": false,
|
|
35
|
+
"default_selection_enabled": false,
|
|
36
|
+
"requires_explicit_selection": true
|
|
37
|
+
},
|
|
38
|
+
"certification_contract": {
|
|
39
|
+
"certification_state": "reference_example",
|
|
40
|
+
"certification_scope": [
|
|
41
|
+
"contract_shape"
|
|
42
|
+
],
|
|
43
|
+
"verified_with": [
|
|
44
|
+
"verify_adapters"
|
|
45
|
+
],
|
|
46
|
+
"last_verified_contract_version": "xytara/v1"
|
|
47
|
+
},
|
|
48
|
+
"compatibility": {
|
|
49
|
+
"node": ">=18",
|
|
50
|
+
"commerce_contract": "xytara/v1",
|
|
51
|
+
"proof_contract": "xoonya/v1"
|
|
52
|
+
},
|
|
53
|
+
"health_contract": {
|
|
54
|
+
"check_kind": "self_reported",
|
|
55
|
+
"supports_readiness": true
|
|
56
|
+
},
|
|
57
|
+
"idempotency_contract": {
|
|
58
|
+
"strategy": "record_ref_binding",
|
|
59
|
+
"scope": "identity_registry_request"
|
|
60
|
+
},
|
|
61
|
+
"failure_contract": {
|
|
62
|
+
"categories": [
|
|
63
|
+
"invalid_input",
|
|
64
|
+
"timeout",
|
|
65
|
+
"upstream_unavailable"
|
|
66
|
+
],
|
|
67
|
+
"retryable_categories": [
|
|
68
|
+
"timeout",
|
|
69
|
+
"upstream_unavailable"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"proof_contract": {
|
|
73
|
+
"emits_proof_compatible_facts": true,
|
|
74
|
+
"proof_mode": "registry_reference_facts"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"registration_record": {
|
|
78
|
+
"integration_id": "partner.identity.erc8004_bridge",
|
|
79
|
+
"adapter_id": "partner.identity.erc8004_bridge",
|
|
80
|
+
"adapter_class": "identity_registry_adapter",
|
|
81
|
+
"registration_state": "staging_registered",
|
|
82
|
+
"integration_maturity": "staging_candidate",
|
|
83
|
+
"certification_state": "self_attested",
|
|
84
|
+
"bundled": false,
|
|
85
|
+
"default_selection_enabled": false,
|
|
86
|
+
"requires_explicit_selection": true,
|
|
87
|
+
"registered_at": "2026-03-25T00:00:00Z",
|
|
88
|
+
"registered_by": "partner:erc8004-bridge",
|
|
89
|
+
"verified_with": [
|
|
90
|
+
"schema_conformance",
|
|
91
|
+
"staging_identity_smoke"
|
|
92
|
+
],
|
|
93
|
+
"protocols": [
|
|
94
|
+
"erc8004"
|
|
95
|
+
],
|
|
96
|
+
"notes": "Reference staged registration for third-party ERC-8004 identity integration."
|
|
97
|
+
},
|
|
98
|
+
"certification_pack": {
|
|
99
|
+
"integration_id": "partner.identity.erc8004_bridge",
|
|
100
|
+
"adapter_id": "partner.identity.erc8004_bridge",
|
|
101
|
+
"adapter_class": "identity_registry_adapter",
|
|
102
|
+
"certification_state": "self_attested",
|
|
103
|
+
"certification_scope": [
|
|
104
|
+
"self_attested_contract_shape",
|
|
105
|
+
"staging_smoke"
|
|
106
|
+
],
|
|
107
|
+
"verified_with": [
|
|
108
|
+
"schema_conformance",
|
|
109
|
+
"staging_identity_smoke"
|
|
110
|
+
],
|
|
111
|
+
"submitted_at": "2026-03-25T00:00:00Z",
|
|
112
|
+
"submitted_by": "partner:erc8004-bridge",
|
|
113
|
+
"last_verified_contract_version": "xytara/v1",
|
|
114
|
+
"evidence_refs": [
|
|
115
|
+
"memory://erc8004-bridge/certification/schema-report",
|
|
116
|
+
"memory://erc8004-bridge/certification/smoke-report"
|
|
117
|
+
],
|
|
118
|
+
"notes": "Reference certification pack for staged third-party ERC-8004 identity integration."
|
|
119
|
+
},
|
|
120
|
+
"notes": "Reference submission bundle for third-party ERC-8004 identity integration."
|
|
121
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bundle_version": "xytara/integration-submission-bundle/v1",
|
|
3
|
+
"manifest": {
|
|
4
|
+
"adapter_id": "partner.execution.langchain_bridge",
|
|
5
|
+
"adapter_class": "execution_adapter",
|
|
6
|
+
"adapter_version": "0.1.0",
|
|
7
|
+
"interface_version": "commerce-adapter-interface/v1",
|
|
8
|
+
"display_name": "LangChain Bridge Execution Adapter",
|
|
9
|
+
"description": "Reference third-party LangChain execution-front integration showing staged execution adapter registration.",
|
|
10
|
+
"capabilities": [
|
|
11
|
+
"execution.langchain.chain"
|
|
12
|
+
],
|
|
13
|
+
"required_secrets": [
|
|
14
|
+
"LANGCHAIN_BRIDGE_TOKEN"
|
|
15
|
+
],
|
|
16
|
+
"required_permissions": [
|
|
17
|
+
"network:outbound"
|
|
18
|
+
],
|
|
19
|
+
"supported_profiles": [
|
|
20
|
+
"agent_runtime"
|
|
21
|
+
],
|
|
22
|
+
"supported_regions": [
|
|
23
|
+
"global"
|
|
24
|
+
],
|
|
25
|
+
"supported_settlement_modes": [
|
|
26
|
+
"none"
|
|
27
|
+
],
|
|
28
|
+
"pricing_basis": "per_task",
|
|
29
|
+
"latency_class": "interactive",
|
|
30
|
+
"execution_modes": [
|
|
31
|
+
"sync",
|
|
32
|
+
"waited"
|
|
33
|
+
],
|
|
34
|
+
"registration_contract": {
|
|
35
|
+
"integration_id": "partner.execution.langchain_bridge",
|
|
36
|
+
"integration_maturity": "reference_example",
|
|
37
|
+
"bundled": false,
|
|
38
|
+
"default_selection_enabled": false,
|
|
39
|
+
"requires_explicit_selection": true
|
|
40
|
+
},
|
|
41
|
+
"certification_contract": {
|
|
42
|
+
"certification_state": "reference_example",
|
|
43
|
+
"certification_scope": [
|
|
44
|
+
"contract_shape"
|
|
45
|
+
],
|
|
46
|
+
"verified_with": [
|
|
47
|
+
"verify_adapters"
|
|
48
|
+
],
|
|
49
|
+
"last_verified_contract_version": "xytara/v1"
|
|
50
|
+
},
|
|
51
|
+
"compatibility": {
|
|
52
|
+
"node": ">=18",
|
|
53
|
+
"commerce_contract": "xytara/v1",
|
|
54
|
+
"proof_contract": "xoonya/v1"
|
|
55
|
+
},
|
|
56
|
+
"health_contract": {
|
|
57
|
+
"check_kind": "self_reported",
|
|
58
|
+
"supports_readiness": true
|
|
59
|
+
},
|
|
60
|
+
"idempotency_contract": {
|
|
61
|
+
"strategy": "caller_supplied_key",
|
|
62
|
+
"scope": "task_execution"
|
|
63
|
+
},
|
|
64
|
+
"failure_contract": {
|
|
65
|
+
"categories": [
|
|
66
|
+
"invalid_input",
|
|
67
|
+
"timeout",
|
|
68
|
+
"upstream_unavailable"
|
|
69
|
+
],
|
|
70
|
+
"retryable_categories": [
|
|
71
|
+
"timeout",
|
|
72
|
+
"upstream_unavailable"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"proof_contract": {
|
|
76
|
+
"emits_proof_compatible_facts": true,
|
|
77
|
+
"proof_mode": "execution_facts_only"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"registration_record": {
|
|
81
|
+
"integration_id": "partner.execution.langchain_bridge",
|
|
82
|
+
"adapter_id": "partner.execution.langchain_bridge",
|
|
83
|
+
"adapter_class": "execution_adapter",
|
|
84
|
+
"registration_state": "staging_registered",
|
|
85
|
+
"integration_maturity": "staging_candidate",
|
|
86
|
+
"certification_state": "self_attested",
|
|
87
|
+
"bundled": false,
|
|
88
|
+
"default_selection_enabled": false,
|
|
89
|
+
"requires_explicit_selection": true,
|
|
90
|
+
"registered_at": "2026-03-25T00:00:00Z",
|
|
91
|
+
"registered_by": "partner:langchain-bridge",
|
|
92
|
+
"verified_with": [
|
|
93
|
+
"schema_conformance",
|
|
94
|
+
"staging_execution_smoke"
|
|
95
|
+
],
|
|
96
|
+
"execution_backends": [
|
|
97
|
+
"langchain"
|
|
98
|
+
],
|
|
99
|
+
"notes": "Reference staged registration for third-party LangChain execution integration."
|
|
100
|
+
},
|
|
101
|
+
"certification_pack": {
|
|
102
|
+
"integration_id": "partner.execution.langchain_bridge",
|
|
103
|
+
"adapter_id": "partner.execution.langchain_bridge",
|
|
104
|
+
"adapter_class": "execution_adapter",
|
|
105
|
+
"certification_state": "self_attested",
|
|
106
|
+
"certification_scope": [
|
|
107
|
+
"self_attested_contract_shape",
|
|
108
|
+
"staging_smoke"
|
|
109
|
+
],
|
|
110
|
+
"verified_with": [
|
|
111
|
+
"schema_conformance",
|
|
112
|
+
"staging_execution_smoke"
|
|
113
|
+
],
|
|
114
|
+
"submitted_at": "2026-03-25T00:00:00Z",
|
|
115
|
+
"submitted_by": "partner:langchain-bridge",
|
|
116
|
+
"last_verified_contract_version": "xytara/v1",
|
|
117
|
+
"evidence_refs": [
|
|
118
|
+
"memory://langchain-bridge/certification/schema-report",
|
|
119
|
+
"memory://langchain-bridge/certification/smoke-report"
|
|
120
|
+
],
|
|
121
|
+
"notes": "Reference certification pack for staged third-party LangChain execution integration."
|
|
122
|
+
},
|
|
123
|
+
"notes": "Reference submission bundle for third-party LangChain execution integration."
|
|
124
|
+
}
|