@atlanai/sdk 0.2.1 → 0.2.2

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.
Files changed (631) hide show
  1. package/README.md +59 -12
  2. package/dist/client.js +1 -1
  3. package/dist/evals.d.ts +132 -1
  4. package/dist/evals.js +687 -1
  5. package/dist/index.d.ts +2 -2
  6. package/dist/index.js +2 -1
  7. package/dist/manifest.json +189 -216
  8. package/dist/raw/agent/apis/AgentEnvironmentsApi.d.ts +36 -0
  9. package/dist/raw/agent/apis/AgentEnvironmentsApi.js +49 -1
  10. package/dist/raw/agent/apis/AgentFrameworksApi.d.ts +36 -0
  11. package/dist/raw/agent/apis/AgentFrameworksApi.js +49 -1
  12. package/dist/raw/agent/apis/AgentProvidersApi.d.ts +36 -0
  13. package/dist/raw/agent/apis/AgentProvidersApi.js +49 -1
  14. package/dist/raw/agent/apis/AgentsApi.d.ts +49 -4
  15. package/dist/raw/agent/apis/AgentsApi.js +65 -5
  16. package/dist/raw/agent/apis/HarnessVendorsApi.d.ts +36 -0
  17. package/dist/raw/agent/apis/HarnessVendorsApi.js +49 -1
  18. package/dist/raw/agent/apis/HarnessesApi.d.ts +36 -0
  19. package/dist/raw/agent/apis/HarnessesApi.js +49 -1
  20. package/dist/raw/agent/apis/OutputsApi.d.ts +45 -0
  21. package/dist/raw/agent/apis/OutputsApi.js +61 -1
  22. package/dist/raw/agent/apis/SessionsApi.d.ts +36 -0
  23. package/dist/raw/agent/apis/SessionsApi.js +49 -1
  24. package/dist/raw/agent/apis/TracesApi.d.ts +18 -0
  25. package/dist/raw/agent/apis/TracesApi.js +25 -1
  26. package/dist/raw/agent/apis/VisitorsApi.d.ts +9 -0
  27. package/dist/raw/agent/apis/VisitorsApi.js +13 -1
  28. package/dist/raw/agent/models/AgentAgentArtifactView.d.ts +27 -15
  29. package/dist/raw/agent/models/AgentAgentArtifactView.js +2 -2
  30. package/dist/raw/agent/models/AgentAgentEnvironmentArtifactView.d.ts +27 -15
  31. package/dist/raw/agent/models/AgentAgentEnvironmentArtifactView.js +2 -2
  32. package/dist/raw/agent/models/AgentAgentFrameworkArtifactView.d.ts +27 -15
  33. package/dist/raw/agent/models/AgentAgentFrameworkArtifactView.js +2 -2
  34. package/dist/raw/agent/models/AgentAgentProviderArtifactView.d.ts +27 -15
  35. package/dist/raw/agent/models/AgentAgentProviderArtifactView.js +2 -2
  36. package/dist/raw/agent/models/AgentCreateAgentFramework400Response.d.ts +2 -0
  37. package/dist/raw/agent/models/AgentCreateAgentFramework400Response.js +2 -2
  38. package/dist/raw/agent/models/AgentCreateAgentFramework413Response.d.ts +64 -0
  39. package/dist/raw/agent/models/AgentCreateAgentFramework413Response.js +74 -0
  40. package/dist/raw/agent/models/AgentCreateAgentFramework415Response.d.ts +1 -0
  41. package/dist/raw/agent/models/AgentCreateAgentFramework415Response.js +1 -2
  42. package/dist/raw/agent/models/AgentGetAgentTrace400Response.d.ts +63 -0
  43. package/dist/raw/agent/models/AgentGetAgentTrace400Response.js +75 -0
  44. package/dist/raw/agent/models/AgentHarnessArtifactView.d.ts +27 -15
  45. package/dist/raw/agent/models/AgentHarnessArtifactView.js +2 -2
  46. package/dist/raw/agent/models/AgentHarnessVendorArtifactView.d.ts +27 -15
  47. package/dist/raw/agent/models/AgentHarnessVendorArtifactView.js +2 -2
  48. package/dist/raw/agent/models/AgentOutputArtifactView.d.ts +27 -15
  49. package/dist/raw/agent/models/AgentOutputArtifactView.js +2 -2
  50. package/dist/raw/agent/models/AgentQueryAgentTraceStats400Response.d.ts +2 -0
  51. package/dist/raw/agent/models/AgentQueryAgentTraceStats400Response.js +2 -0
  52. package/dist/raw/agent/models/AgentSessionArtifactView.d.ts +27 -15
  53. package/dist/raw/agent/models/AgentSessionArtifactView.js +2 -2
  54. package/dist/raw/agent/models/AgentSessionMessageArtifactView.d.ts +27 -15
  55. package/dist/raw/agent/models/AgentSessionMessageArtifactView.js +2 -2
  56. package/dist/raw/agent/models/AgentUploadAgentProfileImage400Response.d.ts +2 -1
  57. package/dist/raw/agent/models/AgentUploadAgentProfileImage400Response.js +2 -3
  58. package/dist/raw/agent/models/AgentUploadAgentProfileImage413Response.d.ts +2 -0
  59. package/dist/raw/agent/models/AgentUploadAgentProfileImage413Response.js +2 -2
  60. package/dist/raw/agent/models/AgentVisitorArtifactView.d.ts +27 -15
  61. package/dist/raw/agent/models/AgentVisitorArtifactView.js +2 -2
  62. package/dist/raw/agent/models/Box.d.ts +27 -15
  63. package/dist/raw/agent/models/Box.js +2 -2
  64. package/dist/raw/agent/models/GatewayArtifactBase.d.ts +27 -15
  65. package/dist/raw/agent/models/GatewayArtifactBase.js +2 -2
  66. package/dist/raw/agent/models/GatewayTraceStatsGroupBy.d.ts +5 -1
  67. package/dist/raw/agent/models/GatewayTraceStatsGroupBy.js +4 -0
  68. package/dist/raw/agent/models/GatewayTraceStatsMeasure.d.ts +3 -1
  69. package/dist/raw/agent/models/GatewayTraceStatsMeasure.js +2 -0
  70. package/dist/raw/agent/models/SpanViewDto.d.ts +25 -0
  71. package/dist/raw/agent/models/SpanViewDto.js +8 -0
  72. package/dist/raw/agent/models/TraceDetailView.d.ts +9 -0
  73. package/dist/raw/agent/models/TraceDetailView.js +2 -0
  74. package/dist/raw/agent/models/index.d.ts +2 -0
  75. package/dist/raw/agent/models/index.js +2 -0
  76. package/dist/raw/eval/apis/DatasetsApi.d.ts +43 -3
  77. package/dist/raw/eval/apis/DatasetsApi.js +108 -3
  78. package/dist/raw/eval/apis/ExperimentsApi.d.ts +8 -24
  79. package/dist/raw/eval/apis/ExperimentsApi.js +10 -49
  80. package/dist/raw/eval/apis/ScorersApi.d.ts +1 -1
  81. package/dist/raw/eval/apis/ScorersApi.js +1 -1
  82. package/dist/raw/eval/models/AccessView.d.ts +1 -1
  83. package/dist/raw/eval/models/AccessView.js +1 -1
  84. package/dist/raw/eval/models/ArtifactConflictProblem.d.ts +1 -1
  85. package/dist/raw/eval/models/ArtifactConflictProblem.js +1 -1
  86. package/dist/raw/eval/models/CostView.d.ts +1 -1
  87. package/dist/raw/eval/models/CostView.js +1 -1
  88. package/dist/raw/eval/models/CursorPage.d.ts +1 -1
  89. package/dist/raw/eval/models/CursorPage.js +1 -1
  90. package/dist/raw/eval/models/EvalArtifactEnvelope.d.ts +1 -1
  91. package/dist/raw/eval/models/EvalArtifactEnvelope.js +1 -1
  92. package/dist/raw/eval/models/EvalArtifactSearchRequest.d.ts +1 -1
  93. package/dist/raw/eval/models/EvalArtifactSearchRequest.js +1 -1
  94. package/dist/raw/eval/models/EvalBulkDatasetRecordResponse.d.ts +1 -1
  95. package/dist/raw/eval/models/EvalBulkDatasetRecordResponse.js +1 -1
  96. package/dist/raw/eval/models/EvalBulkDatasetRecordResult.d.ts +1 -1
  97. package/dist/raw/eval/models/EvalBulkDatasetRecordResult.js +1 -1
  98. package/dist/raw/eval/models/EvalBulkExperimentResultResponse.d.ts +1 -1
  99. package/dist/raw/eval/models/EvalBulkExperimentResultResponse.js +1 -1
  100. package/dist/raw/eval/models/EvalBulkExperimentResultSlot.d.ts +1 -1
  101. package/dist/raw/eval/models/EvalBulkExperimentResultSlot.js +1 -1
  102. package/dist/raw/eval/models/EvalCreateDataset400Response.d.ts +1 -1
  103. package/dist/raw/eval/models/EvalCreateDataset400Response.js +1 -1
  104. package/dist/raw/eval/models/EvalCreateDataset409Response.d.ts +1 -1
  105. package/dist/raw/eval/models/EvalCreateDataset409Response.js +1 -1
  106. package/dist/raw/eval/models/EvalCreateDataset413Response.d.ts +1 -1
  107. package/dist/raw/eval/models/EvalCreateDataset413Response.js +1 -1
  108. package/dist/raw/eval/models/EvalCreateDataset415Response.d.ts +1 -1
  109. package/dist/raw/eval/models/EvalCreateDataset415Response.js +1 -1
  110. package/dist/raw/eval/models/EvalCreateDataset422Response.d.ts +1 -1
  111. package/dist/raw/eval/models/EvalCreateDataset422Response.js +1 -1
  112. package/dist/raw/eval/models/EvalDatasetArtifactView.d.ts +35 -16
  113. package/dist/raw/eval/models/EvalDatasetArtifactView.js +5 -3
  114. package/dist/raw/eval/models/EvalDatasetCreate.d.ts +7 -1
  115. package/dist/raw/eval/models/EvalDatasetCreate.js +3 -1
  116. package/dist/raw/eval/models/EvalDatasetMeta.d.ts +8 -1
  117. package/dist/raw/eval/models/EvalDatasetMeta.js +3 -1
  118. package/dist/raw/eval/models/EvalDatasetPatch.d.ts +7 -1
  119. package/dist/raw/eval/models/EvalDatasetPatch.js +3 -1
  120. package/dist/raw/eval/models/EvalDatasetRecordArtifactView.d.ts +34 -16
  121. package/dist/raw/eval/models/EvalDatasetRecordArtifactView.js +5 -3
  122. package/dist/raw/eval/models/EvalDatasetRecordBulkCreate.d.ts +1 -1
  123. package/dist/raw/eval/models/EvalDatasetRecordBulkCreate.js +1 -1
  124. package/dist/raw/eval/models/EvalDatasetRecordCreate.d.ts +1 -1
  125. package/dist/raw/eval/models/EvalDatasetRecordCreate.js +1 -1
  126. package/dist/raw/eval/models/EvalDatasetRecordMeta.d.ts +7 -1
  127. package/dist/raw/eval/models/EvalDatasetRecordMeta.js +3 -1
  128. package/dist/raw/eval/models/EvalDatasetRecordPatch.d.ts +1 -1
  129. package/dist/raw/eval/models/EvalDatasetRecordPatch.js +1 -1
  130. package/dist/raw/eval/models/EvalDatasetSnapshot.d.ts +57 -0
  131. package/dist/raw/eval/models/EvalDatasetSnapshot.js +65 -0
  132. package/dist/raw/eval/models/EvalDatasetSnapshotRecord.d.ts +99 -0
  133. package/dist/raw/eval/models/EvalDatasetSnapshotRecord.js +77 -0
  134. package/dist/raw/eval/models/EvalExperimentArtifactView.d.ts +35 -16
  135. package/dist/raw/eval/models/EvalExperimentArtifactView.js +6 -3
  136. package/dist/raw/eval/models/EvalExperimentCreate.d.ts +1 -1
  137. package/dist/raw/eval/models/EvalExperimentCreate.js +1 -1
  138. package/dist/raw/eval/models/EvalExperimentMeta.d.ts +10 -4
  139. package/dist/raw/eval/models/EvalExperimentMeta.js +4 -1
  140. package/dist/raw/eval/models/EvalExperimentPatch.d.ts +4 -3
  141. package/dist/raw/eval/models/EvalExperimentPatch.js +1 -1
  142. package/dist/raw/eval/models/EvalExperimentResultArtifactView.d.ts +45 -16
  143. package/dist/raw/eval/models/EvalExperimentResultArtifactView.js +7 -3
  144. package/dist/raw/eval/models/EvalExperimentResultBulkCreate.d.ts +1 -1
  145. package/dist/raw/eval/models/EvalExperimentResultBulkCreate.js +1 -1
  146. package/dist/raw/eval/models/EvalExperimentResultCreate.d.ts +16 -1
  147. package/dist/raw/eval/models/EvalExperimentResultCreate.js +5 -1
  148. package/dist/raw/eval/models/EvalExperimentResultMeta.d.ts +18 -1
  149. package/dist/raw/eval/models/EvalExperimentResultMeta.js +5 -1
  150. package/dist/raw/eval/models/EvalExperimentStatus.d.ts +1 -1
  151. package/dist/raw/eval/models/EvalExperimentStatus.js +1 -1
  152. package/dist/raw/eval/models/EvalGetDataset404Response.d.ts +1 -1
  153. package/dist/raw/eval/models/EvalGetDataset404Response.js +1 -1
  154. package/dist/raw/eval/models/EvalGetExperimentTrace400Response.d.ts +1 -1
  155. package/dist/raw/eval/models/EvalGetExperimentTrace400Response.js +1 -1
  156. package/dist/raw/eval/models/EvalListDatasets400Response.d.ts +1 -1
  157. package/dist/raw/eval/models/EvalListDatasets400Response.js +1 -1
  158. package/dist/raw/eval/models/EvalListDatasets401Response.d.ts +1 -1
  159. package/dist/raw/eval/models/EvalListDatasets401Response.js +1 -1
  160. package/dist/raw/eval/models/EvalListDatasets403Response.d.ts +1 -1
  161. package/dist/raw/eval/models/EvalListDatasets403Response.js +1 -1
  162. package/dist/raw/eval/models/EvalListDatasets500Response.d.ts +1 -1
  163. package/dist/raw/eval/models/EvalListDatasets500Response.js +1 -1
  164. package/dist/raw/eval/models/EvalListDatasets503Response.d.ts +1 -1
  165. package/dist/raw/eval/models/EvalListDatasets503Response.js +1 -1
  166. package/dist/raw/eval/models/EvalListDatasets504Response.d.ts +1 -1
  167. package/dist/raw/eval/models/EvalListDatasets504Response.js +1 -1
  168. package/dist/raw/eval/models/EvalPageDatasetArtifactView.d.ts +1 -1
  169. package/dist/raw/eval/models/EvalPageDatasetArtifactView.js +1 -1
  170. package/dist/raw/eval/models/EvalPageDatasetRecordArtifactView.d.ts +1 -1
  171. package/dist/raw/eval/models/EvalPageDatasetRecordArtifactView.js +1 -1
  172. package/dist/raw/eval/models/EvalPageExperimentArtifactView.d.ts +1 -1
  173. package/dist/raw/eval/models/EvalPageExperimentArtifactView.js +1 -1
  174. package/dist/raw/eval/models/EvalPageExperimentResultArtifactView.d.ts +1 -1
  175. package/dist/raw/eval/models/EvalPageExperimentResultArtifactView.js +1 -1
  176. package/dist/raw/eval/models/EvalPageScorerArtifactView.d.ts +1 -1
  177. package/dist/raw/eval/models/EvalPageScorerArtifactView.js +1 -1
  178. package/dist/raw/eval/models/EvalPatchDataset412Response.d.ts +1 -1
  179. package/dist/raw/eval/models/EvalPatchDataset412Response.js +1 -1
  180. package/dist/raw/eval/models/EvalRecordSource.d.ts +1 -1
  181. package/dist/raw/eval/models/EvalRecordSource.js +1 -1
  182. package/dist/raw/eval/models/EvalScorerArtifactView.d.ts +28 -16
  183. package/dist/raw/eval/models/EvalScorerArtifactView.js +3 -3
  184. package/dist/raw/eval/models/EvalScorerCreate.d.ts +1 -1
  185. package/dist/raw/eval/models/EvalScorerCreate.js +1 -1
  186. package/dist/raw/eval/models/EvalScorerKind.d.ts +1 -1
  187. package/dist/raw/eval/models/EvalScorerKind.js +1 -1
  188. package/dist/raw/eval/models/EvalScorerMeta.d.ts +1 -1
  189. package/dist/raw/eval/models/EvalScorerMeta.js +1 -1
  190. package/dist/raw/eval/models/EvalScorerPatch.d.ts +1 -1
  191. package/dist/raw/eval/models/EvalScorerPatch.js +1 -1
  192. package/dist/raw/eval/models/EvalScorerScope.d.ts +1 -1
  193. package/dist/raw/eval/models/EvalScorerScope.js +1 -1
  194. package/dist/raw/eval/models/EvalSubjectKind.d.ts +1 -1
  195. package/dist/raw/eval/models/EvalSubjectKind.js +1 -1
  196. package/dist/raw/eval/models/GatewayArtifactBase.d.ts +28 -16
  197. package/dist/raw/eval/models/GatewayArtifactBase.js +3 -3
  198. package/dist/raw/eval/models/GatewayArtifactIdentityRevealView.d.ts +1 -1
  199. package/dist/raw/eval/models/GatewayArtifactIdentityRevealView.js +1 -1
  200. package/dist/raw/eval/models/GatewayPageMeta.d.ts +1 -1
  201. package/dist/raw/eval/models/GatewayPageMeta.js +1 -1
  202. package/dist/raw/eval/models/GatewaySourceEnvelope.d.ts +1 -1
  203. package/dist/raw/eval/models/GatewaySourceEnvelope.js +1 -1
  204. package/dist/raw/eval/models/GatewayTraceStatsBucket.d.ts +1 -1
  205. package/dist/raw/eval/models/GatewayTraceStatsBucket.js +1 -1
  206. package/dist/raw/eval/models/GatewayTraceStatsCompareMode.d.ts +1 -1
  207. package/dist/raw/eval/models/GatewayTraceStatsCompareMode.js +1 -1
  208. package/dist/raw/eval/models/GatewayTraceStatsComparison.d.ts +1 -1
  209. package/dist/raw/eval/models/GatewayTraceStatsComparison.js +1 -1
  210. package/dist/raw/eval/models/GatewayTraceStatsData.d.ts +1 -1
  211. package/dist/raw/eval/models/GatewayTraceStatsData.js +1 -1
  212. package/dist/raw/eval/models/GatewayTraceStatsDataOneOf.d.ts +1 -1
  213. package/dist/raw/eval/models/GatewayTraceStatsDataOneOf.js +1 -1
  214. package/dist/raw/eval/models/GatewayTraceStatsDataOneOf1.d.ts +1 -1
  215. package/dist/raw/eval/models/GatewayTraceStatsDataOneOf1.js +1 -1
  216. package/dist/raw/eval/models/GatewayTraceStatsDataOneOf2.d.ts +1 -1
  217. package/dist/raw/eval/models/GatewayTraceStatsDataOneOf2.js +1 -1
  218. package/dist/raw/eval/models/GatewayTraceStatsEnvelope.d.ts +1 -1
  219. package/dist/raw/eval/models/GatewayTraceStatsEnvelope.js +1 -1
  220. package/dist/raw/eval/models/GatewayTraceStatsFilter.d.ts +1 -1
  221. package/dist/raw/eval/models/GatewayTraceStatsFilter.js +1 -1
  222. package/dist/raw/eval/models/GatewayTraceStatsFilterOperator.d.ts +1 -1
  223. package/dist/raw/eval/models/GatewayTraceStatsFilterOperator.js +1 -1
  224. package/dist/raw/eval/models/GatewayTraceStatsFilterValue.d.ts +1 -1
  225. package/dist/raw/eval/models/GatewayTraceStatsFilterValue.js +1 -1
  226. package/dist/raw/eval/models/GatewayTraceStatsGroupBy.d.ts +1 -1
  227. package/dist/raw/eval/models/GatewayTraceStatsGroupBy.js +1 -1
  228. package/dist/raw/eval/models/GatewayTraceStatsMeasure.d.ts +1 -1
  229. package/dist/raw/eval/models/GatewayTraceStatsMeasure.js +1 -1
  230. package/dist/raw/eval/models/GatewayTraceStatsMeta.d.ts +1 -1
  231. package/dist/raw/eval/models/GatewayTraceStatsMeta.js +1 -1
  232. package/dist/raw/eval/models/GatewayTraceStatsOrder.d.ts +1 -1
  233. package/dist/raw/eval/models/GatewayTraceStatsOrder.js +1 -1
  234. package/dist/raw/eval/models/GatewayTraceStatsOrderBy.d.ts +1 -1
  235. package/dist/raw/eval/models/GatewayTraceStatsOrderBy.js +1 -1
  236. package/dist/raw/eval/models/GatewayTraceStatsOrderDirection.d.ts +1 -1
  237. package/dist/raw/eval/models/GatewayTraceStatsOrderDirection.js +1 -1
  238. package/dist/raw/eval/models/GatewayTraceStatsPanelQuery.d.ts +1 -1
  239. package/dist/raw/eval/models/GatewayTraceStatsPanelQuery.js +1 -1
  240. package/dist/raw/eval/models/GatewayTraceStatsRequest.d.ts +1 -1
  241. package/dist/raw/eval/models/GatewayTraceStatsRequest.js +1 -1
  242. package/dist/raw/eval/models/GatewayTraceStatsRequestType.d.ts +1 -1
  243. package/dist/raw/eval/models/GatewayTraceStatsRequestType.js +1 -1
  244. package/dist/raw/eval/models/GatewayTraceStatsScalarResult.d.ts +1 -1
  245. package/dist/raw/eval/models/GatewayTraceStatsScalarResult.js +1 -1
  246. package/dist/raw/eval/models/GatewayTraceStatsSeries.d.ts +1 -1
  247. package/dist/raw/eval/models/GatewayTraceStatsSeries.js +1 -1
  248. package/dist/raw/eval/models/GatewayTraceStatsSeriesPoint.d.ts +1 -1
  249. package/dist/raw/eval/models/GatewayTraceStatsSeriesPoint.js +1 -1
  250. package/dist/raw/eval/models/GatewayTraceStatsTableColumn.d.ts +1 -1
  251. package/dist/raw/eval/models/GatewayTraceStatsTableColumn.js +1 -1
  252. package/dist/raw/eval/models/GatewayTraceStatsTableColumnType.d.ts +1 -1
  253. package/dist/raw/eval/models/GatewayTraceStatsTableColumnType.js +1 -1
  254. package/dist/raw/eval/models/GatewayTraceStatsTableRow.d.ts +1 -1
  255. package/dist/raw/eval/models/GatewayTraceStatsTableRow.js +1 -1
  256. package/dist/raw/eval/models/GatewayTraceStatsWindow.d.ts +1 -1
  257. package/dist/raw/eval/models/GatewayTraceStatsWindow.js +1 -1
  258. package/dist/raw/eval/models/ProblemDetails.d.ts +1 -1
  259. package/dist/raw/eval/models/ProblemDetails.js +1 -1
  260. package/dist/raw/eval/models/RegistryEdgeTarget.d.ts +1 -1
  261. package/dist/raw/eval/models/RegistryEdgeTarget.js +1 -1
  262. package/dist/raw/eval/models/RegistryRelationshipEdge.d.ts +1 -1
  263. package/dist/raw/eval/models/RegistryRelationshipEdge.js +1 -1
  264. package/dist/raw/eval/models/RegistryRelationshipsView.d.ts +1 -1
  265. package/dist/raw/eval/models/RegistryRelationshipsView.js +1 -1
  266. package/dist/raw/eval/models/SpanListEnvelope.d.ts +1 -1
  267. package/dist/raw/eval/models/SpanListEnvelope.js +1 -1
  268. package/dist/raw/eval/models/SpanViewDto.d.ts +26 -1
  269. package/dist/raw/eval/models/SpanViewDto.js +9 -1
  270. package/dist/raw/eval/models/TraceDetailView.d.ts +10 -1
  271. package/dist/raw/eval/models/TraceDetailView.js +3 -1
  272. package/dist/raw/eval/models/TraceLinks.d.ts +1 -1
  273. package/dist/raw/eval/models/TraceLinks.js +1 -1
  274. package/dist/raw/eval/models/TraceListEnvelope.d.ts +1 -1
  275. package/dist/raw/eval/models/TraceListEnvelope.js +1 -1
  276. package/dist/raw/eval/models/TraceParentView.d.ts +1 -1
  277. package/dist/raw/eval/models/TraceParentView.js +1 -1
  278. package/dist/raw/eval/models/TraceStatus.d.ts +1 -1
  279. package/dist/raw/eval/models/TraceStatus.js +1 -1
  280. package/dist/raw/eval/models/TraceSummaryStats.d.ts +1 -1
  281. package/dist/raw/eval/models/TraceSummaryStats.js +1 -1
  282. package/dist/raw/eval/models/TraceSummaryView.d.ts +1 -1
  283. package/dist/raw/eval/models/TraceSummaryView.js +1 -1
  284. package/dist/raw/eval/models/UsageView.d.ts +1 -1
  285. package/dist/raw/eval/models/UsageView.js +1 -1
  286. package/dist/raw/eval/models/index.d.ts +2 -0
  287. package/dist/raw/eval/models/index.js +2 -0
  288. package/dist/raw/eval/runtime.d.ts +1 -1
  289. package/dist/raw/eval/runtime.js +1 -1
  290. package/dist/raw/file/apis/FileApi.d.ts +18 -0
  291. package/dist/raw/file/apis/FileApi.js +25 -1
  292. package/dist/raw/file/models/FileCreateUpload400Response.d.ts +2 -0
  293. package/dist/raw/file/models/FileCreateUpload400Response.js +2 -2
  294. package/dist/raw/file/models/FileCreateUpload413Response.d.ts +2 -1
  295. package/dist/raw/file/models/FileCreateUpload413Response.js +2 -3
  296. package/dist/raw/file/models/FileCreateUpload415Response.d.ts +1 -0
  297. package/dist/raw/file/models/FileCreateUpload415Response.js +1 -2
  298. package/dist/raw/file/models/FileFile.d.ts +4 -0
  299. package/dist/raw/file/models/FileFileArtifact.d.ts +31 -15
  300. package/dist/raw/file/models/FileFileArtifact.js +2 -2
  301. package/dist/raw/file/models/FileIngestUpload400Response.d.ts +2 -1
  302. package/dist/raw/file/models/FileIngestUpload400Response.js +2 -3
  303. package/dist/raw/file/models/FileIngestUpload415Response.d.ts +63 -0
  304. package/dist/raw/file/models/FileIngestUpload415Response.js +75 -0
  305. package/dist/raw/file/models/GatewayArtifactBase.d.ts +27 -15
  306. package/dist/raw/file/models/GatewayArtifactBase.js +2 -2
  307. package/dist/raw/file/models/index.d.ts +1 -0
  308. package/dist/raw/file/models/index.js +1 -0
  309. package/dist/raw/mcp/apis/ServersApi.d.ts +18 -0
  310. package/dist/raw/mcp/apis/ServersApi.js +25 -1
  311. package/dist/raw/mcp/apis/ToolsApi.d.ts +18 -0
  312. package/dist/raw/mcp/apis/ToolsApi.js +25 -1
  313. package/dist/raw/mcp/models/GatewayArtifactBase.d.ts +27 -15
  314. package/dist/raw/mcp/models/GatewayArtifactBase.js +2 -2
  315. package/dist/raw/mcp/models/McpAggregateServers400Response.d.ts +2 -0
  316. package/dist/raw/mcp/models/McpAggregateServers400Response.js +2 -0
  317. package/dist/raw/mcp/models/McpAggregateServers413Response.d.ts +64 -0
  318. package/dist/raw/mcp/models/McpAggregateServers413Response.js +74 -0
  319. package/dist/raw/mcp/models/McpAggregateServers415Response.d.ts +1 -0
  320. package/dist/raw/mcp/models/McpAggregateServers415Response.js +1 -2
  321. package/dist/raw/mcp/models/McpMcpServer.d.ts +27 -0
  322. package/dist/raw/mcp/models/McpMcpServer.js +4 -0
  323. package/dist/raw/mcp/models/McpMcpServerArtifactView.d.ts +54 -15
  324. package/dist/raw/mcp/models/McpMcpServerArtifactView.js +6 -2
  325. package/dist/raw/mcp/models/McpMcpSessionMessage.d.ts +1 -1
  326. package/dist/raw/mcp/models/McpMcpToolArtifactView.d.ts +27 -15
  327. package/dist/raw/mcp/models/McpMcpToolArtifactView.js +2 -2
  328. package/dist/raw/mcp/models/index.d.ts +1 -0
  329. package/dist/raw/mcp/models/index.js +1 -0
  330. package/dist/raw/model/apis/OpenaiApi.d.ts +4 -4
  331. package/dist/raw/model/apis/OpenaiApi.js +4 -4
  332. package/dist/raw/registry/apis/AppsApi.d.ts +159 -0
  333. package/dist/raw/registry/apis/AppsApi.js +385 -0
  334. package/dist/raw/registry/apis/AuthApi.d.ts +2 -2
  335. package/dist/raw/registry/apis/AuthApi.js +2 -2
  336. package/dist/raw/registry/apis/DiscoveryApi.d.ts +27 -0
  337. package/dist/raw/registry/apis/DiscoveryApi.js +37 -1
  338. package/dist/raw/registry/apis/InvitationsApi.d.ts +159 -0
  339. package/dist/raw/registry/apis/InvitationsApi.js +383 -0
  340. package/dist/raw/registry/apis/OrganisationsApi.d.ts +51 -0
  341. package/dist/raw/registry/apis/OrganisationsApi.js +108 -1
  342. package/dist/raw/registry/apis/ReleasesApi.d.ts +199 -0
  343. package/dist/raw/registry/apis/ReleasesApi.js +484 -0
  344. package/dist/raw/registry/apis/ReposApi.d.ts +27 -0
  345. package/dist/raw/registry/apis/ReposApi.js +37 -1
  346. package/dist/raw/registry/apis/RolesApi.d.ts +32 -0
  347. package/dist/raw/registry/apis/RolesApi.js +95 -0
  348. package/dist/raw/registry/apis/ServiceAccountsApi.d.ts +13 -4
  349. package/dist/raw/registry/apis/ServiceAccountsApi.js +17 -5
  350. package/dist/raw/registry/apis/SessionsApi.d.ts +60 -0
  351. package/dist/raw/registry/apis/SessionsApi.js +150 -0
  352. package/dist/raw/registry/apis/UsersApi.d.ts +75 -43
  353. package/dist/raw/registry/apis/UsersApi.js +139 -74
  354. package/dist/raw/registry/apis/WorkspacesApi.d.ts +52 -4
  355. package/dist/raw/registry/apis/WorkspacesApi.js +92 -5
  356. package/dist/raw/registry/apis/index.d.ts +5 -7
  357. package/dist/raw/registry/apis/index.js +5 -7
  358. package/dist/raw/registry/models/{ExtensionJobDto.d.ts → AppActionDto.d.ts} +33 -27
  359. package/dist/raw/registry/models/{ExtensionJobDto.js → AppActionDto.js} +22 -20
  360. package/dist/raw/registry/models/AppActionsPage.d.ts +40 -0
  361. package/dist/raw/registry/models/{PublishersPage.js → AppActionsPage.js} +16 -16
  362. package/dist/raw/registry/models/AppDto.d.ts +174 -0
  363. package/dist/raw/registry/models/AppDto.js +116 -0
  364. package/dist/raw/registry/models/AppsPage.d.ts +40 -0
  365. package/dist/raw/registry/models/{GroupsPage.js → AppsPage.js} +16 -16
  366. package/dist/raw/registry/models/ArtifactView.d.ts +76 -15
  367. package/dist/raw/registry/models/ArtifactView.js +10 -2
  368. package/dist/raw/registry/models/CreateInvitationsRequest.d.ts +33 -0
  369. package/dist/raw/registry/models/CreateInvitationsRequest.js +51 -0
  370. package/dist/raw/registry/models/CutReleaseBody.d.ts +56 -0
  371. package/dist/raw/registry/models/CutReleaseBody.js +56 -0
  372. package/dist/raw/registry/models/EdgeTarget.d.ts +4 -0
  373. package/dist/raw/registry/models/InstallAppBody.d.ts +34 -0
  374. package/dist/raw/registry/models/InstallAppBody.js +48 -0
  375. package/dist/raw/registry/models/IntrospectedIdentity.d.ts +12 -3
  376. package/dist/raw/registry/models/IntrospectedIdentity.js +5 -3
  377. package/dist/raw/registry/models/InvitationDto.d.ts +98 -0
  378. package/dist/raw/registry/models/InvitationDto.js +88 -0
  379. package/dist/raw/registry/models/InvitationSendResult.d.ts +38 -0
  380. package/dist/raw/registry/models/InvitationSendResult.js +54 -0
  381. package/dist/raw/registry/models/InvitationSummaryDto.d.ts +86 -0
  382. package/dist/raw/registry/models/InvitationSummaryDto.js +84 -0
  383. package/dist/raw/registry/models/InvitationsPage.d.ts +40 -0
  384. package/dist/raw/registry/models/{MembershipsPage.js → InvitationsPage.js} +16 -16
  385. package/dist/raw/registry/models/InvitationsResponse.d.ts +33 -0
  386. package/dist/raw/registry/models/InvitationsResponse.js +51 -0
  387. package/dist/raw/registry/models/InviteeRequest.d.ts +44 -0
  388. package/dist/raw/registry/models/InviteeRequest.js +56 -0
  389. package/dist/raw/registry/models/InviteeResult.d.ts +69 -0
  390. package/dist/raw/registry/models/InviteeResult.js +66 -0
  391. package/dist/raw/registry/models/ReconcileAcceptedDto.d.ts +40 -0
  392. package/dist/raw/registry/models/ReconcileAcceptedDto.js +54 -0
  393. package/dist/raw/registry/models/RegistryAggregate400Response.d.ts +2 -0
  394. package/dist/raw/registry/models/RegistryAggregate400Response.js +2 -2
  395. package/dist/raw/registry/models/{RegistryListActionRuns401Response.d.ts → RegistryAggregate401Response.d.ts} +16 -16
  396. package/dist/raw/registry/models/RegistryAggregate401Response.js +89 -0
  397. package/dist/raw/registry/models/RegistryAggregate403Response.d.ts +64 -0
  398. package/dist/raw/registry/models/RegistryAggregate403Response.js +74 -0
  399. package/dist/raw/registry/models/RegistryAggregate413Response.d.ts +64 -0
  400. package/dist/raw/registry/models/RegistryAggregate413Response.js +74 -0
  401. package/dist/raw/registry/models/RegistryAggregate415Response.d.ts +1 -0
  402. package/dist/raw/registry/models/RegistryAggregate415Response.js +1 -2
  403. package/dist/raw/registry/models/RegistryAggregate500Response.d.ts +63 -0
  404. package/dist/raw/registry/models/RegistryAggregate500Response.js +75 -0
  405. package/dist/raw/registry/models/RegistryAggregate503Response.d.ts +64 -0
  406. package/dist/raw/registry/models/RegistryAggregate503Response.js +74 -0
  407. package/dist/raw/registry/models/RegistryAggregate504Response.d.ts +63 -0
  408. package/dist/raw/registry/models/RegistryAggregate504Response.js +75 -0
  409. package/dist/raw/registry/models/RegistryAggregateKind404Response.d.ts +63 -0
  410. package/dist/raw/registry/models/{RegistryGetActionRun404Response.js → RegistryAggregateKind404Response.js} +18 -18
  411. package/dist/raw/registry/models/RegistryCreateServiceAccount400Response.d.ts +66 -0
  412. package/dist/raw/registry/models/RegistryCreateServiceAccount400Response.js +76 -0
  413. package/dist/raw/registry/models/RegistryInstallApp409Response.d.ts +63 -0
  414. package/dist/raw/registry/models/RegistryInstallApp409Response.js +75 -0
  415. package/dist/raw/registry/models/RegistryListApps400Response.d.ts +63 -0
  416. package/dist/raw/registry/models/RegistryListApps400Response.js +75 -0
  417. package/dist/raw/registry/models/RegistryListApps503Response.d.ts +65 -0
  418. package/dist/raw/registry/models/RegistryListApps503Response.js +75 -0
  419. package/dist/raw/registry/models/RegistryListArtifactReleases400Response.d.ts +63 -0
  420. package/dist/raw/registry/models/RegistryListArtifactReleases400Response.js +75 -0
  421. package/dist/raw/registry/models/RegistryListUserTraces503Response.d.ts +66 -0
  422. package/dist/raw/registry/models/RegistryListUserTraces503Response.js +76 -0
  423. package/dist/raw/registry/models/RegistryRevokeOwnSessions400Response.d.ts +64 -0
  424. package/dist/raw/registry/models/RegistryRevokeOwnSessions400Response.js +74 -0
  425. package/dist/raw/registry/models/RegistryRevokeOwnSessions415Response.d.ts +63 -0
  426. package/dist/raw/registry/models/RegistryRevokeOwnSessions415Response.js +75 -0
  427. package/dist/raw/registry/models/RegistryWhoami503Response.d.ts +66 -0
  428. package/dist/raw/registry/models/RegistryWhoami503Response.js +76 -0
  429. package/dist/raw/registry/models/RegistryWorkspacePluginRef.d.ts +61 -0
  430. package/dist/raw/registry/models/RegistryWorkspacePluginRef.js +62 -0
  431. package/dist/raw/registry/models/RegistryWorkspaceRecommendation.d.ts +66 -0
  432. package/dist/raw/registry/models/RegistryWorkspaceRecommendation.js +64 -0
  433. package/dist/raw/registry/models/RegistryWorkspaceRecommendationReason.d.ts +29 -0
  434. package/dist/raw/registry/models/RegistryWorkspaceRecommendationReason.js +57 -0
  435. package/dist/raw/registry/models/RegistryWorkspaceView.d.ts +33 -0
  436. package/dist/raw/registry/models/RegistryWorkspaceView.js +7 -0
  437. package/dist/raw/registry/models/RelationshipsView.d.ts +5 -1
  438. package/dist/raw/registry/models/ReleaseDto.d.ts +123 -0
  439. package/dist/raw/registry/models/ReleaseDto.js +100 -0
  440. package/dist/raw/registry/models/ReleasePage.d.ts +40 -0
  441. package/dist/raw/registry/models/{BudgetsPage.js → ReleasePage.js} +16 -16
  442. package/dist/raw/registry/models/ReleasePolicyDto.d.ts +76 -0
  443. package/dist/raw/registry/models/ReleasePolicyDto.js +78 -0
  444. package/dist/raw/registry/models/RoleDto.d.ts +38 -0
  445. package/dist/raw/registry/models/RoleDto.js +54 -0
  446. package/dist/raw/registry/models/RoleListDto.d.ts +33 -0
  447. package/dist/raw/registry/models/RoleListDto.js +51 -0
  448. package/dist/raw/registry/models/ServiceAccountDto.d.ts +5 -1
  449. package/dist/raw/registry/models/SetReleasePolicyBody.d.ts +55 -0
  450. package/dist/raw/registry/models/SetReleasePolicyBody.js +54 -0
  451. package/dist/raw/registry/models/SetTraceContentPolicyDto.d.ts +34 -0
  452. package/dist/raw/registry/models/SetTraceContentPolicyDto.js +48 -0
  453. package/dist/raw/registry/models/SpanViewDto.d.ts +25 -0
  454. package/dist/raw/registry/models/SpanViewDto.js +8 -0
  455. package/dist/raw/registry/models/TraceContentDeletionDto.d.ts +32 -0
  456. package/dist/raw/registry/models/TraceContentDeletionDto.js +50 -0
  457. package/dist/raw/registry/models/TraceContentPolicyDto.d.ts +48 -0
  458. package/dist/raw/registry/models/TraceContentPolicyDto.js +52 -0
  459. package/dist/raw/registry/models/TraceDetailView.d.ts +9 -0
  460. package/dist/raw/registry/models/TraceDetailView.js +2 -0
  461. package/dist/raw/registry/models/UpdateInvitationRequest.d.ts +38 -0
  462. package/dist/raw/registry/models/UpdateInvitationRequest.js +50 -0
  463. package/dist/raw/registry/models/UpgradeAppBody.d.ts +37 -0
  464. package/dist/raw/registry/models/UpgradeAppBody.js +48 -0
  465. package/dist/raw/registry/models/UserDirectoryDto.d.ts +55 -0
  466. package/dist/raw/registry/models/UserDirectoryDto.js +58 -0
  467. package/dist/raw/registry/models/UsersPage.d.ts +3 -3
  468. package/dist/raw/registry/models/UsersPage.js +3 -3
  469. package/dist/raw/registry/models/WhoamiResponse.d.ts +12 -3
  470. package/dist/raw/registry/models/WhoamiResponse.js +5 -3
  471. package/dist/raw/registry/models/WithdrawBody.d.ts +33 -0
  472. package/dist/raw/registry/models/WithdrawBody.js +48 -0
  473. package/dist/raw/registry/models/WorkspaceInvitationListDto.d.ts +33 -0
  474. package/dist/raw/registry/models/WorkspaceInvitationListDto.js +51 -0
  475. package/dist/raw/registry/models/WorkspaceInvitationRow.d.ts +44 -0
  476. package/dist/raw/registry/models/WorkspaceInvitationRow.js +58 -0
  477. package/dist/raw/registry/models/WorkspaceRecommendationsPage.d.ts +40 -0
  478. package/dist/raw/registry/models/WorkspaceRecommendationsPage.js +56 -0
  479. package/dist/raw/registry/models/index.d.ts +50 -50
  480. package/dist/raw/registry/models/index.js +50 -50
  481. package/dist/raw/skill/apis/SkillApi.d.ts +65 -10
  482. package/dist/raw/skill/apis/SkillApi.js +86 -11
  483. package/dist/raw/skill/models/GatewayArtifactBase.d.ts +27 -15
  484. package/dist/raw/skill/models/GatewayArtifactBase.js +2 -2
  485. package/dist/raw/skill/models/GatewayTraceStatsGroupBy.d.ts +5 -1
  486. package/dist/raw/skill/models/GatewayTraceStatsGroupBy.js +4 -0
  487. package/dist/raw/skill/models/GatewayTraceStatsMeasure.d.ts +3 -1
  488. package/dist/raw/skill/models/GatewayTraceStatsMeasure.js +2 -0
  489. package/dist/raw/skill/models/SkillAggregate400Response.d.ts +2 -0
  490. package/dist/raw/skill/models/SkillAggregate400Response.js +2 -2
  491. package/dist/raw/skill/models/SkillAggregate415Response.d.ts +1 -0
  492. package/dist/raw/skill/models/SkillAggregate415Response.js +1 -2
  493. package/dist/raw/skill/models/SkillCreate400Response.d.ts +2 -1
  494. package/dist/raw/skill/models/SkillCreate400Response.js +2 -3
  495. package/dist/raw/skill/models/SkillCreate413Response.d.ts +64 -0
  496. package/dist/raw/skill/models/SkillCreate413Response.js +74 -0
  497. package/dist/raw/skill/models/SkillCreate415Response.d.ts +63 -0
  498. package/dist/raw/skill/models/SkillCreate415Response.js +75 -0
  499. package/dist/raw/skill/models/SkillQuerySkillTraceStats400Response.d.ts +2 -0
  500. package/dist/raw/skill/models/SkillQuerySkillTraceStats400Response.js +2 -0
  501. package/dist/raw/skill/models/SkillSkill.d.ts +6 -7
  502. package/dist/raw/skill/models/SkillSkillArtifactView.d.ts +33 -22
  503. package/dist/raw/skill/models/SkillSkillArtifactView.js +2 -2
  504. package/dist/raw/skill/models/SpanViewDto.d.ts +25 -0
  505. package/dist/raw/skill/models/SpanViewDto.js +8 -0
  506. package/dist/raw/skill/models/TraceDetailView.d.ts +9 -0
  507. package/dist/raw/skill/models/TraceDetailView.js +2 -0
  508. package/dist/raw/skill/models/index.d.ts +2 -0
  509. package/dist/raw/skill/models/index.js +2 -0
  510. package/dist/resources.d.ts +6 -1
  511. package/dist/resources.js +9 -6
  512. package/dist/resources.json +316 -333
  513. package/dist/tracing/client.d.ts +2 -0
  514. package/dist/tracing/client.js +7 -0
  515. package/dist/tracing/compat.d.ts +82 -0
  516. package/dist/tracing/compat.js +128 -0
  517. package/dist/tracing/index.d.ts +2 -0
  518. package/dist/tracing/index.js +13 -1
  519. package/dist/tracing/integrations.d.ts +35 -0
  520. package/dist/tracing/integrations.js +95 -0
  521. package/dist/tracing/spans.d.ts +4 -0
  522. package/dist/tracing/spans.js +8 -0
  523. package/dist/tracing/version.d.ts +1 -1
  524. package/dist/tracing/version.js +1 -1
  525. package/package.json +1 -1
  526. package/dist/raw/registry/apis/ActionsApi.d.ts +0 -68
  527. package/dist/raw/registry/apis/ActionsApi.js +0 -181
  528. package/dist/raw/registry/apis/CatalogApi.d.ts +0 -98
  529. package/dist/raw/registry/apis/CatalogApi.js +0 -259
  530. package/dist/raw/registry/apis/DetectedUsersApi.d.ts +0 -89
  531. package/dist/raw/registry/apis/DetectedUsersApi.js +0 -239
  532. package/dist/raw/registry/apis/ExtensionsApi.d.ts +0 -68
  533. package/dist/raw/registry/apis/ExtensionsApi.js +0 -181
  534. package/dist/raw/registry/apis/GroupsApi.d.ts +0 -68
  535. package/dist/raw/registry/apis/GroupsApi.js +0 -181
  536. package/dist/raw/registry/apis/ProjectsApi.d.ts +0 -159
  537. package/dist/raw/registry/apis/ProjectsApi.js +0 -402
  538. package/dist/raw/registry/apis/UsageApi.d.ts +0 -134
  539. package/dist/raw/registry/apis/UsageApi.js +0 -349
  540. package/dist/raw/registry/models/ActionRunDto.d.ts +0 -99
  541. package/dist/raw/registry/models/ActionRunDto.js +0 -86
  542. package/dist/raw/registry/models/ActionRunJobDto.d.ts +0 -92
  543. package/dist/raw/registry/models/ActionRunJobDto.js +0 -78
  544. package/dist/raw/registry/models/ActionRunJobsPage.d.ts +0 -40
  545. package/dist/raw/registry/models/ActionRunJobsPage.js +0 -56
  546. package/dist/raw/registry/models/ActionRunsPage.d.ts +0 -40
  547. package/dist/raw/registry/models/ActionRunsPage.js +0 -56
  548. package/dist/raw/registry/models/AvailableExtensionDto.d.ts +0 -123
  549. package/dist/raw/registry/models/AvailableExtensionDto.js +0 -96
  550. package/dist/raw/registry/models/AvailableExtensionsPage.d.ts +0 -40
  551. package/dist/raw/registry/models/AvailableExtensionsPage.js +0 -56
  552. package/dist/raw/registry/models/BudgetDto.d.ts +0 -111
  553. package/dist/raw/registry/models/BudgetDto.js +0 -96
  554. package/dist/raw/registry/models/BudgetsPage.d.ts +0 -40
  555. package/dist/raw/registry/models/CreateBudgetBody.d.ts +0 -86
  556. package/dist/raw/registry/models/CreateBudgetBody.js +0 -78
  557. package/dist/raw/registry/models/CreateProjectBody.d.ts +0 -56
  558. package/dist/raw/registry/models/CreateProjectBody.js +0 -60
  559. package/dist/raw/registry/models/DetectedUserDto.d.ts +0 -84
  560. package/dist/raw/registry/models/DetectedUserDto.js +0 -74
  561. package/dist/raw/registry/models/DetectedUsersPage.d.ts +0 -40
  562. package/dist/raw/registry/models/DetectedUsersPage.js +0 -56
  563. package/dist/raw/registry/models/ExtensionJobsPage.d.ts +0 -40
  564. package/dist/raw/registry/models/ExtensionJobsPage.js +0 -56
  565. package/dist/raw/registry/models/ExtensionVersionDto.d.ts +0 -50
  566. package/dist/raw/registry/models/ExtensionVersionDto.js +0 -58
  567. package/dist/raw/registry/models/ExtensionVersionsPage.d.ts +0 -40
  568. package/dist/raw/registry/models/ExtensionVersionsPage.js +0 -56
  569. package/dist/raw/registry/models/GroupMemberDto.d.ts +0 -44
  570. package/dist/raw/registry/models/GroupMemberDto.js +0 -58
  571. package/dist/raw/registry/models/GroupMembersPage.d.ts +0 -40
  572. package/dist/raw/registry/models/GroupMembersPage.js +0 -56
  573. package/dist/raw/registry/models/GroupsPage.d.ts +0 -40
  574. package/dist/raw/registry/models/InstalledExtensionDto.d.ts +0 -80
  575. package/dist/raw/registry/models/InstalledExtensionDto.js +0 -82
  576. package/dist/raw/registry/models/InstalledExtensionsPage.d.ts +0 -40
  577. package/dist/raw/registry/models/InstalledExtensionsPage.js +0 -56
  578. package/dist/raw/registry/models/MembershipDto.d.ts +0 -60
  579. package/dist/raw/registry/models/MembershipDto.js +0 -66
  580. package/dist/raw/registry/models/MembershipsPage.d.ts +0 -40
  581. package/dist/raw/registry/models/PatchBudgetBody.d.ts +0 -62
  582. package/dist/raw/registry/models/PatchBudgetBody.js +0 -58
  583. package/dist/raw/registry/models/PatchProjectBody.d.ts +0 -50
  584. package/dist/raw/registry/models/PatchProjectBody.js +0 -54
  585. package/dist/raw/registry/models/PatchUserBody.d.ts +0 -35
  586. package/dist/raw/registry/models/PatchUserBody.js +0 -48
  587. package/dist/raw/registry/models/ProjectBulkCreateRequest.d.ts +0 -33
  588. package/dist/raw/registry/models/ProjectBulkCreateRequest.js +0 -51
  589. package/dist/raw/registry/models/ProjectDto.d.ts +0 -102
  590. package/dist/raw/registry/models/ProjectDto.js +0 -92
  591. package/dist/raw/registry/models/ProjectExport.d.ts +0 -49
  592. package/dist/raw/registry/models/ProjectExport.js +0 -59
  593. package/dist/raw/registry/models/ProjectSlot.d.ts +0 -54
  594. package/dist/raw/registry/models/ProjectSlot.js +0 -60
  595. package/dist/raw/registry/models/ProjectsBulkResponse.d.ts +0 -40
  596. package/dist/raw/registry/models/ProjectsBulkResponse.js +0 -51
  597. package/dist/raw/registry/models/ProjectsPage.d.ts +0 -40
  598. package/dist/raw/registry/models/ProjectsPage.js +0 -56
  599. package/dist/raw/registry/models/PublisherDto.d.ts +0 -80
  600. package/dist/raw/registry/models/PublisherDto.js +0 -76
  601. package/dist/raw/registry/models/PublishersPage.d.ts +0 -40
  602. package/dist/raw/registry/models/RegistryCreateServiceAccount409Response.d.ts +0 -63
  603. package/dist/raw/registry/models/RegistryCreateServiceAccount409Response.js +0 -75
  604. package/dist/raw/registry/models/RegistryGetActionRun404Response.d.ts +0 -63
  605. package/dist/raw/registry/models/RegistryListActionRuns400Response.d.ts +0 -63
  606. package/dist/raw/registry/models/RegistryListActionRuns400Response.js +0 -75
  607. package/dist/raw/registry/models/RegistryListActionRuns401Response.js +0 -89
  608. package/dist/raw/registry/models/RegistryListActionRuns403Response.d.ts +0 -64
  609. package/dist/raw/registry/models/RegistryListActionRuns403Response.js +0 -74
  610. package/dist/raw/registry/models/RegistryListActionRuns500Response.d.ts +0 -63
  611. package/dist/raw/registry/models/RegistryListActionRuns500Response.js +0 -75
  612. package/dist/raw/registry/models/RegistryListActionRuns503Response.d.ts +0 -64
  613. package/dist/raw/registry/models/RegistryListActionRuns503Response.js +0 -74
  614. package/dist/raw/registry/models/RegistryListActionRuns504Response.d.ts +0 -63
  615. package/dist/raw/registry/models/RegistryListActionRuns504Response.js +0 -75
  616. package/dist/raw/registry/models/RegistryListUserTraces400Response.d.ts +0 -63
  617. package/dist/raw/registry/models/RegistryListUserTraces400Response.js +0 -75
  618. package/dist/raw/registry/models/RegistryListWorkspaces503Response.d.ts +0 -65
  619. package/dist/raw/registry/models/RegistryListWorkspaces503Response.js +0 -75
  620. package/dist/raw/registry/models/UpdateDetectedUserRequest.d.ts +0 -48
  621. package/dist/raw/registry/models/UpdateDetectedUserRequest.js +0 -52
  622. package/dist/raw/registry/models/UsageCounters.d.ts +0 -78
  623. package/dist/raw/registry/models/UsageCounters.js +0 -78
  624. package/dist/raw/registry/models/UsageDayDto.d.ts +0 -129
  625. package/dist/raw/registry/models/UsageDayDto.js +0 -114
  626. package/dist/raw/registry/models/UsageDaysPage.d.ts +0 -40
  627. package/dist/raw/registry/models/UsageDaysPage.js +0 -56
  628. package/dist/raw/registry/models/UsageMinuteDto.d.ts +0 -136
  629. package/dist/raw/registry/models/UsageMinuteDto.js +0 -118
  630. package/dist/raw/registry/models/UsageMinutesPage.d.ts +0 -40
  631. package/dist/raw/registry/models/UsageMinutesPage.js +0 -56
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -59,6 +59,7 @@ export interface EvalListExperimentResultsRequest {
59
59
  experimentId: string;
60
60
  limit?: number;
61
61
  offset?: number;
62
+ caseId?: string;
62
63
  datasetRecordId?: string;
63
64
  sessionId?: string;
64
65
  sort?: string;
@@ -103,9 +104,6 @@ export interface EvalSearchExperimentsRequest {
103
104
  evalArtifactSearchRequest: EvalArtifactSearchRequest;
104
105
  contentEncoding?: EvalSearchExperimentsContentEncodingEnum;
105
106
  }
106
- export interface EvalSummarizeExperimentRequest {
107
- experimentId: string;
108
- }
109
107
  /**
110
108
  *
111
109
  */
@@ -129,12 +127,12 @@ export declare class ExperimentsApi extends runtime.BaseAPI {
129
127
  */
130
128
  evalCreateExperimentRequestOpts(requestParameters: EvalCreateExperimentRequest): Promise<runtime.RequestOpts>;
131
129
  /**
132
- * Record the start of an evaluation run: the subject under test (an agent, harness, or skill), the dataset, the configuration, and optionally the baseline it is compared against. The gateway does not execute anything — your runner or CI executes the cases and uploads results here. Created `running` by default; upload results, then finalize with one PATCH to `completed` carrying the score summary.
130
+ * Record the start of an evaluation run: the subject under test (an agent, harness, or skill), the dataset, the configuration, and optionally the baseline it is compared against. The gateway does not execute anything — your runner or CI executes the cases and uploads results here. Created `running` by default; upload results, then finalize with one PATCH to `completed`. The finalization response contains the server-derived score summary.
133
131
  * Create an experiment
134
132
  */
135
133
  evalCreateExperimentRaw(requestParameters: EvalCreateExperimentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EvalExperimentArtifactView>>;
136
134
  /**
137
- * Record the start of an evaluation run: the subject under test (an agent, harness, or skill), the dataset, the configuration, and optionally the baseline it is compared against. The gateway does not execute anything — your runner or CI executes the cases and uploads results here. Created `running` by default; upload results, then finalize with one PATCH to `completed` carrying the score summary.
135
+ * Record the start of an evaluation run: the subject under test (an agent, harness, or skill), the dataset, the configuration, and optionally the baseline it is compared against. The gateway does not execute anything — your runner or CI executes the cases and uploads results here. Created `running` by default; upload results, then finalize with one PATCH to `completed`. The finalization response contains the server-derived score summary.
138
136
  * Create an experiment
139
137
  */
140
138
  evalCreateExperiment(requestParameters: EvalCreateExperimentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EvalExperimentArtifactView>;
@@ -185,12 +183,12 @@ export declare class ExperimentsApi extends runtime.BaseAPI {
185
183
  */
186
184
  evalGetExperimentResultRequestOpts(requestParameters: EvalGetExperimentResultRequest): Promise<runtime.RequestOpts>;
187
185
  /**
188
- * Read one evaluated case with its full typed metadata — the input/expected snapshot, the output, the scores, and the session/trace join keys. `experiment_id` addresses the result within its experiment; the result\'s own handle is what resolves it, and the path\'s experiment is **not** currently checked against the result\'s own — see the open item in eval.md.
186
+ * Read one evaluated case with its full typed metadata — the input/expected snapshot, output, stable case identity, and session/trace join keys. The result must belong to the experiment named in the path; a mismatched parent is returned as 404.
189
187
  * Get one result
190
188
  */
191
189
  evalGetExperimentResultRaw(requestParameters: EvalGetExperimentResultRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EvalExperimentResultArtifactView>>;
192
190
  /**
193
- * Read one evaluated case with its full typed metadata — the input/expected snapshot, the output, the scores, and the session/trace join keys. `experiment_id` addresses the result within its experiment; the result\'s own handle is what resolves it, and the path\'s experiment is **not** currently checked against the result\'s own — see the open item in eval.md.
191
+ * Read one evaluated case with its full typed metadata — the input/expected snapshot, output, stable case identity, and session/trace join keys. The result must belong to the experiment named in the path; a mismatched parent is returned as 404.
194
192
  * Get one result
195
193
  */
196
194
  evalGetExperimentResult(requestParameters: EvalGetExperimentResultRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EvalExperimentResultArtifactView>;
@@ -269,12 +267,12 @@ export declare class ExperimentsApi extends runtime.BaseAPI {
269
267
  */
270
268
  evalPatchExperimentRequestOpts(requestParameters: EvalPatchExperimentRequest): Promise<runtime.RequestOpts>;
271
269
  /**
272
- * The finalize write: move `experiment_status` to `completed` or `failed` and record the score `summary`. The run-defining fields — dataset, subject, config, baseline — are not patchable; they describe a run that already happened. A terminal experiment is frozen entirely.
270
+ * The finalize write: move `experiment_status` to `completed` or `failed`. Runner-observed facts may accompany the transition in `summary`; the server replaces `summary.scores` with aggregates derived from the experiment\'s immutable result rows. The run-defining fields — dataset, subject, config, baseline — are not patchable; they describe a run that already happened. A terminal experiment is frozen entirely.
273
271
  * Finalize or annotate an experiment
274
272
  */
275
273
  evalPatchExperimentRaw(requestParameters: EvalPatchExperimentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EvalExperimentArtifactView>>;
276
274
  /**
277
- * The finalize write: move `experiment_status` to `completed` or `failed` and record the score `summary`. The run-defining fields — dataset, subject, config, baseline — are not patchable; they describe a run that already happened. A terminal experiment is frozen entirely.
275
+ * The finalize write: move `experiment_status` to `completed` or `failed`. Runner-observed facts may accompany the transition in `summary`; the server replaces `summary.scores` with aggregates derived from the experiment\'s immutable result rows. The run-defining fields — dataset, subject, config, baseline — are not patchable; they describe a run that already happened. A terminal experiment is frozen entirely.
278
276
  * Finalize or annotate an experiment
279
277
  */
280
278
  evalPatchExperiment(requestParameters: EvalPatchExperimentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EvalExperimentArtifactView>;
@@ -306,20 +304,6 @@ export declare class ExperimentsApi extends runtime.BaseAPI {
306
304
  * Search experiments
307
305
  */
308
306
  evalSearchExperiments(requestParameters: EvalSearchExperimentsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EvalPageExperimentArtifactView>;
309
- /**
310
- * Creates request options for evalSummarizeExperiment without sending the request
311
- */
312
- evalSummarizeExperimentRequestOpts(requestParameters: EvalSummarizeExperimentRequest): Promise<runtime.RequestOpts>;
313
- /**
314
- * Use this operation to roll the run\'s score spans up into `summary`.
315
- * Roll the run\'s score spans up into `summary`
316
- */
317
- evalSummarizeExperimentRaw(requestParameters: EvalSummarizeExperimentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EvalExperimentArtifactView>>;
318
- /**
319
- * Use this operation to roll the run\'s score spans up into `summary`.
320
- * Roll the run\'s score spans up into `summary`
321
- */
322
- evalSummarizeExperiment(requestParameters: EvalSummarizeExperimentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EvalExperimentArtifactView>;
323
307
  }
324
308
  /**
325
309
  * @export
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -139,7 +139,7 @@ class ExperimentsApi extends runtime.BaseAPI {
139
139
  };
140
140
  }
141
141
  /**
142
- * Record the start of an evaluation run: the subject under test (an agent, harness, or skill), the dataset, the configuration, and optionally the baseline it is compared against. The gateway does not execute anything — your runner or CI executes the cases and uploads results here. Created `running` by default; upload results, then finalize with one PATCH to `completed` carrying the score summary.
142
+ * Record the start of an evaluation run: the subject under test (an agent, harness, or skill), the dataset, the configuration, and optionally the baseline it is compared against. The gateway does not execute anything — your runner or CI executes the cases and uploads results here. Created `running` by default; upload results, then finalize with one PATCH to `completed`. The finalization response contains the server-derived score summary.
143
143
  * Create an experiment
144
144
  */
145
145
  async evalCreateExperimentRaw(requestParameters, initOverrides) {
@@ -148,7 +148,7 @@ class ExperimentsApi extends runtime.BaseAPI {
148
148
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, EvalExperimentArtifactView_1.EvalExperimentArtifactViewFromJSON)(jsonValue));
149
149
  }
150
150
  /**
151
- * Record the start of an evaluation run: the subject under test (an agent, harness, or skill), the dataset, the configuration, and optionally the baseline it is compared against. The gateway does not execute anything — your runner or CI executes the cases and uploads results here. Created `running` by default; upload results, then finalize with one PATCH to `completed` carrying the score summary.
151
+ * Record the start of an evaluation run: the subject under test (an agent, harness, or skill), the dataset, the configuration, and optionally the baseline it is compared against. The gateway does not execute anything — your runner or CI executes the cases and uploads results here. Created `running` by default; upload results, then finalize with one PATCH to `completed`. The finalization response contains the server-derived score summary.
152
152
  * Create an experiment
153
153
  */
154
154
  async evalCreateExperiment(requestParameters, initOverrides) {
@@ -327,7 +327,7 @@ class ExperimentsApi extends runtime.BaseAPI {
327
327
  };
328
328
  }
329
329
  /**
330
- * Read one evaluated case with its full typed metadata — the input/expected snapshot, the output, the scores, and the session/trace join keys. `experiment_id` addresses the result within its experiment; the result\'s own handle is what resolves it, and the path\'s experiment is **not** currently checked against the result\'s own — see the open item in eval.md.
330
+ * Read one evaluated case with its full typed metadata — the input/expected snapshot, output, stable case identity, and session/trace join keys. The result must belong to the experiment named in the path; a mismatched parent is returned as 404.
331
331
  * Get one result
332
332
  */
333
333
  async evalGetExperimentResultRaw(requestParameters, initOverrides) {
@@ -336,7 +336,7 @@ class ExperimentsApi extends runtime.BaseAPI {
336
336
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, EvalExperimentResultArtifactView_1.EvalExperimentResultArtifactViewFromJSON)(jsonValue));
337
337
  }
338
338
  /**
339
- * Read one evaluated case with its full typed metadata — the input/expected snapshot, the output, the scores, and the session/trace join keys. `experiment_id` addresses the result within its experiment; the result\'s own handle is what resolves it, and the path\'s experiment is **not** currently checked against the result\'s own — see the open item in eval.md.
339
+ * Read one evaluated case with its full typed metadata — the input/expected snapshot, output, stable case identity, and session/trace join keys. The result must belong to the experiment named in the path; a mismatched parent is returned as 404.
340
340
  * Get one result
341
341
  */
342
342
  async evalGetExperimentResult(requestParameters, initOverrides) {
@@ -403,6 +403,9 @@ class ExperimentsApi extends runtime.BaseAPI {
403
403
  if (requestParameters['offset'] != null) {
404
404
  queryParameters['offset'] = requestParameters['offset'];
405
405
  }
406
+ if (requestParameters['caseId'] != null) {
407
+ queryParameters['case_id'] = requestParameters['caseId'];
408
+ }
406
409
  if (requestParameters['datasetRecordId'] != null) {
407
410
  queryParameters['dataset_record_id'] = requestParameters['datasetRecordId'];
408
411
  }
@@ -657,7 +660,7 @@ class ExperimentsApi extends runtime.BaseAPI {
657
660
  };
658
661
  }
659
662
  /**
660
- * The finalize write: move `experiment_status` to `completed` or `failed` and record the score `summary`. The run-defining fields — dataset, subject, config, baseline — are not patchable; they describe a run that already happened. A terminal experiment is frozen entirely.
663
+ * The finalize write: move `experiment_status` to `completed` or `failed`. Runner-observed facts may accompany the transition in `summary`; the server replaces `summary.scores` with aggregates derived from the experiment\'s immutable result rows. The run-defining fields — dataset, subject, config, baseline — are not patchable; they describe a run that already happened. A terminal experiment is frozen entirely.
661
664
  * Finalize or annotate an experiment
662
665
  */
663
666
  async evalPatchExperimentRaw(requestParameters, initOverrides) {
@@ -666,7 +669,7 @@ class ExperimentsApi extends runtime.BaseAPI {
666
669
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, EvalExperimentArtifactView_1.EvalExperimentArtifactViewFromJSON)(jsonValue));
667
670
  }
668
671
  /**
669
- * The finalize write: move `experiment_status` to `completed` or `failed` and record the score `summary`. The run-defining fields — dataset, subject, config, baseline — are not patchable; they describe a run that already happened. A terminal experiment is frozen entirely.
672
+ * The finalize write: move `experiment_status` to `completed` or `failed`. Runner-observed facts may accompany the transition in `summary`; the server replaces `summary.scores` with aggregates derived from the experiment\'s immutable result rows. The run-defining fields — dataset, subject, config, baseline — are not patchable; they describe a run that already happened. A terminal experiment is frozen entirely.
670
673
  * Finalize or annotate an experiment
671
674
  */
672
675
  async evalPatchExperiment(requestParameters, initOverrides) {
@@ -769,48 +772,6 @@ class ExperimentsApi extends runtime.BaseAPI {
769
772
  const response = await this.evalSearchExperimentsRaw(requestParameters, initOverrides);
770
773
  return await response.value();
771
774
  }
772
- /**
773
- * Creates request options for evalSummarizeExperiment without sending the request
774
- */
775
- async evalSummarizeExperimentRequestOpts(requestParameters) {
776
- if (requestParameters['experimentId'] == null) {
777
- throw new runtime.RequiredError('experimentId', 'Required parameter "experimentId" was null or undefined when calling evalSummarizeExperiment().');
778
- }
779
- const queryParameters = {};
780
- const headerParameters = {};
781
- if (this.configuration && this.configuration.accessToken) {
782
- const token = this.configuration.accessToken;
783
- const tokenString = await token("bearer", []);
784
- if (tokenString) {
785
- headerParameters["Authorization"] = `Bearer ${tokenString}`;
786
- }
787
- }
788
- let urlPath = `/experiments/{experiment_id}/summarize`;
789
- urlPath = urlPath.replace('{experiment_id}', encodeURIComponent(String(requestParameters['experimentId'])));
790
- return {
791
- path: urlPath,
792
- method: 'POST',
793
- headers: headerParameters,
794
- query: queryParameters,
795
- };
796
- }
797
- /**
798
- * Use this operation to roll the run\'s score spans up into `summary`.
799
- * Roll the run\'s score spans up into `summary`
800
- */
801
- async evalSummarizeExperimentRaw(requestParameters, initOverrides) {
802
- const requestOptions = await this.evalSummarizeExperimentRequestOpts(requestParameters);
803
- const response = await this.request(requestOptions, initOverrides);
804
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, EvalExperimentArtifactView_1.EvalExperimentArtifactViewFromJSON)(jsonValue));
805
- }
806
- /**
807
- * Use this operation to roll the run\'s score spans up into `summary`.
808
- * Roll the run\'s score spans up into `summary`
809
- */
810
- async evalSummarizeExperiment(requestParameters, initOverrides) {
811
- const response = await this.evalSummarizeExperimentRaw(requestParameters, initOverrides);
812
- return await response.value();
813
- }
814
775
  }
815
776
  exports.ExperimentsApi = ExperimentsApi;
816
777
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Evaluation catalog
3
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
3
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
4
4
  *
5
5
  * The version of the OpenAPI document: 0.1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Evaluation catalog
6
- * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. A verdict is a score span in the run\'s trace; `POST /experiments/{id}/summarize` rolls a run\'s score spans into its durable `summary`. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
6
+ * The evaluation loop as registry artifacts: curated `dataset`s of examples pinned from production sessions and traces, `experiment` run snapshots with create-only per-case `experiment_result`s, and versioned `scorer` definitions. Finalizing an experiment derives its durable score `summary` from the uploaded result rows. The gateway executes and scores nothing — external harnesses, CI, and judges run the evals, emit score spans, and upload results here.
7
7
  *
8
8
  * The version of the OpenAPI document: 0.1.0
9
9
  *