@oneie/claude 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2078) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/LICENSE +18 -0
  3. package/README.md +3 -3
  4. package/agents/w1-recon.md +7 -5
  5. package/agents/w2-decide.md +98 -20
  6. package/agents/w3-edit.md +128 -26
  7. package/agents/w4-verify.md +88 -29
  8. package/commands/cc-connect.md +43 -33
  9. package/commands/chat.md +35 -0
  10. package/commands/close.md +19 -9
  11. package/commands/create.md +1 -0
  12. package/commands/db-sync.md +51 -0
  13. package/commands/deploy.md +62 -52
  14. package/commands/do-autonomous.md +4 -2
  15. package/commands/do-old.md +283 -0
  16. package/commands/do-show.md +3 -2
  17. package/commands/do.md +225 -42
  18. package/commands/kill.md +41 -11
  19. package/commands/notify.md +24 -0
  20. package/commands/oo-push.md +37 -0
  21. package/commands/rag.md +144 -0
  22. package/commands/release.md +93 -93
  23. package/commands/restart.md +52 -0
  24. package/commands/see.md +2 -2
  25. package/commands/sync.md +53 -136
  26. package/hooks/hooks.json +104 -0
  27. package/hooks/lib/signal.sh +101 -18
  28. package/hooks/scripts/announce.ts +74 -0
  29. package/hooks/scripts/cleanup.ts +17 -0
  30. package/hooks/scripts/compact-hint.sh +1 -2
  31. package/hooks/scripts/config-protect.sh +1 -2
  32. package/hooks/scripts/design-check.sh +20 -0
  33. package/hooks/scripts/do-doc-check.sh +105 -0
  34. package/hooks/scripts/do-outcome-gate.sh +136 -0
  35. package/hooks/scripts/fable-fallback.sh +53 -0
  36. package/hooks/scripts/gate-guard.sh +1 -2
  37. package/hooks/scripts/git-add-guard.sh +80 -0
  38. package/hooks/scripts/inbox.ts +115 -0
  39. package/hooks/scripts/read-tracker.sh +1 -2
  40. package/hooks/scripts/session-start.sh +1 -0
  41. package/hooks/scripts/stop-reflect.sh +45 -12
  42. package/hooks/scripts/sync-priority-todo.sh +52 -0
  43. package/hooks/scripts/user-prompt-signal.sh +23 -0
  44. package/hooks/scripts/watcher.ts +193 -0
  45. package/package.json +7 -4
  46. package/rules/astro.md +5 -5
  47. package/rules/design.md +14 -7
  48. package/rules/documentation.md +32 -17
  49. package/rules/engine.md +64 -3
  50. package/rules/react.md +3 -3
  51. package/scripts/__pycache__/do-rank.cpython-313.pyc +0 -0
  52. package/scripts/browser-check.mjs +122 -0
  53. package/scripts/bun.lock +27 -0
  54. package/scripts/cc-connect.sh +261 -33
  55. package/scripts/cc-events-proof.sh +148 -0
  56. package/scripts/do-accept.sh +38 -0
  57. package/scripts/do-auto.sh +416 -7
  58. package/scripts/do-fleet.sh +337 -0
  59. package/scripts/do-killswitch-audit.py +177 -0
  60. package/scripts/do-learn-loop.sh +51 -0
  61. package/scripts/do-orchestrate.sh +305 -0
  62. package/scripts/do-promise-lint.sh +221 -0
  63. package/scripts/do-promise-settle.sh +213 -0
  64. package/scripts/do-rank.py +1160 -0
  65. package/scripts/do-recon-cache.sh +58 -8
  66. package/scripts/do-reconcile.sh +49 -4
  67. package/scripts/do-rubric.py +457 -0
  68. package/scripts/do-signal.sh +112 -0
  69. package/scripts/do-smoke.sh +8 -0
  70. package/scripts/do-tasks-bridge.py +366 -0
  71. package/scripts/do-tier.sh +19 -6
  72. package/scripts/do-validate-armed.py +93 -0
  73. package/scripts/fade-toxic.sh +55 -0
  74. package/scripts/hourly-brief.sh +93 -0
  75. package/scripts/node_modules/@anthropic-ai/sdk/.github/logo.svg +3 -0
  76. package/scripts/node_modules/@anthropic-ai/sdk/CHANGELOG.md +2634 -0
  77. package/scripts/node_modules/@anthropic-ai/sdk/LICENSE +8 -0
  78. package/scripts/node_modules/@anthropic-ai/sdk/README.md +45 -0
  79. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.mts +3 -0
  80. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.mts.map +1 -0
  81. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.ts +3 -0
  82. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.ts.map +1 -0
  83. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.js +226 -0
  84. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.js.map +1 -0
  85. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.mjs +223 -0
  86. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.mjs.map +1 -0
  87. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.mts +3 -0
  88. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.mts.map +1 -0
  89. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.ts +3 -0
  90. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.ts.map +1 -0
  91. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.js +6 -0
  92. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.js.map +1 -0
  93. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.mjs +3 -0
  94. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.mjs.map +1 -0
  95. package/scripts/node_modules/@anthropic-ai/sdk/bin/cli +53 -0
  96. package/scripts/node_modules/@anthropic-ai/sdk/bin/migration-config.json +933 -0
  97. package/scripts/node_modules/@anthropic-ai/sdk/client.d.mts +323 -0
  98. package/scripts/node_modules/@anthropic-ai/sdk/client.d.mts.map +1 -0
  99. package/scripts/node_modules/@anthropic-ai/sdk/client.d.ts +323 -0
  100. package/scripts/node_modules/@anthropic-ai/sdk/client.d.ts.map +1 -0
  101. package/scripts/node_modules/@anthropic-ai/sdk/client.js +823 -0
  102. package/scripts/node_modules/@anthropic-ai/sdk/client.js.map +1 -0
  103. package/scripts/node_modules/@anthropic-ai/sdk/client.mjs +818 -0
  104. package/scripts/node_modules/@anthropic-ai/sdk/client.mjs.map +1 -0
  105. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.mts +49 -0
  106. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.mts.map +1 -0
  107. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.ts +49 -0
  108. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.ts.map +1 -0
  109. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.js +76 -0
  110. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.js.map +1 -0
  111. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.mjs +72 -0
  112. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.mjs.map +1 -0
  113. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.mts +131 -0
  114. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.mts.map +1 -0
  115. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.ts +131 -0
  116. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.ts.map +1 -0
  117. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.js +317 -0
  118. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.js.map +1 -0
  119. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.mjs +277 -0
  120. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.mjs.map +1 -0
  121. package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.mts +50 -0
  122. package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.mts.map +1 -0
  123. package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.ts +50 -0
  124. package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.ts.map +1 -0
  125. package/scripts/node_modules/@anthropic-ai/sdk/core/error.js +116 -0
  126. package/scripts/node_modules/@anthropic-ai/sdk/core/error.js.map +1 -0
  127. package/scripts/node_modules/@anthropic-ai/sdk/core/error.mjs +100 -0
  128. package/scripts/node_modules/@anthropic-ai/sdk/core/error.mjs.map +1 -0
  129. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.mts +102 -0
  130. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.mts.map +1 -0
  131. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.ts +102 -0
  132. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.ts.map +1 -0
  133. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.js +178 -0
  134. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.js.map +1 -0
  135. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.mjs +170 -0
  136. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.mjs.map +1 -0
  137. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.mts +6 -0
  138. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.mts.map +1 -0
  139. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.ts +6 -0
  140. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.ts.map +1 -0
  141. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.js +11 -0
  142. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.js.map +1 -0
  143. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.mjs +7 -0
  144. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.mjs.map +1 -0
  145. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.mts +33 -0
  146. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.mts.map +1 -0
  147. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.ts +33 -0
  148. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.ts.map +1 -0
  149. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.js +327 -0
  150. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.js.map +1 -0
  151. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.mjs +322 -0
  152. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.mjs.map +1 -0
  153. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.mts +3 -0
  154. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.mts.map +1 -0
  155. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.ts +3 -0
  156. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.ts.map +1 -0
  157. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.js +6 -0
  158. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.js.map +1 -0
  159. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.mjs +2 -0
  160. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.mjs.map +1 -0
  161. package/scripts/node_modules/@anthropic-ai/sdk/error.d.mts +3 -0
  162. package/scripts/node_modules/@anthropic-ai/sdk/error.d.mts.map +1 -0
  163. package/scripts/node_modules/@anthropic-ai/sdk/error.d.ts +3 -0
  164. package/scripts/node_modules/@anthropic-ai/sdk/error.d.ts.map +1 -0
  165. package/scripts/node_modules/@anthropic-ai/sdk/error.js +6 -0
  166. package/scripts/node_modules/@anthropic-ai/sdk/error.js.map +1 -0
  167. package/scripts/node_modules/@anthropic-ai/sdk/error.mjs +3 -0
  168. package/scripts/node_modules/@anthropic-ai/sdk/error.mjs.map +1 -0
  169. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.mts +22 -0
  170. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.mts.map +1 -0
  171. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.ts +22 -0
  172. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.ts.map +1 -0
  173. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.js +30 -0
  174. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.js.map +1 -0
  175. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.mjs +22 -0
  176. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.mjs.map +1 -0
  177. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.mts +37 -0
  178. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.mts.map +1 -0
  179. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.ts +37 -0
  180. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.ts.map +1 -0
  181. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.js +57 -0
  182. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.js.map +1 -0
  183. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.mjs +53 -0
  184. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.mjs.map +1 -0
  185. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.mts +303 -0
  186. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.mts.map +1 -0
  187. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.ts +303 -0
  188. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.ts.map +1 -0
  189. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.js +419 -0
  190. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.js.map +1 -0
  191. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.mjs +406 -0
  192. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.mjs.map +1 -0
  193. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.mts +11 -0
  194. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.mts.map +1 -0
  195. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.ts +11 -0
  196. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.ts.map +1 -0
  197. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.js +18 -0
  198. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.js.map +1 -0
  199. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.mjs +15 -0
  200. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.mjs.map +1 -0
  201. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.mts +33 -0
  202. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.mts.map +1 -0
  203. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.ts +33 -0
  204. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.ts.map +1 -0
  205. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.js +58 -0
  206. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.js.map +1 -0
  207. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.mjs +53 -0
  208. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.mjs.map +1 -0
  209. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.mts +3 -0
  210. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.mts.map +1 -0
  211. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.ts +3 -0
  212. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.ts.map +1 -0
  213. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.js +8 -0
  214. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.js.map +1 -0
  215. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.mjs +3 -0
  216. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.mjs.map +1 -0
  217. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.mts +18 -0
  218. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.mts.map +1 -0
  219. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.ts +18 -0
  220. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.ts.map +1 -0
  221. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.js +37 -0
  222. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.js.map +1 -0
  223. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.mjs +34 -0
  224. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.mjs.map +1 -0
  225. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.mts +13 -0
  226. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.mts.map +1 -0
  227. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.ts +13 -0
  228. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.ts.map +1 -0
  229. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.js +47 -0
  230. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.js.map +1 -0
  231. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.mjs +43 -0
  232. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.mjs.map +1 -0
  233. package/scripts/node_modules/@anthropic-ai/sdk/index.d.mts +8 -0
  234. package/scripts/node_modules/@anthropic-ai/sdk/index.d.mts.map +1 -0
  235. package/scripts/node_modules/@anthropic-ai/sdk/index.d.ts +8 -0
  236. package/scripts/node_modules/@anthropic-ai/sdk/index.d.ts.map +1 -0
  237. package/scripts/node_modules/@anthropic-ai/sdk/index.js +35 -0
  238. package/scripts/node_modules/@anthropic-ai/sdk/index.js.map +1 -0
  239. package/scripts/node_modules/@anthropic-ai/sdk/index.mjs +8 -0
  240. package/scripts/node_modules/@anthropic-ai/sdk/index.mjs.map +1 -0
  241. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.mts +73 -0
  242. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.mts.map +1 -0
  243. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.ts +73 -0
  244. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.ts.map +1 -0
  245. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.js +4 -0
  246. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.js.map +1 -0
  247. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.mjs +3 -0
  248. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.mjs.map +1 -0
  249. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.mts +5 -0
  250. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.mts.map +1 -0
  251. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.ts +5 -0
  252. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.ts.map +1 -0
  253. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.js +18 -0
  254. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.js.map +1 -0
  255. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.mjs +15 -0
  256. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.mjs.map +1 -0
  257. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.mts +10 -0
  258. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.mts.map +1 -0
  259. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.ts +10 -0
  260. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.ts.map +1 -0
  261. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.js +39 -0
  262. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.js.map +1 -0
  263. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.mjs +35 -0
  264. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.mjs.map +1 -0
  265. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.mts +17 -0
  266. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.mts.map +1 -0
  267. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.ts +17 -0
  268. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.ts.map +1 -0
  269. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.js +113 -0
  270. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.js.map +1 -0
  271. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.mjs +108 -0
  272. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.mjs.map +1 -0
  273. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.mts +15 -0
  274. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.mts.map +1 -0
  275. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.ts +15 -0
  276. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.ts.map +1 -0
  277. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.js +162 -0
  278. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.js.map +1 -0
  279. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs +157 -0
  280. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs.map +1 -0
  281. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.mts +3 -0
  282. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.mts.map +1 -0
  283. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.ts +3 -0
  284. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.ts.map +1 -0
  285. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.js +41 -0
  286. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.js.map +1 -0
  287. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.mjs +36 -0
  288. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.mjs.map +1 -0
  289. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.mts +22 -0
  290. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.mts.map +1 -0
  291. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.ts +22 -0
  292. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.ts.map +1 -0
  293. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.js +79 -0
  294. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.js.map +1 -0
  295. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.mjs +74 -0
  296. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.mjs.map +1 -0
  297. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.mts +17 -0
  298. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.mts.map +1 -0
  299. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.ts +17 -0
  300. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.ts.map +1 -0
  301. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.js +60 -0
  302. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.js.map +1 -0
  303. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.mjs +56 -0
  304. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.mjs.map +1 -0
  305. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.mts +7 -0
  306. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.mts.map +1 -0
  307. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.ts +7 -0
  308. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.ts.map +1 -0
  309. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.js +13 -0
  310. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.js.map +1 -0
  311. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.mjs +9 -0
  312. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.mjs.map +1 -0
  313. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.mts +10 -0
  314. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.mts.map +1 -0
  315. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.ts +10 -0
  316. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.ts.map +1 -0
  317. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.js +14 -0
  318. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.js.map +1 -0
  319. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.mjs +10 -0
  320. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.mjs.map +1 -0
  321. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.mts +3 -0
  322. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.mts.map +1 -0
  323. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.ts +3 -0
  324. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.ts.map +1 -0
  325. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.js +277 -0
  326. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.js.map +1 -0
  327. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.mjs +274 -0
  328. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.mjs.map +1 -0
  329. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.mts +57 -0
  330. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.mts.map +1 -0
  331. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.ts +57 -0
  332. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.ts.map +1 -0
  333. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.js +3 -0
  334. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.js.map +1 -0
  335. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.mjs +2 -0
  336. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.mjs.map +1 -0
  337. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.mts +15 -0
  338. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.mts.map +1 -0
  339. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.ts +15 -0
  340. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.ts.map +1 -0
  341. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.js +230 -0
  342. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.js.map +1 -0
  343. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.mjs +217 -0
  344. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.mjs.map +1 -0
  345. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.mts +77 -0
  346. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.mts.map +1 -0
  347. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.ts +77 -0
  348. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.ts.map +1 -0
  349. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.js +14 -0
  350. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.js.map +1 -0
  351. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.mjs +10 -0
  352. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.mjs.map +1 -0
  353. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.mts +17 -0
  354. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.mts.map +1 -0
  355. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.ts +17 -0
  356. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.ts.map +1 -0
  357. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.js +4 -0
  358. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.js.map +1 -0
  359. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.mjs +3 -0
  360. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.mjs.map +1 -0
  361. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.mts +26 -0
  362. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.mts.map +1 -0
  363. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.ts +26 -0
  364. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.ts.map +1 -0
  365. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.js +92 -0
  366. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.js.map +1 -0
  367. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.mjs +85 -0
  368. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.mjs.map +1 -0
  369. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.mts +8 -0
  370. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.mts.map +1 -0
  371. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.ts +8 -0
  372. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.ts.map +1 -0
  373. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.js +38 -0
  374. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.js.map +1 -0
  375. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.mjs +35 -0
  376. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.mjs.map +1 -0
  377. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.mts +45 -0
  378. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.mts.map +1 -0
  379. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.ts +45 -0
  380. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.ts.map +1 -0
  381. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.js +96 -0
  382. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.js.map +1 -0
  383. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.mjs +93 -0
  384. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.mjs.map +1 -0
  385. package/scripts/node_modules/@anthropic-ai/sdk/internal/tslib.js +81 -0
  386. package/scripts/node_modules/@anthropic-ai/sdk/internal/tslib.mjs +17 -0
  387. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.mts +69 -0
  388. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.mts.map +1 -0
  389. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.ts +69 -0
  390. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.ts.map +1 -0
  391. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.js +4 -0
  392. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.js.map +1 -0
  393. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.mjs +3 -0
  394. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.mjs.map +1 -0
  395. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.mts +42 -0
  396. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.mts.map +1 -0
  397. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.ts +42 -0
  398. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.ts.map +1 -0
  399. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.js +145 -0
  400. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.js.map +1 -0
  401. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.mjs +135 -0
  402. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.mjs.map +1 -0
  403. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.mts +13 -0
  404. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.mts.map +1 -0
  405. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.ts +13 -0
  406. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.ts.map +1 -0
  407. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.js +26 -0
  408. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.js.map +1 -0
  409. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.mjs +23 -0
  410. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.mjs.map +1 -0
  411. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.mts +31 -0
  412. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.mts.map +1 -0
  413. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.ts +31 -0
  414. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.ts.map +1 -0
  415. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.js +75 -0
  416. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.js.map +1 -0
  417. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.mjs +71 -0
  418. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.mjs.map +1 -0
  419. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.mts +23 -0
  420. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.mts.map +1 -0
  421. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.ts +23 -0
  422. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.ts.map +1 -0
  423. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.js +44 -0
  424. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.js.map +1 -0
  425. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.mjs +36 -0
  426. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.mjs.map +1 -0
  427. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.mts +3 -0
  428. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.mts.map +1 -0
  429. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.ts +3 -0
  430. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.ts.map +1 -0
  431. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.js +38 -0
  432. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.js.map +1 -0
  433. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.mjs +33 -0
  434. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.mjs.map +1 -0
  435. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.mts +4 -0
  436. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.mts.map +1 -0
  437. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.ts +4 -0
  438. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.ts.map +1 -0
  439. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.js +31 -0
  440. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.js.map +1 -0
  441. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.mjs +26 -0
  442. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.mjs.map +1 -0
  443. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.mts +9 -0
  444. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.mts.map +1 -0
  445. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.ts +9 -0
  446. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.ts.map +1 -0
  447. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.js +22 -0
  448. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.js.map +1 -0
  449. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.mjs +18 -0
  450. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.mjs.map +1 -0
  451. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.mts +37 -0
  452. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.mts.map +1 -0
  453. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.ts +37 -0
  454. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.ts.map +1 -0
  455. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.js +87 -0
  456. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.js.map +1 -0
  457. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.mjs +81 -0
  458. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.mjs.map +1 -0
  459. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.mts +15 -0
  460. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.mts.map +1 -0
  461. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.ts +15 -0
  462. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.ts.map +1 -0
  463. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.js +79 -0
  464. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.js.map +1 -0
  465. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.mjs +74 -0
  466. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.mjs.map +1 -0
  467. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.mts +11 -0
  468. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.mts.map +1 -0
  469. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.ts +11 -0
  470. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.ts.map +1 -0
  471. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.js +18 -0
  472. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.js.map +1 -0
  473. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.mjs +15 -0
  474. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.mjs.map +1 -0
  475. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.mts +2 -0
  476. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.mts.map +1 -0
  477. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.ts +2 -0
  478. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.ts.map +1 -0
  479. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.js +10 -0
  480. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.js.map +1 -0
  481. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.mjs +6 -0
  482. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.mjs.map +1 -0
  483. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.mts +10 -0
  484. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.mts.map +1 -0
  485. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.ts +10 -0
  486. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.ts.map +1 -0
  487. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.js +28 -0
  488. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.js.map +1 -0
  489. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.mjs +24 -0
  490. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.mjs.map +1 -0
  491. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.mts +3 -0
  492. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.mts.map +1 -0
  493. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.ts +3 -0
  494. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.ts.map +1 -0
  495. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.js +8 -0
  496. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.js.map +1 -0
  497. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.mjs +5 -0
  498. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.mjs.map +1 -0
  499. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.mts +5 -0
  500. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.mts.map +1 -0
  501. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.ts +5 -0
  502. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.ts.map +1 -0
  503. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.js +19 -0
  504. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.js.map +1 -0
  505. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.mjs +15 -0
  506. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.mjs.map +1 -0
  507. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.mts +19 -0
  508. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.mts.map +1 -0
  509. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.ts +19 -0
  510. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.ts.map +1 -0
  511. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.js +119 -0
  512. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.js.map +1 -0
  513. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.mjs +100 -0
  514. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.mjs.map +1 -0
  515. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.mts +8 -0
  516. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.mts.map +1 -0
  517. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.ts +8 -0
  518. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.ts.map +1 -0
  519. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.js +12 -0
  520. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.js.map +1 -0
  521. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.mjs +9 -0
  522. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.mjs.map +1 -0
  523. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.mts +122 -0
  524. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.mts.map +1 -0
  525. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.ts +122 -0
  526. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.ts.map +1 -0
  527. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.js +621 -0
  528. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.js.map +1 -0
  529. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.mjs +617 -0
  530. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.mjs.map +1 -0
  531. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.mts +121 -0
  532. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.mts.map +1 -0
  533. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts +121 -0
  534. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts.map +1 -0
  535. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +598 -0
  536. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.js.map +1 -0
  537. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs +594 -0
  538. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs.map +1 -0
  539. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.mts +37 -0
  540. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.mts.map +1 -0
  541. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.ts +37 -0
  542. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.ts.map +1 -0
  543. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.js +79 -0
  544. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.js.map +1 -0
  545. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.mjs +75 -0
  546. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.mjs.map +1 -0
  547. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.mts +39 -0
  548. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.mts.map +1 -0
  549. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.ts +39 -0
  550. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.ts.map +1 -0
  551. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.js +245 -0
  552. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.js.map +1 -0
  553. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.mjs +208 -0
  554. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.mjs.map +1 -0
  555. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.mts +11 -0
  556. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.mts.map +1 -0
  557. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.ts +11 -0
  558. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.ts.map +1 -0
  559. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.js +72 -0
  560. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.js.map +1 -0
  561. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.mjs +35 -0
  562. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.mjs.map +1 -0
  563. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.mts +40 -0
  564. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.mts.map +1 -0
  565. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.ts +40 -0
  566. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.ts.map +1 -0
  567. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.js +82 -0
  568. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.js.map +1 -0
  569. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.mjs +79 -0
  570. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.mjs.map +1 -0
  571. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.mts +54 -0
  572. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.mts.map +1 -0
  573. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.ts +54 -0
  574. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.ts.map +1 -0
  575. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.js +112 -0
  576. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.js.map +1 -0
  577. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.mjs +108 -0
  578. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.mjs.map +1 -0
  579. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.mts +96 -0
  580. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.mts.map +1 -0
  581. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.ts +96 -0
  582. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.ts.map +1 -0
  583. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.js +266 -0
  584. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.js.map +1 -0
  585. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.mjs +224 -0
  586. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.mjs.map +1 -0
  587. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.mts +21 -0
  588. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.mts.map +1 -0
  589. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.ts +21 -0
  590. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.ts.map +1 -0
  591. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.js +130 -0
  592. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.js.map +1 -0
  593. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.mjs +94 -0
  594. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.mjs.map +1 -0
  595. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.mts +4 -0
  596. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.mts.map +1 -0
  597. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.ts +4 -0
  598. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.ts.map +1 -0
  599. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.js +8 -0
  600. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.js.map +1 -0
  601. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.mjs +3 -0
  602. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.mjs.map +1 -0
  603. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.mts +4 -0
  604. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.mts.map +1 -0
  605. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.ts +4 -0
  606. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.ts.map +1 -0
  607. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.js +18 -0
  608. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.js.map +1 -0
  609. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.mjs +4 -0
  610. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.mjs.map +1 -0
  611. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.mts +89 -0
  612. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.mts.map +1 -0
  613. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.ts +89 -0
  614. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.ts.map +1 -0
  615. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.js +181 -0
  616. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.js.map +1 -0
  617. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.mjs +172 -0
  618. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.mjs.map +1 -0
  619. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.mts +146 -0
  620. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.mts.map +1 -0
  621. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.ts +146 -0
  622. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.ts.map +1 -0
  623. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.js +267 -0
  624. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.js.map +1 -0
  625. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.mjs +263 -0
  626. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.mjs.map +1 -0
  627. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.mts +49 -0
  628. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.mts.map +1 -0
  629. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.ts +49 -0
  630. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.ts.map +1 -0
  631. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.js +57 -0
  632. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.js.map +1 -0
  633. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.mjs +54 -0
  634. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.mjs.map +1 -0
  635. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.mts +32 -0
  636. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.mts.map +1 -0
  637. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.ts +32 -0
  638. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.ts.map +1 -0
  639. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.js +66 -0
  640. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.js.map +1 -0
  641. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.mjs +62 -0
  642. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.mjs.map +1 -0
  643. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.mts +34 -0
  644. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.mts.map +1 -0
  645. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.ts +34 -0
  646. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.ts.map +1 -0
  647. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.js +70 -0
  648. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.js.map +1 -0
  649. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.mjs +63 -0
  650. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.mjs.map +1 -0
  651. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.mts +68 -0
  652. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.mts.map +1 -0
  653. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.ts +68 -0
  654. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.ts.map +1 -0
  655. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.js +40 -0
  656. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.js.map +1 -0
  657. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.mjs +35 -0
  658. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.mjs.map +1 -0
  659. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.mts +161 -0
  660. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.mts.map +1 -0
  661. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.ts +161 -0
  662. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.ts.map +1 -0
  663. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.js +386 -0
  664. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.js.map +1 -0
  665. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.mjs +382 -0
  666. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.mjs.map +1 -0
  667. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.mts +30 -0
  668. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.mts.map +1 -0
  669. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.ts +30 -0
  670. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.ts.map +1 -0
  671. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js +28 -0
  672. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js.map +1 -0
  673. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.mjs +25 -0
  674. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.mjs.map +1 -0
  675. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.mts +146 -0
  676. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.mts.map +1 -0
  677. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.ts +146 -0
  678. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.ts.map +1 -0
  679. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.js +471 -0
  680. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.js.map +1 -0
  681. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.mjs +467 -0
  682. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.mjs.map +1 -0
  683. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.mts +33 -0
  684. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.mts.map +1 -0
  685. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.ts +33 -0
  686. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.ts.map +1 -0
  687. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.js +42 -0
  688. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.js.map +1 -0
  689. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.mjs +38 -0
  690. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.mjs.map +1 -0
  691. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.mts +132 -0
  692. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.mts.map +1 -0
  693. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.ts +132 -0
  694. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.ts.map +1 -0
  695. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.js +294 -0
  696. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.js.map +1 -0
  697. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.mjs +290 -0
  698. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.mjs.map +1 -0
  699. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.mts +3 -0
  700. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.mts.map +1 -0
  701. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.ts +3 -0
  702. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.ts.map +1 -0
  703. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.js +114 -0
  704. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.js.map +1 -0
  705. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.mjs +111 -0
  706. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.mjs.map +1 -0
  707. package/scripts/node_modules/@anthropic-ai/sdk/package.json +233 -0
  708. package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.mts +3 -0
  709. package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.mts.map +1 -0
  710. package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.ts +3 -0
  711. package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.ts.map +1 -0
  712. package/scripts/node_modules/@anthropic-ai/sdk/pagination.js +6 -0
  713. package/scripts/node_modules/@anthropic-ai/sdk/pagination.js.map +1 -0
  714. package/scripts/node_modules/@anthropic-ai/sdk/pagination.mjs +3 -0
  715. package/scripts/node_modules/@anthropic-ai/sdk/pagination.mjs.map +1 -0
  716. package/scripts/node_modules/@anthropic-ai/sdk/resource.d.mts +3 -0
  717. package/scripts/node_modules/@anthropic-ai/sdk/resource.d.mts.map +1 -0
  718. package/scripts/node_modules/@anthropic-ai/sdk/resource.d.ts +3 -0
  719. package/scripts/node_modules/@anthropic-ai/sdk/resource.d.ts.map +1 -0
  720. package/scripts/node_modules/@anthropic-ai/sdk/resource.js +6 -0
  721. package/scripts/node_modules/@anthropic-ai/sdk/resource.js.map +1 -0
  722. package/scripts/node_modules/@anthropic-ai/sdk/resource.mjs +3 -0
  723. package/scripts/node_modules/@anthropic-ai/sdk/resource.mjs.map +1 -0
  724. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.mts +775 -0
  725. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.mts.map +1 -0
  726. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.ts +775 -0
  727. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.ts.map +1 -0
  728. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.js +131 -0
  729. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.js.map +1 -0
  730. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.mjs +126 -0
  731. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.mjs.map +1 -0
  732. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.mts +3 -0
  733. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.mts.map +1 -0
  734. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.ts +3 -0
  735. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.ts.map +1 -0
  736. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.js +9 -0
  737. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.js.map +1 -0
  738. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.mjs +4 -0
  739. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.mjs.map +1 -0
  740. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.mts +33 -0
  741. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.mts.map +1 -0
  742. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.ts +33 -0
  743. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.ts.map +1 -0
  744. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.js +36 -0
  745. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.js.map +1 -0
  746. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.mjs +32 -0
  747. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.mjs.map +1 -0
  748. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.mts +2 -0
  749. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.mts.map +1 -0
  750. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.ts +2 -0
  751. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.ts.map +1 -0
  752. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.js +6 -0
  753. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.js.map +1 -0
  754. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.mjs +3 -0
  755. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.mjs.map +1 -0
  756. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.mts +94 -0
  757. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.mts.map +1 -0
  758. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts +94 -0
  759. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts.map +1 -0
  760. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.js +57 -0
  761. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.js.map +1 -0
  762. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs +52 -0
  763. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs.map +1 -0
  764. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.mts +425 -0
  765. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.mts.map +1 -0
  766. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.ts +425 -0
  767. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.ts.map +1 -0
  768. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.js +150 -0
  769. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.js.map +1 -0
  770. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.mjs +145 -0
  771. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.mjs.map +1 -0
  772. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.mts +3 -0
  773. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.mts.map +1 -0
  774. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.ts +3 -0
  775. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.ts.map +1 -0
  776. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.js +9 -0
  777. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.js.map +1 -0
  778. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.mjs +4 -0
  779. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.mjs.map +1 -0
  780. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.mts +496 -0
  781. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.mts.map +1 -0
  782. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.ts +496 -0
  783. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.ts.map +1 -0
  784. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.js +274 -0
  785. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.js.map +1 -0
  786. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.mjs +268 -0
  787. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.mjs.map +1 -0
  788. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.mts +2 -0
  789. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.mts.map +1 -0
  790. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.ts +2 -0
  791. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.ts.map +1 -0
  792. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.js +6 -0
  793. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.js.map +1 -0
  794. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.mjs +3 -0
  795. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.mjs.map +1 -0
  796. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.mts +171 -0
  797. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.mts.map +1 -0
  798. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.ts +171 -0
  799. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.ts.map +1 -0
  800. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.js +124 -0
  801. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.js.map +1 -0
  802. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.mjs +120 -0
  803. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.mjs.map +1 -0
  804. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.mts +13 -0
  805. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.mts.map +1 -0
  806. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts +13 -0
  807. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts.map +1 -0
  808. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.js +29 -0
  809. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.js.map +1 -0
  810. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs +14 -0
  811. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs.map +1 -0
  812. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.mts +4 -0
  813. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.mts.map +1 -0
  814. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.ts +4 -0
  815. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.ts.map +1 -0
  816. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.js +11 -0
  817. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.js.map +1 -0
  818. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.mjs +5 -0
  819. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.mjs.map +1 -0
  820. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.mts +347 -0
  821. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.mts.map +1 -0
  822. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.ts +347 -0
  823. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.ts.map +1 -0
  824. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.js +130 -0
  825. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.js.map +1 -0
  826. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.mjs +126 -0
  827. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.mjs.map +1 -0
  828. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.mts +231 -0
  829. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.mts.map +1 -0
  830. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.ts +231 -0
  831. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.ts.map +1 -0
  832. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.js +145 -0
  833. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.js.map +1 -0
  834. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.mjs +140 -0
  835. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.mjs.map +1 -0
  836. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.mts +235 -0
  837. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.mts.map +1 -0
  838. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.ts +235 -0
  839. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.ts.map +1 -0
  840. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.js +81 -0
  841. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.js.map +1 -0
  842. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.mjs +77 -0
  843. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.mjs.map +1 -0
  844. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.mts +2 -0
  845. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.mts.map +1 -0
  846. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.ts +2 -0
  847. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.ts.map +1 -0
  848. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.js +6 -0
  849. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.js.map +1 -0
  850. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.mjs +3 -0
  851. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.mjs.map +1 -0
  852. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.mts +645 -0
  853. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.mts.map +1 -0
  854. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.ts +645 -0
  855. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.ts.map +1 -0
  856. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.js +204 -0
  857. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.js.map +1 -0
  858. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.mjs +200 -0
  859. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.mjs.map +1 -0
  860. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.mts +4 -0
  861. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.mts.map +1 -0
  862. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.ts +4 -0
  863. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.ts.map +1 -0
  864. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.js +12 -0
  865. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.js.map +1 -0
  866. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.mjs +5 -0
  867. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.mjs.map +1 -0
  868. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.mts +3380 -0
  869. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.mts.map +1 -0
  870. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.ts +3380 -0
  871. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.ts.map +1 -0
  872. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.js +163 -0
  873. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.js.map +1 -0
  874. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.mjs +156 -0
  875. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.mjs.map +1 -0
  876. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.mts +2 -0
  877. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.mts.map +1 -0
  878. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.ts +2 -0
  879. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.ts.map +1 -0
  880. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.js +6 -0
  881. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.js.map +1 -0
  882. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.mjs +3 -0
  883. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.mjs.map +1 -0
  884. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.mts +212 -0
  885. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.mts.map +1 -0
  886. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.ts +212 -0
  887. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.ts.map +1 -0
  888. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.js +60 -0
  889. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.js.map +1 -0
  890. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.mjs +56 -0
  891. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.mjs.map +1 -0
  892. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.mts +1409 -0
  893. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.mts.map +1 -0
  894. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.ts +1409 -0
  895. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.ts.map +1 -0
  896. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.js +119 -0
  897. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.js.map +1 -0
  898. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.mjs +114 -0
  899. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.mjs.map +1 -0
  900. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.mts +5 -0
  901. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.mts.map +1 -0
  902. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.ts +5 -0
  903. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.ts.map +1 -0
  904. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.js +13 -0
  905. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.js.map +1 -0
  906. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.mjs +6 -0
  907. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.mjs.map +1 -0
  908. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.mts +228 -0
  909. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.mts.map +1 -0
  910. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.ts +228 -0
  911. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.ts.map +1 -0
  912. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.js +132 -0
  913. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.js.map +1 -0
  914. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.mjs +128 -0
  915. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.mjs.map +1 -0
  916. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.mts +613 -0
  917. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.mts.map +1 -0
  918. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.ts +613 -0
  919. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.ts.map +1 -0
  920. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.js +158 -0
  921. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.js.map +1 -0
  922. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.mjs +153 -0
  923. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.mjs.map +1 -0
  924. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.mts +64 -0
  925. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.mts.map +1 -0
  926. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.ts +64 -0
  927. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.ts.map +1 -0
  928. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.js +60 -0
  929. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.js.map +1 -0
  930. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.mjs +56 -0
  931. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.mjs.map +1 -0
  932. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.mts +3 -0
  933. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.mts.map +1 -0
  934. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.ts +3 -0
  935. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.ts.map +1 -0
  936. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.js +9 -0
  937. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.js.map +1 -0
  938. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.mjs +4 -0
  939. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.mjs.map +1 -0
  940. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.mts +183 -0
  941. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.mts.map +1 -0
  942. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.ts +183 -0
  943. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.ts.map +1 -0
  944. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.js +88 -0
  945. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.js.map +1 -0
  946. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.mjs +83 -0
  947. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.mjs.map +1 -0
  948. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.mts +2 -0
  949. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.mts.map +1 -0
  950. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.ts +2 -0
  951. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.ts.map +1 -0
  952. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.js +6 -0
  953. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.js.map +1 -0
  954. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.mjs +3 -0
  955. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.mjs.map +1 -0
  956. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.mts +2 -0
  957. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.mts.map +1 -0
  958. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.ts +2 -0
  959. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.ts.map +1 -0
  960. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.js +6 -0
  961. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.js.map +1 -0
  962. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.mjs +3 -0
  963. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.mjs.map +1 -0
  964. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.mts +3 -0
  965. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.mts.map +1 -0
  966. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.ts +3 -0
  967. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.ts.map +1 -0
  968. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.js +9 -0
  969. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.js.map +1 -0
  970. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.mjs +4 -0
  971. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.mjs.map +1 -0
  972. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.mts +249 -0
  973. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.mts.map +1 -0
  974. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.ts +249 -0
  975. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.ts.map +1 -0
  976. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.js +98 -0
  977. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.js.map +1 -0
  978. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.mjs +93 -0
  979. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.mjs.map +1 -0
  980. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.mts +284 -0
  981. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.mts.map +1 -0
  982. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.ts +284 -0
  983. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.ts.map +1 -0
  984. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.js +128 -0
  985. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.js.map +1 -0
  986. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.mjs +124 -0
  987. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.mjs.map +1 -0
  988. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.mts +2 -0
  989. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.mts.map +1 -0
  990. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.ts +2 -0
  991. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.ts.map +1 -0
  992. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.js +6 -0
  993. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.js.map +1 -0
  994. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.mjs +3 -0
  995. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.mjs.map +1 -0
  996. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.mts +223 -0
  997. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.mts.map +1 -0
  998. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.ts +223 -0
  999. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.ts.map +1 -0
  1000. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.js +118 -0
  1001. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.js.map +1 -0
  1002. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.mjs +114 -0
  1003. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.mjs.map +1 -0
  1004. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.mts +572 -0
  1005. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.mts.map +1 -0
  1006. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.ts +572 -0
  1007. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.ts.map +1 -0
  1008. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.js +177 -0
  1009. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.js.map +1 -0
  1010. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.mjs +173 -0
  1011. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.mjs.map +1 -0
  1012. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.mts +3 -0
  1013. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.mts.map +1 -0
  1014. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.ts +3 -0
  1015. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.ts.map +1 -0
  1016. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.js +9 -0
  1017. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.js.map +1 -0
  1018. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.mjs +4 -0
  1019. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.mjs.map +1 -0
  1020. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.mts +192 -0
  1021. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.mts.map +1 -0
  1022. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.ts +192 -0
  1023. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.ts.map +1 -0
  1024. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.js +149 -0
  1025. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.js.map +1 -0
  1026. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.mjs +144 -0
  1027. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.mjs.map +1 -0
  1028. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.mts +2 -0
  1029. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.mts.map +1 -0
  1030. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.ts +2 -0
  1031. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.ts.map +1 -0
  1032. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.js +6 -0
  1033. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.js.map +1 -0
  1034. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.mjs +3 -0
  1035. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.mjs.map +1 -0
  1036. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.mts +256 -0
  1037. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.mts.map +1 -0
  1038. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.ts +256 -0
  1039. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.ts.map +1 -0
  1040. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.js +20 -0
  1041. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.js.map +1 -0
  1042. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.mjs +16 -0
  1043. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.mjs.map +1 -0
  1044. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.mts +2 -0
  1045. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.mts.map +1 -0
  1046. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.ts +2 -0
  1047. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.ts.map +1 -0
  1048. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.js +6 -0
  1049. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.js.map +1 -0
  1050. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.mjs +3 -0
  1051. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.mjs.map +1 -0
  1052. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.mts +168 -0
  1053. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.mts.map +1 -0
  1054. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.ts +168 -0
  1055. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.ts.map +1 -0
  1056. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.js +23 -0
  1057. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.js.map +1 -0
  1058. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.mjs +19 -0
  1059. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.mjs.map +1 -0
  1060. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.mts +6 -0
  1061. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.mts.map +1 -0
  1062. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.ts +6 -0
  1063. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.ts.map +1 -0
  1064. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.js +15 -0
  1065. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.js.map +1 -0
  1066. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.mjs +7 -0
  1067. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.mjs.map +1 -0
  1068. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.mts +304 -0
  1069. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.mts.map +1 -0
  1070. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.ts +304 -0
  1071. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.ts.map +1 -0
  1072. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.js +153 -0
  1073. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.js.map +1 -0
  1074. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.mjs +149 -0
  1075. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.mjs.map +1 -0
  1076. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.mts +3 -0
  1077. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.mts.map +1 -0
  1078. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.ts +3 -0
  1079. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.ts.map +1 -0
  1080. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.js +9 -0
  1081. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.js.map +1 -0
  1082. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.mjs +4 -0
  1083. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.mjs.map +1 -0
  1084. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.mts +2414 -0
  1085. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.mts.map +1 -0
  1086. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.ts +2414 -0
  1087. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.ts.map +1 -0
  1088. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.js +132 -0
  1089. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.js.map +1 -0
  1090. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.mjs +127 -0
  1091. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.mjs.map +1 -0
  1092. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.mts +2 -0
  1093. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.mts.map +1 -0
  1094. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.ts +2 -0
  1095. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.ts.map +1 -0
  1096. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.js +6 -0
  1097. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.js.map +1 -0
  1098. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.mjs +3 -0
  1099. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.mjs.map +1 -0
  1100. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.mts +197 -0
  1101. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.mts.map +1 -0
  1102. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.ts +197 -0
  1103. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.ts.map +1 -0
  1104. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.js +45 -0
  1105. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.js.map +1 -0
  1106. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.mjs +41 -0
  1107. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.mjs.map +1 -0
  1108. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.mts +44 -0
  1109. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.mts.map +1 -0
  1110. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.ts +44 -0
  1111. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.ts.map +1 -0
  1112. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.js +4 -0
  1113. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.js.map +1 -0
  1114. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.mjs +3 -0
  1115. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.mjs.map +1 -0
  1116. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.mts +2 -0
  1117. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.mts.map +1 -0
  1118. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts +2 -0
  1119. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts.map +1 -0
  1120. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.js +4 -0
  1121. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.js.map +1 -0
  1122. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.mjs +3 -0
  1123. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.mjs.map +1 -0
  1124. package/scripts/node_modules/@anthropic-ai/sdk/resources.d.mts +2 -0
  1125. package/scripts/node_modules/@anthropic-ai/sdk/resources.d.mts.map +1 -0
  1126. package/scripts/node_modules/@anthropic-ai/sdk/resources.d.ts +2 -0
  1127. package/scripts/node_modules/@anthropic-ai/sdk/resources.d.ts.map +1 -0
  1128. package/scripts/node_modules/@anthropic-ai/sdk/resources.js +5 -0
  1129. package/scripts/node_modules/@anthropic-ai/sdk/resources.js.map +1 -0
  1130. package/scripts/node_modules/@anthropic-ai/sdk/resources.mjs +2 -0
  1131. package/scripts/node_modules/@anthropic-ai/sdk/resources.mjs.map +1 -0
  1132. package/scripts/node_modules/@anthropic-ai/sdk/src/_vendor/partial-json-parser/README.md +3 -0
  1133. package/scripts/node_modules/@anthropic-ai/sdk/src/_vendor/partial-json-parser/parser.ts +264 -0
  1134. package/scripts/node_modules/@anthropic-ai/sdk/src/api-promise.ts +2 -0
  1135. package/scripts/node_modules/@anthropic-ai/sdk/src/client.ts +1678 -0
  1136. package/scripts/node_modules/@anthropic-ai/sdk/src/core/README.md +3 -0
  1137. package/scripts/node_modules/@anthropic-ai/sdk/src/core/api-promise.ts +101 -0
  1138. package/scripts/node_modules/@anthropic-ai/sdk/src/core/credentials.ts +379 -0
  1139. package/scripts/node_modules/@anthropic-ai/sdk/src/core/error.ts +145 -0
  1140. package/scripts/node_modules/@anthropic-ai/sdk/src/core/pagination.ts +318 -0
  1141. package/scripts/node_modules/@anthropic-ai/sdk/src/core/resource.ts +11 -0
  1142. package/scripts/node_modules/@anthropic-ai/sdk/src/core/streaming.ts +385 -0
  1143. package/scripts/node_modules/@anthropic-ai/sdk/src/core/uploads.ts +2 -0
  1144. package/scripts/node_modules/@anthropic-ai/sdk/src/error.ts +2 -0
  1145. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/environments.ts +33 -0
  1146. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/json-schema.ts +85 -0
  1147. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/mcp.ts +624 -0
  1148. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/memory.ts +28 -0
  1149. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/zod.ts +81 -0
  1150. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/index.ts +2 -0
  1151. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/json-schema.ts +48 -0
  1152. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/zod.ts +57 -0
  1153. package/scripts/node_modules/@anthropic-ai/sdk/src/index.ts +31 -0
  1154. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/README.md +3 -0
  1155. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/builtin-types.ts +93 -0
  1156. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/constants.ts +15 -0
  1157. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/decoders/jsonl.ts +48 -0
  1158. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/decoders/line.ts +135 -0
  1159. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/detect-platform.ts +196 -0
  1160. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/errors.ts +33 -0
  1161. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/headers.ts +99 -0
  1162. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/parse.ts +90 -0
  1163. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/LICENSE.md +13 -0
  1164. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/README.md +3 -0
  1165. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/formats.ts +10 -0
  1166. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/index.ts +13 -0
  1167. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/stringify.ts +385 -0
  1168. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/types.ts +71 -0
  1169. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/utils.ts +265 -0
  1170. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/request-options.ts +93 -0
  1171. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/shim-types.ts +26 -0
  1172. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/shims.ts +107 -0
  1173. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/stream-utils.ts +32 -0
  1174. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/to-file.ts +159 -0
  1175. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/types.ts +93 -0
  1176. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/uploads.ts +204 -0
  1177. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/abort.ts +21 -0
  1178. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/async-queue.ts +66 -0
  1179. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/backoff.ts +41 -0
  1180. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/base64.ts +40 -0
  1181. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/bytes.ts +32 -0
  1182. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/env.ts +18 -0
  1183. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/log.ts +128 -0
  1184. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/path.ts +88 -0
  1185. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/promise.ts +18 -0
  1186. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/query.ts +7 -0
  1187. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/sleep.ts +26 -0
  1188. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/time.ts +4 -0
  1189. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/uuid.ts +17 -0
  1190. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/values.ts +112 -0
  1191. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils.ts +9 -0
  1192. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/.keep +4 -0
  1193. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/BetaMessageStream.ts +765 -0
  1194. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/MessageStream.ts +746 -0
  1195. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/beta-parser.ts +148 -0
  1196. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/credential-chain.ts +292 -0
  1197. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/identity-token.ts +37 -0
  1198. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/oidc-federation.ts +140 -0
  1199. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/token-cache.ts +130 -0
  1200. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/types.ts +295 -0
  1201. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/user-oauth.ts +144 -0
  1202. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials.ts +3 -0
  1203. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/environments/index.ts +23 -0
  1204. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/environments/poller.ts +253 -0
  1205. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/environments/worker.ts +400 -0
  1206. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/helper-client.ts +89 -0
  1207. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/parser.ts +125 -0
  1208. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/stainless-helper-header.ts +80 -0
  1209. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/BetaRunnableTool.ts +130 -0
  1210. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/BetaToolRunner.ts +524 -0
  1211. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/CompactionControl.ts +57 -0
  1212. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/SessionToolRunner.ts +610 -0
  1213. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/ToolError.ts +47 -0
  1214. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/ToolRunner.ts +381 -0
  1215. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/transform-json-schema.ts +124 -0
  1216. package/scripts/node_modules/@anthropic-ai/sdk/src/pagination.ts +2 -0
  1217. package/scripts/node_modules/@anthropic-ai/sdk/src/resource.ts +2 -0
  1218. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents/agents.ts +1063 -0
  1219. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents/index.ts +51 -0
  1220. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents/versions.ts +58 -0
  1221. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents.ts +3 -0
  1222. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/beta.ts +1006 -0
  1223. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments/environments.ts +625 -0
  1224. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments/index.ts +42 -0
  1225. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments/work.ts +697 -0
  1226. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments.ts +3 -0
  1227. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/files.ts +286 -0
  1228. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/index.ts +445 -0
  1229. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/index.ts +47 -0
  1230. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/memories.ts +514 -0
  1231. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/memory-stores.ts +418 -0
  1232. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/memory-versions.ts +342 -0
  1233. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores.ts +3 -0
  1234. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/batches.ts +828 -0
  1235. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/index.ts +251 -0
  1236. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/messages.ts +4881 -0
  1237. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages.ts +3 -0
  1238. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/models.ts +289 -0
  1239. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/events.ts +1958 -0
  1240. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/index.ts +139 -0
  1241. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/resources.ts +370 -0
  1242. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/sessions.ts +1066 -0
  1243. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads/events.ts +107 -0
  1244. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads/index.ts +15 -0
  1245. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads/threads.ts +311 -0
  1246. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads.ts +3 -0
  1247. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions.ts +3 -0
  1248. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/index.ts +27 -0
  1249. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/skills.ts +386 -0
  1250. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/versions.ts +419 -0
  1251. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills.ts +3 -0
  1252. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/user-profiles.ts +325 -0
  1253. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults/credentials.ts +813 -0
  1254. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults/index.ts +49 -0
  1255. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults/vaults.ts +375 -0
  1256. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults.ts +3 -0
  1257. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/webhooks.ts +417 -0
  1258. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta.ts +3 -0
  1259. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/completions.ts +216 -0
  1260. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/index.ts +208 -0
  1261. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages/batches.ts +396 -0
  1262. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages/index.ts +191 -0
  1263. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages/messages.ts +3506 -0
  1264. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages.ts +3 -0
  1265. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/models.ts +274 -0
  1266. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/shared.ts +85 -0
  1267. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/top-level.ts +3 -0
  1268. package/scripts/node_modules/@anthropic-ai/sdk/src/resources.ts +1 -0
  1269. package/scripts/node_modules/@anthropic-ai/sdk/src/streaming.ts +2 -0
  1270. package/scripts/node_modules/@anthropic-ai/sdk/src/tools/agent-toolset/fs-util.ts +154 -0
  1271. package/scripts/node_modules/@anthropic-ai/sdk/src/tools/agent-toolset/node.ts +800 -0
  1272. package/scripts/node_modules/@anthropic-ai/sdk/src/tools/agent-toolset/skills.ts +256 -0
  1273. package/scripts/node_modules/@anthropic-ai/sdk/src/tools/memory/node.ts +400 -0
  1274. package/scripts/node_modules/@anthropic-ai/sdk/src/tsconfig.json +11 -0
  1275. package/scripts/node_modules/@anthropic-ai/sdk/src/uploads.ts +2 -0
  1276. package/scripts/node_modules/@anthropic-ai/sdk/src/version.ts +1 -0
  1277. package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.mts +3 -0
  1278. package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.mts.map +1 -0
  1279. package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.ts +3 -0
  1280. package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.ts.map +1 -0
  1281. package/scripts/node_modules/@anthropic-ai/sdk/streaming.js +6 -0
  1282. package/scripts/node_modules/@anthropic-ai/sdk/streaming.js.map +1 -0
  1283. package/scripts/node_modules/@anthropic-ai/sdk/streaming.mjs +3 -0
  1284. package/scripts/node_modules/@anthropic-ai/sdk/streaming.mjs.map +1 -0
  1285. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.mts +49 -0
  1286. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.mts.map +1 -0
  1287. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.ts +49 -0
  1288. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.ts.map +1 -0
  1289. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.js +159 -0
  1290. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.js.map +1 -0
  1291. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.mjs +151 -0
  1292. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.mjs.map +1 -0
  1293. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.mts +148 -0
  1294. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.mts.map +1 -0
  1295. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.ts +148 -0
  1296. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.ts.map +1 -0
  1297. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.js +749 -0
  1298. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.js.map +1 -0
  1299. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.mjs +734 -0
  1300. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.mjs.map +1 -0
  1301. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.mts +50 -0
  1302. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.mts.map +1 -0
  1303. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.ts +50 -0
  1304. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.ts.map +1 -0
  1305. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.js +249 -0
  1306. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.js.map +1 -0
  1307. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.mjs +243 -0
  1308. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.mjs.map +1 -0
  1309. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.mts +18 -0
  1310. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.mts.map +1 -0
  1311. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.ts +18 -0
  1312. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.ts.map +1 -0
  1313. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.js +331 -0
  1314. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.js.map +1 -0
  1315. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.mjs +325 -0
  1316. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.mjs.map +1 -0
  1317. package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.mts +3 -0
  1318. package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.mts.map +1 -0
  1319. package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.ts +3 -0
  1320. package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.ts.map +1 -0
  1321. package/scripts/node_modules/@anthropic-ai/sdk/uploads.js +6 -0
  1322. package/scripts/node_modules/@anthropic-ai/sdk/uploads.js.map +1 -0
  1323. package/scripts/node_modules/@anthropic-ai/sdk/uploads.mjs +3 -0
  1324. package/scripts/node_modules/@anthropic-ai/sdk/uploads.mjs.map +1 -0
  1325. package/scripts/node_modules/@anthropic-ai/sdk/version.d.mts +2 -0
  1326. package/scripts/node_modules/@anthropic-ai/sdk/version.d.mts.map +1 -0
  1327. package/scripts/node_modules/@anthropic-ai/sdk/version.d.ts +2 -0
  1328. package/scripts/node_modules/@anthropic-ai/sdk/version.d.ts.map +1 -0
  1329. package/scripts/node_modules/@anthropic-ai/sdk/version.js +5 -0
  1330. package/scripts/node_modules/@anthropic-ai/sdk/version.js.map +1 -0
  1331. package/scripts/node_modules/@anthropic-ai/sdk/version.mjs +2 -0
  1332. package/scripts/node_modules/@anthropic-ai/sdk/version.mjs.map +1 -0
  1333. package/scripts/node_modules/@babel/runtime/LICENSE +22 -0
  1334. package/scripts/node_modules/@babel/runtime/README.md +19 -0
  1335. package/scripts/node_modules/@babel/runtime/helpers/AwaitValue.js +4 -0
  1336. package/scripts/node_modules/@babel/runtime/helpers/OverloadYield.js +4 -0
  1337. package/scripts/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +9 -0
  1338. package/scripts/node_modules/@babel/runtime/helpers/applyDecs.js +236 -0
  1339. package/scripts/node_modules/@babel/runtime/helpers/applyDecs2203.js +184 -0
  1340. package/scripts/node_modules/@babel/runtime/helpers/applyDecs2203R.js +191 -0
  1341. package/scripts/node_modules/@babel/runtime/helpers/applyDecs2301.js +222 -0
  1342. package/scripts/node_modules/@babel/runtime/helpers/applyDecs2305.js +133 -0
  1343. package/scripts/node_modules/@babel/runtime/helpers/applyDecs2311.js +124 -0
  1344. package/scripts/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +6 -0
  1345. package/scripts/node_modules/@babel/runtime/helpers/arrayWithHoles.js +4 -0
  1346. package/scripts/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +5 -0
  1347. package/scripts/node_modules/@babel/runtime/helpers/assertClassBrand.js +5 -0
  1348. package/scripts/node_modules/@babel/runtime/helpers/assertThisInitialized.js +5 -0
  1349. package/scripts/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +24 -0
  1350. package/scripts/node_modules/@babel/runtime/helpers/asyncIterator.js +45 -0
  1351. package/scripts/node_modules/@babel/runtime/helpers/asyncToGenerator.js +26 -0
  1352. package/scripts/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +5 -0
  1353. package/scripts/node_modules/@babel/runtime/helpers/callSuper.js +7 -0
  1354. package/scripts/node_modules/@babel/runtime/helpers/checkInRHS.js +6 -0
  1355. package/scripts/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +4 -0
  1356. package/scripts/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +10 -0
  1357. package/scripts/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +4 -0
  1358. package/scripts/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +7 -0
  1359. package/scripts/node_modules/@babel/runtime/helpers/classCallCheck.js +4 -0
  1360. package/scripts/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +5 -0
  1361. package/scripts/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +4 -0
  1362. package/scripts/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +5 -0
  1363. package/scripts/node_modules/@babel/runtime/helpers/classNameTDZError.js +4 -0
  1364. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +7 -0
  1365. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +7 -0
  1366. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js +5 -0
  1367. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +5 -0
  1368. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +5 -0
  1369. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +5 -0
  1370. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +7 -0
  1371. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js +5 -0
  1372. package/scripts/node_modules/@babel/runtime/helpers/classPrivateGetter.js +5 -0
  1373. package/scripts/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +5 -0
  1374. package/scripts/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +5 -0
  1375. package/scripts/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +4 -0
  1376. package/scripts/node_modules/@babel/runtime/helpers/classPrivateSetter.js +5 -0
  1377. package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +7 -0
  1378. package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +7 -0
  1379. package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +7 -0
  1380. package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +5 -0
  1381. package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +4 -0
  1382. package/scripts/node_modules/@babel/runtime/helpers/construct.js +10 -0
  1383. package/scripts/node_modules/@babel/runtime/helpers/createClass.js +13 -0
  1384. package/scripts/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +50 -0
  1385. package/scripts/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +19 -0
  1386. package/scripts/node_modules/@babel/runtime/helpers/createSuper.js +16 -0
  1387. package/scripts/node_modules/@babel/runtime/helpers/decorate.js +250 -0
  1388. package/scripts/node_modules/@babel/runtime/helpers/defaults.js +9 -0
  1389. package/scripts/node_modules/@babel/runtime/helpers/defineAccessor.js +8 -0
  1390. package/scripts/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +12 -0
  1391. package/scripts/node_modules/@babel/runtime/helpers/defineProperty.js +10 -0
  1392. package/scripts/node_modules/@babel/runtime/helpers/dispose.js +28 -0
  1393. package/scripts/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +4 -0
  1394. package/scripts/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +4 -0
  1395. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +9 -0
  1396. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs.js +236 -0
  1397. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +184 -0
  1398. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +191 -0
  1399. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +222 -0
  1400. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +133 -0
  1401. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +124 -0
  1402. package/scripts/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +6 -0
  1403. package/scripts/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +4 -0
  1404. package/scripts/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +5 -0
  1405. package/scripts/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js +5 -0
  1406. package/scripts/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +5 -0
  1407. package/scripts/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +24 -0
  1408. package/scripts/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +45 -0
  1409. package/scripts/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +26 -0
  1410. package/scripts/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +5 -0
  1411. package/scripts/node_modules/@babel/runtime/helpers/esm/callSuper.js +7 -0
  1412. package/scripts/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +6 -0
  1413. package/scripts/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +4 -0
  1414. package/scripts/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +10 -0
  1415. package/scripts/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +4 -0
  1416. package/scripts/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +7 -0
  1417. package/scripts/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +4 -0
  1418. package/scripts/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
  1419. package/scripts/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +4 -0
  1420. package/scripts/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +5 -0
  1421. package/scripts/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +4 -0
  1422. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +7 -0
  1423. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +7 -0
  1424. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js +5 -0
  1425. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +5 -0
  1426. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +5 -0
  1427. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +5 -0
  1428. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +7 -0
  1429. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js +5 -0
  1430. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js +5 -0
  1431. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +5 -0
  1432. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +5 -0
  1433. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +4 -0
  1434. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js +5 -0
  1435. package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +7 -0
  1436. package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +7 -0
  1437. package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +7 -0
  1438. package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +5 -0
  1439. package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +4 -0
  1440. package/scripts/node_modules/@babel/runtime/helpers/esm/construct.js +10 -0
  1441. package/scripts/node_modules/@babel/runtime/helpers/esm/createClass.js +13 -0
  1442. package/scripts/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +50 -0
  1443. package/scripts/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
  1444. package/scripts/node_modules/@babel/runtime/helpers/esm/createSuper.js +16 -0
  1445. package/scripts/node_modules/@babel/runtime/helpers/esm/decorate.js +250 -0
  1446. package/scripts/node_modules/@babel/runtime/helpers/esm/defaults.js +9 -0
  1447. package/scripts/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +8 -0
  1448. package/scripts/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +12 -0
  1449. package/scripts/node_modules/@babel/runtime/helpers/esm/defineProperty.js +10 -0
  1450. package/scripts/node_modules/@babel/runtime/helpers/esm/dispose.js +28 -0
  1451. package/scripts/node_modules/@babel/runtime/helpers/esm/extends.js +10 -0
  1452. package/scripts/node_modules/@babel/runtime/helpers/esm/get.js +11 -0
  1453. package/scripts/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +6 -0
  1454. package/scripts/node_modules/@babel/runtime/helpers/esm/identity.js +4 -0
  1455. package/scripts/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +27 -0
  1456. package/scripts/node_modules/@babel/runtime/helpers/esm/inherits.js +14 -0
  1457. package/scripts/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +5 -0
  1458. package/scripts/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +9 -0
  1459. package/scripts/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +4 -0
  1460. package/scripts/node_modules/@babel/runtime/helpers/esm/instanceof.js +4 -0
  1461. package/scripts/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +6 -0
  1462. package/scripts/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +22 -0
  1463. package/scripts/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +8 -0
  1464. package/scripts/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +9 -0
  1465. package/scripts/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +4 -0
  1466. package/scripts/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +28 -0
  1467. package/scripts/node_modules/@babel/runtime/helpers/esm/jsx.js +22 -0
  1468. package/scripts/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +9 -0
  1469. package/scripts/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +4 -0
  1470. package/scripts/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +4 -0
  1471. package/scripts/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +4 -0
  1472. package/scripts/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +4 -0
  1473. package/scripts/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +4 -0
  1474. package/scripts/node_modules/@babel/runtime/helpers/esm/objectSpread.js +14 -0
  1475. package/scripts/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +23 -0
  1476. package/scripts/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +13 -0
  1477. package/scripts/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +10 -0
  1478. package/scripts/node_modules/@babel/runtime/helpers/esm/package.json +3 -0
  1479. package/scripts/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +8 -0
  1480. package/scripts/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +4 -0
  1481. package/scripts/node_modules/@babel/runtime/helpers/esm/regenerator.js +89 -0
  1482. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +8 -0
  1483. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +6 -0
  1484. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +33 -0
  1485. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +22 -0
  1486. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +10 -0
  1487. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +77 -0
  1488. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +19 -0
  1489. package/scripts/node_modules/@babel/runtime/helpers/esm/set.js +22 -0
  1490. package/scripts/node_modules/@babel/runtime/helpers/esm/setFunctionName.js +12 -0
  1491. package/scripts/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +6 -0
  1492. package/scripts/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +7 -0
  1493. package/scripts/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +8 -0
  1494. package/scripts/node_modules/@babel/runtime/helpers/esm/superPropBase.js +6 -0
  1495. package/scripts/node_modules/@babel/runtime/helpers/esm/superPropGet.js +9 -0
  1496. package/scripts/node_modules/@babel/runtime/helpers/esm/superPropSet.js +6 -0
  1497. package/scripts/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +8 -0
  1498. package/scripts/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +4 -0
  1499. package/scripts/node_modules/@babel/runtime/helpers/esm/tdz.js +4 -0
  1500. package/scripts/node_modules/@babel/runtime/helpers/esm/temporalRef.js +6 -0
  1501. package/scripts/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +2 -0
  1502. package/scripts/node_modules/@babel/runtime/helpers/esm/toArray.js +8 -0
  1503. package/scripts/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +8 -0
  1504. package/scripts/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +12 -0
  1505. package/scripts/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +7 -0
  1506. package/scripts/node_modules/@babel/runtime/helpers/esm/toSetter.js +10 -0
  1507. package/scripts/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js +6 -0
  1508. package/scripts/node_modules/@babel/runtime/helpers/esm/typeof.js +10 -0
  1509. package/scripts/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +9 -0
  1510. package/scripts/node_modules/@babel/runtime/helpers/esm/using.js +12 -0
  1511. package/scripts/node_modules/@babel/runtime/helpers/esm/usingCtx.js +59 -0
  1512. package/scripts/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +56 -0
  1513. package/scripts/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +27 -0
  1514. package/scripts/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +52 -0
  1515. package/scripts/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +4 -0
  1516. package/scripts/node_modules/@babel/runtime/helpers/extends.js +10 -0
  1517. package/scripts/node_modules/@babel/runtime/helpers/get.js +11 -0
  1518. package/scripts/node_modules/@babel/runtime/helpers/getPrototypeOf.js +6 -0
  1519. package/scripts/node_modules/@babel/runtime/helpers/identity.js +4 -0
  1520. package/scripts/node_modules/@babel/runtime/helpers/importDeferProxy.js +27 -0
  1521. package/scripts/node_modules/@babel/runtime/helpers/inherits.js +14 -0
  1522. package/scripts/node_modules/@babel/runtime/helpers/inheritsLoose.js +5 -0
  1523. package/scripts/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +9 -0
  1524. package/scripts/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +4 -0
  1525. package/scripts/node_modules/@babel/runtime/helpers/instanceof.js +4 -0
  1526. package/scripts/node_modules/@babel/runtime/helpers/interopRequireDefault.js +6 -0
  1527. package/scripts/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +22 -0
  1528. package/scripts/node_modules/@babel/runtime/helpers/isNativeFunction.js +8 -0
  1529. package/scripts/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +9 -0
  1530. package/scripts/node_modules/@babel/runtime/helpers/iterableToArray.js +4 -0
  1531. package/scripts/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +28 -0
  1532. package/scripts/node_modules/@babel/runtime/helpers/jsx.js +22 -0
  1533. package/scripts/node_modules/@babel/runtime/helpers/maybeArrayLike.js +9 -0
  1534. package/scripts/node_modules/@babel/runtime/helpers/newArrowCheck.js +4 -0
  1535. package/scripts/node_modules/@babel/runtime/helpers/nonIterableRest.js +4 -0
  1536. package/scripts/node_modules/@babel/runtime/helpers/nonIterableSpread.js +4 -0
  1537. package/scripts/node_modules/@babel/runtime/helpers/nullishReceiverError.js +4 -0
  1538. package/scripts/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +4 -0
  1539. package/scripts/node_modules/@babel/runtime/helpers/objectSpread.js +14 -0
  1540. package/scripts/node_modules/@babel/runtime/helpers/objectSpread2.js +23 -0
  1541. package/scripts/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +13 -0
  1542. package/scripts/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +10 -0
  1543. package/scripts/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +8 -0
  1544. package/scripts/node_modules/@babel/runtime/helpers/readOnlyError.js +4 -0
  1545. package/scripts/node_modules/@babel/runtime/helpers/regenerator.js +89 -0
  1546. package/scripts/node_modules/@babel/runtime/helpers/regeneratorAsync.js +8 -0
  1547. package/scripts/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js +6 -0
  1548. package/scripts/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js +33 -0
  1549. package/scripts/node_modules/@babel/runtime/helpers/regeneratorDefine.js +22 -0
  1550. package/scripts/node_modules/@babel/runtime/helpers/regeneratorKeys.js +10 -0
  1551. package/scripts/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +77 -0
  1552. package/scripts/node_modules/@babel/runtime/helpers/regeneratorValues.js +19 -0
  1553. package/scripts/node_modules/@babel/runtime/helpers/set.js +22 -0
  1554. package/scripts/node_modules/@babel/runtime/helpers/setFunctionName.js +12 -0
  1555. package/scripts/node_modules/@babel/runtime/helpers/setPrototypeOf.js +6 -0
  1556. package/scripts/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +7 -0
  1557. package/scripts/node_modules/@babel/runtime/helpers/slicedToArray.js +8 -0
  1558. package/scripts/node_modules/@babel/runtime/helpers/superPropBase.js +6 -0
  1559. package/scripts/node_modules/@babel/runtime/helpers/superPropGet.js +9 -0
  1560. package/scripts/node_modules/@babel/runtime/helpers/superPropSet.js +6 -0
  1561. package/scripts/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +8 -0
  1562. package/scripts/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +4 -0
  1563. package/scripts/node_modules/@babel/runtime/helpers/tdz.js +4 -0
  1564. package/scripts/node_modules/@babel/runtime/helpers/temporalRef.js +6 -0
  1565. package/scripts/node_modules/@babel/runtime/helpers/temporalUndefined.js +2 -0
  1566. package/scripts/node_modules/@babel/runtime/helpers/toArray.js +8 -0
  1567. package/scripts/node_modules/@babel/runtime/helpers/toConsumableArray.js +8 -0
  1568. package/scripts/node_modules/@babel/runtime/helpers/toPrimitive.js +12 -0
  1569. package/scripts/node_modules/@babel/runtime/helpers/toPropertyKey.js +7 -0
  1570. package/scripts/node_modules/@babel/runtime/helpers/toSetter.js +10 -0
  1571. package/scripts/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js +6 -0
  1572. package/scripts/node_modules/@babel/runtime/helpers/typeof.js +10 -0
  1573. package/scripts/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +9 -0
  1574. package/scripts/node_modules/@babel/runtime/helpers/using.js +12 -0
  1575. package/scripts/node_modules/@babel/runtime/helpers/usingCtx.js +59 -0
  1576. package/scripts/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +56 -0
  1577. package/scripts/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +27 -0
  1578. package/scripts/node_modules/@babel/runtime/helpers/wrapRegExp.js +52 -0
  1579. package/scripts/node_modules/@babel/runtime/helpers/writeOnlyError.js +4 -0
  1580. package/scripts/node_modules/@babel/runtime/package.json +1107 -0
  1581. package/scripts/node_modules/@babel/runtime/regenerator/index.js +15 -0
  1582. package/scripts/node_modules/@stablelib/base64/LICENSE +21 -0
  1583. package/scripts/node_modules/@stablelib/base64/base64.bench.ts +25 -0
  1584. package/scripts/node_modules/@stablelib/base64/base64.test.ts +85 -0
  1585. package/scripts/node_modules/@stablelib/base64/base64.ts +283 -0
  1586. package/scripts/node_modules/@stablelib/base64/lib/base64.bench.d.ts +1 -0
  1587. package/scripts/node_modules/@stablelib/base64/lib/base64.bench.js +23 -0
  1588. package/scripts/node_modules/@stablelib/base64/lib/base64.bench.js.map +1 -0
  1589. package/scripts/node_modules/@stablelib/base64/lib/base64.d.ts +34 -0
  1590. package/scripts/node_modules/@stablelib/base64/lib/base64.js +282 -0
  1591. package/scripts/node_modules/@stablelib/base64/lib/base64.js.map +1 -0
  1592. package/scripts/node_modules/@stablelib/base64/lib/base64.test.d.ts +1 -0
  1593. package/scripts/node_modules/@stablelib/base64/lib/base64.test.js +82 -0
  1594. package/scripts/node_modules/@stablelib/base64/lib/base64.test.js.map +1 -0
  1595. package/scripts/node_modules/@stablelib/base64/package.json +25 -0
  1596. package/scripts/node_modules/@stablelib/base64/tsconfig.json +27 -0
  1597. package/scripts/node_modules/fast-sha256/LICENSE +24 -0
  1598. package/scripts/node_modules/fast-sha256/README.md +127 -0
  1599. package/scripts/node_modules/fast-sha256/package.json +42 -0
  1600. package/scripts/node_modules/fast-sha256/sha256.d.ts +39 -0
  1601. package/scripts/node_modules/fast-sha256/sha256.js +427 -0
  1602. package/scripts/node_modules/fast-sha256/sha256.min.js +1 -0
  1603. package/scripts/node_modules/json-schema-to-ts/LICENSE +21 -0
  1604. package/scripts/node_modules/json-schema-to-ts/README.md +1046 -0
  1605. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/deserializationPattern.js +6 -0
  1606. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/deserializationPattern.js.map +1 -0
  1607. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/extendedJsonSchema.js +6 -0
  1608. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/extendedJsonSchema.js.map +1 -0
  1609. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/fromSchemaOptions.js +6 -0
  1610. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/fromSchemaOptions.js.map +1 -0
  1611. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/index.js +6 -0
  1612. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/index.js.map +1 -0
  1613. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/jsonSchema.js +25 -0
  1614. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/jsonSchema.js.map +1 -0
  1615. package/scripts/node_modules/json-schema-to-ts/lib/cjs/index.js +26 -0
  1616. package/scripts/node_modules/json-schema-to-ts/lib/cjs/index.js.map +1 -0
  1617. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-options.js +6 -0
  1618. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-options.js.map +1 -0
  1619. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/allOf.js +6 -0
  1620. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/allOf.js.map +1 -0
  1621. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/anyOf.js +6 -0
  1622. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/anyOf.js.map +1 -0
  1623. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/array.js +6 -0
  1624. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/array.js.map +1 -0
  1625. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/const.js +6 -0
  1626. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/const.js.map +1 -0
  1627. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/deserialize.js +6 -0
  1628. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/deserialize.js.map +1 -0
  1629. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/enum.js +6 -0
  1630. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/enum.js.map +1 -0
  1631. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/ifThenElse.js +6 -0
  1632. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/ifThenElse.js.map +1 -0
  1633. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/index.js +6 -0
  1634. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/index.js.map +1 -0
  1635. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/multipleTypes.js +6 -0
  1636. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/multipleTypes.js.map +1 -0
  1637. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/not.js +6 -0
  1638. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/not.js.map +1 -0
  1639. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/nullable.js +6 -0
  1640. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/nullable.js.map +1 -0
  1641. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/object.js +6 -0
  1642. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/object.js.map +1 -0
  1643. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/oneOf.js +6 -0
  1644. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/oneOf.js.map +1 -0
  1645. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/external.js +6 -0
  1646. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/external.js.map +1 -0
  1647. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/index.js +6 -0
  1648. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/index.js.map +1 -0
  1649. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/internal.js +6 -0
  1650. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/internal.js.map +1 -0
  1651. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/utils.js +6 -0
  1652. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/utils.js.map +1 -0
  1653. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/singleType.js +6 -0
  1654. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/singleType.js.map +1 -0
  1655. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/utils.js +6 -0
  1656. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/utils.js.map +1 -0
  1657. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/and.js +6 -0
  1658. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/and.js.map +1 -0
  1659. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/extends.js +6 -0
  1660. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/extends.js.map +1 -0
  1661. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/get.js +6 -0
  1662. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/get.js.map +1 -0
  1663. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/if.js +6 -0
  1664. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/if.js.map +1 -0
  1665. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/index.js +6 -0
  1666. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/index.js.map +1 -0
  1667. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/join.js +6 -0
  1668. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/join.js.map +1 -0
  1669. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/key.js +6 -0
  1670. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/key.js.map +1 -0
  1671. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/narrow.js +6 -0
  1672. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/narrow.js.map +1 -0
  1673. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/not.js +6 -0
  1674. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/not.js.map +1 -0
  1675. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/pop.js +6 -0
  1676. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/pop.js.map +1 -0
  1677. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/split.js +6 -0
  1678. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/split.js.map +1 -0
  1679. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/tail.js +6 -0
  1680. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/tail.js.map +1 -0
  1681. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/writable.js +6 -0
  1682. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/writable.js.map +1 -0
  1683. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/asConst.js +26 -0
  1684. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/asConst.js.map +1 -0
  1685. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/index.js +28 -0
  1686. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/index.js.map +1 -0
  1687. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/compiler.js +52 -0
  1688. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/compiler.js.map +1 -0
  1689. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/index.js +22 -0
  1690. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/index.js.map +1 -0
  1691. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/validator.js +46 -0
  1692. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/validator.js.map +1 -0
  1693. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/deserializationPattern.js +2 -0
  1694. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/deserializationPattern.js.map +1 -0
  1695. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/extendedJsonSchema.js +2 -0
  1696. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/extendedJsonSchema.js.map +1 -0
  1697. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/fromSchemaOptions.js +2 -0
  1698. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/fromSchemaOptions.js.map +1 -0
  1699. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/index.js +2 -0
  1700. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/index.js.map +1 -0
  1701. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/jsonSchema.js +17 -0
  1702. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/jsonSchema.js.map +1 -0
  1703. package/scripts/node_modules/json-schema-to-ts/lib/esm/index.js +11 -0
  1704. package/scripts/node_modules/json-schema-to-ts/lib/esm/index.js.map +1 -0
  1705. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-options.js +2 -0
  1706. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-options.js.map +1 -0
  1707. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/allOf.js +2 -0
  1708. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/allOf.js.map +1 -0
  1709. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/anyOf.js +2 -0
  1710. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/anyOf.js.map +1 -0
  1711. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/array.js +2 -0
  1712. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/array.js.map +1 -0
  1713. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/const.js +2 -0
  1714. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/const.js.map +1 -0
  1715. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/deserialize.js +2 -0
  1716. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/deserialize.js.map +1 -0
  1717. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/enum.js +2 -0
  1718. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/enum.js.map +1 -0
  1719. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/ifThenElse.js +2 -0
  1720. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/ifThenElse.js.map +1 -0
  1721. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/index.js +2 -0
  1722. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/index.js.map +1 -0
  1723. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/multipleTypes.js +2 -0
  1724. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/multipleTypes.js.map +1 -0
  1725. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/not.js +2 -0
  1726. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/not.js.map +1 -0
  1727. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/nullable.js +2 -0
  1728. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/nullable.js.map +1 -0
  1729. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/object.js +2 -0
  1730. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/object.js.map +1 -0
  1731. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/oneOf.js +2 -0
  1732. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/oneOf.js.map +1 -0
  1733. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/external.js +2 -0
  1734. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/external.js.map +1 -0
  1735. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/index.js +2 -0
  1736. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/index.js.map +1 -0
  1737. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/internal.js +2 -0
  1738. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/internal.js.map +1 -0
  1739. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/utils.js +2 -0
  1740. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/utils.js.map +1 -0
  1741. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/singleType.js +2 -0
  1742. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/singleType.js.map +1 -0
  1743. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/utils.js +2 -0
  1744. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/utils.js.map +1 -0
  1745. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/and.js +2 -0
  1746. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/and.js.map +1 -0
  1747. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/extends.js +2 -0
  1748. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/extends.js.map +1 -0
  1749. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/get.js +2 -0
  1750. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/get.js.map +1 -0
  1751. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/if.js +2 -0
  1752. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/if.js.map +1 -0
  1753. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/index.js +2 -0
  1754. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/index.js.map +1 -0
  1755. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/join.js +2 -0
  1756. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/join.js.map +1 -0
  1757. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/key.js +2 -0
  1758. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/key.js.map +1 -0
  1759. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/narrow.js +2 -0
  1760. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/narrow.js.map +1 -0
  1761. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/not.js +2 -0
  1762. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/not.js.map +1 -0
  1763. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/pop.js +2 -0
  1764. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/pop.js.map +1 -0
  1765. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/split.js +2 -0
  1766. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/split.js.map +1 -0
  1767. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/tail.js +2 -0
  1768. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/tail.js.map +1 -0
  1769. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/writable.js +2 -0
  1770. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/writable.js.map +1 -0
  1771. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/asConst.js +17 -0
  1772. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/asConst.js.map +1 -0
  1773. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/index.js +3 -0
  1774. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/index.js.map +1 -0
  1775. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/compiler.js +43 -0
  1776. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/compiler.js.map +1 -0
  1777. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/index.js +3 -0
  1778. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/index.js.map +1 -0
  1779. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/validator.js +37 -0
  1780. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/validator.js.map +1 -0
  1781. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/deserializationPattern.d.ts +4 -0
  1782. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/deserializationPattern.js +1 -0
  1783. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/extendedJsonSchema.d.ts +75 -0
  1784. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/extendedJsonSchema.js +1 -0
  1785. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/fromSchemaOptions.d.ts +24 -0
  1786. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/fromSchemaOptions.js +1 -0
  1787. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/index.d.ts +4 -0
  1788. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/index.js +1 -0
  1789. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/jsonSchema.d.ts +57 -0
  1790. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/jsonSchema.js +1 -0
  1791. package/scripts/node_modules/json-schema-to-ts/lib/types/index.d.ts +9 -0
  1792. package/scripts/node_modules/json-schema-to-ts/lib/types/index.js +1 -0
  1793. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-options.d.ts +12 -0
  1794. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-options.js +1 -0
  1795. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/allOf.d.ts +13 -0
  1796. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/allOf.js +1 -0
  1797. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/anyOf.d.ts +13 -0
  1798. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/anyOf.js +1 -0
  1799. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/array.d.ts +57 -0
  1800. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/array.js +1 -0
  1801. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/const.d.ts +10 -0
  1802. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/const.js +1 -0
  1803. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/deserialize.d.ts +11 -0
  1804. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/deserialize.js +1 -0
  1805. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/enum.d.ts +10 -0
  1806. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/enum.js +1 -0
  1807. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/ifThenElse.d.ts +14 -0
  1808. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/ifThenElse.js +1 -0
  1809. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/index.d.ts +26 -0
  1810. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/index.js +1 -0
  1811. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/multipleTypes.d.ts +11 -0
  1812. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/multipleTypes.js +1 -0
  1813. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/not.d.ts +10 -0
  1814. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/not.js +1 -0
  1815. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/nullable.d.ts +9 -0
  1816. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/nullable.js +1 -0
  1817. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/object.d.ts +37 -0
  1818. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/object.js +1 -0
  1819. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/oneOf.d.ts +13 -0
  1820. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/oneOf.js +1 -0
  1821. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/external.d.ts +22 -0
  1822. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/external.js +1 -0
  1823. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/index.d.ts +9 -0
  1824. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/index.js +1 -0
  1825. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/internal.d.ts +4 -0
  1826. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/internal.js +1 -0
  1827. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/utils.d.ts +6 -0
  1828. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/utils.js +1 -0
  1829. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/singleType.d.ts +19 -0
  1830. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/singleType.js +1 -0
  1831. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/utils.d.ts +17 -0
  1832. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/utils.js +1 -0
  1833. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/and.d.ts +1 -0
  1834. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/and.js +1 -0
  1835. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/extends.d.ts +1 -0
  1836. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/extends.js +1 -0
  1837. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/get.d.ts +1 -0
  1838. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/get.js +1 -0
  1839. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/if.d.ts +1 -0
  1840. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/if.js +1 -0
  1841. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/index.d.ts +12 -0
  1842. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/index.js +1 -0
  1843. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/join.d.ts +1 -0
  1844. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/join.js +1 -0
  1845. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/key.d.ts +1 -0
  1846. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/key.js +1 -0
  1847. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/narrow.d.ts +3 -0
  1848. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/narrow.js +1 -0
  1849. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/not.d.ts +1 -0
  1850. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/not.js +1 -0
  1851. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/pop.d.ts +1 -0
  1852. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/pop.js +1 -0
  1853. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/split.d.ts +4 -0
  1854. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/split.js +1 -0
  1855. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/tail.d.ts +1 -0
  1856. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/tail.js +1 -0
  1857. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/writable.d.ts +5 -0
  1858. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/writable.js +1 -0
  1859. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/asConst.d.ts +2 -0
  1860. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/asConst.js +1 -0
  1861. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/index.d.ts +3 -0
  1862. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/index.js +2 -0
  1863. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/compiler.d.ts +6 -0
  1864. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/compiler.js +4 -0
  1865. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/index.d.ts +4 -0
  1866. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/index.js +2 -0
  1867. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/validator.d.ts +6 -0
  1868. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/validator.js +1 -0
  1869. package/scripts/node_modules/json-schema-to-ts/package.json +89 -0
  1870. package/scripts/node_modules/standardwebhooks/README.md +41 -0
  1871. package/scripts/node_modules/standardwebhooks/dist/index.d.ts +24 -0
  1872. package/scripts/node_modules/standardwebhooks/dist/index.js +106 -0
  1873. package/scripts/node_modules/standardwebhooks/dist/index.js.map +1 -0
  1874. package/scripts/node_modules/standardwebhooks/dist/timing_safe_equal.d.ts +1 -0
  1875. package/scripts/node_modules/standardwebhooks/dist/timing_safe_equal.js +30 -0
  1876. package/scripts/node_modules/standardwebhooks/dist/timing_safe_equal.js.map +1 -0
  1877. package/scripts/node_modules/standardwebhooks/package.json +45 -0
  1878. package/scripts/node_modules/ts-algebra/.eslintignore +3 -0
  1879. package/scripts/node_modules/ts-algebra/.eslintrc.js +153 -0
  1880. package/scripts/node_modules/ts-algebra/.nvmrc +1 -0
  1881. package/scripts/node_modules/ts-algebra/.prettierignore +4 -0
  1882. package/scripts/node_modules/ts-algebra/.prettierrc +9 -0
  1883. package/scripts/node_modules/ts-algebra/LICENSE +21 -0
  1884. package/scripts/node_modules/ts-algebra/README.md +737 -0
  1885. package/scripts/node_modules/ts-algebra/lib/index.d.ts +2 -0
  1886. package/scripts/node_modules/ts-algebra/lib/index.js +4 -0
  1887. package/scripts/node_modules/ts-algebra/lib/meta-types/any.d.ts +15 -0
  1888. package/scripts/node_modules/ts-algebra/lib/meta-types/any.js +1 -0
  1889. package/scripts/node_modules/ts-algebra/lib/meta-types/array.d.ts +22 -0
  1890. package/scripts/node_modules/ts-algebra/lib/meta-types/array.js +1 -0
  1891. package/scripts/node_modules/ts-algebra/lib/meta-types/const.d.ts +19 -0
  1892. package/scripts/node_modules/ts-algebra/lib/meta-types/const.js +1 -0
  1893. package/scripts/node_modules/ts-algebra/lib/meta-types/enum.d.ts +19 -0
  1894. package/scripts/node_modules/ts-algebra/lib/meta-types/enum.js +1 -0
  1895. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/any.d.ts +12 -0
  1896. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/any.js +1 -0
  1897. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/array.d.ts +16 -0
  1898. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/array.js +1 -0
  1899. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/const.d.ts +27 -0
  1900. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/const.js +1 -0
  1901. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/enum.d.ts +20 -0
  1902. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/enum.js +1 -0
  1903. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/index.d.ts +20 -0
  1904. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/index.js +1 -0
  1905. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/object.d.ts +51 -0
  1906. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/object.js +1 -0
  1907. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/primitive.d.ts +12 -0
  1908. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/primitive.js +1 -0
  1909. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/tuple.d.ts +87 -0
  1910. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/tuple.js +1 -0
  1911. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/union.d.ts +8 -0
  1912. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/union.js +1 -0
  1913. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/utils.d.ts +31 -0
  1914. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/utils.js +1 -0
  1915. package/scripts/node_modules/ts-algebra/lib/meta-types/index.d.ts +14 -0
  1916. package/scripts/node_modules/ts-algebra/lib/meta-types/index.js +1 -0
  1917. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/any.d.ts +19 -0
  1918. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/any.js +1 -0
  1919. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/array.d.ts +21 -0
  1920. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/array.js +1 -0
  1921. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/const.d.ts +33 -0
  1922. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/const.js +1 -0
  1923. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/enum.d.ts +23 -0
  1924. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/enum.js +1 -0
  1925. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/index.d.ts +20 -0
  1926. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/index.js +1 -0
  1927. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/object.d.ts +26 -0
  1928. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/object.js +1 -0
  1929. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/primitive.d.ts +17 -0
  1930. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/primitive.js +1 -0
  1931. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/tuple.d.ts +44 -0
  1932. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/tuple.js +1 -0
  1933. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/union.d.ts +13 -0
  1934. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/union.js +1 -0
  1935. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/utils.d.ts +5 -0
  1936. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/utils.js +1 -0
  1937. package/scripts/node_modules/ts-algebra/lib/meta-types/never.d.ts +6 -0
  1938. package/scripts/node_modules/ts-algebra/lib/meta-types/never.js +1 -0
  1939. package/scripts/node_modules/ts-algebra/lib/meta-types/object.d.ts +47 -0
  1940. package/scripts/node_modules/ts-algebra/lib/meta-types/object.js +1 -0
  1941. package/scripts/node_modules/ts-algebra/lib/meta-types/primitive.d.ts +20 -0
  1942. package/scripts/node_modules/ts-algebra/lib/meta-types/primitive.js +1 -0
  1943. package/scripts/node_modules/ts-algebra/lib/meta-types/resolve.d.ts +18 -0
  1944. package/scripts/node_modules/ts-algebra/lib/meta-types/resolve.js +1 -0
  1945. package/scripts/node_modules/ts-algebra/lib/meta-types/tuple.d.ts +39 -0
  1946. package/scripts/node_modules/ts-algebra/lib/meta-types/tuple.js +1 -0
  1947. package/scripts/node_modules/ts-algebra/lib/meta-types/type.d.ts +14 -0
  1948. package/scripts/node_modules/ts-algebra/lib/meta-types/type.js +1 -0
  1949. package/scripts/node_modules/ts-algebra/lib/meta-types/typeId.d.ts +10 -0
  1950. package/scripts/node_modules/ts-algebra/lib/meta-types/typeId.js +1 -0
  1951. package/scripts/node_modules/ts-algebra/lib/meta-types/union.d.ts +18 -0
  1952. package/scripts/node_modules/ts-algebra/lib/meta-types/union.js +1 -0
  1953. package/scripts/node_modules/ts-algebra/lib/meta-types/utils.d.ts +3 -0
  1954. package/scripts/node_modules/ts-algebra/lib/meta-types/utils.js +1 -0
  1955. package/scripts/node_modules/ts-algebra/lib/utils/and.d.ts +1 -0
  1956. package/scripts/node_modules/ts-algebra/lib/utils/and.js +1 -0
  1957. package/scripts/node_modules/ts-algebra/lib/utils/extends.d.ts +5 -0
  1958. package/scripts/node_modules/ts-algebra/lib/utils/extends.js +1 -0
  1959. package/scripts/node_modules/ts-algebra/lib/utils/if.d.ts +1 -0
  1960. package/scripts/node_modules/ts-algebra/lib/utils/if.js +1 -0
  1961. package/scripts/node_modules/ts-algebra/lib/utils/index.d.ts +12 -0
  1962. package/scripts/node_modules/ts-algebra/lib/utils/index.js +1 -0
  1963. package/scripts/node_modules/ts-algebra/lib/utils/intersectUnion.d.ts +1 -0
  1964. package/scripts/node_modules/ts-algebra/lib/utils/intersectUnion.js +1 -0
  1965. package/scripts/node_modules/ts-algebra/lib/utils/isNever.d.ts +1 -0
  1966. package/scripts/node_modules/ts-algebra/lib/utils/isNever.js +1 -0
  1967. package/scripts/node_modules/ts-algebra/lib/utils/merge.d.ts +7 -0
  1968. package/scripts/node_modules/ts-algebra/lib/utils/merge.js +1 -0
  1969. package/scripts/node_modules/ts-algebra/lib/utils/not.d.ts +1 -0
  1970. package/scripts/node_modules/ts-algebra/lib/utils/not.js +1 -0
  1971. package/scripts/node_modules/ts-algebra/lib/utils/or.d.ts +1 -0
  1972. package/scripts/node_modules/ts-algebra/lib/utils/or.js +1 -0
  1973. package/scripts/node_modules/ts-algebra/lib/utils/prettify.d.ts +4 -0
  1974. package/scripts/node_modules/ts-algebra/lib/utils/prettify.js +1 -0
  1975. package/scripts/node_modules/ts-algebra/lib/utils/tail.d.ts +1 -0
  1976. package/scripts/node_modules/ts-algebra/lib/utils/tail.js +1 -0
  1977. package/scripts/node_modules/ts-algebra/lib/utils/unionLast.d.ts +2 -0
  1978. package/scripts/node_modules/ts-algebra/lib/utils/unionLast.js +1 -0
  1979. package/scripts/node_modules/ts-algebra/lib/utils/unionPop.d.ts +2 -0
  1980. package/scripts/node_modules/ts-algebra/lib/utils/unionPop.js +1 -0
  1981. package/scripts/node_modules/ts-algebra/package.json +59 -0
  1982. package/scripts/notify.sh +75 -0
  1983. package/scripts/package.json +8 -0
  1984. package/scripts/reconcile-allow.txt +25 -0
  1985. package/scripts/subdomains-proof.sh +92 -0
  1986. package/scripts/tg-listen.sh +134 -0
  1987. package/scripts/w1-recon.ts +5 -138
  1988. package/scripts/w4-rubric.ts +52 -134
  1989. package/skills/ai-sdk/SKILL.md +78 -0
  1990. package/skills/ai-sdk/references/ai-gateway.md +66 -0
  1991. package/skills/ai-sdk/references/common-errors.md +443 -0
  1992. package/skills/ai-sdk/references/devtools.md +52 -0
  1993. package/skills/ai-sdk/references/type-safe-agents.md +204 -0
  1994. package/skills/ai-ui/SKILL.md +638 -0
  1995. package/skills/astro/SKILL.md +323 -0
  1996. package/skills/astro/add-content-collection.md +30 -0
  1997. package/skills/astro/check-build.md +29 -0
  1998. package/skills/astro/create-component.md +29 -0
  1999. package/skills/astro/create-page.md +30 -0
  2000. package/skills/astro/optimize-performance.md +21 -0
  2001. package/skills/cli/SKILL.md +318 -0
  2002. package/skills/cloudflare/SKILL.md +2 -4
  2003. package/skills/composio/SKILL.md +65 -0
  2004. package/skills/composio/rules/app-auth-configs.md +224 -0
  2005. package/skills/composio/rules/app-auth-popup-ui.md +144 -0
  2006. package/skills/composio/rules/app-connected-accounts.md +240 -0
  2007. package/skills/composio/rules/app-custom-tools.md +220 -0
  2008. package/skills/composio/rules/app-execute-tools.md +202 -0
  2009. package/skills/composio/rules/app-fetch-tools.md +292 -0
  2010. package/skills/composio/rules/app-modifiers.md +148 -0
  2011. package/skills/composio/rules/app-tool-versions.md +343 -0
  2012. package/skills/composio/rules/app-toolkits.md +184 -0
  2013. package/skills/composio/rules/app-user-context.md +222 -0
  2014. package/skills/composio/rules/building-with-composio.md +134 -0
  2015. package/skills/composio/rules/composio-cli.md +223 -0
  2016. package/skills/composio/rules/sequences/calendar.md +16 -0
  2017. package/skills/composio/rules/sequences/gmail.md +20 -0
  2018. package/skills/composio/rules/sequences/linkedin.md +17 -0
  2019. package/skills/composio/rules/sequences/quickbooks.md +16 -0
  2020. package/skills/composio/rules/sequences/stripe.md +22 -0
  2021. package/skills/composio/rules/setup-api-keys.md +230 -0
  2022. package/skills/composio/rules/tr-auth-auto.md +110 -0
  2023. package/skills/composio/rules/tr-auth-connections.md +167 -0
  2024. package/skills/composio/rules/tr-auth-manual.md +161 -0
  2025. package/skills/composio/rules/tr-building-chat-ui.md +348 -0
  2026. package/skills/composio/rules/tr-framework-ai-sdk.md +240 -0
  2027. package/skills/composio/rules/tr-framework-integration.md +818 -0
  2028. package/skills/composio/rules/tr-framework-mastra.md +185 -0
  2029. package/skills/composio/rules/tr-mcp-vs-native.md +248 -0
  2030. package/skills/composio/rules/tr-session-basic.md +82 -0
  2031. package/skills/composio/rules/tr-session-config.md +172 -0
  2032. package/skills/composio/rules/tr-session-lifecycle.md +385 -0
  2033. package/skills/composio/rules/tr-toolkit-query.md +135 -0
  2034. package/skills/composio/rules/tr-userid-best-practices.md +476 -0
  2035. package/skills/composio/rules/triggers-create.md +246 -0
  2036. package/skills/composio/rules/triggers-manage.md +275 -0
  2037. package/skills/composio/rules/triggers-subscribe.md +173 -0
  2038. package/skills/composio/rules/triggers-webhook.md +227 -0
  2039. package/skills/docs/SKILL.md +153 -0
  2040. package/skills/mcp/SKILL.md +242 -0
  2041. package/skills/oneie/SKILL.md +2 -2
  2042. package/skills/promise-make/SKILL.md +93 -0
  2043. package/skills/promise-settle/SKILL.md +101 -0
  2044. package/skills/puck/SKILL.md +568 -0
  2045. package/skills/rag-adversarial/SKILL.md +106 -0
  2046. package/skills/rag-canary/SKILL.md +113 -0
  2047. package/skills/rag-fanout/SKILL.md +240 -0
  2048. package/skills/rag-skill-discovery/SKILL.md +107 -0
  2049. package/skills/rag-synthesize/SKILL.md +113 -0
  2050. package/skills/rag-triangulate/SKILL.md +123 -0
  2051. package/skills/react19/SKILL.md +491 -0
  2052. package/skills/reactflow/SKILL.md +612 -0
  2053. package/skills/sdk/SKILL.md +197 -0
  2054. package/skills/shadcn/SKILL.md +472 -0
  2055. package/skills/signal/SKILL.md +13 -8
  2056. package/skills/sui/SKILL.md +1 -1
  2057. package/skills/typedb/SKILL.md +2368 -0
  2058. package/skills/typedb/examples/python-patterns.py +619 -0
  2059. package/skills/typedb/examples/query-patterns.tql +507 -0
  2060. package/skills/typedb/examples/schema-patterns.tql +539 -0
  2061. package/skills/typedb/reference/migration-2x-3x.md +443 -0
  2062. package/skills/typedb/reference/python-driver.md +728 -0
  2063. package/skills/typedb/reference/research-notes-2026-04.md +169 -0
  2064. package/skills/workflow/SKILL.md +51 -0
  2065. package/skills/writer/SKILL.md +343 -0
  2066. package/skills/writer/references/anti-patterns.md +163 -0
  2067. package/skills/writer/references/copy-frameworks.md +544 -0
  2068. package/skills/writer/references/structures.md +285 -0
  2069. package/skills/youtube-subs/SKILL.md +104 -0
  2070. package/skills/youtube-subs/scripts/fetch.sh +83 -0
  2071. package/skills/youtube-subs/scripts/vtt-to-text.py +130 -0
  2072. package/templates/template-agent.md +8 -0
  2073. package/templates/template-feature.md +159 -8
  2074. package/templates/template-plan.md +14 -2
  2075. package/templates/template-teach.md +3 -3
  2076. package/templates/template-tests.md +4 -2
  2077. package/templates/template-todo.md +138 -153
  2078. package/commands/claw.md +0 -135
@@ -0,0 +1,3380 @@
1
+ import * as BatchesAPI from "./batches.mjs";
2
+ import { APIPromise } from "../../../core/api-promise.mjs";
3
+ import { APIResource } from "../../../core/resource.mjs";
4
+ import { Stream } from "../../../core/streaming.mjs";
5
+ import { RequestOptions } from "../../../internal/request-options.mjs";
6
+ import { type ExtractParsedContentFromBetaParams, type ParsedBetaMessage } from "../../../lib/beta-parser.mjs";
7
+ import { BetaMessageStream } from "../../../lib/BetaMessageStream.mjs";
8
+ import { BetaToolRunner, BetaToolRunnerParams, BetaToolRunnerRequestOptions } from "../../../lib/tools/BetaToolRunner.mjs";
9
+ import { ToolError } from "../../../lib/tools/ToolError.mjs";
10
+ import * as BetaMessagesAPI from "./messages.mjs";
11
+ import * as MessagesAPI from "../../messages/messages.mjs";
12
+ import * as BetaAPI from "../beta.mjs";
13
+ import { BatchCancelParams, BatchCreateParams, BatchDeleteParams, BatchListParams, BatchResultsParams, BatchRetrieveParams, Batches, BetaDeletedMessageBatch, BetaMessageBatch, BetaMessageBatchCanceledResult, BetaMessageBatchErroredResult, BetaMessageBatchExpiredResult, BetaMessageBatchIndividualResponse, BetaMessageBatchRequestCounts, BetaMessageBatchResult, BetaMessageBatchSucceededResult, BetaMessageBatchesPage } from "./batches.mjs";
14
+ export declare class Messages extends APIResource {
15
+ batches: BatchesAPI.Batches;
16
+ /**
17
+ * Send a structured list of input messages with text and/or image content, and the
18
+ * model will generate the next message in the conversation.
19
+ *
20
+ * The Messages API can be used for either single queries or stateless multi-turn
21
+ * conversations.
22
+ *
23
+ * Learn more about the Messages API in our
24
+ * [user guide](https://docs.claude.com/en/docs/initial-setup)
25
+ *
26
+ * @example
27
+ * ```ts
28
+ * const betaMessage = await client.beta.messages.create({
29
+ * max_tokens: 1024,
30
+ * messages: [{ content: 'Hello, world', role: 'user' }],
31
+ * model: 'claude-opus-4-6',
32
+ * });
33
+ * ```
34
+ */
35
+ create(params: MessageCreateParamsNonStreaming, options?: RequestOptions): APIPromise<BetaMessage>;
36
+ create(params: MessageCreateParamsStreaming, options?: RequestOptions): APIPromise<Stream<BetaRawMessageStreamEvent>>;
37
+ create(params: MessageCreateParamsBase, options?: RequestOptions): APIPromise<Stream<BetaRawMessageStreamEvent> | BetaMessage>;
38
+ /**
39
+ * Send a structured list of input messages with text and/or image content, along with an expected `output_format` and
40
+ * the response will be automatically parsed and available in the `parsed_output` property of the message.
41
+ *
42
+ * @example
43
+ * ```ts
44
+ * const message = await client.beta.messages.parse({
45
+ * model: 'claude-3-5-sonnet-20241022',
46
+ * max_tokens: 1024,
47
+ * messages: [{ role: 'user', content: 'What is 2+2?' }],
48
+ * output_format: zodOutputFormat(z.object({ answer: z.number() }), 'math'),
49
+ * });
50
+ *
51
+ * console.log(message.parsed_output?.answer); // 4
52
+ * ```
53
+ */
54
+ parse<Params extends MessageCreateParamsNonStreaming>(params: Params, options?: RequestOptions): APIPromise<ParsedBetaMessage<ExtractParsedContentFromBetaParams<Params>>>;
55
+ /**
56
+ * Create a Message stream
57
+ */
58
+ stream<Params extends BetaMessageStreamParams>(body: Params, options?: RequestOptions): BetaMessageStream<ExtractParsedContentFromBetaParams<Params>>;
59
+ /**
60
+ * Count the number of tokens in a Message.
61
+ *
62
+ * The Token Count API can be used to count the number of tokens in a Message,
63
+ * including tools, images, and documents, without creating it.
64
+ *
65
+ * Learn more about token counting in our
66
+ * [user guide](https://docs.claude.com/en/docs/build-with-claude/token-counting)
67
+ *
68
+ * @example
69
+ * ```ts
70
+ * const betaMessageTokensCount =
71
+ * await client.beta.messages.countTokens({
72
+ * messages: [{ content: 'Hello, world', role: 'user' }],
73
+ * model: 'claude-opus-4-6',
74
+ * });
75
+ * ```
76
+ */
77
+ countTokens(params: MessageCountTokensParams, options?: RequestOptions): APIPromise<BetaMessageTokensCount>;
78
+ toolRunner(body: BetaToolRunnerParams & {
79
+ stream?: false;
80
+ }, options?: BetaToolRunnerRequestOptions): BetaToolRunner<false>;
81
+ toolRunner(body: BetaToolRunnerParams & {
82
+ stream: true;
83
+ }, options?: BetaToolRunnerRequestOptions): BetaToolRunner<true>;
84
+ toolRunner(body: BetaToolRunnerParams, options?: BetaToolRunnerRequestOptions): BetaToolRunner<boolean>;
85
+ }
86
+ /**
87
+ * Token usage for an advisor sub-inference iteration.
88
+ */
89
+ export interface BetaAdvisorMessageIterationUsage {
90
+ /**
91
+ * Breakdown of cached tokens by TTL
92
+ */
93
+ cache_creation: BetaCacheCreation | null;
94
+ /**
95
+ * The number of input tokens used to create the cache entry.
96
+ */
97
+ cache_creation_input_tokens: number;
98
+ /**
99
+ * The number of input tokens read from the cache.
100
+ */
101
+ cache_read_input_tokens: number;
102
+ /**
103
+ * The number of input tokens which were used.
104
+ */
105
+ input_tokens: number;
106
+ /**
107
+ * The model that will complete your prompt.
108
+ *
109
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
110
+ * details and options.
111
+ */
112
+ model: MessagesAPI.Model;
113
+ /**
114
+ * The number of output tokens which were used.
115
+ */
116
+ output_tokens: number;
117
+ /**
118
+ * Usage for an advisor sub-inference iteration
119
+ */
120
+ type: 'advisor_message';
121
+ }
122
+ export interface BetaAdvisorRedactedResultBlock {
123
+ /**
124
+ * Opaque blob containing the advisor's output. Round-trip verbatim; do not inspect
125
+ * or modify.
126
+ */
127
+ encrypted_content: string;
128
+ /**
129
+ * The advisor sub-inference's stop reason (same values as the top-level message
130
+ * `stop_reason`).
131
+ */
132
+ stop_reason: string | null;
133
+ type: 'advisor_redacted_result';
134
+ }
135
+ export interface BetaAdvisorRedactedResultBlockParam {
136
+ /**
137
+ * Opaque blob produced by a prior response; must be round-tripped verbatim.
138
+ */
139
+ encrypted_content: string;
140
+ type: 'advisor_redacted_result';
141
+ stop_reason?: string | null;
142
+ }
143
+ export interface BetaAdvisorResultBlock {
144
+ /**
145
+ * The advisor sub-inference's stop reason (same values as the top-level message
146
+ * `stop_reason`). `max_tokens` indicates the advisor's output was truncated at the
147
+ * tool's `max_tokens` value or the advisor model's policy cap.
148
+ */
149
+ stop_reason: string | null;
150
+ text: string;
151
+ type: 'advisor_result';
152
+ }
153
+ export interface BetaAdvisorResultBlockParam {
154
+ text: string;
155
+ type: 'advisor_result';
156
+ stop_reason?: string | null;
157
+ }
158
+ export interface BetaAdvisorTool20260301 {
159
+ /**
160
+ * The model that will complete your prompt.
161
+ *
162
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
163
+ * details and options.
164
+ */
165
+ model: MessagesAPI.Model;
166
+ /**
167
+ * Name of the tool.
168
+ *
169
+ * This is how the tool will be called by the model and in `tool_use` blocks.
170
+ */
171
+ name: 'advisor';
172
+ type: 'advisor_20260301';
173
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
174
+ /**
175
+ * Create a cache control breakpoint at this content block.
176
+ */
177
+ cache_control?: BetaCacheControlEphemeral | null;
178
+ /**
179
+ * Caching for the advisor's own prompt. When set, each advisor call writes a cache
180
+ * entry at the given TTL so subsequent calls in the same conversation read the
181
+ * stable prefix. When omitted, the advisor prompt is not cached.
182
+ */
183
+ caching?: BetaCacheControlEphemeral | null;
184
+ /**
185
+ * If true, tool will not be included in initial system prompt. Only loaded when
186
+ * returned via tool_reference from tool search.
187
+ */
188
+ defer_loading?: boolean;
189
+ /**
190
+ * Maximum number of times the tool can be used in the API request.
191
+ */
192
+ max_uses?: number | null;
193
+ /**
194
+ * When true, guarantees schema validation on tool names and inputs
195
+ */
196
+ strict?: boolean;
197
+ }
198
+ export interface BetaAdvisorToolResultBlock {
199
+ content: BetaAdvisorToolResultError | BetaAdvisorResultBlock | BetaAdvisorRedactedResultBlock;
200
+ tool_use_id: string;
201
+ type: 'advisor_tool_result';
202
+ }
203
+ export interface BetaAdvisorToolResultBlockParam {
204
+ content: BetaAdvisorToolResultErrorParam | BetaAdvisorResultBlockParam | BetaAdvisorRedactedResultBlockParam;
205
+ tool_use_id: string;
206
+ type: 'advisor_tool_result';
207
+ /**
208
+ * Create a cache control breakpoint at this content block.
209
+ */
210
+ cache_control?: BetaCacheControlEphemeral | null;
211
+ }
212
+ export interface BetaAdvisorToolResultError {
213
+ error_code: 'max_uses_exceeded' | 'prompt_too_long' | 'too_many_requests' | 'overloaded' | 'unavailable' | 'execution_time_exceeded';
214
+ type: 'advisor_tool_result_error';
215
+ }
216
+ export interface BetaAdvisorToolResultErrorParam {
217
+ error_code: 'max_uses_exceeded' | 'prompt_too_long' | 'too_many_requests' | 'overloaded' | 'unavailable' | 'execution_time_exceeded';
218
+ type: 'advisor_tool_result_error';
219
+ }
220
+ export interface BetaAllThinkingTurns {
221
+ type: 'all';
222
+ }
223
+ export type BetaMessageStreamParams = MessageCreateParamsBase;
224
+ export interface BetaBase64ImageSource {
225
+ data: string;
226
+ media_type: 'image/jpeg' | 'image/png' | 'image/gif' | 'image/webp';
227
+ type: 'base64';
228
+ }
229
+ export interface BetaBase64PDFSource {
230
+ data: string;
231
+ media_type: 'application/pdf';
232
+ type: 'base64';
233
+ }
234
+ export interface BetaBashCodeExecutionOutputBlock {
235
+ file_id: string;
236
+ type: 'bash_code_execution_output';
237
+ }
238
+ export interface BetaBashCodeExecutionOutputBlockParam {
239
+ file_id: string;
240
+ type: 'bash_code_execution_output';
241
+ }
242
+ export interface BetaBashCodeExecutionResultBlock {
243
+ content: Array<BetaBashCodeExecutionOutputBlock>;
244
+ return_code: number;
245
+ stderr: string;
246
+ stdout: string;
247
+ type: 'bash_code_execution_result';
248
+ }
249
+ export interface BetaBashCodeExecutionResultBlockParam {
250
+ content: Array<BetaBashCodeExecutionOutputBlockParam>;
251
+ return_code: number;
252
+ stderr: string;
253
+ stdout: string;
254
+ type: 'bash_code_execution_result';
255
+ }
256
+ export interface BetaBashCodeExecutionToolResultBlock {
257
+ content: BetaBashCodeExecutionToolResultError | BetaBashCodeExecutionResultBlock;
258
+ tool_use_id: string;
259
+ type: 'bash_code_execution_tool_result';
260
+ }
261
+ export interface BetaBashCodeExecutionToolResultBlockParam {
262
+ content: BetaBashCodeExecutionToolResultErrorParam | BetaBashCodeExecutionResultBlockParam;
263
+ tool_use_id: string;
264
+ type: 'bash_code_execution_tool_result';
265
+ /**
266
+ * Create a cache control breakpoint at this content block.
267
+ */
268
+ cache_control?: BetaCacheControlEphemeral | null;
269
+ }
270
+ export interface BetaBashCodeExecutionToolResultError {
271
+ error_code: 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded' | 'output_file_too_large';
272
+ type: 'bash_code_execution_tool_result_error';
273
+ }
274
+ export interface BetaBashCodeExecutionToolResultErrorParam {
275
+ error_code: 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded' | 'output_file_too_large';
276
+ type: 'bash_code_execution_tool_result_error';
277
+ }
278
+ export interface BetaCacheControlEphemeral {
279
+ type: 'ephemeral';
280
+ /**
281
+ * The time-to-live for the cache control breakpoint.
282
+ *
283
+ * This may be one the following values:
284
+ *
285
+ * - `5m`: 5 minutes
286
+ * - `1h`: 1 hour
287
+ *
288
+ * Defaults to `5m`.
289
+ */
290
+ ttl?: '5m' | '1h';
291
+ }
292
+ export interface BetaCacheCreation {
293
+ /**
294
+ * The number of input tokens used to create the 1 hour cache entry.
295
+ */
296
+ ephemeral_1h_input_tokens: number;
297
+ /**
298
+ * The number of input tokens used to create the 5 minute cache entry.
299
+ */
300
+ ephemeral_5m_input_tokens: number;
301
+ }
302
+ export interface BetaCacheMissMessagesChanged {
303
+ /**
304
+ * Approximate number of input tokens that would have been read from cache had the
305
+ * prefix matched the previous request.
306
+ */
307
+ cache_missed_input_tokens: number;
308
+ type: 'messages_changed';
309
+ }
310
+ export interface BetaCacheMissModelChanged {
311
+ /**
312
+ * Approximate number of input tokens that would have been read from cache had the
313
+ * prefix matched the previous request.
314
+ */
315
+ cache_missed_input_tokens: number;
316
+ type: 'model_changed';
317
+ }
318
+ export interface BetaCacheMissPreviousMessageNotFound {
319
+ type: 'previous_message_not_found';
320
+ }
321
+ export interface BetaCacheMissSystemChanged {
322
+ /**
323
+ * Approximate number of input tokens that would have been read from cache had the
324
+ * prefix matched the previous request.
325
+ */
326
+ cache_missed_input_tokens: number;
327
+ type: 'system_changed';
328
+ }
329
+ export interface BetaCacheMissToolsChanged {
330
+ /**
331
+ * Approximate number of input tokens that would have been read from cache had the
332
+ * prefix matched the previous request.
333
+ */
334
+ cache_missed_input_tokens: number;
335
+ type: 'tools_changed';
336
+ }
337
+ export interface BetaCacheMissUnavailable {
338
+ type: 'unavailable';
339
+ }
340
+ export interface BetaCitationCharLocation {
341
+ cited_text: string;
342
+ document_index: number;
343
+ document_title: string | null;
344
+ end_char_index: number;
345
+ file_id: string | null;
346
+ start_char_index: number;
347
+ type: 'char_location';
348
+ }
349
+ export interface BetaCitationCharLocationParam {
350
+ cited_text: string;
351
+ document_index: number;
352
+ document_title: string | null;
353
+ end_char_index: number;
354
+ start_char_index: number;
355
+ type: 'char_location';
356
+ }
357
+ export interface BetaCitationConfig {
358
+ enabled: boolean;
359
+ }
360
+ export interface BetaCitationContentBlockLocation {
361
+ /**
362
+ * The full text of the cited block range, concatenated.
363
+ *
364
+ * Always equals the contents of `content[start_block_index:end_block_index]`
365
+ * joined together. The text block is the minimal citable unit; this field is never
366
+ * a substring of a single block. Not counted toward output tokens, and not counted
367
+ * toward input tokens when sent back in subsequent turns.
368
+ */
369
+ cited_text: string;
370
+ document_index: number;
371
+ document_title: string | null;
372
+ /**
373
+ * Exclusive 0-based end index of the cited block range in the source's `content`
374
+ * array.
375
+ *
376
+ * Always greater than `start_block_index`; a single-block citation has
377
+ * `end_block_index = start_block_index + 1`.
378
+ */
379
+ end_block_index: number;
380
+ file_id: string | null;
381
+ /**
382
+ * 0-based index of the first cited block in the source's `content` array.
383
+ */
384
+ start_block_index: number;
385
+ type: 'content_block_location';
386
+ }
387
+ export interface BetaCitationContentBlockLocationParam {
388
+ /**
389
+ * The full text of the cited block range, concatenated.
390
+ *
391
+ * Always equals the contents of `content[start_block_index:end_block_index]`
392
+ * joined together. The text block is the minimal citable unit; this field is never
393
+ * a substring of a single block. Not counted toward output tokens, and not counted
394
+ * toward input tokens when sent back in subsequent turns.
395
+ */
396
+ cited_text: string;
397
+ document_index: number;
398
+ document_title: string | null;
399
+ /**
400
+ * Exclusive 0-based end index of the cited block range in the source's `content`
401
+ * array.
402
+ *
403
+ * Always greater than `start_block_index`; a single-block citation has
404
+ * `end_block_index = start_block_index + 1`.
405
+ */
406
+ end_block_index: number;
407
+ /**
408
+ * 0-based index of the first cited block in the source's `content` array.
409
+ */
410
+ start_block_index: number;
411
+ type: 'content_block_location';
412
+ }
413
+ export interface BetaCitationPageLocation {
414
+ cited_text: string;
415
+ document_index: number;
416
+ document_title: string | null;
417
+ end_page_number: number;
418
+ file_id: string | null;
419
+ start_page_number: number;
420
+ type: 'page_location';
421
+ }
422
+ export interface BetaCitationPageLocationParam {
423
+ cited_text: string;
424
+ document_index: number;
425
+ document_title: string | null;
426
+ end_page_number: number;
427
+ start_page_number: number;
428
+ type: 'page_location';
429
+ }
430
+ export interface BetaCitationSearchResultLocation {
431
+ /**
432
+ * The full text of the cited block range, concatenated.
433
+ *
434
+ * Always equals the contents of `content[start_block_index:end_block_index]`
435
+ * joined together. The text block is the minimal citable unit; this field is never
436
+ * a substring of a single block. Not counted toward output tokens, and not counted
437
+ * toward input tokens when sent back in subsequent turns.
438
+ */
439
+ cited_text: string;
440
+ /**
441
+ * Exclusive 0-based end index of the cited block range in the source's `content`
442
+ * array.
443
+ *
444
+ * Always greater than `start_block_index`; a single-block citation has
445
+ * `end_block_index = start_block_index + 1`.
446
+ */
447
+ end_block_index: number;
448
+ /**
449
+ * 0-based index of the cited search result among all `search_result` content
450
+ * blocks in the request, in the order they appear across messages and tool
451
+ * results.
452
+ *
453
+ * Counted separately from `document_index`; server-side web search results are not
454
+ * included in this count.
455
+ */
456
+ search_result_index: number;
457
+ source: string;
458
+ /**
459
+ * 0-based index of the first cited block in the source's `content` array.
460
+ */
461
+ start_block_index: number;
462
+ title: string | null;
463
+ type: 'search_result_location';
464
+ }
465
+ export interface BetaCitationSearchResultLocationParam {
466
+ /**
467
+ * The full text of the cited block range, concatenated.
468
+ *
469
+ * Always equals the contents of `content[start_block_index:end_block_index]`
470
+ * joined together. The text block is the minimal citable unit; this field is never
471
+ * a substring of a single block. Not counted toward output tokens, and not counted
472
+ * toward input tokens when sent back in subsequent turns.
473
+ */
474
+ cited_text: string;
475
+ /**
476
+ * Exclusive 0-based end index of the cited block range in the source's `content`
477
+ * array.
478
+ *
479
+ * Always greater than `start_block_index`; a single-block citation has
480
+ * `end_block_index = start_block_index + 1`.
481
+ */
482
+ end_block_index: number;
483
+ /**
484
+ * 0-based index of the cited search result among all `search_result` content
485
+ * blocks in the request, in the order they appear across messages and tool
486
+ * results.
487
+ *
488
+ * Counted separately from `document_index`; server-side web search results are not
489
+ * included in this count.
490
+ */
491
+ search_result_index: number;
492
+ source: string;
493
+ /**
494
+ * 0-based index of the first cited block in the source's `content` array.
495
+ */
496
+ start_block_index: number;
497
+ title: string | null;
498
+ type: 'search_result_location';
499
+ }
500
+ export interface BetaCitationWebSearchResultLocationParam {
501
+ cited_text: string;
502
+ encrypted_index: string;
503
+ title: string | null;
504
+ type: 'web_search_result_location';
505
+ url: string;
506
+ }
507
+ export interface BetaCitationsConfigParam {
508
+ enabled?: boolean;
509
+ }
510
+ export interface BetaCitationsDelta {
511
+ citation: BetaCitationCharLocation | BetaCitationPageLocation | BetaCitationContentBlockLocation | BetaCitationsWebSearchResultLocation | BetaCitationSearchResultLocation;
512
+ type: 'citations_delta';
513
+ }
514
+ export interface BetaCitationsWebSearchResultLocation {
515
+ cited_text: string;
516
+ encrypted_index: string;
517
+ title: string | null;
518
+ type: 'web_search_result_location';
519
+ url: string;
520
+ }
521
+ export interface BetaClearThinking20251015Edit {
522
+ type: 'clear_thinking_20251015';
523
+ /**
524
+ * Number of most recent assistant turns to keep thinking blocks for. Older turns
525
+ * will have their thinking blocks removed.
526
+ */
527
+ keep?: BetaThinkingTurns | BetaAllThinkingTurns | 'all';
528
+ }
529
+ export interface BetaClearThinking20251015EditResponse {
530
+ /**
531
+ * Number of input tokens cleared by this edit.
532
+ */
533
+ cleared_input_tokens: number;
534
+ /**
535
+ * Number of thinking turns that were cleared.
536
+ */
537
+ cleared_thinking_turns: number;
538
+ /**
539
+ * The type of context management edit applied.
540
+ */
541
+ type: 'clear_thinking_20251015';
542
+ }
543
+ export interface BetaClearToolUses20250919Edit {
544
+ type: 'clear_tool_uses_20250919';
545
+ /**
546
+ * Minimum number of tokens that must be cleared when triggered. Context will only
547
+ * be modified if at least this many tokens can be removed.
548
+ */
549
+ clear_at_least?: BetaInputTokensClearAtLeast | null;
550
+ /**
551
+ * Whether to clear all tool inputs (bool) or specific tool inputs to clear (list)
552
+ */
553
+ clear_tool_inputs?: boolean | Array<string> | null;
554
+ /**
555
+ * Tool names whose uses are preserved from clearing
556
+ */
557
+ exclude_tools?: Array<string> | null;
558
+ /**
559
+ * Number of tool uses to retain in the conversation
560
+ */
561
+ keep?: BetaToolUsesKeep;
562
+ /**
563
+ * Condition that triggers the context management strategy
564
+ */
565
+ trigger?: BetaInputTokensTrigger | BetaToolUsesTrigger;
566
+ }
567
+ export interface BetaClearToolUses20250919EditResponse {
568
+ /**
569
+ * Number of input tokens cleared by this edit.
570
+ */
571
+ cleared_input_tokens: number;
572
+ /**
573
+ * Number of tool uses that were cleared.
574
+ */
575
+ cleared_tool_uses: number;
576
+ /**
577
+ * The type of context management edit applied.
578
+ */
579
+ type: 'clear_tool_uses_20250919';
580
+ }
581
+ export interface BetaCodeExecutionOutputBlock {
582
+ file_id: string;
583
+ type: 'code_execution_output';
584
+ }
585
+ export interface BetaCodeExecutionOutputBlockParam {
586
+ file_id: string;
587
+ type: 'code_execution_output';
588
+ }
589
+ export interface BetaCodeExecutionResultBlock {
590
+ content: Array<BetaCodeExecutionOutputBlock>;
591
+ return_code: number;
592
+ stderr: string;
593
+ stdout: string;
594
+ type: 'code_execution_result';
595
+ }
596
+ export interface BetaCodeExecutionResultBlockParam {
597
+ content: Array<BetaCodeExecutionOutputBlockParam>;
598
+ return_code: number;
599
+ stderr: string;
600
+ stdout: string;
601
+ type: 'code_execution_result';
602
+ }
603
+ export interface BetaCodeExecutionTool20250522 {
604
+ /**
605
+ * Name of the tool.
606
+ *
607
+ * This is how the tool will be called by the model and in `tool_use` blocks.
608
+ */
609
+ name: 'code_execution';
610
+ type: 'code_execution_20250522';
611
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
612
+ /**
613
+ * Create a cache control breakpoint at this content block.
614
+ */
615
+ cache_control?: BetaCacheControlEphemeral | null;
616
+ /**
617
+ * If true, tool will not be included in initial system prompt. Only loaded when
618
+ * returned via tool_reference from tool search.
619
+ */
620
+ defer_loading?: boolean;
621
+ /**
622
+ * When true, guarantees schema validation on tool names and inputs
623
+ */
624
+ strict?: boolean;
625
+ }
626
+ export interface BetaCodeExecutionTool20250825 {
627
+ /**
628
+ * Name of the tool.
629
+ *
630
+ * This is how the tool will be called by the model and in `tool_use` blocks.
631
+ */
632
+ name: 'code_execution';
633
+ type: 'code_execution_20250825';
634
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
635
+ /**
636
+ * Create a cache control breakpoint at this content block.
637
+ */
638
+ cache_control?: BetaCacheControlEphemeral | null;
639
+ /**
640
+ * If true, tool will not be included in initial system prompt. Only loaded when
641
+ * returned via tool_reference from tool search.
642
+ */
643
+ defer_loading?: boolean;
644
+ /**
645
+ * When true, guarantees schema validation on tool names and inputs
646
+ */
647
+ strict?: boolean;
648
+ }
649
+ /**
650
+ * Code execution tool with REPL state persistence (daemon mode + gVisor
651
+ * checkpoint).
652
+ */
653
+ export interface BetaCodeExecutionTool20260120 {
654
+ /**
655
+ * Name of the tool.
656
+ *
657
+ * This is how the tool will be called by the model and in `tool_use` blocks.
658
+ */
659
+ name: 'code_execution';
660
+ type: 'code_execution_20260120';
661
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
662
+ /**
663
+ * Create a cache control breakpoint at this content block.
664
+ */
665
+ cache_control?: BetaCacheControlEphemeral | null;
666
+ /**
667
+ * If true, tool will not be included in initial system prompt. Only loaded when
668
+ * returned via tool_reference from tool search.
669
+ */
670
+ defer_loading?: boolean;
671
+ /**
672
+ * When true, guarantees schema validation on tool names and inputs
673
+ */
674
+ strict?: boolean;
675
+ }
676
+ export interface BetaCodeExecutionToolResultBlock {
677
+ /**
678
+ * Code execution result with encrypted stdout for PFC + web_search results.
679
+ */
680
+ content: BetaCodeExecutionToolResultBlockContent;
681
+ tool_use_id: string;
682
+ type: 'code_execution_tool_result';
683
+ }
684
+ /**
685
+ * Code execution result with encrypted stdout for PFC + web_search results.
686
+ */
687
+ export type BetaCodeExecutionToolResultBlockContent = BetaCodeExecutionToolResultError | BetaCodeExecutionResultBlock | BetaEncryptedCodeExecutionResultBlock;
688
+ export interface BetaCodeExecutionToolResultBlockParam {
689
+ /**
690
+ * Code execution result with encrypted stdout for PFC + web_search results.
691
+ */
692
+ content: BetaCodeExecutionToolResultBlockParamContent;
693
+ tool_use_id: string;
694
+ type: 'code_execution_tool_result';
695
+ /**
696
+ * Create a cache control breakpoint at this content block.
697
+ */
698
+ cache_control?: BetaCacheControlEphemeral | null;
699
+ }
700
+ /**
701
+ * Code execution result with encrypted stdout for PFC + web_search results.
702
+ */
703
+ export type BetaCodeExecutionToolResultBlockParamContent = BetaCodeExecutionToolResultErrorParam | BetaCodeExecutionResultBlockParam | BetaEncryptedCodeExecutionResultBlockParam;
704
+ export interface BetaCodeExecutionToolResultError {
705
+ error_code: BetaCodeExecutionToolResultErrorCode;
706
+ type: 'code_execution_tool_result_error';
707
+ }
708
+ export type BetaCodeExecutionToolResultErrorCode = 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded';
709
+ export interface BetaCodeExecutionToolResultErrorParam {
710
+ error_code: BetaCodeExecutionToolResultErrorCode;
711
+ type: 'code_execution_tool_result_error';
712
+ }
713
+ /**
714
+ * Automatically compact older context when reaching the configured trigger
715
+ * threshold.
716
+ */
717
+ export interface BetaCompact20260112Edit {
718
+ type: 'compact_20260112';
719
+ /**
720
+ * Additional instructions for summarization.
721
+ */
722
+ instructions?: string | null;
723
+ /**
724
+ * Whether to pause after compaction and return the compaction block to the user.
725
+ */
726
+ pause_after_compaction?: boolean;
727
+ /**
728
+ * When to trigger compaction. Defaults to 150000 input tokens.
729
+ */
730
+ trigger?: BetaInputTokensTrigger | null;
731
+ }
732
+ /**
733
+ * A compaction block returned when autocompact is triggered.
734
+ *
735
+ * When content is None, it indicates the compaction failed to produce a valid
736
+ * summary (e.g., malformed output from the model). Clients may round-trip
737
+ * compaction blocks with null content; the server treats them as no-ops.
738
+ */
739
+ export interface BetaCompactionBlock {
740
+ /**
741
+ * Summary of compacted content, or null if compaction failed
742
+ */
743
+ content: string | null;
744
+ /**
745
+ * Opaque metadata from prior compaction, to be round-tripped verbatim
746
+ */
747
+ encrypted_content: string | null;
748
+ type: 'compaction';
749
+ }
750
+ /**
751
+ * A compaction block containing summary of previous context.
752
+ *
753
+ * Users should round-trip these blocks from responses to subsequent requests to
754
+ * maintain context across compaction boundaries.
755
+ *
756
+ * When content is None, the block represents a failed compaction. The server
757
+ * treats these as no-ops. Empty string content is not allowed.
758
+ */
759
+ export interface BetaCompactionBlockParam {
760
+ type: 'compaction';
761
+ /**
762
+ * Create a cache control breakpoint at this content block.
763
+ */
764
+ cache_control?: BetaCacheControlEphemeral | null;
765
+ /**
766
+ * Summary of previously compacted content, or null if compaction failed
767
+ */
768
+ content?: string | null;
769
+ /**
770
+ * Opaque metadata from prior compaction, to be round-tripped verbatim
771
+ */
772
+ encrypted_content?: string | null;
773
+ }
774
+ export interface BetaCompactionContentBlockDelta {
775
+ content: string | null;
776
+ /**
777
+ * Opaque metadata from prior compaction, to be round-tripped verbatim
778
+ */
779
+ encrypted_content: string | null;
780
+ type: 'compaction_delta';
781
+ }
782
+ /**
783
+ * Token usage for a compaction iteration.
784
+ */
785
+ export interface BetaCompactionIterationUsage {
786
+ /**
787
+ * Breakdown of cached tokens by TTL
788
+ */
789
+ cache_creation: BetaCacheCreation | null;
790
+ /**
791
+ * The number of input tokens used to create the cache entry.
792
+ */
793
+ cache_creation_input_tokens: number;
794
+ /**
795
+ * The number of input tokens read from the cache.
796
+ */
797
+ cache_read_input_tokens: number;
798
+ /**
799
+ * The number of input tokens which were used.
800
+ */
801
+ input_tokens: number;
802
+ /**
803
+ * The number of output tokens which were used.
804
+ */
805
+ output_tokens: number;
806
+ /**
807
+ * Usage for a compaction iteration
808
+ */
809
+ type: 'compaction';
810
+ }
811
+ /**
812
+ * Information about the container used in the request (for the code execution
813
+ * tool)
814
+ */
815
+ export interface BetaContainer {
816
+ /**
817
+ * Identifier for the container used in this request
818
+ */
819
+ id: string;
820
+ /**
821
+ * The time at which the container will expire.
822
+ */
823
+ expires_at: string;
824
+ /**
825
+ * Skills loaded in the container
826
+ */
827
+ skills: Array<BetaSkill> | null;
828
+ }
829
+ /**
830
+ * Container parameters with skills to be loaded.
831
+ */
832
+ export interface BetaContainerParams {
833
+ /**
834
+ * Container id
835
+ */
836
+ id?: string | null;
837
+ /**
838
+ * List of skills to load in the container
839
+ */
840
+ skills?: Array<BetaSkillParams> | null;
841
+ }
842
+ /**
843
+ * Response model for a file uploaded to the container.
844
+ */
845
+ export interface BetaContainerUploadBlock {
846
+ file_id: string;
847
+ type: 'container_upload';
848
+ }
849
+ /**
850
+ * A content block that represents a file to be uploaded to the container Files
851
+ * uploaded via this block will be available in the container's input directory.
852
+ */
853
+ export interface BetaContainerUploadBlockParam {
854
+ file_id: string;
855
+ type: 'container_upload';
856
+ /**
857
+ * Create a cache control breakpoint at this content block.
858
+ */
859
+ cache_control?: BetaCacheControlEphemeral | null;
860
+ }
861
+ /**
862
+ * Response model for a file uploaded to the container.
863
+ */
864
+ export type BetaContentBlock = BetaTextBlock | BetaThinkingBlock | BetaRedactedThinkingBlock | BetaToolUseBlock | BetaServerToolUseBlock | BetaWebSearchToolResultBlock | BetaWebFetchToolResultBlock | BetaAdvisorToolResultBlock | BetaCodeExecutionToolResultBlock | BetaBashCodeExecutionToolResultBlock | BetaTextEditorCodeExecutionToolResultBlock | BetaToolSearchToolResultBlock | BetaMCPToolUseBlock | BetaMCPToolResultBlock | BetaContainerUploadBlock | BetaCompactionBlock;
865
+ /**
866
+ * Regular text content.
867
+ */
868
+ export type BetaContentBlockParam = BetaTextBlockParam | BetaImageBlockParam | BetaRequestDocumentBlock | BetaSearchResultBlockParam | BetaThinkingBlockParam | BetaRedactedThinkingBlockParam | BetaToolUseBlockParam | BetaToolResultBlockParam | BetaServerToolUseBlockParam | BetaWebSearchToolResultBlockParam | BetaWebFetchToolResultBlockParam | BetaAdvisorToolResultBlockParam | BetaCodeExecutionToolResultBlockParam | BetaBashCodeExecutionToolResultBlockParam | BetaTextEditorCodeExecutionToolResultBlockParam | BetaToolSearchToolResultBlockParam | BetaMCPToolUseBlockParam | BetaRequestMCPToolResultBlockParam | BetaContainerUploadBlockParam | BetaCompactionBlockParam | BetaMidConversationSystemBlockParam;
869
+ export interface BetaContentBlockSource {
870
+ content: string | Array<BetaContentBlockSourceContent>;
871
+ type: 'content';
872
+ }
873
+ export type BetaContentBlockSourceContent = BetaTextBlockParam | BetaImageBlockParam;
874
+ export interface BetaContextManagementConfig {
875
+ /**
876
+ * List of context management edits to apply
877
+ */
878
+ edits?: Array<BetaClearToolUses20250919Edit | BetaClearThinking20251015Edit | BetaCompact20260112Edit>;
879
+ }
880
+ export interface BetaContextManagementResponse {
881
+ /**
882
+ * List of context management edits that were applied.
883
+ */
884
+ applied_edits: Array<BetaClearToolUses20250919EditResponse | BetaClearThinking20251015EditResponse>;
885
+ }
886
+ export interface BetaCountTokensContextManagementResponse {
887
+ /**
888
+ * The original token count before context management was applied
889
+ */
890
+ original_input_tokens: number;
891
+ }
892
+ /**
893
+ * Response envelope for request-level diagnostics. Present (possibly null)
894
+ * whenever the caller supplied `diagnostics` on the request.
895
+ */
896
+ export interface BetaDiagnostics {
897
+ /**
898
+ * Explains why the prompt cache could not fully reuse the prefix from the request
899
+ * identified by `diagnostics.previous_message_id`. `null` means diagnosis is still
900
+ * pending — the response was serialized before the background comparison
901
+ * completed.
902
+ */
903
+ cache_miss_reason: BetaCacheMissModelChanged | BetaCacheMissSystemChanged | BetaCacheMissToolsChanged | BetaCacheMissMessagesChanged | BetaCacheMissPreviousMessageNotFound | BetaCacheMissUnavailable | null;
904
+ }
905
+ /**
906
+ * Request-level diagnostics. Currently carries the previous response id for
907
+ * prompt-cache divergence reporting.
908
+ */
909
+ export interface BetaDiagnosticsParam {
910
+ /**
911
+ * The `id` (`msg_...`) from this client's previous /v1/messages response. The
912
+ * server compares that request's prompt fingerprint against this one and returns
913
+ * `diagnostics.cache_miss_reason` when the prompt-cache prefix could not be
914
+ * reused. Pass `null` on the first turn to opt in without a prior message to
915
+ * compare.
916
+ */
917
+ previous_message_id?: string | null;
918
+ }
919
+ /**
920
+ * Tool invocation directly from the model.
921
+ */
922
+ export interface BetaDirectCaller {
923
+ type: 'direct';
924
+ }
925
+ export interface BetaDocumentBlock {
926
+ /**
927
+ * Citation configuration for the document
928
+ */
929
+ citations: BetaCitationConfig | null;
930
+ source: BetaBase64PDFSource | BetaPlainTextSource;
931
+ /**
932
+ * The title of the document
933
+ */
934
+ title: string | null;
935
+ type: 'document';
936
+ }
937
+ /**
938
+ * Code execution result with encrypted stdout for PFC + web_search results.
939
+ */
940
+ export interface BetaEncryptedCodeExecutionResultBlock {
941
+ content: Array<BetaCodeExecutionOutputBlock>;
942
+ encrypted_stdout: string;
943
+ return_code: number;
944
+ stderr: string;
945
+ type: 'encrypted_code_execution_result';
946
+ }
947
+ /**
948
+ * Code execution result with encrypted stdout for PFC + web_search results.
949
+ */
950
+ export interface BetaEncryptedCodeExecutionResultBlockParam {
951
+ content: Array<BetaCodeExecutionOutputBlockParam>;
952
+ encrypted_stdout: string;
953
+ return_code: number;
954
+ stderr: string;
955
+ type: 'encrypted_code_execution_result';
956
+ }
957
+ export interface BetaFileDocumentSource {
958
+ file_id: string;
959
+ type: 'file';
960
+ }
961
+ export interface BetaFileImageSource {
962
+ file_id: string;
963
+ type: 'file';
964
+ }
965
+ export interface BetaImageBlockParam {
966
+ source: BetaBase64ImageSource | BetaURLImageSource | BetaFileImageSource;
967
+ type: 'image';
968
+ /**
969
+ * Create a cache control breakpoint at this content block.
970
+ */
971
+ cache_control?: BetaCacheControlEphemeral | null;
972
+ }
973
+ export interface BetaInputJSONDelta {
974
+ partial_json: string;
975
+ type: 'input_json_delta';
976
+ }
977
+ export interface BetaInputTokensClearAtLeast {
978
+ type: 'input_tokens';
979
+ value: number;
980
+ }
981
+ export interface BetaInputTokensTrigger {
982
+ type: 'input_tokens';
983
+ value: number;
984
+ }
985
+ /**
986
+ * Per-iteration token usage breakdown.
987
+ *
988
+ * Each entry represents one sampling iteration, with its own input/output token
989
+ * counts and cache statistics. This allows you to:
990
+ *
991
+ * - Determine which iterations exceeded long context thresholds (>=200k tokens)
992
+ * - Calculate the true context window size from the last iteration
993
+ * - Understand token accumulation across server-side tool use loops
994
+ */
995
+ export type BetaIterationsUsage = Array<BetaMessageIterationUsage | BetaCompactionIterationUsage | BetaAdvisorMessageIterationUsage>;
996
+ export interface BetaJSONOutputFormat {
997
+ /**
998
+ * The JSON schema of the format
999
+ */
1000
+ schema: {
1001
+ [key: string]: unknown;
1002
+ };
1003
+ type: 'json_schema';
1004
+ }
1005
+ /**
1006
+ * Configuration for a specific tool in an MCP toolset.
1007
+ */
1008
+ export interface BetaMCPToolConfig {
1009
+ defer_loading?: boolean;
1010
+ enabled?: boolean;
1011
+ }
1012
+ /**
1013
+ * Default configuration for tools in an MCP toolset.
1014
+ */
1015
+ export interface BetaMCPToolDefaultConfig {
1016
+ defer_loading?: boolean;
1017
+ enabled?: boolean;
1018
+ }
1019
+ export interface BetaMCPToolResultBlock {
1020
+ content: string | Array<BetaTextBlock>;
1021
+ is_error: boolean;
1022
+ tool_use_id: string;
1023
+ type: 'mcp_tool_result';
1024
+ }
1025
+ export interface BetaMCPToolUseBlock {
1026
+ id: string;
1027
+ input: unknown;
1028
+ /**
1029
+ * The name of the MCP tool
1030
+ */
1031
+ name: string;
1032
+ /**
1033
+ * The name of the MCP server
1034
+ */
1035
+ server_name: string;
1036
+ type: 'mcp_tool_use';
1037
+ }
1038
+ export interface BetaMCPToolUseBlockParam {
1039
+ id: string;
1040
+ input: unknown;
1041
+ name: string;
1042
+ /**
1043
+ * The name of the MCP server
1044
+ */
1045
+ server_name: string;
1046
+ type: 'mcp_tool_use';
1047
+ /**
1048
+ * Create a cache control breakpoint at this content block.
1049
+ */
1050
+ cache_control?: BetaCacheControlEphemeral | null;
1051
+ }
1052
+ /**
1053
+ * Configuration for a group of tools from an MCP server.
1054
+ *
1055
+ * Allows configuring enabled status and defer_loading for all tools from an MCP
1056
+ * server, with optional per-tool overrides.
1057
+ */
1058
+ export interface BetaMCPToolset {
1059
+ /**
1060
+ * Name of the MCP server to configure tools for
1061
+ */
1062
+ mcp_server_name: string;
1063
+ type: 'mcp_toolset';
1064
+ /**
1065
+ * Create a cache control breakpoint at this content block.
1066
+ */
1067
+ cache_control?: BetaCacheControlEphemeral | null;
1068
+ /**
1069
+ * Configuration overrides for specific tools, keyed by tool name
1070
+ */
1071
+ configs?: {
1072
+ [key: string]: BetaMCPToolConfig;
1073
+ } | null;
1074
+ /**
1075
+ * Default configuration applied to all tools from this server
1076
+ */
1077
+ default_config?: BetaMCPToolDefaultConfig;
1078
+ }
1079
+ export interface BetaMemoryTool20250818 {
1080
+ /**
1081
+ * Name of the tool.
1082
+ *
1083
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1084
+ */
1085
+ name: 'memory';
1086
+ type: 'memory_20250818';
1087
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1088
+ /**
1089
+ * Create a cache control breakpoint at this content block.
1090
+ */
1091
+ cache_control?: BetaCacheControlEphemeral | null;
1092
+ /**
1093
+ * If true, tool will not be included in initial system prompt. Only loaded when
1094
+ * returned via tool_reference from tool search.
1095
+ */
1096
+ defer_loading?: boolean;
1097
+ input_examples?: Array<{
1098
+ [key: string]: unknown;
1099
+ }>;
1100
+ /**
1101
+ * When true, guarantees schema validation on tool names and inputs
1102
+ */
1103
+ strict?: boolean;
1104
+ }
1105
+ export type BetaMemoryTool20250818Command = BetaMemoryTool20250818ViewCommand | BetaMemoryTool20250818CreateCommand | BetaMemoryTool20250818StrReplaceCommand | BetaMemoryTool20250818InsertCommand | BetaMemoryTool20250818DeleteCommand | BetaMemoryTool20250818RenameCommand;
1106
+ export interface BetaMemoryTool20250818CreateCommand {
1107
+ /**
1108
+ * Command type identifier
1109
+ */
1110
+ command: 'create';
1111
+ /**
1112
+ * Content to write to the file
1113
+ */
1114
+ file_text: string;
1115
+ /**
1116
+ * Path where the file should be created
1117
+ */
1118
+ path: string;
1119
+ }
1120
+ export interface BetaMemoryTool20250818DeleteCommand {
1121
+ /**
1122
+ * Command type identifier
1123
+ */
1124
+ command: 'delete';
1125
+ /**
1126
+ * Path to the file or directory to delete
1127
+ */
1128
+ path: string;
1129
+ }
1130
+ export interface BetaMemoryTool20250818InsertCommand {
1131
+ /**
1132
+ * Command type identifier
1133
+ */
1134
+ command: 'insert';
1135
+ /**
1136
+ * Line number where text should be inserted
1137
+ */
1138
+ insert_line: number;
1139
+ /**
1140
+ * Text to insert at the specified line
1141
+ */
1142
+ insert_text: string;
1143
+ /**
1144
+ * Path to the file where text should be inserted
1145
+ */
1146
+ path: string;
1147
+ }
1148
+ export interface BetaMemoryTool20250818RenameCommand {
1149
+ /**
1150
+ * Command type identifier
1151
+ */
1152
+ command: 'rename';
1153
+ /**
1154
+ * New path for the file or directory
1155
+ */
1156
+ new_path: string;
1157
+ /**
1158
+ * Current path of the file or directory
1159
+ */
1160
+ old_path: string;
1161
+ }
1162
+ export interface BetaMemoryTool20250818StrReplaceCommand {
1163
+ /**
1164
+ * Command type identifier
1165
+ */
1166
+ command: 'str_replace';
1167
+ /**
1168
+ * Text to replace with
1169
+ */
1170
+ new_str: string;
1171
+ /**
1172
+ * Text to search for and replace
1173
+ */
1174
+ old_str: string;
1175
+ /**
1176
+ * Path to the file where text should be replaced
1177
+ */
1178
+ path: string;
1179
+ }
1180
+ export interface BetaMemoryTool20250818ViewCommand {
1181
+ /**
1182
+ * Command type identifier
1183
+ */
1184
+ command: 'view';
1185
+ /**
1186
+ * Path to directory or file to view
1187
+ */
1188
+ path: string;
1189
+ /**
1190
+ * Optional line range for viewing specific lines
1191
+ */
1192
+ view_range?: Array<number>;
1193
+ }
1194
+ export interface BetaMessage {
1195
+ /**
1196
+ * Unique object identifier.
1197
+ *
1198
+ * The format and length of IDs may change over time.
1199
+ */
1200
+ id: string;
1201
+ /**
1202
+ * Information about the container used in the request (for the code execution
1203
+ * tool)
1204
+ */
1205
+ container: BetaContainer | null;
1206
+ /**
1207
+ * Content generated by the model.
1208
+ *
1209
+ * This is an array of content blocks, each of which has a `type` that determines
1210
+ * its shape.
1211
+ *
1212
+ * Example:
1213
+ *
1214
+ * ```json
1215
+ * [{ "type": "text", "text": "Hi, I'm Claude." }]
1216
+ * ```
1217
+ *
1218
+ * If the request input `messages` ended with an `assistant` turn, then the
1219
+ * response `content` will continue directly from that last turn. You can use this
1220
+ * to constrain the model's output.
1221
+ *
1222
+ * For example, if the input `messages` were:
1223
+ *
1224
+ * ```json
1225
+ * [
1226
+ * {
1227
+ * "role": "user",
1228
+ * "content": "What's the Greek name for Sun? (A) Sol (B) Helios (C) Sun"
1229
+ * },
1230
+ * { "role": "assistant", "content": "The best answer is (" }
1231
+ * ]
1232
+ * ```
1233
+ *
1234
+ * Then the response `content` might be:
1235
+ *
1236
+ * ```json
1237
+ * [{ "type": "text", "text": "B)" }]
1238
+ * ```
1239
+ */
1240
+ content: Array<BetaContentBlock>;
1241
+ /**
1242
+ * Context management response.
1243
+ *
1244
+ * Information about context management strategies applied during the request.
1245
+ */
1246
+ context_management: BetaContextManagementResponse | null;
1247
+ /**
1248
+ * Response envelope for request-level diagnostics. Present (possibly null)
1249
+ * whenever the caller supplied `diagnostics` on the request.
1250
+ */
1251
+ diagnostics: BetaDiagnostics | null;
1252
+ /**
1253
+ * The model that will complete your prompt.
1254
+ *
1255
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
1256
+ * details and options.
1257
+ */
1258
+ model: MessagesAPI.Model;
1259
+ /**
1260
+ * Conversational role of the generated message.
1261
+ *
1262
+ * This will always be `"assistant"`.
1263
+ */
1264
+ role: 'assistant';
1265
+ /**
1266
+ * Structured information about a refusal.
1267
+ */
1268
+ stop_details: BetaRefusalStopDetails | null;
1269
+ /**
1270
+ * The reason that we stopped.
1271
+ *
1272
+ * This may be one the following values:
1273
+ *
1274
+ * - `"end_turn"`: the model reached a natural stopping point
1275
+ * - `"max_tokens"`: we exceeded the requested `max_tokens` or the model's maximum
1276
+ * - `"stop_sequence"`: one of your provided custom `stop_sequences` was generated
1277
+ * - `"tool_use"`: the model invoked one or more tools
1278
+ * - `"pause_turn"`: we paused a long-running turn. You may provide the response
1279
+ * back as-is in a subsequent request to let the model continue.
1280
+ * - `"refusal"`: when streaming classifiers intervene to handle potential policy
1281
+ * violations
1282
+ *
1283
+ * In non-streaming mode this value is always non-null. In streaming mode, it is
1284
+ * null in the `message_start` event and non-null otherwise.
1285
+ */
1286
+ stop_reason: BetaStopReason | null;
1287
+ /**
1288
+ * Which custom stop sequence was generated, if any.
1289
+ *
1290
+ * This value will be a non-null string if one of your custom stop sequences was
1291
+ * generated.
1292
+ */
1293
+ stop_sequence: string | null;
1294
+ /**
1295
+ * Object type.
1296
+ *
1297
+ * For Messages, this is always `"message"`.
1298
+ */
1299
+ type: 'message';
1300
+ /**
1301
+ * Billing and rate-limit usage.
1302
+ *
1303
+ * Anthropic's API bills and rate-limits by token counts, as tokens represent the
1304
+ * underlying cost to our systems.
1305
+ *
1306
+ * Under the hood, the API transforms requests into a format suitable for the
1307
+ * model. The model's output then goes through a parsing stage before becoming an
1308
+ * API response. As a result, the token counts in `usage` will not match one-to-one
1309
+ * with the exact visible content of an API request or response.
1310
+ *
1311
+ * For example, `output_tokens` will be non-zero, even for an empty string response
1312
+ * from Claude.
1313
+ *
1314
+ * Total input tokens in a request is the summation of `input_tokens`,
1315
+ * `cache_creation_input_tokens`, and `cache_read_input_tokens`.
1316
+ */
1317
+ usage: BetaUsage;
1318
+ }
1319
+ export interface BetaMessageDeltaUsage {
1320
+ /**
1321
+ * The cumulative number of input tokens used to create the cache entry.
1322
+ */
1323
+ cache_creation_input_tokens: number | null;
1324
+ /**
1325
+ * The cumulative number of input tokens read from the cache.
1326
+ */
1327
+ cache_read_input_tokens: number | null;
1328
+ /**
1329
+ * The cumulative number of input tokens which were used.
1330
+ */
1331
+ input_tokens: number | null;
1332
+ /**
1333
+ * Per-iteration token usage breakdown.
1334
+ *
1335
+ * Each entry represents one sampling iteration, with its own input/output token
1336
+ * counts and cache statistics. This allows you to:
1337
+ *
1338
+ * - Determine which iterations exceeded long context thresholds (>=200k tokens)
1339
+ * - Calculate the true context window size from the last iteration
1340
+ * - Understand token accumulation across server-side tool use loops
1341
+ */
1342
+ iterations: BetaIterationsUsage | null;
1343
+ /**
1344
+ * The cumulative number of output tokens which were used.
1345
+ */
1346
+ output_tokens: number;
1347
+ /**
1348
+ * Breakdown of output tokens by category.
1349
+ *
1350
+ * `output_tokens` remains the inclusive, authoritative total used for billing.
1351
+ * This object provides a read-only decomposition for observability — for example,
1352
+ * how many of the billed output tokens were spent on internal reasoning that may
1353
+ * have been summarized before being returned to you.
1354
+ */
1355
+ output_tokens_details: BetaOutputTokensDetails | null;
1356
+ /**
1357
+ * The number of server tool requests.
1358
+ */
1359
+ server_tool_use: BetaServerToolUsage | null;
1360
+ }
1361
+ /**
1362
+ * Token usage for a sampling iteration.
1363
+ */
1364
+ export interface BetaMessageIterationUsage {
1365
+ /**
1366
+ * Breakdown of cached tokens by TTL
1367
+ */
1368
+ cache_creation: BetaCacheCreation | null;
1369
+ /**
1370
+ * The number of input tokens used to create the cache entry.
1371
+ */
1372
+ cache_creation_input_tokens: number;
1373
+ /**
1374
+ * The number of input tokens read from the cache.
1375
+ */
1376
+ cache_read_input_tokens: number;
1377
+ /**
1378
+ * The number of input tokens which were used.
1379
+ */
1380
+ input_tokens: number;
1381
+ /**
1382
+ * The number of output tokens which were used.
1383
+ */
1384
+ output_tokens: number;
1385
+ /**
1386
+ * Usage for a sampling iteration
1387
+ */
1388
+ type: 'message';
1389
+ }
1390
+ export interface BetaMessageParam {
1391
+ content: string | Array<BetaContentBlockParam>;
1392
+ role: 'user' | 'assistant' | 'system';
1393
+ }
1394
+ export interface BetaMessageTokensCount {
1395
+ /**
1396
+ * Information about context management applied to the message.
1397
+ */
1398
+ context_management: BetaCountTokensContextManagementResponse | null;
1399
+ /**
1400
+ * The total number of tokens across the provided list of messages, system prompt,
1401
+ * and tools.
1402
+ */
1403
+ input_tokens: number;
1404
+ }
1405
+ export interface BetaMetadata {
1406
+ /**
1407
+ * An external identifier for the user who is associated with the request.
1408
+ *
1409
+ * This should be a uuid, hash value, or other opaque identifier. Anthropic may use
1410
+ * this id to help detect abuse. Do not include any identifying information such as
1411
+ * name, email address, or phone number.
1412
+ */
1413
+ user_id?: string | null;
1414
+ }
1415
+ /**
1416
+ * System instructions that appear mid-conversation.
1417
+ *
1418
+ * Use this block to provide or update system-level instructions at a specific
1419
+ * point in the conversation, rather than only via the top-level `system`
1420
+ * parameter.
1421
+ */
1422
+ export interface BetaMidConversationSystemBlockParam {
1423
+ /**
1424
+ * System instruction text blocks.
1425
+ */
1426
+ content: Array<BetaTextBlockParam>;
1427
+ type: 'mid_conv_system';
1428
+ /**
1429
+ * Create a cache control breakpoint at this content block.
1430
+ */
1431
+ cache_control?: BetaCacheControlEphemeral | null;
1432
+ }
1433
+ export interface BetaOutputConfig {
1434
+ /**
1435
+ * All possible effort levels.
1436
+ */
1437
+ effort?: 'low' | 'medium' | 'high' | 'xhigh' | 'max' | null;
1438
+ /**
1439
+ * A schema to specify Claude's output format in responses. See
1440
+ * [structured outputs](https://platform.claude.com/docs/en/build-with-claude/structured-outputs)
1441
+ */
1442
+ format?: BetaJSONOutputFormat | null;
1443
+ /**
1444
+ * User-configurable total token budget across contexts.
1445
+ */
1446
+ task_budget?: BetaTokenTaskBudget | null;
1447
+ }
1448
+ export interface BetaOutputTokensDetails {
1449
+ /**
1450
+ * Number of output tokens the model generated as internal reasoning, including the
1451
+ * thinking-block delimiter tokens.
1452
+ *
1453
+ * Reflects the raw reasoning the model produced, not the (possibly shorter)
1454
+ * summarized thinking text returned in the response body. Computed by
1455
+ * re-tokenizing the raw reasoning text, so it may differ from the model's exact
1456
+ * generation count by a small number of tokens. Always ≤ `output_tokens`;
1457
+ * `output_tokens - thinking_tokens` approximates the non-reasoning output.
1458
+ */
1459
+ thinking_tokens: number;
1460
+ }
1461
+ export interface BetaPlainTextSource {
1462
+ data: string;
1463
+ media_type: 'text/plain';
1464
+ type: 'text';
1465
+ }
1466
+ export type BetaRawContentBlockDelta = BetaTextDelta | BetaInputJSONDelta | BetaCitationsDelta | BetaThinkingDelta | BetaSignatureDelta | BetaCompactionContentBlockDelta;
1467
+ export interface BetaRawContentBlockDeltaEvent {
1468
+ delta: BetaRawContentBlockDelta;
1469
+ index: number;
1470
+ type: 'content_block_delta';
1471
+ }
1472
+ export interface BetaRawContentBlockStartEvent {
1473
+ /**
1474
+ * Response model for a file uploaded to the container.
1475
+ */
1476
+ content_block: BetaTextBlock | BetaThinkingBlock | BetaRedactedThinkingBlock | BetaToolUseBlock | BetaServerToolUseBlock | BetaWebSearchToolResultBlock | BetaWebFetchToolResultBlock | BetaAdvisorToolResultBlock | BetaCodeExecutionToolResultBlock | BetaBashCodeExecutionToolResultBlock | BetaTextEditorCodeExecutionToolResultBlock | BetaToolSearchToolResultBlock | BetaMCPToolUseBlock | BetaMCPToolResultBlock | BetaContainerUploadBlock | BetaCompactionBlock;
1477
+ index: number;
1478
+ type: 'content_block_start';
1479
+ }
1480
+ export interface BetaRawContentBlockStopEvent {
1481
+ index: number;
1482
+ type: 'content_block_stop';
1483
+ }
1484
+ export interface BetaRawMessageDeltaEvent {
1485
+ /**
1486
+ * Information about context management strategies applied during the request
1487
+ */
1488
+ context_management: BetaContextManagementResponse | null;
1489
+ delta: BetaRawMessageDeltaEvent.Delta;
1490
+ type: 'message_delta';
1491
+ /**
1492
+ * Billing and rate-limit usage.
1493
+ *
1494
+ * Anthropic's API bills and rate-limits by token counts, as tokens represent the
1495
+ * underlying cost to our systems.
1496
+ *
1497
+ * Under the hood, the API transforms requests into a format suitable for the
1498
+ * model. The model's output then goes through a parsing stage before becoming an
1499
+ * API response. As a result, the token counts in `usage` will not match one-to-one
1500
+ * with the exact visible content of an API request or response.
1501
+ *
1502
+ * For example, `output_tokens` will be non-zero, even for an empty string response
1503
+ * from Claude.
1504
+ *
1505
+ * Total input tokens in a request is the summation of `input_tokens`,
1506
+ * `cache_creation_input_tokens`, and `cache_read_input_tokens`.
1507
+ */
1508
+ usage: BetaMessageDeltaUsage;
1509
+ }
1510
+ export declare namespace BetaRawMessageDeltaEvent {
1511
+ interface Delta {
1512
+ /**
1513
+ * Information about the container used in the request (for the code execution
1514
+ * tool)
1515
+ */
1516
+ container: BetaMessagesAPI.BetaContainer | null;
1517
+ /**
1518
+ * Structured information about a refusal.
1519
+ */
1520
+ stop_details: BetaMessagesAPI.BetaRefusalStopDetails | null;
1521
+ stop_reason: BetaMessagesAPI.BetaStopReason | null;
1522
+ stop_sequence: string | null;
1523
+ }
1524
+ }
1525
+ export interface BetaRawMessageStartEvent {
1526
+ message: BetaMessage;
1527
+ type: 'message_start';
1528
+ }
1529
+ export interface BetaRawMessageStopEvent {
1530
+ type: 'message_stop';
1531
+ }
1532
+ export type BetaRawMessageStreamEvent = BetaRawMessageStartEvent | BetaRawMessageDeltaEvent | BetaRawMessageStopEvent | BetaRawContentBlockStartEvent | BetaRawContentBlockDeltaEvent | BetaRawContentBlockStopEvent;
1533
+ export interface BetaRedactedThinkingBlock {
1534
+ data: string;
1535
+ type: 'redacted_thinking';
1536
+ }
1537
+ export interface BetaRedactedThinkingBlockParam {
1538
+ data: string;
1539
+ type: 'redacted_thinking';
1540
+ }
1541
+ /**
1542
+ * Structured information about a refusal.
1543
+ */
1544
+ export interface BetaRefusalStopDetails {
1545
+ /**
1546
+ * The policy category that triggered the refusal.
1547
+ *
1548
+ * `null` when the refusal doesn't map to a named category.
1549
+ */
1550
+ category: 'cyber' | 'bio' | null;
1551
+ /**
1552
+ * Human-readable explanation of the refusal.
1553
+ *
1554
+ * This text is not guaranteed to be stable. `null` when no explanation is
1555
+ * available for the category.
1556
+ */
1557
+ explanation: string | null;
1558
+ type: 'refusal';
1559
+ }
1560
+ export interface BetaRequestDocumentBlock {
1561
+ source: BetaBase64PDFSource | BetaPlainTextSource | BetaContentBlockSource | BetaURLPDFSource | BetaFileDocumentSource;
1562
+ type: 'document';
1563
+ /**
1564
+ * Create a cache control breakpoint at this content block.
1565
+ */
1566
+ cache_control?: BetaCacheControlEphemeral | null;
1567
+ citations?: BetaCitationsConfigParam | null;
1568
+ context?: string | null;
1569
+ title?: string | null;
1570
+ }
1571
+ export interface BetaRequestMCPServerToolConfiguration {
1572
+ allowed_tools?: Array<string> | null;
1573
+ enabled?: boolean | null;
1574
+ }
1575
+ export interface BetaRequestMCPServerURLDefinition {
1576
+ name: string;
1577
+ type: 'url';
1578
+ url: string;
1579
+ authorization_token?: string | null;
1580
+ tool_configuration?: BetaRequestMCPServerToolConfiguration | null;
1581
+ }
1582
+ export interface BetaRequestMCPToolResultBlockParam {
1583
+ tool_use_id: string;
1584
+ type: 'mcp_tool_result';
1585
+ /**
1586
+ * Create a cache control breakpoint at this content block.
1587
+ */
1588
+ cache_control?: BetaCacheControlEphemeral | null;
1589
+ content?: string | Array<BetaTextBlockParam>;
1590
+ is_error?: boolean;
1591
+ }
1592
+ export interface BetaSearchResultBlockParam {
1593
+ content: Array<BetaTextBlockParam>;
1594
+ source: string;
1595
+ title: string;
1596
+ type: 'search_result';
1597
+ /**
1598
+ * Create a cache control breakpoint at this content block.
1599
+ */
1600
+ cache_control?: BetaCacheControlEphemeral | null;
1601
+ citations?: BetaCitationsConfigParam;
1602
+ }
1603
+ /**
1604
+ * Tool invocation generated by a server-side tool.
1605
+ */
1606
+ export interface BetaServerToolCaller {
1607
+ tool_id: string;
1608
+ type: 'code_execution_20250825';
1609
+ }
1610
+ export interface BetaServerToolCaller20260120 {
1611
+ tool_id: string;
1612
+ type: 'code_execution_20260120';
1613
+ }
1614
+ export interface BetaServerToolUsage {
1615
+ /**
1616
+ * The number of web fetch tool requests.
1617
+ */
1618
+ web_fetch_requests: number;
1619
+ /**
1620
+ * The number of web search tool requests.
1621
+ */
1622
+ web_search_requests: number;
1623
+ }
1624
+ export interface BetaServerToolUseBlock {
1625
+ id: string;
1626
+ input: {
1627
+ [key: string]: unknown;
1628
+ };
1629
+ name: 'advisor' | 'web_search' | 'web_fetch' | 'code_execution' | 'bash_code_execution' | 'text_editor_code_execution' | 'tool_search_tool_regex' | 'tool_search_tool_bm25';
1630
+ type: 'server_tool_use';
1631
+ /**
1632
+ * Tool invocation directly from the model.
1633
+ */
1634
+ caller?: BetaDirectCaller | BetaServerToolCaller | BetaServerToolCaller20260120;
1635
+ }
1636
+ export interface BetaServerToolUseBlockParam {
1637
+ id: string;
1638
+ input: unknown;
1639
+ name: 'advisor' | 'web_search' | 'web_fetch' | 'code_execution' | 'bash_code_execution' | 'text_editor_code_execution' | 'tool_search_tool_regex' | 'tool_search_tool_bm25';
1640
+ type: 'server_tool_use';
1641
+ /**
1642
+ * Create a cache control breakpoint at this content block.
1643
+ */
1644
+ cache_control?: BetaCacheControlEphemeral | null;
1645
+ /**
1646
+ * Tool invocation directly from the model.
1647
+ */
1648
+ caller?: BetaDirectCaller | BetaServerToolCaller | BetaServerToolCaller20260120;
1649
+ }
1650
+ export interface BetaSignatureDelta {
1651
+ signature: string;
1652
+ type: 'signature_delta';
1653
+ }
1654
+ /**
1655
+ * A skill that was loaded in a container (response model).
1656
+ */
1657
+ export interface BetaSkill {
1658
+ /**
1659
+ * Skill ID
1660
+ */
1661
+ skill_id: string;
1662
+ /**
1663
+ * Type of skill - either 'anthropic' (built-in) or 'custom' (user-defined)
1664
+ */
1665
+ type: 'anthropic' | 'custom';
1666
+ /**
1667
+ * Skill version or 'latest' for most recent version
1668
+ */
1669
+ version: string;
1670
+ }
1671
+ /**
1672
+ * Specification for a skill to be loaded in a container (request model).
1673
+ */
1674
+ export interface BetaSkillParams {
1675
+ /**
1676
+ * Skill ID
1677
+ */
1678
+ skill_id: string;
1679
+ /**
1680
+ * Type of skill - either 'anthropic' (built-in) or 'custom' (user-defined)
1681
+ */
1682
+ type: 'anthropic' | 'custom';
1683
+ /**
1684
+ * Skill version or 'latest' for most recent version
1685
+ */
1686
+ version?: string;
1687
+ }
1688
+ export type BetaStopReason = 'end_turn' | 'max_tokens' | 'stop_sequence' | 'tool_use' | 'pause_turn' | 'compaction' | 'refusal' | 'model_context_window_exceeded';
1689
+ export interface BetaTextBlock {
1690
+ /**
1691
+ * Citations supporting the text block.
1692
+ *
1693
+ * The type of citation returned will depend on the type of document being cited.
1694
+ * Citing a PDF results in `page_location`, plain text results in `char_location`,
1695
+ * and content document results in `content_block_location`.
1696
+ */
1697
+ citations: Array<BetaTextCitation> | null;
1698
+ text: string;
1699
+ type: 'text';
1700
+ }
1701
+ export interface BetaTextBlockParam {
1702
+ text: string;
1703
+ type: 'text';
1704
+ /**
1705
+ * Create a cache control breakpoint at this content block.
1706
+ */
1707
+ cache_control?: BetaCacheControlEphemeral | null;
1708
+ citations?: Array<BetaTextCitationParam> | null;
1709
+ }
1710
+ export type BetaTextCitation = BetaCitationCharLocation | BetaCitationPageLocation | BetaCitationContentBlockLocation | BetaCitationsWebSearchResultLocation | BetaCitationSearchResultLocation;
1711
+ export type BetaTextCitationParam = BetaCitationCharLocationParam | BetaCitationPageLocationParam | BetaCitationContentBlockLocationParam | BetaCitationWebSearchResultLocationParam | BetaCitationSearchResultLocationParam;
1712
+ export interface BetaTextDelta {
1713
+ text: string;
1714
+ type: 'text_delta';
1715
+ }
1716
+ export interface BetaTextEditorCodeExecutionCreateResultBlock {
1717
+ is_file_update: boolean;
1718
+ type: 'text_editor_code_execution_create_result';
1719
+ }
1720
+ export interface BetaTextEditorCodeExecutionCreateResultBlockParam {
1721
+ is_file_update: boolean;
1722
+ type: 'text_editor_code_execution_create_result';
1723
+ }
1724
+ export interface BetaTextEditorCodeExecutionStrReplaceResultBlock {
1725
+ lines: Array<string> | null;
1726
+ new_lines: number | null;
1727
+ new_start: number | null;
1728
+ old_lines: number | null;
1729
+ old_start: number | null;
1730
+ type: 'text_editor_code_execution_str_replace_result';
1731
+ }
1732
+ export interface BetaTextEditorCodeExecutionStrReplaceResultBlockParam {
1733
+ type: 'text_editor_code_execution_str_replace_result';
1734
+ lines?: Array<string> | null;
1735
+ new_lines?: number | null;
1736
+ new_start?: number | null;
1737
+ old_lines?: number | null;
1738
+ old_start?: number | null;
1739
+ }
1740
+ export interface BetaTextEditorCodeExecutionToolResultBlock {
1741
+ content: BetaTextEditorCodeExecutionToolResultError | BetaTextEditorCodeExecutionViewResultBlock | BetaTextEditorCodeExecutionCreateResultBlock | BetaTextEditorCodeExecutionStrReplaceResultBlock;
1742
+ tool_use_id: string;
1743
+ type: 'text_editor_code_execution_tool_result';
1744
+ }
1745
+ export interface BetaTextEditorCodeExecutionToolResultBlockParam {
1746
+ content: BetaTextEditorCodeExecutionToolResultErrorParam | BetaTextEditorCodeExecutionViewResultBlockParam | BetaTextEditorCodeExecutionCreateResultBlockParam | BetaTextEditorCodeExecutionStrReplaceResultBlockParam;
1747
+ tool_use_id: string;
1748
+ type: 'text_editor_code_execution_tool_result';
1749
+ /**
1750
+ * Create a cache control breakpoint at this content block.
1751
+ */
1752
+ cache_control?: BetaCacheControlEphemeral | null;
1753
+ }
1754
+ export interface BetaTextEditorCodeExecutionToolResultError {
1755
+ error_code: 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded' | 'file_not_found';
1756
+ error_message: string | null;
1757
+ type: 'text_editor_code_execution_tool_result_error';
1758
+ }
1759
+ export interface BetaTextEditorCodeExecutionToolResultErrorParam {
1760
+ error_code: 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded' | 'file_not_found';
1761
+ type: 'text_editor_code_execution_tool_result_error';
1762
+ error_message?: string | null;
1763
+ }
1764
+ export interface BetaTextEditorCodeExecutionViewResultBlock {
1765
+ content: string;
1766
+ file_type: 'text' | 'image' | 'pdf';
1767
+ num_lines: number | null;
1768
+ start_line: number | null;
1769
+ total_lines: number | null;
1770
+ type: 'text_editor_code_execution_view_result';
1771
+ }
1772
+ export interface BetaTextEditorCodeExecutionViewResultBlockParam {
1773
+ content: string;
1774
+ file_type: 'text' | 'image' | 'pdf';
1775
+ type: 'text_editor_code_execution_view_result';
1776
+ num_lines?: number | null;
1777
+ start_line?: number | null;
1778
+ total_lines?: number | null;
1779
+ }
1780
+ export interface BetaThinkingBlock {
1781
+ signature: string;
1782
+ thinking: string;
1783
+ type: 'thinking';
1784
+ }
1785
+ export interface BetaThinkingBlockParam {
1786
+ signature: string;
1787
+ thinking: string;
1788
+ type: 'thinking';
1789
+ }
1790
+ export interface BetaThinkingConfigAdaptive {
1791
+ type: 'adaptive';
1792
+ /**
1793
+ * Controls how thinking content appears in the response. When set to `summarized`,
1794
+ * thinking is returned normally. When set to `omitted`, thinking content is
1795
+ * redacted but a signature is returned for multi-turn continuity. Defaults to
1796
+ * `summarized`.
1797
+ */
1798
+ display?: 'summarized' | 'omitted' | null;
1799
+ }
1800
+ export interface BetaThinkingConfigDisabled {
1801
+ type: 'disabled';
1802
+ }
1803
+ export interface BetaThinkingConfigEnabled {
1804
+ /**
1805
+ * Determines how many tokens Claude can use for its internal reasoning process.
1806
+ * Larger budgets can enable more thorough analysis for complex problems, improving
1807
+ * response quality.
1808
+ *
1809
+ * Must be ≥1024 and less than `max_tokens`.
1810
+ *
1811
+ * See
1812
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
1813
+ * for details.
1814
+ */
1815
+ budget_tokens: number;
1816
+ type: 'enabled';
1817
+ /**
1818
+ * Controls how thinking content appears in the response. When set to `summarized`,
1819
+ * thinking is returned normally. When set to `omitted`, thinking content is
1820
+ * redacted but a signature is returned for multi-turn continuity. Defaults to
1821
+ * `summarized`.
1822
+ */
1823
+ display?: 'summarized' | 'omitted' | null;
1824
+ }
1825
+ /**
1826
+ * Configuration for enabling Claude's extended thinking.
1827
+ *
1828
+ * When enabled, responses include `thinking` content blocks showing Claude's
1829
+ * thinking process before the final answer. Requires a minimum budget of 1,024
1830
+ * tokens and counts towards your `max_tokens` limit.
1831
+ *
1832
+ * See
1833
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
1834
+ * for details.
1835
+ */
1836
+ export type BetaThinkingConfigParam = BetaThinkingConfigEnabled | BetaThinkingConfigDisabled | BetaThinkingConfigAdaptive;
1837
+ export interface BetaThinkingDelta {
1838
+ /**
1839
+ * Per-frame increment of a coarse, running estimate of the tokens this thinking
1840
+ * block has produced so far. Present whenever the
1841
+ * `thinking-token-count-2026-05-13` beta is set; `null` unless `thinking.display`
1842
+ * resolves to `"omitted"` and a count is due this frame. Sum the increments across
1843
+ * `thinking_delta` frames on this block for a progress indicator. Each increment
1844
+ * is a non-negative multiple of a fixed quantum and the cadence is rate-limited,
1845
+ * so this is a deliberately lossy display hint, not a billable count;
1846
+ * `usage.output_tokens` remains authoritative.
1847
+ */
1848
+ estimated_tokens: number | null;
1849
+ thinking: string;
1850
+ type: 'thinking_delta';
1851
+ }
1852
+ export interface BetaThinkingTurns {
1853
+ type: 'thinking_turns';
1854
+ value: number;
1855
+ }
1856
+ /**
1857
+ * User-configurable total token budget across contexts.
1858
+ */
1859
+ export interface BetaTokenTaskBudget {
1860
+ /**
1861
+ * Total token budget across all contexts in the session.
1862
+ */
1863
+ total: number;
1864
+ /**
1865
+ * The budget type. Currently only 'tokens' is supported.
1866
+ */
1867
+ type: 'tokens';
1868
+ /**
1869
+ * Remaining tokens in the budget. Use this to track usage across contexts when
1870
+ * implementing compaction client-side. Defaults to total if not provided.
1871
+ */
1872
+ remaining?: number | null;
1873
+ }
1874
+ export interface BetaTool {
1875
+ /**
1876
+ * [JSON schema](https://json-schema.org/draft/2020-12) for this tool's input.
1877
+ *
1878
+ * This defines the shape of the `input` that your tool accepts and that the model
1879
+ * will produce.
1880
+ */
1881
+ input_schema: BetaTool.InputSchema;
1882
+ /**
1883
+ * Name of the tool.
1884
+ *
1885
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1886
+ */
1887
+ name: string;
1888
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1889
+ /**
1890
+ * Create a cache control breakpoint at this content block.
1891
+ */
1892
+ cache_control?: BetaCacheControlEphemeral | null;
1893
+ /**
1894
+ * If true, tool will not be included in initial system prompt. Only loaded when
1895
+ * returned via tool_reference from tool search.
1896
+ */
1897
+ defer_loading?: boolean;
1898
+ /**
1899
+ * Description of what this tool does.
1900
+ *
1901
+ * Tool descriptions should be as detailed as possible. The more information that
1902
+ * the model has about what the tool is and how to use it, the better it will
1903
+ * perform. You can use natural language descriptions to reinforce important
1904
+ * aspects of the tool input JSON schema.
1905
+ */
1906
+ description?: string;
1907
+ /**
1908
+ * Enable eager input streaming for this tool. When true, tool input parameters
1909
+ * will be streamed incrementally as they are generated, and types will be inferred
1910
+ * on-the-fly rather than buffering the full JSON output. When false, streaming is
1911
+ * disabled for this tool even if the fine-grained-tool-streaming beta is active.
1912
+ * When null (default), uses the default behavior based on beta headers.
1913
+ */
1914
+ eager_input_streaming?: boolean | null;
1915
+ input_examples?: Array<{
1916
+ [key: string]: unknown;
1917
+ }>;
1918
+ /**
1919
+ * When true, guarantees schema validation on tool names and inputs
1920
+ */
1921
+ strict?: boolean;
1922
+ type?: 'custom' | null;
1923
+ }
1924
+ export declare namespace BetaTool {
1925
+ /**
1926
+ * [JSON schema](https://json-schema.org/draft/2020-12) for this tool's input.
1927
+ *
1928
+ * This defines the shape of the `input` that your tool accepts and that the model
1929
+ * will produce.
1930
+ */
1931
+ interface InputSchema {
1932
+ type: 'object';
1933
+ properties?: unknown | null;
1934
+ required?: string[] | readonly string[] | null;
1935
+ [k: string]: unknown;
1936
+ }
1937
+ }
1938
+ export interface BetaToolBash20241022 {
1939
+ /**
1940
+ * Name of the tool.
1941
+ *
1942
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1943
+ */
1944
+ name: 'bash';
1945
+ type: 'bash_20241022';
1946
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1947
+ /**
1948
+ * Create a cache control breakpoint at this content block.
1949
+ */
1950
+ cache_control?: BetaCacheControlEphemeral | null;
1951
+ /**
1952
+ * If true, tool will not be included in initial system prompt. Only loaded when
1953
+ * returned via tool_reference from tool search.
1954
+ */
1955
+ defer_loading?: boolean;
1956
+ input_examples?: Array<{
1957
+ [key: string]: unknown;
1958
+ }>;
1959
+ /**
1960
+ * When true, guarantees schema validation on tool names and inputs
1961
+ */
1962
+ strict?: boolean;
1963
+ }
1964
+ export interface BetaToolBash20250124 {
1965
+ /**
1966
+ * Name of the tool.
1967
+ *
1968
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1969
+ */
1970
+ name: 'bash';
1971
+ type: 'bash_20250124';
1972
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1973
+ /**
1974
+ * Create a cache control breakpoint at this content block.
1975
+ */
1976
+ cache_control?: BetaCacheControlEphemeral | null;
1977
+ /**
1978
+ * If true, tool will not be included in initial system prompt. Only loaded when
1979
+ * returned via tool_reference from tool search.
1980
+ */
1981
+ defer_loading?: boolean;
1982
+ input_examples?: Array<{
1983
+ [key: string]: unknown;
1984
+ }>;
1985
+ /**
1986
+ * When true, guarantees schema validation on tool names and inputs
1987
+ */
1988
+ strict?: boolean;
1989
+ }
1990
+ /**
1991
+ * How the model should use the provided tools. The model can use a specific tool,
1992
+ * any available tool, decide by itself, or not use tools at all.
1993
+ */
1994
+ export type BetaToolChoice = BetaToolChoiceAuto | BetaToolChoiceAny | BetaToolChoiceTool | BetaToolChoiceNone;
1995
+ /**
1996
+ * The model will use any available tools.
1997
+ */
1998
+ export interface BetaToolChoiceAny {
1999
+ type: 'any';
2000
+ /**
2001
+ * Whether to disable parallel tool use.
2002
+ *
2003
+ * Defaults to `false`. If set to `true`, the model will output exactly one tool
2004
+ * use.
2005
+ */
2006
+ disable_parallel_tool_use?: boolean;
2007
+ }
2008
+ /**
2009
+ * The model will automatically decide whether to use tools.
2010
+ */
2011
+ export interface BetaToolChoiceAuto {
2012
+ type: 'auto';
2013
+ /**
2014
+ * Whether to disable parallel tool use.
2015
+ *
2016
+ * Defaults to `false`. If set to `true`, the model will output at most one tool
2017
+ * use.
2018
+ */
2019
+ disable_parallel_tool_use?: boolean;
2020
+ }
2021
+ /**
2022
+ * The model will not be allowed to use tools.
2023
+ */
2024
+ export interface BetaToolChoiceNone {
2025
+ type: 'none';
2026
+ }
2027
+ /**
2028
+ * The model will use the specified tool with `tool_choice.name`.
2029
+ */
2030
+ export interface BetaToolChoiceTool {
2031
+ /**
2032
+ * The name of the tool to use.
2033
+ */
2034
+ name: string;
2035
+ type: 'tool';
2036
+ /**
2037
+ * Whether to disable parallel tool use.
2038
+ *
2039
+ * Defaults to `false`. If set to `true`, the model will output exactly one tool
2040
+ * use.
2041
+ */
2042
+ disable_parallel_tool_use?: boolean;
2043
+ }
2044
+ export interface BetaToolComputerUse20241022 {
2045
+ /**
2046
+ * The height of the display in pixels.
2047
+ */
2048
+ display_height_px: number;
2049
+ /**
2050
+ * The width of the display in pixels.
2051
+ */
2052
+ display_width_px: number;
2053
+ /**
2054
+ * Name of the tool.
2055
+ *
2056
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2057
+ */
2058
+ name: 'computer';
2059
+ type: 'computer_20241022';
2060
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2061
+ /**
2062
+ * Create a cache control breakpoint at this content block.
2063
+ */
2064
+ cache_control?: BetaCacheControlEphemeral | null;
2065
+ /**
2066
+ * If true, tool will not be included in initial system prompt. Only loaded when
2067
+ * returned via tool_reference from tool search.
2068
+ */
2069
+ defer_loading?: boolean;
2070
+ /**
2071
+ * The X11 display number (e.g. 0, 1) for the display.
2072
+ */
2073
+ display_number?: number | null;
2074
+ input_examples?: Array<{
2075
+ [key: string]: unknown;
2076
+ }>;
2077
+ /**
2078
+ * When true, guarantees schema validation on tool names and inputs
2079
+ */
2080
+ strict?: boolean;
2081
+ }
2082
+ export interface BetaToolComputerUse20250124 {
2083
+ /**
2084
+ * The height of the display in pixels.
2085
+ */
2086
+ display_height_px: number;
2087
+ /**
2088
+ * The width of the display in pixels.
2089
+ */
2090
+ display_width_px: number;
2091
+ /**
2092
+ * Name of the tool.
2093
+ *
2094
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2095
+ */
2096
+ name: 'computer';
2097
+ type: 'computer_20250124';
2098
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2099
+ /**
2100
+ * Create a cache control breakpoint at this content block.
2101
+ */
2102
+ cache_control?: BetaCacheControlEphemeral | null;
2103
+ /**
2104
+ * If true, tool will not be included in initial system prompt. Only loaded when
2105
+ * returned via tool_reference from tool search.
2106
+ */
2107
+ defer_loading?: boolean;
2108
+ /**
2109
+ * The X11 display number (e.g. 0, 1) for the display.
2110
+ */
2111
+ display_number?: number | null;
2112
+ input_examples?: Array<{
2113
+ [key: string]: unknown;
2114
+ }>;
2115
+ /**
2116
+ * When true, guarantees schema validation on tool names and inputs
2117
+ */
2118
+ strict?: boolean;
2119
+ }
2120
+ export interface BetaToolComputerUse20251124 {
2121
+ /**
2122
+ * The height of the display in pixels.
2123
+ */
2124
+ display_height_px: number;
2125
+ /**
2126
+ * The width of the display in pixels.
2127
+ */
2128
+ display_width_px: number;
2129
+ /**
2130
+ * Name of the tool.
2131
+ *
2132
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2133
+ */
2134
+ name: 'computer';
2135
+ type: 'computer_20251124';
2136
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2137
+ /**
2138
+ * Create a cache control breakpoint at this content block.
2139
+ */
2140
+ cache_control?: BetaCacheControlEphemeral | null;
2141
+ /**
2142
+ * If true, tool will not be included in initial system prompt. Only loaded when
2143
+ * returned via tool_reference from tool search.
2144
+ */
2145
+ defer_loading?: boolean;
2146
+ /**
2147
+ * The X11 display number (e.g. 0, 1) for the display.
2148
+ */
2149
+ display_number?: number | null;
2150
+ /**
2151
+ * Whether to enable an action to take a zoomed-in screenshot of the screen.
2152
+ */
2153
+ enable_zoom?: boolean;
2154
+ input_examples?: Array<{
2155
+ [key: string]: unknown;
2156
+ }>;
2157
+ /**
2158
+ * When true, guarantees schema validation on tool names and inputs
2159
+ */
2160
+ strict?: boolean;
2161
+ }
2162
+ export interface BetaToolReferenceBlock {
2163
+ tool_name: string;
2164
+ type: 'tool_reference';
2165
+ }
2166
+ /**
2167
+ * Tool reference block that can be included in tool_result content.
2168
+ */
2169
+ export interface BetaToolReferenceBlockParam {
2170
+ tool_name: string;
2171
+ type: 'tool_reference';
2172
+ /**
2173
+ * Create a cache control breakpoint at this content block.
2174
+ */
2175
+ cache_control?: BetaCacheControlEphemeral | null;
2176
+ }
2177
+ export interface BetaToolResultBlockParam {
2178
+ tool_use_id: string;
2179
+ type: 'tool_result';
2180
+ /**
2181
+ * Create a cache control breakpoint at this content block.
2182
+ */
2183
+ cache_control?: BetaCacheControlEphemeral | null;
2184
+ content?: string | Array<BetaTextBlockParam | BetaImageBlockParam | BetaSearchResultBlockParam | BetaRequestDocumentBlock | BetaToolReferenceBlockParam>;
2185
+ is_error?: boolean;
2186
+ }
2187
+ export interface BetaToolSearchToolBm25_20251119 {
2188
+ /**
2189
+ * Name of the tool.
2190
+ *
2191
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2192
+ */
2193
+ name: 'tool_search_tool_bm25';
2194
+ type: 'tool_search_tool_bm25_20251119' | 'tool_search_tool_bm25';
2195
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2196
+ /**
2197
+ * Create a cache control breakpoint at this content block.
2198
+ */
2199
+ cache_control?: BetaCacheControlEphemeral | null;
2200
+ /**
2201
+ * If true, tool will not be included in initial system prompt. Only loaded when
2202
+ * returned via tool_reference from tool search.
2203
+ */
2204
+ defer_loading?: boolean;
2205
+ /**
2206
+ * When true, guarantees schema validation on tool names and inputs
2207
+ */
2208
+ strict?: boolean;
2209
+ }
2210
+ export interface BetaToolSearchToolRegex20251119 {
2211
+ /**
2212
+ * Name of the tool.
2213
+ *
2214
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2215
+ */
2216
+ name: 'tool_search_tool_regex';
2217
+ type: 'tool_search_tool_regex_20251119' | 'tool_search_tool_regex';
2218
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2219
+ /**
2220
+ * Create a cache control breakpoint at this content block.
2221
+ */
2222
+ cache_control?: BetaCacheControlEphemeral | null;
2223
+ /**
2224
+ * If true, tool will not be included in initial system prompt. Only loaded when
2225
+ * returned via tool_reference from tool search.
2226
+ */
2227
+ defer_loading?: boolean;
2228
+ /**
2229
+ * When true, guarantees schema validation on tool names and inputs
2230
+ */
2231
+ strict?: boolean;
2232
+ }
2233
+ export interface BetaToolSearchToolResultBlock {
2234
+ content: BetaToolSearchToolResultError | BetaToolSearchToolSearchResultBlock;
2235
+ tool_use_id: string;
2236
+ type: 'tool_search_tool_result';
2237
+ }
2238
+ export interface BetaToolSearchToolResultBlockParam {
2239
+ content: BetaToolSearchToolResultErrorParam | BetaToolSearchToolSearchResultBlockParam;
2240
+ tool_use_id: string;
2241
+ type: 'tool_search_tool_result';
2242
+ /**
2243
+ * Create a cache control breakpoint at this content block.
2244
+ */
2245
+ cache_control?: BetaCacheControlEphemeral | null;
2246
+ }
2247
+ export interface BetaToolSearchToolResultError {
2248
+ error_code: 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded';
2249
+ error_message: string | null;
2250
+ type: 'tool_search_tool_result_error';
2251
+ }
2252
+ export interface BetaToolSearchToolResultErrorParam {
2253
+ error_code: 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded';
2254
+ type: 'tool_search_tool_result_error';
2255
+ }
2256
+ export interface BetaToolSearchToolSearchResultBlock {
2257
+ tool_references: Array<BetaToolReferenceBlock>;
2258
+ type: 'tool_search_tool_search_result';
2259
+ }
2260
+ export interface BetaToolSearchToolSearchResultBlockParam {
2261
+ tool_references: Array<BetaToolReferenceBlockParam>;
2262
+ type: 'tool_search_tool_search_result';
2263
+ }
2264
+ export type BetaToolResultContentBlockParam = Extract<BetaToolResultBlockParam['content'], any[]>[number];
2265
+ export interface BetaToolTextEditor20241022 {
2266
+ /**
2267
+ * Name of the tool.
2268
+ *
2269
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2270
+ */
2271
+ name: 'str_replace_editor';
2272
+ type: 'text_editor_20241022';
2273
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2274
+ /**
2275
+ * Create a cache control breakpoint at this content block.
2276
+ */
2277
+ cache_control?: BetaCacheControlEphemeral | null;
2278
+ /**
2279
+ * If true, tool will not be included in initial system prompt. Only loaded when
2280
+ * returned via tool_reference from tool search.
2281
+ */
2282
+ defer_loading?: boolean;
2283
+ input_examples?: Array<{
2284
+ [key: string]: unknown;
2285
+ }>;
2286
+ /**
2287
+ * When true, guarantees schema validation on tool names and inputs
2288
+ */
2289
+ strict?: boolean;
2290
+ }
2291
+ export interface BetaToolTextEditor20250124 {
2292
+ /**
2293
+ * Name of the tool.
2294
+ *
2295
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2296
+ */
2297
+ name: 'str_replace_editor';
2298
+ type: 'text_editor_20250124';
2299
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2300
+ /**
2301
+ * Create a cache control breakpoint at this content block.
2302
+ */
2303
+ cache_control?: BetaCacheControlEphemeral | null;
2304
+ /**
2305
+ * If true, tool will not be included in initial system prompt. Only loaded when
2306
+ * returned via tool_reference from tool search.
2307
+ */
2308
+ defer_loading?: boolean;
2309
+ input_examples?: Array<{
2310
+ [key: string]: unknown;
2311
+ }>;
2312
+ /**
2313
+ * When true, guarantees schema validation on tool names and inputs
2314
+ */
2315
+ strict?: boolean;
2316
+ }
2317
+ export interface BetaToolTextEditor20250429 {
2318
+ /**
2319
+ * Name of the tool.
2320
+ *
2321
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2322
+ */
2323
+ name: 'str_replace_based_edit_tool';
2324
+ type: 'text_editor_20250429';
2325
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2326
+ /**
2327
+ * Create a cache control breakpoint at this content block.
2328
+ */
2329
+ cache_control?: BetaCacheControlEphemeral | null;
2330
+ /**
2331
+ * If true, tool will not be included in initial system prompt. Only loaded when
2332
+ * returned via tool_reference from tool search.
2333
+ */
2334
+ defer_loading?: boolean;
2335
+ input_examples?: Array<{
2336
+ [key: string]: unknown;
2337
+ }>;
2338
+ /**
2339
+ * When true, guarantees schema validation on tool names and inputs
2340
+ */
2341
+ strict?: boolean;
2342
+ }
2343
+ export interface BetaToolTextEditor20250728 {
2344
+ /**
2345
+ * Name of the tool.
2346
+ *
2347
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2348
+ */
2349
+ name: 'str_replace_based_edit_tool';
2350
+ type: 'text_editor_20250728';
2351
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2352
+ /**
2353
+ * Create a cache control breakpoint at this content block.
2354
+ */
2355
+ cache_control?: BetaCacheControlEphemeral | null;
2356
+ /**
2357
+ * If true, tool will not be included in initial system prompt. Only loaded when
2358
+ * returned via tool_reference from tool search.
2359
+ */
2360
+ defer_loading?: boolean;
2361
+ input_examples?: Array<{
2362
+ [key: string]: unknown;
2363
+ }>;
2364
+ /**
2365
+ * Maximum number of characters to display when viewing a file. If not specified,
2366
+ * defaults to displaying the full file.
2367
+ */
2368
+ max_characters?: number | null;
2369
+ /**
2370
+ * When true, guarantees schema validation on tool names and inputs
2371
+ */
2372
+ strict?: boolean;
2373
+ }
2374
+ /**
2375
+ * Code execution tool with REPL state persistence (daemon mode + gVisor
2376
+ * checkpoint).
2377
+ */
2378
+ export type BetaToolUnion = BetaTool | BetaToolBash20241022 | BetaToolBash20250124 | BetaCodeExecutionTool20250522 | BetaCodeExecutionTool20250825 | BetaCodeExecutionTool20260120 | BetaToolComputerUse20241022 | BetaMemoryTool20250818 | BetaToolComputerUse20250124 | BetaToolTextEditor20241022 | BetaToolComputerUse20251124 | BetaToolTextEditor20250124 | BetaToolTextEditor20250429 | BetaToolTextEditor20250728 | BetaWebSearchTool20250305 | BetaWebFetchTool20250910 | BetaWebSearchTool20260209 | BetaWebFetchTool20260209 | BetaWebFetchTool20260309 | BetaAdvisorTool20260301 | BetaToolSearchToolBm25_20251119 | BetaToolSearchToolRegex20251119 | BetaMCPToolset;
2379
+ export interface BetaToolUseBlock {
2380
+ id: string;
2381
+ input: unknown;
2382
+ name: string;
2383
+ type: 'tool_use';
2384
+ /**
2385
+ * Tool invocation directly from the model.
2386
+ */
2387
+ caller?: BetaDirectCaller | BetaServerToolCaller | BetaServerToolCaller20260120;
2388
+ }
2389
+ export interface BetaToolUseBlockParam {
2390
+ id: string;
2391
+ input: unknown;
2392
+ name: string;
2393
+ type: 'tool_use';
2394
+ /**
2395
+ * Create a cache control breakpoint at this content block.
2396
+ */
2397
+ cache_control?: BetaCacheControlEphemeral | null;
2398
+ /**
2399
+ * Tool invocation directly from the model.
2400
+ */
2401
+ caller?: BetaDirectCaller | BetaServerToolCaller | BetaServerToolCaller20260120;
2402
+ }
2403
+ export interface BetaToolUsesKeep {
2404
+ type: 'tool_uses';
2405
+ value: number;
2406
+ }
2407
+ export interface BetaToolUsesTrigger {
2408
+ type: 'tool_uses';
2409
+ value: number;
2410
+ }
2411
+ export interface BetaURLImageSource {
2412
+ type: 'url';
2413
+ url: string;
2414
+ }
2415
+ export interface BetaURLPDFSource {
2416
+ type: 'url';
2417
+ url: string;
2418
+ }
2419
+ export interface BetaUsage {
2420
+ /**
2421
+ * Breakdown of cached tokens by TTL
2422
+ */
2423
+ cache_creation: BetaCacheCreation | null;
2424
+ /**
2425
+ * The number of input tokens used to create the cache entry.
2426
+ */
2427
+ cache_creation_input_tokens: number | null;
2428
+ /**
2429
+ * The number of input tokens read from the cache.
2430
+ */
2431
+ cache_read_input_tokens: number | null;
2432
+ /**
2433
+ * The geographic region where inference was performed for this request.
2434
+ */
2435
+ inference_geo: string | null;
2436
+ /**
2437
+ * The number of input tokens which were used.
2438
+ */
2439
+ input_tokens: number;
2440
+ /**
2441
+ * Per-iteration token usage breakdown.
2442
+ *
2443
+ * Each entry represents one sampling iteration, with its own input/output token
2444
+ * counts and cache statistics. This allows you to:
2445
+ *
2446
+ * - Determine which iterations exceeded long context thresholds (>=200k tokens)
2447
+ * - Calculate the true context window size from the last iteration
2448
+ * - Understand token accumulation across server-side tool use loops
2449
+ */
2450
+ iterations: BetaIterationsUsage | null;
2451
+ /**
2452
+ * The number of output tokens which were used.
2453
+ */
2454
+ output_tokens: number;
2455
+ /**
2456
+ * Breakdown of output tokens by category.
2457
+ *
2458
+ * `output_tokens` remains the inclusive, authoritative total used for billing.
2459
+ * This object provides a read-only decomposition for observability — for example,
2460
+ * how many of the billed output tokens were spent on internal reasoning that may
2461
+ * have been summarized before being returned to you.
2462
+ */
2463
+ output_tokens_details: BetaOutputTokensDetails | null;
2464
+ /**
2465
+ * The number of server tool requests.
2466
+ */
2467
+ server_tool_use: BetaServerToolUsage | null;
2468
+ /**
2469
+ * If the request used the priority, standard, or batch tier.
2470
+ */
2471
+ service_tier: 'standard' | 'priority' | 'batch' | null;
2472
+ /**
2473
+ * The inference speed mode used for this request.
2474
+ */
2475
+ speed: 'standard' | 'fast' | null;
2476
+ }
2477
+ export interface BetaUserLocation {
2478
+ type: 'approximate';
2479
+ /**
2480
+ * The city of the user.
2481
+ */
2482
+ city?: string | null;
2483
+ /**
2484
+ * The two letter
2485
+ * [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the
2486
+ * user.
2487
+ */
2488
+ country?: string | null;
2489
+ /**
2490
+ * The region of the user.
2491
+ */
2492
+ region?: string | null;
2493
+ /**
2494
+ * The [IANA timezone](https://nodatime.org/TimeZones) of the user.
2495
+ */
2496
+ timezone?: string | null;
2497
+ }
2498
+ export interface BetaWebFetchBlock {
2499
+ content: BetaDocumentBlock;
2500
+ /**
2501
+ * ISO 8601 timestamp when the content was retrieved
2502
+ */
2503
+ retrieved_at: string | null;
2504
+ type: 'web_fetch_result';
2505
+ /**
2506
+ * Fetched content URL
2507
+ */
2508
+ url: string;
2509
+ }
2510
+ export interface BetaWebFetchBlockParam {
2511
+ content: BetaRequestDocumentBlock;
2512
+ type: 'web_fetch_result';
2513
+ /**
2514
+ * Fetched content URL
2515
+ */
2516
+ url: string;
2517
+ /**
2518
+ * ISO 8601 timestamp when the content was retrieved
2519
+ */
2520
+ retrieved_at?: string | null;
2521
+ }
2522
+ export interface BetaWebFetchTool20250910 {
2523
+ /**
2524
+ * Name of the tool.
2525
+ *
2526
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2527
+ */
2528
+ name: 'web_fetch';
2529
+ type: 'web_fetch_20250910';
2530
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2531
+ /**
2532
+ * List of domains to allow fetching from
2533
+ */
2534
+ allowed_domains?: Array<string> | null;
2535
+ /**
2536
+ * List of domains to block fetching from
2537
+ */
2538
+ blocked_domains?: Array<string> | null;
2539
+ /**
2540
+ * Create a cache control breakpoint at this content block.
2541
+ */
2542
+ cache_control?: BetaCacheControlEphemeral | null;
2543
+ /**
2544
+ * Citations configuration for fetched documents. Citations are disabled by
2545
+ * default.
2546
+ */
2547
+ citations?: BetaCitationsConfigParam | null;
2548
+ /**
2549
+ * If true, tool will not be included in initial system prompt. Only loaded when
2550
+ * returned via tool_reference from tool search.
2551
+ */
2552
+ defer_loading?: boolean;
2553
+ /**
2554
+ * Maximum number of tokens used by including web page text content in the context.
2555
+ * The limit is approximate and does not apply to binary content such as PDFs.
2556
+ */
2557
+ max_content_tokens?: number | null;
2558
+ /**
2559
+ * Maximum number of times the tool can be used in the API request.
2560
+ */
2561
+ max_uses?: number | null;
2562
+ /**
2563
+ * When true, guarantees schema validation on tool names and inputs
2564
+ */
2565
+ strict?: boolean;
2566
+ }
2567
+ export interface BetaWebFetchTool20260209 {
2568
+ /**
2569
+ * Name of the tool.
2570
+ *
2571
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2572
+ */
2573
+ name: 'web_fetch';
2574
+ type: 'web_fetch_20260209';
2575
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2576
+ /**
2577
+ * List of domains to allow fetching from
2578
+ */
2579
+ allowed_domains?: Array<string> | null;
2580
+ /**
2581
+ * List of domains to block fetching from
2582
+ */
2583
+ blocked_domains?: Array<string> | null;
2584
+ /**
2585
+ * Create a cache control breakpoint at this content block.
2586
+ */
2587
+ cache_control?: BetaCacheControlEphemeral | null;
2588
+ /**
2589
+ * Citations configuration for fetched documents. Citations are disabled by
2590
+ * default.
2591
+ */
2592
+ citations?: BetaCitationsConfigParam | null;
2593
+ /**
2594
+ * If true, tool will not be included in initial system prompt. Only loaded when
2595
+ * returned via tool_reference from tool search.
2596
+ */
2597
+ defer_loading?: boolean;
2598
+ /**
2599
+ * Maximum number of tokens used by including web page text content in the context.
2600
+ * The limit is approximate and does not apply to binary content such as PDFs.
2601
+ */
2602
+ max_content_tokens?: number | null;
2603
+ /**
2604
+ * Maximum number of times the tool can be used in the API request.
2605
+ */
2606
+ max_uses?: number | null;
2607
+ /**
2608
+ * When true, guarantees schema validation on tool names and inputs
2609
+ */
2610
+ strict?: boolean;
2611
+ }
2612
+ /**
2613
+ * Web fetch tool with use_cache parameter for bypassing cached content.
2614
+ */
2615
+ export interface BetaWebFetchTool20260309 {
2616
+ /**
2617
+ * Name of the tool.
2618
+ *
2619
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2620
+ */
2621
+ name: 'web_fetch';
2622
+ type: 'web_fetch_20260309';
2623
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2624
+ /**
2625
+ * List of domains to allow fetching from
2626
+ */
2627
+ allowed_domains?: Array<string> | null;
2628
+ /**
2629
+ * List of domains to block fetching from
2630
+ */
2631
+ blocked_domains?: Array<string> | null;
2632
+ /**
2633
+ * Create a cache control breakpoint at this content block.
2634
+ */
2635
+ cache_control?: BetaCacheControlEphemeral | null;
2636
+ /**
2637
+ * Citations configuration for fetched documents. Citations are disabled by
2638
+ * default.
2639
+ */
2640
+ citations?: BetaCitationsConfigParam | null;
2641
+ /**
2642
+ * If true, tool will not be included in initial system prompt. Only loaded when
2643
+ * returned via tool_reference from tool search.
2644
+ */
2645
+ defer_loading?: boolean;
2646
+ /**
2647
+ * Maximum number of tokens used by including web page text content in the context.
2648
+ * The limit is approximate and does not apply to binary content such as PDFs.
2649
+ */
2650
+ max_content_tokens?: number | null;
2651
+ /**
2652
+ * Maximum number of times the tool can be used in the API request.
2653
+ */
2654
+ max_uses?: number | null;
2655
+ /**
2656
+ * When true, guarantees schema validation on tool names and inputs
2657
+ */
2658
+ strict?: boolean;
2659
+ /**
2660
+ * Whether to use cached content. Set to false to bypass the cache and fetch fresh
2661
+ * content. Only set to false when the user explicitly requests fresh content or
2662
+ * when fetching rapidly-changing sources.
2663
+ */
2664
+ use_cache?: boolean;
2665
+ }
2666
+ export interface BetaWebFetchToolResultBlock {
2667
+ content: BetaWebFetchToolResultErrorBlock | BetaWebFetchBlock;
2668
+ tool_use_id: string;
2669
+ type: 'web_fetch_tool_result';
2670
+ /**
2671
+ * Tool invocation directly from the model.
2672
+ */
2673
+ caller?: BetaDirectCaller | BetaServerToolCaller | BetaServerToolCaller20260120;
2674
+ }
2675
+ export interface BetaWebFetchToolResultBlockParam {
2676
+ content: BetaWebFetchToolResultErrorBlockParam | BetaWebFetchBlockParam;
2677
+ tool_use_id: string;
2678
+ type: 'web_fetch_tool_result';
2679
+ /**
2680
+ * Create a cache control breakpoint at this content block.
2681
+ */
2682
+ cache_control?: BetaCacheControlEphemeral | null;
2683
+ /**
2684
+ * Tool invocation directly from the model.
2685
+ */
2686
+ caller?: BetaDirectCaller | BetaServerToolCaller | BetaServerToolCaller20260120;
2687
+ }
2688
+ export interface BetaWebFetchToolResultErrorBlock {
2689
+ error_code: BetaWebFetchToolResultErrorCode;
2690
+ type: 'web_fetch_tool_result_error';
2691
+ }
2692
+ export interface BetaWebFetchToolResultErrorBlockParam {
2693
+ error_code: BetaWebFetchToolResultErrorCode;
2694
+ type: 'web_fetch_tool_result_error';
2695
+ }
2696
+ export type BetaWebFetchToolResultErrorCode = 'invalid_tool_input' | 'url_too_long' | 'url_not_allowed' | 'url_not_in_prior_context' | 'url_not_accessible' | 'unsupported_content_type' | 'too_many_requests' | 'max_uses_exceeded' | 'unavailable';
2697
+ export interface BetaWebSearchResultBlock {
2698
+ encrypted_content: string;
2699
+ page_age: string | null;
2700
+ title: string;
2701
+ type: 'web_search_result';
2702
+ url: string;
2703
+ }
2704
+ export interface BetaWebSearchResultBlockParam {
2705
+ encrypted_content: string;
2706
+ title: string;
2707
+ type: 'web_search_result';
2708
+ url: string;
2709
+ page_age?: string | null;
2710
+ }
2711
+ export interface BetaWebSearchTool20250305 {
2712
+ /**
2713
+ * Name of the tool.
2714
+ *
2715
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2716
+ */
2717
+ name: 'web_search';
2718
+ type: 'web_search_20250305';
2719
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2720
+ /**
2721
+ * If provided, only these domains will be included in results. Cannot be used
2722
+ * alongside `blocked_domains`.
2723
+ */
2724
+ allowed_domains?: Array<string> | null;
2725
+ /**
2726
+ * If provided, these domains will never appear in results. Cannot be used
2727
+ * alongside `allowed_domains`.
2728
+ */
2729
+ blocked_domains?: Array<string> | null;
2730
+ /**
2731
+ * Create a cache control breakpoint at this content block.
2732
+ */
2733
+ cache_control?: BetaCacheControlEphemeral | null;
2734
+ /**
2735
+ * If true, tool will not be included in initial system prompt. Only loaded when
2736
+ * returned via tool_reference from tool search.
2737
+ */
2738
+ defer_loading?: boolean;
2739
+ /**
2740
+ * Maximum number of times the tool can be used in the API request.
2741
+ */
2742
+ max_uses?: number | null;
2743
+ /**
2744
+ * When true, guarantees schema validation on tool names and inputs
2745
+ */
2746
+ strict?: boolean;
2747
+ /**
2748
+ * Parameters for the user's location. Used to provide more relevant search
2749
+ * results.
2750
+ */
2751
+ user_location?: BetaUserLocation | null;
2752
+ }
2753
+ export interface BetaWebSearchTool20260209 {
2754
+ /**
2755
+ * Name of the tool.
2756
+ *
2757
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2758
+ */
2759
+ name: 'web_search';
2760
+ type: 'web_search_20260209';
2761
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2762
+ /**
2763
+ * If provided, only these domains will be included in results. Cannot be used
2764
+ * alongside `blocked_domains`.
2765
+ */
2766
+ allowed_domains?: Array<string> | null;
2767
+ /**
2768
+ * If provided, these domains will never appear in results. Cannot be used
2769
+ * alongside `allowed_domains`.
2770
+ */
2771
+ blocked_domains?: Array<string> | null;
2772
+ /**
2773
+ * Create a cache control breakpoint at this content block.
2774
+ */
2775
+ cache_control?: BetaCacheControlEphemeral | null;
2776
+ /**
2777
+ * If true, tool will not be included in initial system prompt. Only loaded when
2778
+ * returned via tool_reference from tool search.
2779
+ */
2780
+ defer_loading?: boolean;
2781
+ /**
2782
+ * Maximum number of times the tool can be used in the API request.
2783
+ */
2784
+ max_uses?: number | null;
2785
+ /**
2786
+ * When true, guarantees schema validation on tool names and inputs
2787
+ */
2788
+ strict?: boolean;
2789
+ /**
2790
+ * Parameters for the user's location. Used to provide more relevant search
2791
+ * results.
2792
+ */
2793
+ user_location?: BetaUserLocation | null;
2794
+ }
2795
+ export interface BetaWebSearchToolRequestError {
2796
+ error_code: BetaWebSearchToolResultErrorCode;
2797
+ type: 'web_search_tool_result_error';
2798
+ }
2799
+ export interface BetaWebSearchToolResultBlock {
2800
+ content: BetaWebSearchToolResultBlockContent;
2801
+ tool_use_id: string;
2802
+ type: 'web_search_tool_result';
2803
+ /**
2804
+ * Tool invocation directly from the model.
2805
+ */
2806
+ caller?: BetaDirectCaller | BetaServerToolCaller | BetaServerToolCaller20260120;
2807
+ }
2808
+ export type BetaWebSearchToolResultBlockContent = BetaWebSearchToolResultError | Array<BetaWebSearchResultBlock>;
2809
+ export interface BetaWebSearchToolResultBlockParam {
2810
+ content: BetaWebSearchToolResultBlockParamContent;
2811
+ tool_use_id: string;
2812
+ type: 'web_search_tool_result';
2813
+ /**
2814
+ * Create a cache control breakpoint at this content block.
2815
+ */
2816
+ cache_control?: BetaCacheControlEphemeral | null;
2817
+ /**
2818
+ * Tool invocation directly from the model.
2819
+ */
2820
+ caller?: BetaDirectCaller | BetaServerToolCaller | BetaServerToolCaller20260120;
2821
+ }
2822
+ export type BetaWebSearchToolResultBlockParamContent = Array<BetaWebSearchResultBlockParam> | BetaWebSearchToolRequestError;
2823
+ export interface BetaWebSearchToolResultError {
2824
+ error_code: BetaWebSearchToolResultErrorCode;
2825
+ type: 'web_search_tool_result_error';
2826
+ }
2827
+ export type BetaWebSearchToolResultErrorCode = 'invalid_tool_input' | 'unavailable' | 'max_uses_exceeded' | 'too_many_requests' | 'query_too_long' | 'request_too_large';
2828
+ /**
2829
+ * @deprecated BetaRequestDocumentBlock should be used insated
2830
+ */
2831
+ export type BetaBase64PDFBlock = BetaRequestDocumentBlock;
2832
+ export type MessageCreateParams = MessageCreateParamsNonStreaming | MessageCreateParamsStreaming;
2833
+ export interface MessageCreateParamsBase {
2834
+ /**
2835
+ * Body param: The maximum number of tokens to generate before stopping.
2836
+ *
2837
+ * Note that our models may stop _before_ reaching this maximum. This parameter
2838
+ * only specifies the absolute maximum number of tokens to generate.
2839
+ *
2840
+ * Set to `0` to populate the
2841
+ * [prompt cache](https://docs.claude.com/en/docs/build-with-claude/prompt-caching#pre-warming-the-cache)
2842
+ * without generating a response.
2843
+ *
2844
+ * Different models have different maximum values for this parameter. See
2845
+ * [models](https://docs.claude.com/en/docs/models-overview) for details.
2846
+ */
2847
+ max_tokens: number;
2848
+ /**
2849
+ * Body param: Input messages.
2850
+ *
2851
+ * Our models are trained to operate on alternating `user` and `assistant`
2852
+ * conversational turns. When creating a new `Message`, you specify the prior
2853
+ * conversational turns with the `messages` parameter, and the model then generates
2854
+ * the next `Message` in the conversation. Consecutive `user` or `assistant` turns
2855
+ * in your request will be combined into a single turn.
2856
+ *
2857
+ * Each input message must be an object with a `role` and `content`. You can
2858
+ * specify a single `user`-role message, or you can include multiple `user` and
2859
+ * `assistant` messages.
2860
+ *
2861
+ * If the final message uses the `assistant` role, the response content will
2862
+ * continue immediately from the content in that message. This can be used to
2863
+ * constrain part of the model's response.
2864
+ *
2865
+ * Example with a single `user` message:
2866
+ *
2867
+ * ```json
2868
+ * [{ "role": "user", "content": "Hello, Claude" }]
2869
+ * ```
2870
+ *
2871
+ * Example with multiple conversational turns:
2872
+ *
2873
+ * ```json
2874
+ * [
2875
+ * { "role": "user", "content": "Hello there." },
2876
+ * { "role": "assistant", "content": "Hi, I'm Claude. How can I help you?" },
2877
+ * { "role": "user", "content": "Can you explain LLMs in plain English?" }
2878
+ * ]
2879
+ * ```
2880
+ *
2881
+ * Example with a partially-filled response from Claude:
2882
+ *
2883
+ * ```json
2884
+ * [
2885
+ * {
2886
+ * "role": "user",
2887
+ * "content": "What's the Greek name for Sun? (A) Sol (B) Helios (C) Sun"
2888
+ * },
2889
+ * { "role": "assistant", "content": "The best answer is (" }
2890
+ * ]
2891
+ * ```
2892
+ *
2893
+ * Each input message `content` may be either a single `string` or an array of
2894
+ * content blocks, where each block has a specific `type`. Using a `string` for
2895
+ * `content` is shorthand for an array of one content block of type `"text"`. The
2896
+ * following input messages are equivalent:
2897
+ *
2898
+ * ```json
2899
+ * { "role": "user", "content": "Hello, Claude" }
2900
+ * ```
2901
+ *
2902
+ * ```json
2903
+ * { "role": "user", "content": [{ "type": "text", "text": "Hello, Claude" }] }
2904
+ * ```
2905
+ *
2906
+ * See [input examples](https://docs.claude.com/en/api/messages-examples).
2907
+ *
2908
+ * Note that if you want to include a
2909
+ * [system prompt](https://docs.claude.com/en/docs/system-prompts), you can use the
2910
+ * top-level `system` parameter — there is no `"system"` role for input messages in
2911
+ * the Messages API.
2912
+ *
2913
+ * There is a limit of 100,000 messages in a single request.
2914
+ */
2915
+ messages: Array<BetaMessageParam>;
2916
+ /**
2917
+ * Body param: The model that will complete your prompt.
2918
+ *
2919
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
2920
+ * details and options.
2921
+ */
2922
+ model: MessagesAPI.Model;
2923
+ /**
2924
+ * Body param: Top-level cache control automatically applies a cache_control marker
2925
+ * to the last cacheable block in the request.
2926
+ */
2927
+ cache_control?: BetaCacheControlEphemeral | null;
2928
+ /**
2929
+ * Body param: Container identifier for reuse across requests.
2930
+ */
2931
+ container?: BetaContainerParams | string | null;
2932
+ /**
2933
+ * Body param: Context management configuration.
2934
+ *
2935
+ * This allows you to control how Claude manages context across multiple requests,
2936
+ * such as whether to clear function results or not.
2937
+ */
2938
+ context_management?: BetaContextManagementConfig | null;
2939
+ /**
2940
+ * Body param: Request-level diagnostics. Currently carries the previous response
2941
+ * id for prompt-cache divergence reporting.
2942
+ */
2943
+ diagnostics?: BetaDiagnosticsParam | null;
2944
+ /**
2945
+ * Body param: Specifies the geographic region for inference processing. If not
2946
+ * specified, the workspace's `default_inference_geo` is used.
2947
+ */
2948
+ inference_geo?: string | null;
2949
+ /**
2950
+ * Body param: MCP servers to be utilized in this request
2951
+ */
2952
+ mcp_servers?: Array<BetaRequestMCPServerURLDefinition>;
2953
+ /**
2954
+ * Body param: An object describing metadata about the request.
2955
+ */
2956
+ metadata?: BetaMetadata;
2957
+ /**
2958
+ * Body param: Configuration options for the model's output, such as the output
2959
+ * format.
2960
+ */
2961
+ output_config?: BetaOutputConfig;
2962
+ /**
2963
+ * Body param: Deprecated: Use `output_config.format` instead. See
2964
+ * [structured outputs](https://platform.claude.com/docs/en/build-with-claude/structured-outputs)
2965
+ *
2966
+ * A schema to specify Claude's output format in responses. This parameter will be
2967
+ * removed in a future release.
2968
+ */
2969
+ output_format?: BetaJSONOutputFormat | null;
2970
+ /**
2971
+ * Body param: Determines whether to use priority capacity (if available) or
2972
+ * standard capacity for this request.
2973
+ *
2974
+ * Anthropic offers different levels of service for your API requests. See
2975
+ * [service-tiers](https://docs.claude.com/en/api/service-tiers) for details.
2976
+ */
2977
+ service_tier?: 'auto' | 'standard_only';
2978
+ /**
2979
+ * Body param: The inference speed mode for this request. `"fast"` enables high
2980
+ * output-tokens-per-second inference.
2981
+ */
2982
+ speed?: 'standard' | 'fast' | null;
2983
+ /**
2984
+ * Body param: Custom text sequences that will cause the model to stop generating.
2985
+ *
2986
+ * Our models will normally stop when they have naturally completed their turn,
2987
+ * which will result in a response `stop_reason` of `"end_turn"`.
2988
+ *
2989
+ * If you want the model to stop generating when it encounters custom strings of
2990
+ * text, you can use the `stop_sequences` parameter. If the model encounters one of
2991
+ * the custom sequences, the response `stop_reason` value will be `"stop_sequence"`
2992
+ * and the response `stop_sequence` value will contain the matched stop sequence.
2993
+ */
2994
+ stop_sequences?: Array<string>;
2995
+ /**
2996
+ * Body param: Whether to incrementally stream the response using server-sent
2997
+ * events.
2998
+ *
2999
+ * See [streaming](https://docs.claude.com/en/api/messages-streaming) for details.
3000
+ */
3001
+ stream?: boolean;
3002
+ /**
3003
+ * Body param: System prompt.
3004
+ *
3005
+ * A system prompt is a way of providing context and instructions to Claude, such
3006
+ * as specifying a particular goal or role. See our
3007
+ * [guide to system prompts](https://docs.claude.com/en/docs/system-prompts).
3008
+ */
3009
+ system?: string | Array<BetaTextBlockParam>;
3010
+ /**
3011
+ * @deprecated Deprecated. Models released after Claude Opus 4.6 do not support
3012
+ * setting temperature. A value of 1.0 of will be accepted for backwards
3013
+ * compatibility, all other values will be rejected with a 400 error.
3014
+ */
3015
+ temperature?: number;
3016
+ /**
3017
+ * Body param: Configuration for enabling Claude's extended thinking.
3018
+ *
3019
+ * When enabled, responses include `thinking` content blocks showing Claude's
3020
+ * thinking process before the final answer. Requires a minimum budget of 1,024
3021
+ * tokens and counts towards your `max_tokens` limit.
3022
+ *
3023
+ * See
3024
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
3025
+ * for details.
3026
+ */
3027
+ thinking?: BetaThinkingConfigParam;
3028
+ /**
3029
+ * Body param: How the model should use the provided tools. The model can use a
3030
+ * specific tool, any available tool, decide by itself, or not use tools at all.
3031
+ */
3032
+ tool_choice?: BetaToolChoice;
3033
+ /**
3034
+ * Body param: Definitions of tools that the model may use.
3035
+ *
3036
+ * If you include `tools` in your API request, the model may return `tool_use`
3037
+ * content blocks that represent the model's use of those tools. You can then run
3038
+ * those tools using the tool input generated by the model and then optionally
3039
+ * return results back to the model using `tool_result` content blocks.
3040
+ *
3041
+ * There are two types of tools: **client tools** and **server tools**. The
3042
+ * behavior described below applies to client tools. For
3043
+ * [server tools](https://docs.claude.com/en/docs/agents-and-tools/tool-use/overview#server-tools),
3044
+ * see their individual documentation as each has its own behavior (e.g., the
3045
+ * [web search tool](https://docs.claude.com/en/docs/agents-and-tools/tool-use/web-search-tool)).
3046
+ *
3047
+ * Each tool definition includes:
3048
+ *
3049
+ * - `name`: Name of the tool.
3050
+ * - `description`: Optional, but strongly-recommended description of the tool.
3051
+ * - `input_schema`: [JSON schema](https://json-schema.org/draft/2020-12) for the
3052
+ * tool `input` shape that the model will produce in `tool_use` output content
3053
+ * blocks.
3054
+ *
3055
+ * For example, if you defined `tools` as:
3056
+ *
3057
+ * ```json
3058
+ * [
3059
+ * {
3060
+ * "name": "get_stock_price",
3061
+ * "description": "Get the current stock price for a given ticker symbol.",
3062
+ * "input_schema": {
3063
+ * "type": "object",
3064
+ * "properties": {
3065
+ * "ticker": {
3066
+ * "type": "string",
3067
+ * "description": "The stock ticker symbol, e.g. AAPL for Apple Inc."
3068
+ * }
3069
+ * },
3070
+ * "required": ["ticker"]
3071
+ * }
3072
+ * }
3073
+ * ]
3074
+ * ```
3075
+ *
3076
+ * And then asked the model "What's the S&P 500 at today?", the model might produce
3077
+ * `tool_use` content blocks in the response like this:
3078
+ *
3079
+ * ```json
3080
+ * [
3081
+ * {
3082
+ * "type": "tool_use",
3083
+ * "id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
3084
+ * "name": "get_stock_price",
3085
+ * "input": { "ticker": "^GSPC" }
3086
+ * }
3087
+ * ]
3088
+ * ```
3089
+ *
3090
+ * You might then run your `get_stock_price` tool with `{"ticker": "^GSPC"}` as an
3091
+ * input, and return the following back to the model in a subsequent `user`
3092
+ * message:
3093
+ *
3094
+ * ```json
3095
+ * [
3096
+ * {
3097
+ * "type": "tool_result",
3098
+ * "tool_use_id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
3099
+ * "content": "259.75 USD"
3100
+ * }
3101
+ * ]
3102
+ * ```
3103
+ *
3104
+ * Tools can be used for workflows that include running client-side tools and
3105
+ * functions, or more generally whenever you want the model to produce a particular
3106
+ * JSON structure of output.
3107
+ *
3108
+ * See our [guide](https://docs.claude.com/en/docs/tool-use) for more details.
3109
+ */
3110
+ tools?: Array<BetaToolUnion>;
3111
+ /**
3112
+ * @deprecated Deprecated. Models released after Claude Opus 4.6 do not accept
3113
+ * top_k; any value will be rejected with a 400 error.
3114
+ */
3115
+ top_k?: number;
3116
+ /**
3117
+ * @deprecated Deprecated. Models released after Claude Opus 4.6 do not support
3118
+ * setting top_p. A value >= 0.99 will be accepted for backwards compatibility, all
3119
+ * other values will be rejected with a 400 error.
3120
+ */
3121
+ top_p?: number;
3122
+ /**
3123
+ * Body param: The user profile ID to attribute this request to. Use when acting on
3124
+ * behalf of a party other than your organization.
3125
+ */
3126
+ user_profile_id?: string | null;
3127
+ /**
3128
+ * Header param: Optional header to specify the beta version(s) you want to use.
3129
+ */
3130
+ betas?: Array<BetaAPI.AnthropicBeta>;
3131
+ }
3132
+ export declare namespace MessageCreateParams {
3133
+ type MessageCreateParamsNonStreaming = BetaMessagesAPI.MessageCreateParamsNonStreaming;
3134
+ type MessageCreateParamsStreaming = BetaMessagesAPI.MessageCreateParamsStreaming;
3135
+ }
3136
+ export interface MessageCreateParamsNonStreaming extends MessageCreateParamsBase {
3137
+ /**
3138
+ * Body param: Whether to incrementally stream the response using server-sent
3139
+ * events.
3140
+ *
3141
+ * See [streaming](https://docs.claude.com/en/api/messages-streaming) for details.
3142
+ */
3143
+ stream?: false;
3144
+ }
3145
+ export interface MessageCreateParamsStreaming extends MessageCreateParamsBase {
3146
+ /**
3147
+ * Body param: Whether to incrementally stream the response using server-sent
3148
+ * events.
3149
+ *
3150
+ * See [streaming](https://docs.claude.com/en/api/messages-streaming) for details.
3151
+ */
3152
+ stream: true;
3153
+ }
3154
+ export interface MessageCountTokensParams {
3155
+ /**
3156
+ * Body param: Input messages.
3157
+ *
3158
+ * Our models are trained to operate on alternating `user` and `assistant`
3159
+ * conversational turns. When creating a new `Message`, you specify the prior
3160
+ * conversational turns with the `messages` parameter, and the model then generates
3161
+ * the next `Message` in the conversation. Consecutive `user` or `assistant` turns
3162
+ * in your request will be combined into a single turn.
3163
+ *
3164
+ * Each input message must be an object with a `role` and `content`. You can
3165
+ * specify a single `user`-role message, or you can include multiple `user` and
3166
+ * `assistant` messages.
3167
+ *
3168
+ * If the final message uses the `assistant` role, the response content will
3169
+ * continue immediately from the content in that message. This can be used to
3170
+ * constrain part of the model's response.
3171
+ *
3172
+ * Example with a single `user` message:
3173
+ *
3174
+ * ```json
3175
+ * [{ "role": "user", "content": "Hello, Claude" }]
3176
+ * ```
3177
+ *
3178
+ * Example with multiple conversational turns:
3179
+ *
3180
+ * ```json
3181
+ * [
3182
+ * { "role": "user", "content": "Hello there." },
3183
+ * { "role": "assistant", "content": "Hi, I'm Claude. How can I help you?" },
3184
+ * { "role": "user", "content": "Can you explain LLMs in plain English?" }
3185
+ * ]
3186
+ * ```
3187
+ *
3188
+ * Example with a partially-filled response from Claude:
3189
+ *
3190
+ * ```json
3191
+ * [
3192
+ * {
3193
+ * "role": "user",
3194
+ * "content": "What's the Greek name for Sun? (A) Sol (B) Helios (C) Sun"
3195
+ * },
3196
+ * { "role": "assistant", "content": "The best answer is (" }
3197
+ * ]
3198
+ * ```
3199
+ *
3200
+ * Each input message `content` may be either a single `string` or an array of
3201
+ * content blocks, where each block has a specific `type`. Using a `string` for
3202
+ * `content` is shorthand for an array of one content block of type `"text"`. The
3203
+ * following input messages are equivalent:
3204
+ *
3205
+ * ```json
3206
+ * { "role": "user", "content": "Hello, Claude" }
3207
+ * ```
3208
+ *
3209
+ * ```json
3210
+ * { "role": "user", "content": [{ "type": "text", "text": "Hello, Claude" }] }
3211
+ * ```
3212
+ *
3213
+ * See [input examples](https://docs.claude.com/en/api/messages-examples).
3214
+ *
3215
+ * Note that if you want to include a
3216
+ * [system prompt](https://docs.claude.com/en/docs/system-prompts), you can use the
3217
+ * top-level `system` parameter — there is no `"system"` role for input messages in
3218
+ * the Messages API.
3219
+ *
3220
+ * There is a limit of 100,000 messages in a single request.
3221
+ */
3222
+ messages: Array<BetaMessageParam>;
3223
+ /**
3224
+ * Body param: The model that will complete your prompt.
3225
+ *
3226
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
3227
+ * details and options.
3228
+ */
3229
+ model: MessagesAPI.Model;
3230
+ /**
3231
+ * Body param: Top-level cache control automatically applies a cache_control marker
3232
+ * to the last cacheable block in the request.
3233
+ */
3234
+ cache_control?: BetaCacheControlEphemeral | null;
3235
+ /**
3236
+ * Body param: Context management configuration.
3237
+ *
3238
+ * This allows you to control how Claude manages context across multiple requests,
3239
+ * such as whether to clear function results or not.
3240
+ */
3241
+ context_management?: BetaContextManagementConfig | null;
3242
+ /**
3243
+ * Body param: MCP servers to be utilized in this request
3244
+ */
3245
+ mcp_servers?: Array<BetaRequestMCPServerURLDefinition>;
3246
+ /**
3247
+ * Body param: Configuration options for the model's output, such as the output
3248
+ * format.
3249
+ */
3250
+ output_config?: BetaOutputConfig;
3251
+ /**
3252
+ * Body param: Deprecated: Use `output_config.format` instead. See
3253
+ * [structured outputs](https://platform.claude.com/docs/en/build-with-claude/structured-outputs)
3254
+ *
3255
+ * A schema to specify Claude's output format in responses. This parameter will be
3256
+ * removed in a future release.
3257
+ */
3258
+ output_format?: BetaJSONOutputFormat | null;
3259
+ /**
3260
+ * Body param: The inference speed mode for this request. `"fast"` enables high
3261
+ * output-tokens-per-second inference.
3262
+ */
3263
+ speed?: 'standard' | 'fast' | null;
3264
+ /**
3265
+ * Body param: System prompt.
3266
+ *
3267
+ * A system prompt is a way of providing context and instructions to Claude, such
3268
+ * as specifying a particular goal or role. See our
3269
+ * [guide to system prompts](https://docs.claude.com/en/docs/system-prompts).
3270
+ */
3271
+ system?: string | Array<BetaTextBlockParam>;
3272
+ /**
3273
+ * Body param: Configuration for enabling Claude's extended thinking.
3274
+ *
3275
+ * When enabled, responses include `thinking` content blocks showing Claude's
3276
+ * thinking process before the final answer. Requires a minimum budget of 1,024
3277
+ * tokens and counts towards your `max_tokens` limit.
3278
+ *
3279
+ * See
3280
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
3281
+ * for details.
3282
+ */
3283
+ thinking?: BetaThinkingConfigParam;
3284
+ /**
3285
+ * Body param: How the model should use the provided tools. The model can use a
3286
+ * specific tool, any available tool, decide by itself, or not use tools at all.
3287
+ */
3288
+ tool_choice?: BetaToolChoice;
3289
+ /**
3290
+ * Body param: Definitions of tools that the model may use.
3291
+ *
3292
+ * If you include `tools` in your API request, the model may return `tool_use`
3293
+ * content blocks that represent the model's use of those tools. You can then run
3294
+ * those tools using the tool input generated by the model and then optionally
3295
+ * return results back to the model using `tool_result` content blocks.
3296
+ *
3297
+ * There are two types of tools: **client tools** and **server tools**. The
3298
+ * behavior described below applies to client tools. For
3299
+ * [server tools](https://docs.claude.com/en/docs/agents-and-tools/tool-use/overview#server-tools),
3300
+ * see their individual documentation as each has its own behavior (e.g., the
3301
+ * [web search tool](https://docs.claude.com/en/docs/agents-and-tools/tool-use/web-search-tool)).
3302
+ *
3303
+ * Each tool definition includes:
3304
+ *
3305
+ * - `name`: Name of the tool.
3306
+ * - `description`: Optional, but strongly-recommended description of the tool.
3307
+ * - `input_schema`: [JSON schema](https://json-schema.org/draft/2020-12) for the
3308
+ * tool `input` shape that the model will produce in `tool_use` output content
3309
+ * blocks.
3310
+ *
3311
+ * For example, if you defined `tools` as:
3312
+ *
3313
+ * ```json
3314
+ * [
3315
+ * {
3316
+ * "name": "get_stock_price",
3317
+ * "description": "Get the current stock price for a given ticker symbol.",
3318
+ * "input_schema": {
3319
+ * "type": "object",
3320
+ * "properties": {
3321
+ * "ticker": {
3322
+ * "type": "string",
3323
+ * "description": "The stock ticker symbol, e.g. AAPL for Apple Inc."
3324
+ * }
3325
+ * },
3326
+ * "required": ["ticker"]
3327
+ * }
3328
+ * }
3329
+ * ]
3330
+ * ```
3331
+ *
3332
+ * And then asked the model "What's the S&P 500 at today?", the model might produce
3333
+ * `tool_use` content blocks in the response like this:
3334
+ *
3335
+ * ```json
3336
+ * [
3337
+ * {
3338
+ * "type": "tool_use",
3339
+ * "id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
3340
+ * "name": "get_stock_price",
3341
+ * "input": { "ticker": "^GSPC" }
3342
+ * }
3343
+ * ]
3344
+ * ```
3345
+ *
3346
+ * You might then run your `get_stock_price` tool with `{"ticker": "^GSPC"}` as an
3347
+ * input, and return the following back to the model in a subsequent `user`
3348
+ * message:
3349
+ *
3350
+ * ```json
3351
+ * [
3352
+ * {
3353
+ * "type": "tool_result",
3354
+ * "tool_use_id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
3355
+ * "content": "259.75 USD"
3356
+ * }
3357
+ * ]
3358
+ * ```
3359
+ *
3360
+ * Tools can be used for workflows that include running client-side tools and
3361
+ * functions, or more generally whenever you want the model to produce a particular
3362
+ * JSON structure of output.
3363
+ *
3364
+ * See our [guide](https://docs.claude.com/en/docs/tool-use) for more details.
3365
+ */
3366
+ tools?: Array<BetaTool | BetaToolBash20241022 | BetaToolBash20250124 | BetaCodeExecutionTool20250522 | BetaCodeExecutionTool20250825 | BetaCodeExecutionTool20260120 | BetaToolComputerUse20241022 | BetaMemoryTool20250818 | BetaToolComputerUse20250124 | BetaToolTextEditor20241022 | BetaToolComputerUse20251124 | BetaToolTextEditor20250124 | BetaToolTextEditor20250429 | BetaToolTextEditor20250728 | BetaWebSearchTool20250305 | BetaWebFetchTool20250910 | BetaWebSearchTool20260209 | BetaWebFetchTool20260209 | BetaWebFetchTool20260309 | BetaAdvisorTool20260301 | BetaToolSearchToolBm25_20251119 | BetaToolSearchToolRegex20251119 | BetaMCPToolset>;
3367
+ /**
3368
+ * Header param: Optional header to specify the beta version(s) you want to use.
3369
+ */
3370
+ betas?: Array<BetaAPI.AnthropicBeta>;
3371
+ }
3372
+ export { BetaToolRunner, type BetaToolRunnerParams } from "../../../lib/tools/BetaToolRunner.mjs";
3373
+ export { ToolError } from "../../../lib/tools/ToolError.mjs";
3374
+ export declare namespace Messages {
3375
+ export { type BetaAdvisorMessageIterationUsage as BetaAdvisorMessageIterationUsage, type BetaAdvisorRedactedResultBlock as BetaAdvisorRedactedResultBlock, type BetaAdvisorRedactedResultBlockParam as BetaAdvisorRedactedResultBlockParam, type BetaAdvisorResultBlock as BetaAdvisorResultBlock, type BetaAdvisorResultBlockParam as BetaAdvisorResultBlockParam, type BetaAdvisorTool20260301 as BetaAdvisorTool20260301, type BetaAdvisorToolResultBlock as BetaAdvisorToolResultBlock, type BetaAdvisorToolResultBlockParam as BetaAdvisorToolResultBlockParam, type BetaAdvisorToolResultError as BetaAdvisorToolResultError, type BetaAdvisorToolResultErrorParam as BetaAdvisorToolResultErrorParam, type BetaAllThinkingTurns as BetaAllThinkingTurns, type BetaBase64ImageSource as BetaBase64ImageSource, type BetaBase64PDFSource as BetaBase64PDFSource, type BetaBashCodeExecutionOutputBlock as BetaBashCodeExecutionOutputBlock, type BetaBashCodeExecutionOutputBlockParam as BetaBashCodeExecutionOutputBlockParam, type BetaBashCodeExecutionResultBlock as BetaBashCodeExecutionResultBlock, type BetaBashCodeExecutionResultBlockParam as BetaBashCodeExecutionResultBlockParam, type BetaBashCodeExecutionToolResultBlock as BetaBashCodeExecutionToolResultBlock, type BetaBashCodeExecutionToolResultBlockParam as BetaBashCodeExecutionToolResultBlockParam, type BetaBashCodeExecutionToolResultError as BetaBashCodeExecutionToolResultError, type BetaBashCodeExecutionToolResultErrorParam as BetaBashCodeExecutionToolResultErrorParam, type BetaCacheControlEphemeral as BetaCacheControlEphemeral, type BetaCacheCreation as BetaCacheCreation, type BetaCacheMissMessagesChanged as BetaCacheMissMessagesChanged, type BetaCacheMissModelChanged as BetaCacheMissModelChanged, type BetaCacheMissPreviousMessageNotFound as BetaCacheMissPreviousMessageNotFound, type BetaCacheMissSystemChanged as BetaCacheMissSystemChanged, type BetaCacheMissToolsChanged as BetaCacheMissToolsChanged, type BetaCacheMissUnavailable as BetaCacheMissUnavailable, type BetaCitationCharLocation as BetaCitationCharLocation, type BetaCitationCharLocationParam as BetaCitationCharLocationParam, type BetaCitationConfig as BetaCitationConfig, type BetaCitationContentBlockLocation as BetaCitationContentBlockLocation, type BetaCitationContentBlockLocationParam as BetaCitationContentBlockLocationParam, type BetaCitationPageLocation as BetaCitationPageLocation, type BetaCitationPageLocationParam as BetaCitationPageLocationParam, type BetaCitationSearchResultLocation as BetaCitationSearchResultLocation, type BetaCitationSearchResultLocationParam as BetaCitationSearchResultLocationParam, type BetaCitationWebSearchResultLocationParam as BetaCitationWebSearchResultLocationParam, type BetaCitationsConfigParam as BetaCitationsConfigParam, type BetaCitationsDelta as BetaCitationsDelta, type BetaCitationsWebSearchResultLocation as BetaCitationsWebSearchResultLocation, type BetaClearThinking20251015Edit as BetaClearThinking20251015Edit, type BetaClearThinking20251015EditResponse as BetaClearThinking20251015EditResponse, type BetaClearToolUses20250919Edit as BetaClearToolUses20250919Edit, type BetaClearToolUses20250919EditResponse as BetaClearToolUses20250919EditResponse, type BetaCodeExecutionOutputBlock as BetaCodeExecutionOutputBlock, type BetaCodeExecutionOutputBlockParam as BetaCodeExecutionOutputBlockParam, type BetaCodeExecutionResultBlock as BetaCodeExecutionResultBlock, type BetaCodeExecutionResultBlockParam as BetaCodeExecutionResultBlockParam, type BetaCodeExecutionTool20250522 as BetaCodeExecutionTool20250522, type BetaCodeExecutionTool20250825 as BetaCodeExecutionTool20250825, type BetaCodeExecutionTool20260120 as BetaCodeExecutionTool20260120, type BetaCodeExecutionToolResultBlock as BetaCodeExecutionToolResultBlock, type BetaCodeExecutionToolResultBlockContent as BetaCodeExecutionToolResultBlockContent, type BetaCodeExecutionToolResultBlockParam as BetaCodeExecutionToolResultBlockParam, type BetaCodeExecutionToolResultBlockParamContent as BetaCodeExecutionToolResultBlockParamContent, type BetaCodeExecutionToolResultError as BetaCodeExecutionToolResultError, type BetaCodeExecutionToolResultErrorCode as BetaCodeExecutionToolResultErrorCode, type BetaCodeExecutionToolResultErrorParam as BetaCodeExecutionToolResultErrorParam, type BetaCompact20260112Edit as BetaCompact20260112Edit, type BetaCompactionBlock as BetaCompactionBlock, type BetaCompactionBlockParam as BetaCompactionBlockParam, type BetaCompactionContentBlockDelta as BetaCompactionContentBlockDelta, type BetaCompactionIterationUsage as BetaCompactionIterationUsage, type BetaContainer as BetaContainer, type BetaContainerParams as BetaContainerParams, type BetaContainerUploadBlock as BetaContainerUploadBlock, type BetaContainerUploadBlockParam as BetaContainerUploadBlockParam, type BetaContentBlock as BetaContentBlock, type BetaContentBlockParam as BetaContentBlockParam, type BetaContentBlockSource as BetaContentBlockSource, type BetaContentBlockSourceContent as BetaContentBlockSourceContent, type BetaContextManagementConfig as BetaContextManagementConfig, type BetaContextManagementResponse as BetaContextManagementResponse, type BetaCountTokensContextManagementResponse as BetaCountTokensContextManagementResponse, type BetaDiagnostics as BetaDiagnostics, type BetaDiagnosticsParam as BetaDiagnosticsParam, type BetaDirectCaller as BetaDirectCaller, type BetaDocumentBlock as BetaDocumentBlock, type BetaEncryptedCodeExecutionResultBlock as BetaEncryptedCodeExecutionResultBlock, type BetaEncryptedCodeExecutionResultBlockParam as BetaEncryptedCodeExecutionResultBlockParam, type BetaFileDocumentSource as BetaFileDocumentSource, type BetaFileImageSource as BetaFileImageSource, type BetaImageBlockParam as BetaImageBlockParam, type BetaInputJSONDelta as BetaInputJSONDelta, type BetaInputTokensClearAtLeast as BetaInputTokensClearAtLeast, type BetaInputTokensTrigger as BetaInputTokensTrigger, type BetaIterationsUsage as BetaIterationsUsage, type BetaJSONOutputFormat as BetaJSONOutputFormat, type BetaMCPToolConfig as BetaMCPToolConfig, type BetaMCPToolDefaultConfig as BetaMCPToolDefaultConfig, type BetaMCPToolResultBlock as BetaMCPToolResultBlock, type BetaMCPToolUseBlock as BetaMCPToolUseBlock, type BetaMCPToolUseBlockParam as BetaMCPToolUseBlockParam, type BetaMCPToolset as BetaMCPToolset, type BetaMemoryTool20250818 as BetaMemoryTool20250818, type BetaMemoryTool20250818Command as BetaMemoryTool20250818Command, type BetaMemoryTool20250818CreateCommand as BetaMemoryTool20250818CreateCommand, type BetaMemoryTool20250818DeleteCommand as BetaMemoryTool20250818DeleteCommand, type BetaMemoryTool20250818InsertCommand as BetaMemoryTool20250818InsertCommand, type BetaMemoryTool20250818RenameCommand as BetaMemoryTool20250818RenameCommand, type BetaMemoryTool20250818StrReplaceCommand as BetaMemoryTool20250818StrReplaceCommand, type BetaMemoryTool20250818ViewCommand as BetaMemoryTool20250818ViewCommand, type BetaMessage as BetaMessage, type BetaMessageDeltaUsage as BetaMessageDeltaUsage, type BetaMessageIterationUsage as BetaMessageIterationUsage, type BetaMessageParam as BetaMessageParam, type BetaMessageTokensCount as BetaMessageTokensCount, type BetaMetadata as BetaMetadata, type BetaMidConversationSystemBlockParam as BetaMidConversationSystemBlockParam, type BetaOutputConfig as BetaOutputConfig, type BetaOutputTokensDetails as BetaOutputTokensDetails, type BetaPlainTextSource as BetaPlainTextSource, type BetaRawContentBlockDelta as BetaRawContentBlockDelta, type BetaRawContentBlockDeltaEvent as BetaRawContentBlockDeltaEvent, type BetaRawContentBlockStartEvent as BetaRawContentBlockStartEvent, type BetaRawContentBlockStopEvent as BetaRawContentBlockStopEvent, type BetaRawMessageDeltaEvent as BetaRawMessageDeltaEvent, type BetaRawMessageStartEvent as BetaRawMessageStartEvent, type BetaRawMessageStopEvent as BetaRawMessageStopEvent, type BetaRawMessageStreamEvent as BetaRawMessageStreamEvent, type BetaRedactedThinkingBlock as BetaRedactedThinkingBlock, type BetaRedactedThinkingBlockParam as BetaRedactedThinkingBlockParam, type BetaRefusalStopDetails as BetaRefusalStopDetails, type BetaRequestDocumentBlock as BetaRequestDocumentBlock, type BetaRequestMCPServerToolConfiguration as BetaRequestMCPServerToolConfiguration, type BetaRequestMCPServerURLDefinition as BetaRequestMCPServerURLDefinition, type BetaRequestMCPToolResultBlockParam as BetaRequestMCPToolResultBlockParam, type BetaSearchResultBlockParam as BetaSearchResultBlockParam, type BetaServerToolCaller as BetaServerToolCaller, type BetaServerToolCaller20260120 as BetaServerToolCaller20260120, type BetaServerToolUsage as BetaServerToolUsage, type BetaServerToolUseBlock as BetaServerToolUseBlock, type BetaServerToolUseBlockParam as BetaServerToolUseBlockParam, type BetaSignatureDelta as BetaSignatureDelta, type BetaSkill as BetaSkill, type BetaSkillParams as BetaSkillParams, type BetaStopReason as BetaStopReason, type BetaTextBlock as BetaTextBlock, type BetaTextBlockParam as BetaTextBlockParam, type BetaTextCitation as BetaTextCitation, type BetaTextCitationParam as BetaTextCitationParam, type BetaTextDelta as BetaTextDelta, type BetaTextEditorCodeExecutionCreateResultBlock as BetaTextEditorCodeExecutionCreateResultBlock, type BetaTextEditorCodeExecutionCreateResultBlockParam as BetaTextEditorCodeExecutionCreateResultBlockParam, type BetaTextEditorCodeExecutionStrReplaceResultBlock as BetaTextEditorCodeExecutionStrReplaceResultBlock, type BetaTextEditorCodeExecutionStrReplaceResultBlockParam as BetaTextEditorCodeExecutionStrReplaceResultBlockParam, type BetaTextEditorCodeExecutionToolResultBlock as BetaTextEditorCodeExecutionToolResultBlock, type BetaTextEditorCodeExecutionToolResultBlockParam as BetaTextEditorCodeExecutionToolResultBlockParam, type BetaTextEditorCodeExecutionToolResultError as BetaTextEditorCodeExecutionToolResultError, type BetaTextEditorCodeExecutionToolResultErrorParam as BetaTextEditorCodeExecutionToolResultErrorParam, type BetaTextEditorCodeExecutionViewResultBlock as BetaTextEditorCodeExecutionViewResultBlock, type BetaTextEditorCodeExecutionViewResultBlockParam as BetaTextEditorCodeExecutionViewResultBlockParam, type BetaThinkingBlock as BetaThinkingBlock, type BetaThinkingBlockParam as BetaThinkingBlockParam, type BetaThinkingConfigAdaptive as BetaThinkingConfigAdaptive, type BetaThinkingConfigDisabled as BetaThinkingConfigDisabled, type BetaThinkingConfigEnabled as BetaThinkingConfigEnabled, type BetaThinkingConfigParam as BetaThinkingConfigParam, type BetaThinkingDelta as BetaThinkingDelta, type BetaThinkingTurns as BetaThinkingTurns, type BetaTokenTaskBudget as BetaTokenTaskBudget, type BetaTool as BetaTool, type BetaToolBash20241022 as BetaToolBash20241022, type BetaToolBash20250124 as BetaToolBash20250124, type BetaToolChoice as BetaToolChoice, type BetaToolChoiceAny as BetaToolChoiceAny, type BetaToolChoiceAuto as BetaToolChoiceAuto, type BetaToolChoiceNone as BetaToolChoiceNone, type BetaToolChoiceTool as BetaToolChoiceTool, type BetaToolComputerUse20241022 as BetaToolComputerUse20241022, type BetaToolComputerUse20250124 as BetaToolComputerUse20250124, type BetaToolComputerUse20251124 as BetaToolComputerUse20251124, type BetaToolReferenceBlock as BetaToolReferenceBlock, type BetaToolReferenceBlockParam as BetaToolReferenceBlockParam, type BetaToolResultBlockParam as BetaToolResultBlockParam, type BetaToolResultContentBlockParam as BetaToolResultContentBlockParam, type BetaToolSearchToolBm25_20251119 as BetaToolSearchToolBm25_20251119, type BetaToolSearchToolRegex20251119 as BetaToolSearchToolRegex20251119, type BetaToolSearchToolResultBlock as BetaToolSearchToolResultBlock, type BetaToolSearchToolResultBlockParam as BetaToolSearchToolResultBlockParam, type BetaToolSearchToolResultError as BetaToolSearchToolResultError, type BetaToolSearchToolResultErrorParam as BetaToolSearchToolResultErrorParam, type BetaToolSearchToolSearchResultBlock as BetaToolSearchToolSearchResultBlock, type BetaToolSearchToolSearchResultBlockParam as BetaToolSearchToolSearchResultBlockParam, type BetaToolTextEditor20241022 as BetaToolTextEditor20241022, type BetaToolTextEditor20250124 as BetaToolTextEditor20250124, type BetaToolTextEditor20250429 as BetaToolTextEditor20250429, type BetaToolTextEditor20250728 as BetaToolTextEditor20250728, type BetaToolUnion as BetaToolUnion, type BetaToolUseBlock as BetaToolUseBlock, type BetaToolUseBlockParam as BetaToolUseBlockParam, type BetaToolUsesKeep as BetaToolUsesKeep, type BetaToolUsesTrigger as BetaToolUsesTrigger, type BetaURLImageSource as BetaURLImageSource, type BetaURLPDFSource as BetaURLPDFSource, type BetaUsage as BetaUsage, type BetaUserLocation as BetaUserLocation, type BetaWebFetchBlock as BetaWebFetchBlock, type BetaWebFetchBlockParam as BetaWebFetchBlockParam, type BetaWebFetchTool20250910 as BetaWebFetchTool20250910, type BetaWebFetchTool20260209 as BetaWebFetchTool20260209, type BetaWebFetchTool20260309 as BetaWebFetchTool20260309, type BetaWebFetchToolResultBlock as BetaWebFetchToolResultBlock, type BetaWebFetchToolResultBlockParam as BetaWebFetchToolResultBlockParam, type BetaWebFetchToolResultErrorBlock as BetaWebFetchToolResultErrorBlock, type BetaWebFetchToolResultErrorBlockParam as BetaWebFetchToolResultErrorBlockParam, type BetaWebFetchToolResultErrorCode as BetaWebFetchToolResultErrorCode, type BetaWebSearchResultBlock as BetaWebSearchResultBlock, type BetaWebSearchResultBlockParam as BetaWebSearchResultBlockParam, type BetaWebSearchTool20250305 as BetaWebSearchTool20250305, type BetaWebSearchTool20260209 as BetaWebSearchTool20260209, type BetaWebSearchToolRequestError as BetaWebSearchToolRequestError, type BetaWebSearchToolResultBlock as BetaWebSearchToolResultBlock, type BetaWebSearchToolResultBlockContent as BetaWebSearchToolResultBlockContent, type BetaWebSearchToolResultBlockParam as BetaWebSearchToolResultBlockParam, type BetaWebSearchToolResultBlockParamContent as BetaWebSearchToolResultBlockParamContent, type BetaWebSearchToolResultError as BetaWebSearchToolResultError, type BetaWebSearchToolResultErrorCode as BetaWebSearchToolResultErrorCode, type BetaBase64PDFBlock as BetaBase64PDFBlock, type MessageCreateParams as MessageCreateParams, type MessageCreateParamsNonStreaming as MessageCreateParamsNonStreaming, type MessageCreateParamsStreaming as MessageCreateParamsStreaming, type MessageCountTokensParams as MessageCountTokensParams, };
3376
+ export { type BetaToolRunnerParams, BetaToolRunner };
3377
+ export { ToolError };
3378
+ export { Batches as Batches, type BetaDeletedMessageBatch as BetaDeletedMessageBatch, type BetaMessageBatch as BetaMessageBatch, type BetaMessageBatchCanceledResult as BetaMessageBatchCanceledResult, type BetaMessageBatchErroredResult as BetaMessageBatchErroredResult, type BetaMessageBatchExpiredResult as BetaMessageBatchExpiredResult, type BetaMessageBatchIndividualResponse as BetaMessageBatchIndividualResponse, type BetaMessageBatchRequestCounts as BetaMessageBatchRequestCounts, type BetaMessageBatchResult as BetaMessageBatchResult, type BetaMessageBatchSucceededResult as BetaMessageBatchSucceededResult, type BetaMessageBatchesPage as BetaMessageBatchesPage, type BatchCreateParams as BatchCreateParams, type BatchRetrieveParams as BatchRetrieveParams, type BatchListParams as BatchListParams, type BatchDeleteParams as BatchDeleteParams, type BatchCancelParams as BatchCancelParams, type BatchResultsParams as BatchResultsParams, };
3379
+ }
3380
+ //# sourceMappingURL=messages.d.mts.map