@openwop/spec-artifacts 2.0.0-rc.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/CORPUS-STAMP.json +234 -0
- package/LICENSE +201 -0
- package/README.md +7 -0
- package/api/.redocly.lint-ignore.yaml +22 -0
- package/api/asyncapi.yaml +834 -0
- package/api/grpc/openwop.proto +251 -0
- package/api/openapi.yaml +2693 -0
- package/api/redocly.yaml +23 -0
- package/api/seams-v2.yaml +680 -0
- package/api/v2/asyncapi.yaml +528 -0
- package/api/v2/openapi.yaml +3139 -0
- package/api/v2/redocly.yaml +16 -0
- package/package.json +10 -0
- package/schemas/README.md +144 -0
- package/schemas/a2a-task-state.schema.json +78 -0
- package/schemas/a2ui-surface-delta-frame.schema.json +48 -0
- package/schemas/agent-deployment-transition.schema.json +49 -0
- package/schemas/agent-deployment.schema.json +54 -0
- package/schemas/agent-eval-suite.schema.json +140 -0
- package/schemas/agent-inventory-response.schema.json +115 -0
- package/schemas/agent-manifest.schema.json +156 -0
- package/schemas/agent-org-chart.schema.json +82 -0
- package/schemas/agent-ref.schema.json +63 -0
- package/schemas/agent-roster-entry.schema.json +81 -0
- package/schemas/agent-roster-response.schema.json +21 -0
- package/schemas/ai-envelope.schema.json +134 -0
- package/schemas/annotation-create.schema.json +37 -0
- package/schemas/annotation.schema.json +56 -0
- package/schemas/artifact-type-pack-manifest.schema.json +244 -0
- package/schemas/audit-verify-result.schema.json +90 -0
- package/schemas/budget-policy.schema.json +18 -0
- package/schemas/capabilities.schema.json +4160 -0
- package/schemas/certification-bundle-v2.schema.json +118 -0
- package/schemas/channel-presence-payload.schema.json +41 -0
- package/schemas/channel-written-payload.schema.json +55 -0
- package/schemas/chat-card-pack-manifest.schema.json +253 -0
- package/schemas/compact-tool-descriptor.schema.json +51 -0
- package/schemas/compensation-policy.schema.json +64 -0
- package/schemas/conformance-certification-bundle.schema.json +86 -0
- package/schemas/connection-pack-manifest.schema.json +353 -0
- package/schemas/conversation-event.schema.json +168 -0
- package/schemas/conversation-turn.schema.json +117 -0
- package/schemas/core-conformance-mock-agent-config.schema.json +152 -0
- package/schemas/credential-provenance.schema.json +18 -0
- package/schemas/credential-reference.schema.json +21 -0
- package/schemas/debug-bundle.schema.json +196 -0
- package/schemas/dispatch-config.schema.json +112 -0
- package/schemas/envelopes/clarification.request.schema.json +52 -0
- package/schemas/envelopes/error.schema.json +30 -0
- package/schemas/envelopes/media.audio.schema.json +38 -0
- package/schemas/envelopes/media.file.schema.json +37 -0
- package/schemas/envelopes/media.image.schema.json +33 -0
- package/schemas/envelopes/schema.request.schema.json +26 -0
- package/schemas/envelopes/schema.response.schema.json +22 -0
- package/schemas/envelopes/ui.a2ui-surface.schema.json +154 -0
- package/schemas/error-envelope.schema.json +25 -0
- package/schemas/eval-summary.schema.json +92 -0
- package/schemas/export-bundle.schema.json +66 -0
- package/schemas/form-content-pack-manifest.schema.json +243 -0
- package/schemas/frontend-plugin-manifest.schema.json +109 -0
- package/schemas/goal.schema.json +104 -0
- package/schemas/heartbeat-evaluated.schema.json +14 -0
- package/schemas/heartbeat-state-changed.schema.json +14 -0
- package/schemas/localized-content-language-settings.schema.json +26 -0
- package/schemas/localized-content-page-response.schema.json +60 -0
- package/schemas/localized-content-page.schema.json +62 -0
- package/schemas/localized-content-section.schema.json +51 -0
- package/schemas/memory-entry.schema.json +36 -0
- package/schemas/memory-list-options.schema.json +37 -0
- package/schemas/node-pack-manifest.schema.json +654 -0
- package/schemas/orchestrator-decision.schema.json +90 -0
- package/schemas/org-chart-responsibility-view.schema.json +26 -0
- package/schemas/pack-lockfile.schema.json +108 -0
- package/schemas/prompt-kind.schema.json +8 -0
- package/schemas/prompt-pack-manifest.schema.json +117 -0
- package/schemas/prompt-ref.schema.json +40 -0
- package/schemas/prompt-template.schema.json +149 -0
- package/schemas/proposal.schema.json +84 -0
- package/schemas/registry-version-manifest.schema.json +208 -0
- package/schemas/residency.schema.json +16 -0
- package/schemas/run-ancestry-response.schema.json +54 -0
- package/schemas/run-diff-response.schema.json +64 -0
- package/schemas/run-event-payloads.schema.json +4452 -0
- package/schemas/run-event.schema.json +211 -0
- package/schemas/run-options.schema.json +80 -0
- package/schemas/run-orchestrator-decided-event.schema.json +20 -0
- package/schemas/run-snapshot.schema.json +148 -0
- package/schemas/security-advisory.schema.json +109 -0
- package/schemas/self-hosted-runner-dispatch-frame.schema.json +79 -0
- package/schemas/self-hosted-runner-registration.schema.json +53 -0
- package/schemas/self-hosted-runner-result-frame.schema.json +38 -0
- package/schemas/subject.schema.json +56 -0
- package/schemas/suspend-request.schema.json +207 -0
- package/schemas/tool-descriptor.schema.json +63 -0
- package/schemas/trigger-event.schema.json +222 -0
- package/schemas/trigger-subscription-registration.schema.json +67 -0
- package/schemas/trigger-subscription.schema.json +26 -0
- package/schemas/ui-plugin-message.schema.json +90 -0
- package/schemas/v2/a2a-task-state.schema.json +102 -0
- package/schemas/v2/a2ui-surface-delta-frame.schema.json +62 -0
- package/schemas/v2/agent-deployment-transition.schema.json +67 -0
- package/schemas/v2/agent-deployment.schema.json +68 -0
- package/schemas/v2/agent-eval-suite.schema.json +214 -0
- package/schemas/v2/agent-inventory-response.schema.json +172 -0
- package/schemas/v2/agent-manifest.schema.json +218 -0
- package/schemas/v2/agent-org-chart.schema.json +149 -0
- package/schemas/v2/agent-ref.schema.json +67 -0
- package/schemas/v2/agent-roster-entry.schema.json +104 -0
- package/schemas/v2/agent-roster-response.schema.json +27 -0
- package/schemas/v2/ai-envelope.schema.json +167 -0
- package/schemas/v2/annotation-create.schema.json +109 -0
- package/schemas/v2/annotation.schema.json +142 -0
- package/schemas/v2/artifact-type-pack-manifest.schema.json +245 -0
- package/schemas/v2/audit-verify-result.schema.json +110 -0
- package/schemas/v2/budget-policy.schema.json +61 -0
- package/schemas/v2/capabilities.schema.json +7644 -0
- package/schemas/v2/certification-bundle.schema.json +401 -0
- package/schemas/v2/channel-presence-payload.schema.json +60 -0
- package/schemas/v2/channel-written-payload.schema.json +64 -0
- package/schemas/v2/chat-card-pack-manifest.schema.json +254 -0
- package/schemas/v2/compact-tool-descriptor.schema.json +108 -0
- package/schemas/v2/compensation-policy.schema.json +91 -0
- package/schemas/v2/compensation-projection.schema.json +95 -0
- package/schemas/v2/configurable.schema.json +110 -0
- package/schemas/v2/connection-pack-manifest.schema.json +354 -0
- package/schemas/v2/conversation-event.schema.json +281 -0
- package/schemas/v2/conversation-turn.schema.json +165 -0
- package/schemas/v2/credential-provenance.schema.json +62 -0
- package/schemas/v2/credential-reference.schema.json +28 -0
- package/schemas/v2/debug-bundle.schema.json +312 -0
- package/schemas/v2/dispatch-config.schema.json +147 -0
- package/schemas/v2/effect-ledger-projection.schema.json +71 -0
- package/schemas/v2/effect-seam-manifest.schema.json +98 -0
- package/schemas/v2/envelopes/clarification.request.schema.json +59 -0
- package/schemas/v2/envelopes/error.schema.json +35 -0
- package/schemas/v2/envelopes/media.audio.schema.json +41 -0
- package/schemas/v2/envelopes/media.file.schema.json +40 -0
- package/schemas/v2/envelopes/media.image.schema.json +36 -0
- package/schemas/v2/envelopes/schema.request.schema.json +29 -0
- package/schemas/v2/envelopes/schema.response.schema.json +26 -0
- package/schemas/v2/envelopes/ui.a2ui-surface.schema.json +292 -0
- package/schemas/v2/error-envelope.schema.json +229 -0
- package/schemas/v2/eval-summary.schema.json +166 -0
- package/schemas/v2/export-bundle.schema.json +94 -0
- package/schemas/v2/form-content-pack-manifest.schema.json +241 -0
- package/schemas/v2/frontend-plugin-manifest.schema.json +152 -0
- package/schemas/v2/goal.schema.json +188 -0
- package/schemas/v2/heartbeat-evaluated.schema.json +34 -0
- package/schemas/v2/heartbeat-state-changed.schema.json +31 -0
- package/schemas/v2/ids.schema.json +31 -0
- package/schemas/v2/localized-content-language-settings.schema.json +34 -0
- package/schemas/v2/localized-content-page-response.schema.json +94 -0
- package/schemas/v2/localized-content-page.schema.json +87 -0
- package/schemas/v2/localized-content-section.schema.json +63 -0
- package/schemas/v2/memory-entry.schema.json +45 -0
- package/schemas/v2/memory-list-options.schema.json +41 -0
- package/schemas/v2/node-pack-manifest.schema.json +657 -0
- package/schemas/v2/orchestrator-decision.schema.json +120 -0
- package/schemas/v2/org-chart-responsibility-view.schema.json +36 -0
- package/schemas/v2/pack-lockfile.schema.json +139 -0
- package/schemas/v2/prompt-kind.schema.json +14 -0
- package/schemas/v2/prompt-pack-manifest.schema.json +118 -0
- package/schemas/v2/prompt-ref.schema.json +42 -0
- package/schemas/v2/prompt-template.schema.json +209 -0
- package/schemas/v2/proposal.schema.json +145 -0
- package/schemas/v2/registry-version-manifest.schema.json +292 -0
- package/schemas/v2/residency.schema.json +19 -0
- package/schemas/v2/run-ancestry-response.schema.json +68 -0
- package/schemas/v2/run-diff-response.schema.json +80 -0
- package/schemas/v2/run-event-payloads.schema.json +4588 -0
- package/schemas/v2/run-event.schema.json +324 -0
- package/schemas/v2/run-options.schema.json +90 -0
- package/schemas/v2/run-orchestrator-decided-event.schema.json +22 -0
- package/schemas/v2/run-snapshot.schema.json +207 -0
- package/schemas/v2/security-advisory.schema.json +138 -0
- package/schemas/v2/self-hosted-runner-dispatch-frame.schema.json +119 -0
- package/schemas/v2/self-hosted-runner-registration.schema.json +74 -0
- package/schemas/v2/self-hosted-runner-result-frame.schema.json +47 -0
- package/schemas/v2/subject-link.schema.json +69 -0
- package/schemas/v2/subject.schema.json +597 -0
- package/schemas/v2/suspend-request.schema.json +370 -0
- package/schemas/v2/tool-descriptor.schema.json +150 -0
- package/schemas/v2/trigger-event.schema.json +508 -0
- package/schemas/v2/trigger-subscription-registration.schema.json +99 -0
- package/schemas/v2/trigger-subscription.schema.json +79 -0
- package/schemas/v2/ui-plugin-message.schema.json +149 -0
- package/schemas/v2/workflow-chain-pack-manifest.schema.json +610 -0
- package/schemas/v2/workflow-definition.schema.json +864 -0
- package/schemas/v2/workload-identity.schema.json +115 -0
- package/schemas/v2/workspace-file-create.schema.json +23 -0
- package/schemas/v2/workspace-file.schema.json +45 -0
- package/schemas/workflow-chain-pack-manifest.schema.json +615 -0
- package/schemas/workflow-definition.schema.json +850 -0
- package/schemas/workload-identity.schema.json +79 -0
- package/schemas/workspace-file-create.schema.json +20 -0
- package/schemas/workspace-file.schema.json +39 -0
- package/spec/v1/alias-detectors.json +283 -0
- package/spec/v1/capability-declaration-classes.json +176 -0
- package/spec/v1/core-standard-manifest.json +423 -0
- package/spec/v1/deprecations.json +854 -0
- package/spec/v1/deprecations.schema.json +187 -0
- package/spec/v1/event-codemap.json +1089 -0
- package/spec/v1/event-codemap.schema.json +41 -0
- package/spec/v1/extensions.json +1273 -0
- package/spec/v1/gaps.json +14581 -0
- package/spec/v1/gaps.schema.json +55 -0
- package/spec/v1/migrations.json +1822 -0
- package/spec/v1/migrations.schema.json +44 -0
- package/spec/v1/operation-path-manifest.json +462 -0
- package/spec/v1/spec-gaps.json +4823 -0
- package/spec/v2/declaration.json +1862 -0
- package/spec/v2/declaration.schema.json +305 -0
- package/spec/v2/errors.json +837 -0
- package/spec/v2/event-codemap.json +1099 -0
- package/spec/v2/event-codemap.schema.json +114 -0
- package/spec/v2/ext/provider-idempotency/registry.json +6 -0
- package/spec/v2/facets/a2a.schema.json +51 -0
- package/spec/v2/facets/aiProviders.schema.json +56 -0
- package/spec/v2/facets/auth.schema.json +91 -0
- package/spec/v2/facets/heartbeat.schema.json +20 -0
- package/spec/v2/facets/interrupt.schema.json +29 -0
- package/spec/v2/facets/mcp.schema.json +81 -0
- package/spec/v2/facets/replay.schema.json +34 -0
- package/spec/v2/facets/sandbox.schema.json +31 -0
- package/spec/v2/facets/webhooks.schema.json +18 -0
- package/spec/v2/path-manifest.json +279 -0
- package/spec/v2/peer-dependency-aliases.json +165 -0
- package/spec/v2/profiles.json +45 -0
- package/spec/v2/release.json +6 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://openwop.dev/spec/v1/migrations.schema.json",
|
|
4
|
+
"title": "OpenWOP v1→v2 migration register",
|
|
5
|
+
"description": "Shape of spec/v1/migrations.json (RFC 0167 §D). One row per surface the v2 major changes: what it was in v1, what it becomes in v2, which umbrella child owns the change, the codemod that rewrites a persisted or emitted artifact, the disposition of data a v1 host already persisted, and the requirement / gap ids that witness it. Data, not a wire artifact; kept out of schemas/. Each child RFC's §Migration table is checked against this file by scripts/check-migrations.mjs.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"additionalProperties": false,
|
|
8
|
+
"required": ["$schema", "version", "updated", "rows"],
|
|
9
|
+
"properties": {
|
|
10
|
+
"$schema": { "type": "string", "const": "./migrations.schema.json" },
|
|
11
|
+
"version": { "type": "integer", "const": 1 },
|
|
12
|
+
"updated": { "type": "string", "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$" },
|
|
13
|
+
"rows": { "type": "array", "minItems": 1, "items": { "$ref": "#/$defs/row" } }
|
|
14
|
+
},
|
|
15
|
+
"$defs": {
|
|
16
|
+
"surface": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"additionalProperties": false,
|
|
19
|
+
"required": ["surface"],
|
|
20
|
+
"properties": {
|
|
21
|
+
"surface": { "type": "string", "minLength": 1, "description": "Wire-visible name: a field path, header, profile id, event type, schema file, endpoint, or `none` when the v2 side removes the surface." },
|
|
22
|
+
"path": { "type": "string", "description": "Where it lives: a JSON path in a document, an HTTP header slot, a file under schemas/ or spec/." }
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"row": {
|
|
26
|
+
"type": "object",
|
|
27
|
+
"additionalProperties": false,
|
|
28
|
+
"required": ["id", "child", "kind", "v1", "v2", "codemod", "persistedData", "requirementIds", "gapIds", "deprecationId"],
|
|
29
|
+
"properties": {
|
|
30
|
+
"id": { "type": "string", "pattern": "^openwop\\.migration\\.C[0-9]{1,2}\\.[0-9]+$", "description": "openwop.migration.<child>.<n>; child is the charter item (C1…C11)." },
|
|
31
|
+
"child": { "type": "string", "pattern": "^C(?:[1-9]|1[01])$", "description": "The umbrella child (RFC 0167 §C) that owns the row." },
|
|
32
|
+
"kind": { "type": "string", "enum": ["rename", "remove", "require", "retype", "unify", "delete-alias", "behavior", "add"], "description": "rename/remove/require/retype/unify/delete-alias/add are codemod-able shape changes; behavior is an obligation change with no artifact rewrite." },
|
|
33
|
+
"v1": { "$ref": "#/$defs/surface" },
|
|
34
|
+
"v2": { "$ref": "#/$defs/surface" },
|
|
35
|
+
"codemod": { "type": ["string", "null"], "pattern": "^openwop\\.codemod\\.[a-z0-9]+(-[a-z0-9]+)*$", "description": "Id of the committed codemod under codemods/<id>/ (scripts/check-codemods.mjs). Required for kind ∈ {rename, remove, retype, unify, delete-alias} at the umbrella's Active predicate; null while the child is Draft." },
|
|
36
|
+
"persistedData": { "type": "string", "enum": ["unchanged", "translated", "drained", "legacy-stamped", "never-upgraded", "not-persisted"], "description": "What happens to data a v1 host already persisted under the v1 surface (RFC 0167 §C.9): unchanged (readable as-is), translated (read through the declared adapter / codemod), drained (in-flight only; ends by policy), legacy-stamped (marked with a legacy value, never rewritten), never-upgraded (stays valid v1 evidence), not-persisted (transient wire only)." },
|
|
37
|
+
"requirementIds": { "type": "array", "items": { "type": "string", "pattern": "^openwop\\." }, "description": "conformance/requirements.json ids (or planned v2 ids) that witness the v2 side." },
|
|
38
|
+
"gapIds": { "type": "array", "items": { "type": "string", "pattern": "^openwop\\.gap\\.[0-9]{4}\\.[0-9]+$" }, "description": "spec/v1/gaps.json rows this migration closes or carries." },
|
|
39
|
+
"deprecationId": { "type": ["string", "null"], "pattern": "^openwop\\.deprecation\\.[a-z0-9]+(-[a-z0-9]+)*$", "description": "The spec/v1/deprecations.json row for the v1 surface, when one exists (every rename/remove/delete-alias row MUST have one — scripts/check-migrations.mjs)." },
|
|
40
|
+
"note": { "type": "string" }
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,462 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$comment": "GENERATED by scripts/generate-operation-path-manifest.mjs — do not edit. RFC 0149 §A/§Conformance: the canonical resolved operation-path manifest SDK repositories consume. `resolvedPath` is what an SDK MUST issue against a bare base URL. `class`: canonical | host-extension (tags: [host]) | test-catalog (tags: [packs-test]).",
|
|
3
|
+
"generatedFrom": "api/openapi.yaml",
|
|
4
|
+
"serverUrl": "https://{host}",
|
|
5
|
+
"operations": [
|
|
6
|
+
{
|
|
7
|
+
"operationId": "getCapabilities",
|
|
8
|
+
"method": "GET",
|
|
9
|
+
"pathKey": "/.well-known/openwop",
|
|
10
|
+
"resolvedPath": "/.well-known/openwop",
|
|
11
|
+
"tag": "discovery",
|
|
12
|
+
"class": "canonical"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"operationId": "listAgents",
|
|
16
|
+
"method": "GET",
|
|
17
|
+
"pathKey": "/v1/agents",
|
|
18
|
+
"resolvedPath": "/v1/agents",
|
|
19
|
+
"tag": "agents",
|
|
20
|
+
"class": "canonical"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"operationId": "getAgent",
|
|
24
|
+
"method": "GET",
|
|
25
|
+
"pathKey": "/v1/agents/{agentId}",
|
|
26
|
+
"resolvedPath": "/v1/agents/{agentId}",
|
|
27
|
+
"tag": "agents",
|
|
28
|
+
"class": "canonical"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"operationId": "listAgentDeployments",
|
|
32
|
+
"method": "GET",
|
|
33
|
+
"pathKey": "/v1/agents/{agentId}/deployments",
|
|
34
|
+
"resolvedPath": "/v1/agents/{agentId}/deployments",
|
|
35
|
+
"tag": "agents",
|
|
36
|
+
"class": "canonical"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"operationId": "transitionAgentDeployment",
|
|
40
|
+
"method": "POST",
|
|
41
|
+
"pathKey": "/v1/agents/{agentId}/deployments",
|
|
42
|
+
"resolvedPath": "/v1/agents/{agentId}/deployments",
|
|
43
|
+
"tag": "agents",
|
|
44
|
+
"class": "canonical"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"operationId": "getAgentOrgChart",
|
|
48
|
+
"method": "GET",
|
|
49
|
+
"pathKey": "/v1/agents/org-chart",
|
|
50
|
+
"resolvedPath": "/v1/agents/org-chart",
|
|
51
|
+
"tag": "agents",
|
|
52
|
+
"class": "canonical"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"operationId": "getAgentOrgChartDepartment",
|
|
56
|
+
"method": "GET",
|
|
57
|
+
"pathKey": "/v1/agents/org-chart/{departmentId}",
|
|
58
|
+
"resolvedPath": "/v1/agents/org-chart/{departmentId}",
|
|
59
|
+
"tag": "agents",
|
|
60
|
+
"class": "canonical"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"operationId": "listAgentRoster",
|
|
64
|
+
"method": "GET",
|
|
65
|
+
"pathKey": "/v1/agents/roster",
|
|
66
|
+
"resolvedPath": "/v1/agents/roster",
|
|
67
|
+
"tag": "agents",
|
|
68
|
+
"class": "canonical"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"operationId": "getAgentRosterEntry",
|
|
72
|
+
"method": "GET",
|
|
73
|
+
"pathKey": "/v1/agents/roster/{rosterId}",
|
|
74
|
+
"resolvedPath": "/v1/agents/roster/{rosterId}",
|
|
75
|
+
"tag": "agents",
|
|
76
|
+
"class": "canonical"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"operationId": "verifyAuditLog",
|
|
80
|
+
"method": "GET",
|
|
81
|
+
"pathKey": "/v1/audit/verify",
|
|
82
|
+
"resolvedPath": "/v1/audit/verify",
|
|
83
|
+
"tag": "audit",
|
|
84
|
+
"class": "canonical"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"operationId": "listContentPages",
|
|
88
|
+
"method": "GET",
|
|
89
|
+
"pathKey": "/v1/content/pages",
|
|
90
|
+
"resolvedPath": "/v1/content/pages",
|
|
91
|
+
"tag": "content",
|
|
92
|
+
"class": "canonical"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"operationId": "createContentPage",
|
|
96
|
+
"method": "POST",
|
|
97
|
+
"pathKey": "/v1/content/pages",
|
|
98
|
+
"resolvedPath": "/v1/content/pages",
|
|
99
|
+
"tag": "content",
|
|
100
|
+
"class": "canonical"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"operationId": "putContentSection",
|
|
104
|
+
"method": "PUT",
|
|
105
|
+
"pathKey": "/v1/content/pages/{pageId}/sections/{sectionId}",
|
|
106
|
+
"resolvedPath": "/v1/content/pages/{pageId}/sections/{sectionId}",
|
|
107
|
+
"tag": "content",
|
|
108
|
+
"class": "canonical"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"operationId": "getContentPage",
|
|
112
|
+
"method": "GET",
|
|
113
|
+
"pathKey": "/v1/content/pages/{slug}",
|
|
114
|
+
"resolvedPath": "/v1/content/pages/{slug}",
|
|
115
|
+
"tag": "content",
|
|
116
|
+
"class": "canonical"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"operationId": "getContentSettings",
|
|
120
|
+
"method": "GET",
|
|
121
|
+
"pathKey": "/v1/content/settings",
|
|
122
|
+
"resolvedPath": "/v1/content/settings",
|
|
123
|
+
"tag": "content",
|
|
124
|
+
"class": "canonical"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"operationId": "putContentSettings",
|
|
128
|
+
"method": "PUT",
|
|
129
|
+
"pathKey": "/v1/content/settings",
|
|
130
|
+
"resolvedPath": "/v1/content/settings",
|
|
131
|
+
"tag": "content",
|
|
132
|
+
"class": "canonical"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"operationId": "getA2ATaskState",
|
|
136
|
+
"method": "GET",
|
|
137
|
+
"pathKey": "/v1/host/sample/a2a/tasks/{taskId}",
|
|
138
|
+
"resolvedPath": "/v1/host/sample/a2a/tasks/{taskId}",
|
|
139
|
+
"tag": "host",
|
|
140
|
+
"class": "host-extension"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"operationId": "listWorkspaceFiles",
|
|
144
|
+
"method": "GET",
|
|
145
|
+
"pathKey": "/v1/host/workspace/files",
|
|
146
|
+
"resolvedPath": "/v1/host/workspace/files",
|
|
147
|
+
"tag": "host",
|
|
148
|
+
"class": "host-extension"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"operationId": "deleteWorkspaceFile",
|
|
152
|
+
"method": "DELETE",
|
|
153
|
+
"pathKey": "/v1/host/workspace/files/{path}",
|
|
154
|
+
"resolvedPath": "/v1/host/workspace/files/{path}",
|
|
155
|
+
"tag": "host",
|
|
156
|
+
"class": "host-extension"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"operationId": "getWorkspaceFile",
|
|
160
|
+
"method": "GET",
|
|
161
|
+
"pathKey": "/v1/host/workspace/files/{path}",
|
|
162
|
+
"resolvedPath": "/v1/host/workspace/files/{path}",
|
|
163
|
+
"tag": "host",
|
|
164
|
+
"class": "host-extension"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"operationId": "putWorkspaceFile",
|
|
168
|
+
"method": "PUT",
|
|
169
|
+
"pathKey": "/v1/host/workspace/files/{path}",
|
|
170
|
+
"resolvedPath": "/v1/host/workspace/files/{path}",
|
|
171
|
+
"tag": "host",
|
|
172
|
+
"class": "host-extension"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"operationId": "inspectInterruptByToken",
|
|
176
|
+
"method": "GET",
|
|
177
|
+
"pathKey": "/v1/interrupts/{token}",
|
|
178
|
+
"resolvedPath": "/v1/interrupts/{token}",
|
|
179
|
+
"tag": "hitl",
|
|
180
|
+
"class": "canonical"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"operationId": "resolveInterruptByToken",
|
|
184
|
+
"method": "POST",
|
|
185
|
+
"pathKey": "/v1/interrupts/{token}",
|
|
186
|
+
"resolvedPath": "/v1/interrupts/{token}",
|
|
187
|
+
"tag": "hitl",
|
|
188
|
+
"class": "canonical"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"operationId": "getOpenApiSpec",
|
|
192
|
+
"method": "GET",
|
|
193
|
+
"pathKey": "/v1/openapi.json",
|
|
194
|
+
"resolvedPath": "/v1/openapi.json",
|
|
195
|
+
"tag": "discovery",
|
|
196
|
+
"class": "canonical"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"operationId": "deleteTestPackVersion",
|
|
200
|
+
"method": "DELETE",
|
|
201
|
+
"pathKey": "/v1/packs-test/{name}/-/{version}",
|
|
202
|
+
"resolvedPath": "/v1/packs-test/{name}/-/{version}",
|
|
203
|
+
"tag": "packs-test",
|
|
204
|
+
"class": "test-catalog"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"operationId": "getTestPackSignature",
|
|
208
|
+
"method": "GET",
|
|
209
|
+
"pathKey": "/v1/packs-test/{name}/-/{version}.sig",
|
|
210
|
+
"resolvedPath": "/v1/packs-test/{name}/-/{version}.sig",
|
|
211
|
+
"tag": "packs-test",
|
|
212
|
+
"class": "test-catalog"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"operationId": "getTestPackTarball",
|
|
216
|
+
"method": "GET",
|
|
217
|
+
"pathKey": "/v1/packs-test/{name}/-/{version}.tgz",
|
|
218
|
+
"resolvedPath": "/v1/packs-test/{name}/-/{version}.tgz",
|
|
219
|
+
"tag": "packs-test",
|
|
220
|
+
"class": "test-catalog"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"operationId": "putTestPackTarball",
|
|
224
|
+
"method": "PUT",
|
|
225
|
+
"pathKey": "/v1/packs-test/{name}/-/{version}.tgz",
|
|
226
|
+
"resolvedPath": "/v1/packs-test/{name}/-/{version}.tgz",
|
|
227
|
+
"tag": "packs-test",
|
|
228
|
+
"class": "test-catalog"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"operationId": "listPromptTemplates",
|
|
232
|
+
"method": "GET",
|
|
233
|
+
"pathKey": "/v1/prompts",
|
|
234
|
+
"resolvedPath": "/v1/prompts",
|
|
235
|
+
"tag": "prompts",
|
|
236
|
+
"class": "canonical"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"operationId": "createPromptTemplate",
|
|
240
|
+
"method": "POST",
|
|
241
|
+
"pathKey": "/v1/prompts",
|
|
242
|
+
"resolvedPath": "/v1/prompts",
|
|
243
|
+
"tag": "prompts",
|
|
244
|
+
"class": "canonical"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"operationId": "renderPromptTemplate",
|
|
248
|
+
"method": "POST",
|
|
249
|
+
"pathKey": "/v1/prompts:render",
|
|
250
|
+
"resolvedPath": "/v1/prompts:render",
|
|
251
|
+
"tag": "prompts",
|
|
252
|
+
"class": "canonical"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"operationId": "deletePromptTemplate",
|
|
256
|
+
"method": "DELETE",
|
|
257
|
+
"pathKey": "/v1/prompts/{templateId}",
|
|
258
|
+
"resolvedPath": "/v1/prompts/{templateId}",
|
|
259
|
+
"tag": "prompts",
|
|
260
|
+
"class": "canonical"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"operationId": "getPromptTemplate",
|
|
264
|
+
"method": "GET",
|
|
265
|
+
"pathKey": "/v1/prompts/{templateId}",
|
|
266
|
+
"resolvedPath": "/v1/prompts/{templateId}",
|
|
267
|
+
"tag": "prompts",
|
|
268
|
+
"class": "canonical"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"operationId": "updatePromptTemplate",
|
|
272
|
+
"method": "PUT",
|
|
273
|
+
"pathKey": "/v1/prompts/{templateId}",
|
|
274
|
+
"resolvedPath": "/v1/prompts/{templateId}",
|
|
275
|
+
"tag": "prompts",
|
|
276
|
+
"class": "canonical"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"operationId": "createRun",
|
|
280
|
+
"method": "POST",
|
|
281
|
+
"pathKey": "/v1/runs",
|
|
282
|
+
"resolvedPath": "/v1/runs",
|
|
283
|
+
"tag": "runs",
|
|
284
|
+
"class": "canonical"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"operationId": "bulkCancelRuns",
|
|
288
|
+
"method": "POST",
|
|
289
|
+
"pathKey": "/v1/runs:bulk-cancel",
|
|
290
|
+
"resolvedPath": "/v1/runs:bulk-cancel",
|
|
291
|
+
"tag": "runs",
|
|
292
|
+
"class": "canonical"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"operationId": "getRun",
|
|
296
|
+
"method": "GET",
|
|
297
|
+
"pathKey": "/v1/runs/{runId}",
|
|
298
|
+
"resolvedPath": "/v1/runs/{runId}",
|
|
299
|
+
"tag": "runs",
|
|
300
|
+
"class": "canonical"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"operationId": "diffRun",
|
|
304
|
+
"method": "GET",
|
|
305
|
+
"pathKey": "/v1/runs/{runId}:diff",
|
|
306
|
+
"resolvedPath": "/v1/runs/{runId}:diff",
|
|
307
|
+
"tag": "runs",
|
|
308
|
+
"class": "canonical"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"operationId": "forkRun",
|
|
312
|
+
"method": "POST",
|
|
313
|
+
"pathKey": "/v1/runs/{runId}:fork",
|
|
314
|
+
"resolvedPath": "/v1/runs/{runId}:fork",
|
|
315
|
+
"tag": "runs",
|
|
316
|
+
"class": "canonical"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"operationId": "pauseRun",
|
|
320
|
+
"method": "POST",
|
|
321
|
+
"pathKey": "/v1/runs/{runId}:pause",
|
|
322
|
+
"resolvedPath": "/v1/runs/{runId}:pause",
|
|
323
|
+
"tag": "runs",
|
|
324
|
+
"class": "canonical"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"operationId": "resumeRun",
|
|
328
|
+
"method": "POST",
|
|
329
|
+
"pathKey": "/v1/runs/{runId}:resume",
|
|
330
|
+
"resolvedPath": "/v1/runs/{runId}:resume",
|
|
331
|
+
"tag": "runs",
|
|
332
|
+
"class": "canonical"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"operationId": "getRunAncestry",
|
|
336
|
+
"method": "GET",
|
|
337
|
+
"pathKey": "/v1/runs/{runId}/ancestry",
|
|
338
|
+
"resolvedPath": "/v1/runs/{runId}/ancestry",
|
|
339
|
+
"tag": "runs",
|
|
340
|
+
"class": "canonical"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"operationId": "listAnnotations",
|
|
344
|
+
"method": "GET",
|
|
345
|
+
"pathKey": "/v1/runs/{runId}/annotations",
|
|
346
|
+
"resolvedPath": "/v1/runs/{runId}/annotations",
|
|
347
|
+
"tag": "runs",
|
|
348
|
+
"class": "canonical"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"operationId": "createAnnotation",
|
|
352
|
+
"method": "POST",
|
|
353
|
+
"pathKey": "/v1/runs/{runId}/annotations",
|
|
354
|
+
"resolvedPath": "/v1/runs/{runId}/annotations",
|
|
355
|
+
"tag": "runs",
|
|
356
|
+
"class": "canonical"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"operationId": "getArtifact",
|
|
360
|
+
"method": "GET",
|
|
361
|
+
"pathKey": "/v1/runs/{runId}/artifacts/{artifactId}",
|
|
362
|
+
"resolvedPath": "/v1/runs/{runId}/artifacts/{artifactId}",
|
|
363
|
+
"tag": "artifacts",
|
|
364
|
+
"class": "canonical"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"operationId": "cancelRun",
|
|
368
|
+
"method": "POST",
|
|
369
|
+
"pathKey": "/v1/runs/{runId}/cancel",
|
|
370
|
+
"resolvedPath": "/v1/runs/{runId}/cancel",
|
|
371
|
+
"tag": "runs",
|
|
372
|
+
"class": "canonical"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"operationId": "getEvalSummary",
|
|
376
|
+
"method": "GET",
|
|
377
|
+
"pathKey": "/v1/runs/{runId}/eval-summary",
|
|
378
|
+
"resolvedPath": "/v1/runs/{runId}/eval-summary",
|
|
379
|
+
"tag": "runs",
|
|
380
|
+
"class": "canonical"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"operationId": "streamRunEvents",
|
|
384
|
+
"method": "GET",
|
|
385
|
+
"pathKey": "/v1/runs/{runId}/events",
|
|
386
|
+
"resolvedPath": "/v1/runs/{runId}/events",
|
|
387
|
+
"tag": "runs",
|
|
388
|
+
"class": "canonical"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"operationId": "pollRunEvents",
|
|
392
|
+
"method": "GET",
|
|
393
|
+
"pathKey": "/v1/runs/{runId}/events/poll",
|
|
394
|
+
"resolvedPath": "/v1/runs/{runId}/events/poll",
|
|
395
|
+
"tag": "runs",
|
|
396
|
+
"class": "canonical"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"operationId": "resolveInterruptByRun",
|
|
400
|
+
"method": "POST",
|
|
401
|
+
"pathKey": "/v1/runs/{runId}/interrupts/{nodeId}",
|
|
402
|
+
"resolvedPath": "/v1/runs/{runId}/interrupts/{nodeId}",
|
|
403
|
+
"tag": "hitl",
|
|
404
|
+
"class": "canonical"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"operationId": "listTools",
|
|
408
|
+
"method": "GET",
|
|
409
|
+
"pathKey": "/v1/tools",
|
|
410
|
+
"resolvedPath": "/v1/tools",
|
|
411
|
+
"tag": "tools",
|
|
412
|
+
"class": "canonical"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"operationId": "getTool",
|
|
416
|
+
"method": "GET",
|
|
417
|
+
"pathKey": "/v1/tools/{toolId}",
|
|
418
|
+
"resolvedPath": "/v1/tools/{toolId}",
|
|
419
|
+
"tag": "tools",
|
|
420
|
+
"class": "canonical"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"operationId": "createTriggerSubscription",
|
|
424
|
+
"method": "POST",
|
|
425
|
+
"pathKey": "/v1/trigger-subscriptions",
|
|
426
|
+
"resolvedPath": "/v1/trigger-subscriptions",
|
|
427
|
+
"tag": "triggers",
|
|
428
|
+
"class": "canonical"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"operationId": "registerWebhook",
|
|
432
|
+
"method": "POST",
|
|
433
|
+
"pathKey": "/v1/webhooks",
|
|
434
|
+
"resolvedPath": "/v1/webhooks",
|
|
435
|
+
"tag": "webhooks",
|
|
436
|
+
"class": "canonical"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"operationId": "unregisterWebhook",
|
|
440
|
+
"method": "DELETE",
|
|
441
|
+
"pathKey": "/v1/webhooks/{webhookId}",
|
|
442
|
+
"resolvedPath": "/v1/webhooks/{webhookId}",
|
|
443
|
+
"tag": "webhooks",
|
|
444
|
+
"class": "canonical"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"operationId": "getWorkflow",
|
|
448
|
+
"method": "GET",
|
|
449
|
+
"pathKey": "/v1/workflows/{workflowId}",
|
|
450
|
+
"resolvedPath": "/v1/workflows/{workflowId}",
|
|
451
|
+
"tag": "workflows",
|
|
452
|
+
"class": "canonical"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"counts": {
|
|
456
|
+
"total": 56,
|
|
457
|
+
"canonical": 47,
|
|
458
|
+
"hostExtension": 5,
|
|
459
|
+
"testCatalog": 4
|
|
460
|
+
},
|
|
461
|
+
"digest": "ef8c07388acc57ac48c30a7600d5197039cbf32cbf8117a286664dd2388b4a60"
|
|
462
|
+
}
|