-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconformance.json
More file actions
98 lines (98 loc) · 2.5 KB
/
Copy pathconformance.json
File metadata and controls
98 lines (98 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_comment": "SDK wire-shape descriptor for the cross-language conformance harness (scripts/ci/sdk_conformance/check.py, descriptor=conformance-json). Each entry under `types` lists the WIRE field names this SDK reads/writes for the mapped contract schema (docs/contracts/sdk_public_openapi.yaml) — the SDK's public types are camelCase/credit-converted, so these are sourced from src/internal/parsers.ts (the wire boundary), NOT src/types.ts. `literals` lists the SDK's WS event names. Guarded against drift by the check.py comparator (vs the contract) + test/conformance-descriptor.test.ts (vs GOAL_EVENT_TYPES).",
"types": {
"CostEstimate": [
"estimatedMicroU",
"estimatedTotalMicroU",
"estimatedMinMicroU",
"estimatedMaxMicroU",
"estimatedUsd",
"tools",
"quotaCheck"
],
"ToolCostEstimate": [
"toolName",
"perInvocationMicroU"
],
"QuotaCheck": [
"state",
"tier",
"estimatedMicroU",
"thresholdMicroU",
"upgradeUrl"
],
"GoalJob": [
"jobSpecId",
"status",
"progress",
"itemVersion",
"attemptId",
"goalText",
"fileIds",
"pendingSlots",
"filledSlots",
"pendingInterrupts",
"agentMessage",
"errorMessage",
"errorCode",
"createdAt",
"updatedAt",
"startedAt",
"completedAt"
],
"Artifact": [
"artifactId",
"fileName",
"mimeType",
"sizeBytes",
"downloadUrl",
"artifactType",
"platform",
"metadata",
"isPrimary",
"description"
],
"ArtifactDownload": [
"downloadUrl",
"fileName",
"sizeBytes",
"mimeType",
"expiresAt"
],
"CatalogWorkflow": [
"workflowId",
"name",
"description",
"icon",
"supportedInputTypes",
"supportedInputFormats",
"category",
"requiredSlotCount",
"subcategory",
"skuGroup",
"status",
"supportedLocales",
"maxInputSizeBytes",
"minFileCount",
"tier",
"freeTierAllowed"
]
},
"literals": {
"GoalEventType": [
"tool_started",
"tool_finished",
"agent_step_started",
"agent_step_finished",
"orchestration_transition",
"status",
"progress",
"completed",
"failed",
"slot_needed",
"keepalive",
"agent_text",
"agent_text_done"
]
}
}