modelmix 2.6.0 → 2.6.4

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 (594) hide show
  1. package/README.md +34 -4
  2. package/demo/demo.mjs +1 -1
  3. package/demo/lmstudio.mjs +1 -1
  4. package/demo/node_modules/.package-lock.json +254 -0
  5. package/demo/node_modules/@anthropic-ai/sdk/CHANGELOG.md +859 -0
  6. package/demo/node_modules/@anthropic-ai/sdk/LICENSE +8 -0
  7. package/demo/node_modules/@anthropic-ai/sdk/README.md +424 -0
  8. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.d.ts +9 -0
  9. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.d.ts.map +1 -0
  10. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.js +16 -0
  11. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.js.map +1 -0
  12. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.mjs +12 -0
  13. package/demo/node_modules/@anthropic-ai/sdk/_shims/MultipartBody.mjs.map +1 -0
  14. package/demo/node_modules/@anthropic-ai/sdk/_shims/README.md +46 -0
  15. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.d.ts +5 -0
  16. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.d.ts.map +1 -0
  17. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.js +21 -0
  18. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.js.map +1 -0
  19. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.mjs +2 -0
  20. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-bun.mjs.map +1 -0
  21. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.d.ts +5 -0
  22. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.d.ts.map +1 -0
  23. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.js +21 -0
  24. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.js.map +1 -0
  25. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.mjs +2 -0
  26. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime-node.mjs.map +1 -0
  27. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.d.ts +5 -0
  28. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.d.ts.map +1 -0
  29. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.js +21 -0
  30. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.js.map +1 -0
  31. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.mjs +2 -0
  32. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/runtime.mjs.map +1 -0
  33. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.d.ts +5 -0
  34. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.d.ts.map +1 -0
  35. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.js +21 -0
  36. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.js.map +1 -0
  37. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.mjs +2 -0
  38. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types-node.mjs.map +1 -0
  39. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.d.ts +101 -0
  40. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.js +3 -0
  41. package/demo/node_modules/@anthropic-ai/sdk/_shims/auto/types.mjs +3 -0
  42. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.d.ts +6 -0
  43. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.d.ts.map +1 -0
  44. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.js +14 -0
  45. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.js.map +1 -0
  46. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.mjs +10 -0
  47. package/demo/node_modules/@anthropic-ai/sdk/_shims/bun-runtime.mjs.map +1 -0
  48. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.d.ts +81 -0
  49. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.js +13 -0
  50. package/demo/node_modules/@anthropic-ai/sdk/_shims/index.mjs +7 -0
  51. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.d.ts +12 -0
  52. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.js +3 -0
  53. package/demo/node_modules/@anthropic-ai/sdk/_shims/manual-types.mjs +3 -0
  54. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.d.ts +3 -0
  55. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.d.ts.map +1 -0
  56. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.js +90 -0
  57. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.js.map +1 -0
  58. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.mjs +56 -0
  59. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-runtime.mjs.map +1 -0
  60. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.d.ts +42 -0
  61. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.js +3 -0
  62. package/demo/node_modules/@anthropic-ai/sdk/_shims/node-types.mjs +3 -0
  63. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.d.ts +37 -0
  64. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.d.ts.map +1 -0
  65. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.js +41 -0
  66. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.js.map +1 -0
  67. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.mjs +37 -0
  68. package/demo/node_modules/@anthropic-ai/sdk/_shims/registry.mjs.map +1 -0
  69. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.d.ts +5 -0
  70. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.d.ts.map +1 -0
  71. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.js +78 -0
  72. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.js.map +1 -0
  73. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.mjs +71 -0
  74. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-runtime.mjs.map +1 -0
  75. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.d.ts +83 -0
  76. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.js +3 -0
  77. package/demo/node_modules/@anthropic-ai/sdk/_shims/web-types.mjs +3 -0
  78. package/demo/node_modules/@anthropic-ai/sdk/core.d.ts +239 -0
  79. package/demo/node_modules/@anthropic-ai/sdk/core.d.ts.map +1 -0
  80. package/demo/node_modules/@anthropic-ai/sdk/core.js +879 -0
  81. package/demo/node_modules/@anthropic-ai/sdk/core.js.map +1 -0
  82. package/demo/node_modules/@anthropic-ai/sdk/core.mjs +848 -0
  83. package/demo/node_modules/@anthropic-ai/sdk/core.mjs.map +1 -0
  84. package/demo/node_modules/@anthropic-ai/sdk/error.d.ts +53 -0
  85. package/demo/node_modules/@anthropic-ai/sdk/error.d.ts.map +1 -0
  86. package/demo/node_modules/@anthropic-ai/sdk/error.js +143 -0
  87. package/demo/node_modules/@anthropic-ai/sdk/error.js.map +1 -0
  88. package/demo/node_modules/@anthropic-ai/sdk/error.mjs +127 -0
  89. package/demo/node_modules/@anthropic-ai/sdk/error.mjs.map +1 -0
  90. package/demo/node_modules/@anthropic-ai/sdk/index.d.mts +147 -0
  91. package/demo/node_modules/@anthropic-ai/sdk/index.d.ts +147 -0
  92. package/demo/node_modules/@anthropic-ai/sdk/index.d.ts.map +1 -0
  93. package/demo/node_modules/@anthropic-ai/sdk/index.js +149 -0
  94. package/demo/node_modules/@anthropic-ai/sdk/index.js.map +1 -0
  95. package/demo/node_modules/@anthropic-ai/sdk/index.mjs +121 -0
  96. package/demo/node_modules/@anthropic-ai/sdk/index.mjs.map +1 -0
  97. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts +94 -0
  98. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts.map +1 -0
  99. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +436 -0
  100. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.js.map +1 -0
  101. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs +432 -0
  102. package/demo/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs.map +1 -0
  103. package/demo/node_modules/@anthropic-ai/sdk/package.json +104 -0
  104. package/demo/node_modules/@anthropic-ai/sdk/resource.d.ts +6 -0
  105. package/demo/node_modules/@anthropic-ai/sdk/resource.d.ts.map +1 -0
  106. package/demo/node_modules/@anthropic-ai/sdk/resource.js +11 -0
  107. package/demo/node_modules/@anthropic-ai/sdk/resource.js.map +1 -0
  108. package/demo/node_modules/@anthropic-ai/sdk/resource.mjs +7 -0
  109. package/demo/node_modules/@anthropic-ai/sdk/resource.mjs.map +1 -0
  110. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts +9 -0
  111. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts.map +1 -0
  112. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.js +40 -0
  113. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.js.map +1 -0
  114. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs +13 -0
  115. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs.map +1 -0
  116. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts +3 -0
  117. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts.map +1 -0
  118. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.js +9 -0
  119. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.js.map +1 -0
  120. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs +4 -0
  121. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs.map +1 -0
  122. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.d.ts +3 -0
  123. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.d.ts.map +1 -0
  124. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.js +9 -0
  125. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.js.map +1 -0
  126. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.mjs +4 -0
  127. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/index.mjs.map +1 -0
  128. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.d.ts +462 -0
  129. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.d.ts.map +1 -0
  130. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.js +20 -0
  131. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.js.map +1 -0
  132. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.mjs +16 -0
  133. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/messages.mjs.map +1 -0
  134. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.d.ts +19 -0
  135. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.d.ts.map +1 -0
  136. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.js +40 -0
  137. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.js.map +1 -0
  138. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.mjs +13 -0
  139. package/demo/node_modules/@anthropic-ai/sdk/resources/beta/tools/tools.mjs.map +1 -0
  140. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.d.ts +184 -0
  141. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.d.ts.map +1 -0
  142. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.js +19 -0
  143. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.js.map +1 -0
  144. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.mjs +15 -0
  145. package/demo/node_modules/@anthropic-ai/sdk/resources/completions.mjs.map +1 -0
  146. package/demo/node_modules/@anthropic-ai/sdk/resources/index.d.ts +4 -0
  147. package/demo/node_modules/@anthropic-ai/sdk/resources/index.d.ts.map +1 -0
  148. package/demo/node_modules/@anthropic-ai/sdk/resources/index.js +11 -0
  149. package/demo/node_modules/@anthropic-ai/sdk/resources/index.js.map +1 -0
  150. package/demo/node_modules/@anthropic-ai/sdk/resources/index.mjs +5 -0
  151. package/demo/node_modules/@anthropic-ai/sdk/resources/index.mjs.map +1 -0
  152. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.d.ts +619 -0
  153. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.d.ts.map +1 -0
  154. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.js +28 -0
  155. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.js.map +1 -0
  156. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.mjs +23 -0
  157. package/demo/node_modules/@anthropic-ai/sdk/resources/messages.mjs.map +1 -0
  158. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts +2 -0
  159. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts.map +1 -0
  160. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.js +4 -0
  161. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.js.map +1 -0
  162. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.mjs +3 -0
  163. package/demo/node_modules/@anthropic-ai/sdk/resources/top-level.mjs.map +1 -0
  164. package/demo/node_modules/@anthropic-ai/sdk/shims/node.d.ts +29 -0
  165. package/demo/node_modules/@anthropic-ai/sdk/shims/node.d.ts.map +1 -0
  166. package/demo/node_modules/@anthropic-ai/sdk/shims/node.js +31 -0
  167. package/demo/node_modules/@anthropic-ai/sdk/shims/node.js.map +1 -0
  168. package/demo/node_modules/@anthropic-ai/sdk/shims/node.mjs +5 -0
  169. package/demo/node_modules/@anthropic-ai/sdk/shims/node.mjs.map +1 -0
  170. package/demo/node_modules/@anthropic-ai/sdk/shims/web.d.ts +26 -0
  171. package/demo/node_modules/@anthropic-ai/sdk/shims/web.d.ts.map +1 -0
  172. package/demo/node_modules/@anthropic-ai/sdk/shims/web.js +31 -0
  173. package/demo/node_modules/@anthropic-ai/sdk/shims/web.js.map +1 -0
  174. package/demo/node_modules/@anthropic-ai/sdk/shims/web.mjs +5 -0
  175. package/demo/node_modules/@anthropic-ai/sdk/shims/web.mjs.map +1 -0
  176. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/MultipartBody.ts +9 -0
  177. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/README.md +46 -0
  178. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime-bun.ts +4 -0
  179. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime-node.ts +4 -0
  180. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/runtime.ts +4 -0
  181. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types-node.ts +4 -0
  182. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.d.ts +101 -0
  183. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.js +3 -0
  184. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/auto/types.mjs +3 -0
  185. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/bun-runtime.ts +14 -0
  186. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.d.ts +81 -0
  187. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.js +13 -0
  188. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/index.mjs +7 -0
  189. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.d.ts +12 -0
  190. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.js +3 -0
  191. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/manual-types.mjs +3 -0
  192. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-runtime.ts +83 -0
  193. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.d.ts +42 -0
  194. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.js +3 -0
  195. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/node-types.mjs +3 -0
  196. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/registry.ts +67 -0
  197. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-runtime.ts +103 -0
  198. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.d.ts +83 -0
  199. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.js +3 -0
  200. package/demo/node_modules/@anthropic-ai/sdk/src/_shims/web-types.mjs +3 -0
  201. package/demo/node_modules/@anthropic-ai/sdk/src/core.ts +1162 -0
  202. package/demo/node_modules/@anthropic-ai/sdk/src/error.ts +146 -0
  203. package/demo/node_modules/@anthropic-ai/sdk/src/index.ts +264 -0
  204. package/demo/node_modules/@anthropic-ai/sdk/src/lib/.keep +4 -0
  205. package/demo/node_modules/@anthropic-ai/sdk/src/lib/MessageStream.ts +535 -0
  206. package/demo/node_modules/@anthropic-ai/sdk/src/resource.ts +11 -0
  207. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/beta.ts +12 -0
  208. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/index.ts +4 -0
  209. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/index.ts +16 -0
  210. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/messages.ts +531 -0
  211. package/demo/node_modules/@anthropic-ai/sdk/src/resources/beta/tools/tools.ts +22 -0
  212. package/demo/node_modules/@anthropic-ai/sdk/src/resources/completions.ts +223 -0
  213. package/demo/node_modules/@anthropic-ai/sdk/src/resources/index.ts +33 -0
  214. package/demo/node_modules/@anthropic-ai/sdk/src/resources/messages.ts +729 -0
  215. package/demo/node_modules/@anthropic-ai/sdk/src/resources/top-level.ts +3 -0
  216. package/demo/node_modules/@anthropic-ai/sdk/src/shims/node.ts +50 -0
  217. package/demo/node_modules/@anthropic-ai/sdk/src/shims/web.ts +50 -0
  218. package/demo/node_modules/@anthropic-ai/sdk/src/streaming.ts +509 -0
  219. package/demo/node_modules/@anthropic-ai/sdk/src/tsconfig.json +11 -0
  220. package/demo/node_modules/@anthropic-ai/sdk/src/uploads.ts +248 -0
  221. package/demo/node_modules/@anthropic-ai/sdk/src/version.ts +1 -0
  222. package/demo/node_modules/@anthropic-ai/sdk/streaming.d.ts +41 -0
  223. package/demo/node_modules/@anthropic-ai/sdk/streaming.d.ts.map +1 -0
  224. package/demo/node_modules/@anthropic-ai/sdk/streaming.js +431 -0
  225. package/demo/node_modules/@anthropic-ai/sdk/streaming.js.map +1 -0
  226. package/demo/node_modules/@anthropic-ai/sdk/streaming.mjs +424 -0
  227. package/demo/node_modules/@anthropic-ai/sdk/streaming.mjs.map +1 -0
  228. package/demo/node_modules/@anthropic-ai/sdk/uploads.d.ts +75 -0
  229. package/demo/node_modules/@anthropic-ai/sdk/uploads.d.ts.map +1 -0
  230. package/demo/node_modules/@anthropic-ai/sdk/uploads.js +165 -0
  231. package/demo/node_modules/@anthropic-ai/sdk/uploads.js.map +1 -0
  232. package/demo/node_modules/@anthropic-ai/sdk/uploads.mjs +152 -0
  233. package/demo/node_modules/@anthropic-ai/sdk/uploads.mjs.map +1 -0
  234. package/demo/node_modules/@anthropic-ai/sdk/version.d.ts +2 -0
  235. package/demo/node_modules/@anthropic-ai/sdk/version.d.ts.map +1 -0
  236. package/demo/node_modules/@anthropic-ai/sdk/version.js +5 -0
  237. package/demo/node_modules/@anthropic-ai/sdk/version.js.map +1 -0
  238. package/demo/node_modules/@anthropic-ai/sdk/version.mjs +2 -0
  239. package/demo/node_modules/@anthropic-ai/sdk/version.mjs.map +1 -0
  240. package/demo/node_modules/@types/node/LICENSE +21 -0
  241. package/demo/node_modules/@types/node/README.md +15 -0
  242. package/demo/node_modules/@types/node/assert/strict.d.ts +8 -0
  243. package/demo/node_modules/@types/node/assert.d.ts +985 -0
  244. package/demo/node_modules/@types/node/async_hooks.d.ts +522 -0
  245. package/demo/node_modules/@types/node/buffer.d.ts +2353 -0
  246. package/demo/node_modules/@types/node/child_process.d.ts +1544 -0
  247. package/demo/node_modules/@types/node/cluster.d.ts +578 -0
  248. package/demo/node_modules/@types/node/console.d.ts +452 -0
  249. package/demo/node_modules/@types/node/constants.d.ts +19 -0
  250. package/demo/node_modules/@types/node/crypto.d.ts +4457 -0
  251. package/demo/node_modules/@types/node/dgram.d.ts +596 -0
  252. package/demo/node_modules/@types/node/diagnostics_channel.d.ts +546 -0
  253. package/demo/node_modules/@types/node/dns/promises.d.ts +473 -0
  254. package/demo/node_modules/@types/node/dns.d.ts +853 -0
  255. package/demo/node_modules/@types/node/dom-events.d.ts +124 -0
  256. package/demo/node_modules/@types/node/domain.d.ts +170 -0
  257. package/demo/node_modules/@types/node/events.d.ts +819 -0
  258. package/demo/node_modules/@types/node/fs/promises.d.ts +1205 -0
  259. package/demo/node_modules/@types/node/fs.d.ts +4237 -0
  260. package/demo/node_modules/@types/node/globals.d.ts +377 -0
  261. package/demo/node_modules/@types/node/globals.global.d.ts +1 -0
  262. package/demo/node_modules/@types/node/http.d.ts +1803 -0
  263. package/demo/node_modules/@types/node/http2.d.ts +2392 -0
  264. package/demo/node_modules/@types/node/https.d.ts +544 -0
  265. package/demo/node_modules/@types/node/index.d.ts +88 -0
  266. package/demo/node_modules/@types/node/inspector.d.ts +2738 -0
  267. package/demo/node_modules/@types/node/module.d.ts +298 -0
  268. package/demo/node_modules/@types/node/net.d.ts +918 -0
  269. package/demo/node_modules/@types/node/os.d.ts +473 -0
  270. package/demo/node_modules/@types/node/package.json +222 -0
  271. package/demo/node_modules/@types/node/path.d.ts +191 -0
  272. package/demo/node_modules/@types/node/perf_hooks.d.ts +626 -0
  273. package/demo/node_modules/@types/node/process.d.ts +1548 -0
  274. package/demo/node_modules/@types/node/punycode.d.ts +117 -0
  275. package/demo/node_modules/@types/node/querystring.d.ts +141 -0
  276. package/demo/node_modules/@types/node/readline/promises.d.ts +143 -0
  277. package/demo/node_modules/@types/node/readline.d.ts +666 -0
  278. package/demo/node_modules/@types/node/repl.d.ts +430 -0
  279. package/demo/node_modules/@types/node/stream/consumers.d.ts +12 -0
  280. package/demo/node_modules/@types/node/stream/promises.d.ts +83 -0
  281. package/demo/node_modules/@types/node/stream/web.d.ts +352 -0
  282. package/demo/node_modules/@types/node/stream.d.ts +1731 -0
  283. package/demo/node_modules/@types/node/string_decoder.d.ts +67 -0
  284. package/demo/node_modules/@types/node/test.d.ts +1113 -0
  285. package/demo/node_modules/@types/node/timers/promises.d.ts +93 -0
  286. package/demo/node_modules/@types/node/timers.d.ts +126 -0
  287. package/demo/node_modules/@types/node/tls.d.ts +1203 -0
  288. package/demo/node_modules/@types/node/trace_events.d.ts +171 -0
  289. package/demo/node_modules/@types/node/tty.d.ts +206 -0
  290. package/demo/node_modules/@types/node/url.d.ts +954 -0
  291. package/demo/node_modules/@types/node/util.d.ts +2075 -0
  292. package/demo/node_modules/@types/node/v8.d.ts +753 -0
  293. package/demo/node_modules/@types/node/vm.d.ts +667 -0
  294. package/demo/node_modules/@types/node/wasi.d.ts +160 -0
  295. package/demo/node_modules/@types/node/worker_threads.d.ts +692 -0
  296. package/demo/node_modules/@types/node/zlib.d.ts +517 -0
  297. package/demo/node_modules/@types/node-fetch/LICENSE +21 -0
  298. package/demo/node_modules/@types/node-fetch/README.md +15 -0
  299. package/demo/node_modules/@types/node-fetch/externals.d.ts +32 -0
  300. package/demo/node_modules/@types/node-fetch/index.d.ts +238 -0
  301. package/demo/node_modules/@types/node-fetch/package.json +83 -0
  302. package/demo/node_modules/abort-controller/LICENSE +21 -0
  303. package/demo/node_modules/abort-controller/README.md +98 -0
  304. package/demo/node_modules/abort-controller/browser.js +13 -0
  305. package/demo/node_modules/abort-controller/browser.mjs +11 -0
  306. package/demo/node_modules/abort-controller/package.json +97 -0
  307. package/demo/node_modules/abort-controller/polyfill.js +21 -0
  308. package/demo/node_modules/abort-controller/polyfill.mjs +19 -0
  309. package/demo/node_modules/agentkeepalive/History.md +268 -0
  310. package/demo/node_modules/agentkeepalive/LICENSE +23 -0
  311. package/demo/node_modules/agentkeepalive/README.md +256 -0
  312. package/demo/node_modules/agentkeepalive/browser.js +5 -0
  313. package/demo/node_modules/agentkeepalive/index.d.ts +65 -0
  314. package/demo/node_modules/agentkeepalive/index.js +5 -0
  315. package/demo/node_modules/agentkeepalive/lib/agent.js +402 -0
  316. package/demo/node_modules/agentkeepalive/lib/constants.js +14 -0
  317. package/demo/node_modules/agentkeepalive/lib/https_agent.js +51 -0
  318. package/demo/node_modules/agentkeepalive/package.json +56 -0
  319. package/demo/node_modules/asynckit/LICENSE +21 -0
  320. package/demo/node_modules/asynckit/README.md +233 -0
  321. package/demo/node_modules/asynckit/bench.js +76 -0
  322. package/demo/node_modules/asynckit/index.js +6 -0
  323. package/demo/node_modules/asynckit/lib/abort.js +29 -0
  324. package/demo/node_modules/asynckit/lib/async.js +34 -0
  325. package/demo/node_modules/asynckit/lib/defer.js +26 -0
  326. package/demo/node_modules/asynckit/lib/iterate.js +75 -0
  327. package/demo/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  328. package/demo/node_modules/asynckit/lib/readable_parallel.js +25 -0
  329. package/demo/node_modules/asynckit/lib/readable_serial.js +25 -0
  330. package/demo/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  331. package/demo/node_modules/asynckit/lib/state.js +37 -0
  332. package/demo/node_modules/asynckit/lib/streamify.js +141 -0
  333. package/demo/node_modules/asynckit/lib/terminator.js +29 -0
  334. package/demo/node_modules/asynckit/package.json +63 -0
  335. package/demo/node_modules/asynckit/parallel.js +43 -0
  336. package/demo/node_modules/asynckit/serial.js +17 -0
  337. package/demo/node_modules/asynckit/serialOrdered.js +75 -0
  338. package/demo/node_modules/asynckit/stream.js +21 -0
  339. package/demo/node_modules/combined-stream/License +19 -0
  340. package/demo/node_modules/combined-stream/Readme.md +138 -0
  341. package/demo/node_modules/combined-stream/lib/combined_stream.js +208 -0
  342. package/demo/node_modules/combined-stream/package.json +25 -0
  343. package/demo/node_modules/combined-stream/yarn.lock +17 -0
  344. package/demo/node_modules/delayed-stream/License +19 -0
  345. package/demo/node_modules/delayed-stream/Makefile +7 -0
  346. package/demo/node_modules/delayed-stream/Readme.md +141 -0
  347. package/demo/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  348. package/demo/node_modules/delayed-stream/package.json +27 -0
  349. package/demo/node_modules/dotenv/CHANGELOG.md +475 -0
  350. package/demo/node_modules/dotenv/LICENSE +23 -0
  351. package/demo/node_modules/dotenv/README-es.md +448 -0
  352. package/demo/node_modules/dotenv/README.md +728 -0
  353. package/demo/node_modules/dotenv/config.d.ts +1 -0
  354. package/demo/node_modules/dotenv/config.js +9 -0
  355. package/demo/node_modules/dotenv/lib/cli-options.js +11 -0
  356. package/demo/node_modules/dotenv/lib/env-options.js +24 -0
  357. package/demo/node_modules/dotenv/lib/main.d.ts +153 -0
  358. package/demo/node_modules/dotenv/lib/main.js +361 -0
  359. package/demo/node_modules/dotenv/package.json +65 -0
  360. package/demo/node_modules/event-target-shim/LICENSE +22 -0
  361. package/demo/node_modules/event-target-shim/README.md +293 -0
  362. package/demo/node_modules/event-target-shim/index.d.ts +399 -0
  363. package/demo/node_modules/event-target-shim/package.json +82 -0
  364. package/demo/node_modules/form-data/License +19 -0
  365. package/demo/node_modules/form-data/README.md.bak +358 -0
  366. package/demo/node_modules/form-data/Readme.md +358 -0
  367. package/demo/node_modules/form-data/index.d.ts +62 -0
  368. package/demo/node_modules/form-data/lib/browser.js +2 -0
  369. package/demo/node_modules/form-data/lib/form_data.js +501 -0
  370. package/demo/node_modules/form-data/lib/populate.js +10 -0
  371. package/demo/node_modules/form-data/package.json +68 -0
  372. package/demo/node_modules/form-data-encoder/@type/FileLike.d.ts +23 -0
  373. package/demo/node_modules/form-data-encoder/@type/FormDataEncoder.d.ts +160 -0
  374. package/demo/node_modules/form-data-encoder/@type/FormDataLike.d.ts +40 -0
  375. package/demo/node_modules/form-data-encoder/@type/index.d.ts +5 -0
  376. package/demo/node_modules/form-data-encoder/@type/util/createBoundary.d.ts +13 -0
  377. package/demo/node_modules/form-data-encoder/@type/util/escapeName.d.ts +11 -0
  378. package/demo/node_modules/form-data-encoder/@type/util/isFileLike.d.ts +28 -0
  379. package/demo/node_modules/form-data-encoder/@type/util/isFormData.d.ts +15 -0
  380. package/demo/node_modules/form-data-encoder/@type/util/isFunction.d.ts +7 -0
  381. package/demo/node_modules/form-data-encoder/@type/util/isPlainObject.d.ts +2 -0
  382. package/demo/node_modules/form-data-encoder/@type/util/normalizeValue.d.ts +11 -0
  383. package/demo/node_modules/form-data-encoder/lib/cjs/FileLike.js +2 -0
  384. package/demo/node_modules/form-data-encoder/lib/cjs/FormDataEncoder.js +126 -0
  385. package/demo/node_modules/form-data-encoder/lib/cjs/FormDataLike.js +2 -0
  386. package/demo/node_modules/form-data-encoder/lib/cjs/index.js +17 -0
  387. package/demo/node_modules/form-data-encoder/lib/cjs/package.json +3 -0
  388. package/demo/node_modules/form-data-encoder/lib/cjs/util/createBoundary.js +12 -0
  389. package/demo/node_modules/form-data-encoder/lib/cjs/util/escapeName.js +7 -0
  390. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFileLike.js +16 -0
  391. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFormData.js +16 -0
  392. package/demo/node_modules/form-data-encoder/lib/cjs/util/isFunction.js +4 -0
  393. package/demo/node_modules/form-data-encoder/lib/cjs/util/isPlainObject.js +15 -0
  394. package/demo/node_modules/form-data-encoder/lib/cjs/util/normalizeValue.js +11 -0
  395. package/demo/node_modules/form-data-encoder/lib/esm/FileLike.js +1 -0
  396. package/demo/node_modules/form-data-encoder/lib/esm/FormDataEncoder.js +119 -0
  397. package/demo/node_modules/form-data-encoder/lib/esm/FormDataLike.js +1 -0
  398. package/demo/node_modules/form-data-encoder/lib/esm/index.js +5 -0
  399. package/demo/node_modules/form-data-encoder/lib/esm/package.json +3 -0
  400. package/demo/node_modules/form-data-encoder/lib/esm/util/createBoundary.js +10 -0
  401. package/demo/node_modules/form-data-encoder/lib/esm/util/escapeName.js +5 -0
  402. package/demo/node_modules/form-data-encoder/lib/esm/util/isFileLike.js +9 -0
  403. package/demo/node_modules/form-data-encoder/lib/esm/util/isFormData.js +9 -0
  404. package/demo/node_modules/form-data-encoder/lib/esm/util/isFunction.js +2 -0
  405. package/demo/node_modules/form-data-encoder/lib/esm/util/isPlainObject.js +13 -0
  406. package/demo/node_modules/form-data-encoder/lib/esm/util/normalizeValue.js +9 -0
  407. package/demo/node_modules/form-data-encoder/license +21 -0
  408. package/demo/node_modules/form-data-encoder/package.json +63 -0
  409. package/demo/node_modules/form-data-encoder/readme.md +366 -0
  410. package/demo/node_modules/formdata-node/@type/Blob.d.ts +66 -0
  411. package/demo/node_modules/formdata-node/@type/BlobPart.d.ts +2 -0
  412. package/demo/node_modules/formdata-node/@type/File.d.ts +53 -0
  413. package/demo/node_modules/formdata-node/@type/FormData.d.ts +105 -0
  414. package/demo/node_modules/formdata-node/@type/blobHelpers.d.ts +9 -0
  415. package/demo/node_modules/formdata-node/@type/browser.d.ts +10 -0
  416. package/demo/node_modules/formdata-node/@type/deprecateConstructorEntries.d.ts +1 -0
  417. package/demo/node_modules/formdata-node/@type/fileFromPath.d.ts +55 -0
  418. package/demo/node_modules/formdata-node/@type/index.d.ts +3 -0
  419. package/demo/node_modules/formdata-node/@type/isBlob.d.ts +2 -0
  420. package/demo/node_modules/formdata-node/@type/isFile.d.ts +7 -0
  421. package/demo/node_modules/formdata-node/@type/isFunction.d.ts +1 -0
  422. package/demo/node_modules/formdata-node/@type/isPlainObject.d.ts +2 -0
  423. package/demo/node_modules/formdata-node/lib/cjs/Blob.js +122 -0
  424. package/demo/node_modules/formdata-node/lib/cjs/BlobPart.js +2 -0
  425. package/demo/node_modules/formdata-node/lib/cjs/File.js +52 -0
  426. package/demo/node_modules/formdata-node/lib/cjs/FormData.js +148 -0
  427. package/demo/node_modules/formdata-node/lib/cjs/blobHelpers.js +80 -0
  428. package/demo/node_modules/formdata-node/lib/cjs/browser.js +13 -0
  429. package/demo/node_modules/formdata-node/lib/cjs/deprecateConstructorEntries.js +6 -0
  430. package/demo/node_modules/formdata-node/lib/cjs/fileFromPath.js +97 -0
  431. package/demo/node_modules/formdata-node/lib/cjs/index.js +15 -0
  432. package/demo/node_modules/formdata-node/lib/cjs/isBlob.js +6 -0
  433. package/demo/node_modules/formdata-node/lib/cjs/isFile.js +6 -0
  434. package/demo/node_modules/formdata-node/lib/cjs/isFunction.js +5 -0
  435. package/demo/node_modules/formdata-node/lib/cjs/isPlainObject.js +15 -0
  436. package/demo/node_modules/formdata-node/lib/cjs/package.json +3 -0
  437. package/demo/node_modules/formdata-node/lib/esm/Blob.js +118 -0
  438. package/demo/node_modules/formdata-node/lib/esm/BlobPart.js +1 -0
  439. package/demo/node_modules/formdata-node/lib/esm/File.js +48 -0
  440. package/demo/node_modules/formdata-node/lib/esm/FormData.js +144 -0
  441. package/demo/node_modules/formdata-node/lib/esm/blobHelpers.js +75 -0
  442. package/demo/node_modules/formdata-node/lib/esm/browser.js +10 -0
  443. package/demo/node_modules/formdata-node/lib/esm/deprecateConstructorEntries.js +3 -0
  444. package/demo/node_modules/formdata-node/lib/esm/fileFromPath.js +79 -0
  445. package/demo/node_modules/formdata-node/lib/esm/index.js +3 -0
  446. package/demo/node_modules/formdata-node/lib/esm/isBlob.js +2 -0
  447. package/demo/node_modules/formdata-node/lib/esm/isFile.js +2 -0
  448. package/demo/node_modules/formdata-node/lib/esm/isFunction.js +1 -0
  449. package/demo/node_modules/formdata-node/lib/esm/isPlainObject.js +13 -0
  450. package/demo/node_modules/formdata-node/lib/esm/package.json +3 -0
  451. package/demo/node_modules/formdata-node/lib/node-domexception.d.ts +5 -0
  452. package/demo/node_modules/formdata-node/license +21 -0
  453. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/LICENSE +22 -0
  454. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/README.md +135 -0
  455. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/es5/package.json +6 -0
  456. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/package.json +101 -0
  457. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/polyfill/es5/package.json +5 -0
  458. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/polyfill/package.json +5 -0
  459. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/polyfill.d.ts +62 -0
  460. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/ponyfill.d.ts +775 -0
  461. package/demo/node_modules/formdata-node/node_modules/web-streams-polyfill/types/tsdoc-metadata.json +11 -0
  462. package/demo/node_modules/formdata-node/package.json +94 -0
  463. package/demo/node_modules/formdata-node/readme.md +444 -0
  464. package/demo/node_modules/humanize-ms/History.md +25 -0
  465. package/demo/node_modules/humanize-ms/LICENSE +17 -0
  466. package/demo/node_modules/humanize-ms/README.md +40 -0
  467. package/demo/node_modules/humanize-ms/index.js +24 -0
  468. package/demo/node_modules/humanize-ms/package.json +37 -0
  469. package/demo/node_modules/mime-db/HISTORY.md +507 -0
  470. package/demo/node_modules/mime-db/LICENSE +23 -0
  471. package/demo/node_modules/mime-db/README.md +100 -0
  472. package/demo/node_modules/mime-db/db.json +8519 -0
  473. package/demo/node_modules/mime-db/index.js +12 -0
  474. package/demo/node_modules/mime-db/package.json +60 -0
  475. package/demo/node_modules/mime-types/HISTORY.md +397 -0
  476. package/demo/node_modules/mime-types/LICENSE +23 -0
  477. package/demo/node_modules/mime-types/README.md +113 -0
  478. package/demo/node_modules/mime-types/index.js +188 -0
  479. package/demo/node_modules/mime-types/package.json +44 -0
  480. package/demo/node_modules/ms/index.js +162 -0
  481. package/demo/node_modules/ms/license.md +21 -0
  482. package/demo/node_modules/ms/package.json +38 -0
  483. package/demo/node_modules/ms/readme.md +59 -0
  484. package/demo/node_modules/node-domexception/.history/README_20210527203617.md +2 -0
  485. package/demo/node_modules/node-domexception/.history/README_20210527212714.md +41 -0
  486. package/demo/node_modules/node-domexception/.history/README_20210527213345.md +36 -0
  487. package/demo/node_modules/node-domexception/.history/README_20210527213411.md +36 -0
  488. package/demo/node_modules/node-domexception/.history/README_20210527213803.md +36 -0
  489. package/demo/node_modules/node-domexception/.history/README_20210527214323.md +38 -0
  490. package/demo/node_modules/node-domexception/.history/README_20210527214408.md +38 -0
  491. package/demo/node_modules/node-domexception/.history/index_20210527203842.js +0 -0
  492. package/demo/node_modules/node-domexception/.history/index_20210527203947.js +8 -0
  493. package/demo/node_modules/node-domexception/.history/index_20210527204259.js +9 -0
  494. package/demo/node_modules/node-domexception/.history/index_20210527204418.js +9 -0
  495. package/demo/node_modules/node-domexception/.history/index_20210527204756.js +11 -0
  496. package/demo/node_modules/node-domexception/.history/index_20210527204833.js +11 -0
  497. package/demo/node_modules/node-domexception/.history/index_20210527211208.js +15 -0
  498. package/demo/node_modules/node-domexception/.history/index_20210527211248.js +15 -0
  499. package/demo/node_modules/node-domexception/.history/index_20210527212722.js +23 -0
  500. package/demo/node_modules/node-domexception/.history/index_20210527212731.js +23 -0
  501. package/demo/node_modules/node-domexception/.history/index_20210527212746.js +15 -0
  502. package/demo/node_modules/node-domexception/.history/index_20210527212900.js +16 -0
  503. package/demo/node_modules/node-domexception/.history/index_20210527213022.js +16 -0
  504. package/demo/node_modules/node-domexception/.history/index_20210527213822.js +16 -0
  505. package/demo/node_modules/node-domexception/.history/index_20210527213843.js +17 -0
  506. package/demo/node_modules/node-domexception/.history/index_20210527213852.js +17 -0
  507. package/demo/node_modules/node-domexception/.history/index_20210527213910.js +16 -0
  508. package/demo/node_modules/node-domexception/.history/index_20210527214034.js +16 -0
  509. package/demo/node_modules/node-domexception/.history/index_20210527214643.js +41 -0
  510. package/demo/node_modules/node-domexception/.history/index_20210527214654.js +41 -0
  511. package/demo/node_modules/node-domexception/.history/index_20210527214700.js +16 -0
  512. package/demo/node_modules/node-domexception/.history/package_20210527203733.json +19 -0
  513. package/demo/node_modules/node-domexception/.history/package_20210527203825.json +16 -0
  514. package/demo/node_modules/node-domexception/.history/package_20210527204621.json +19 -0
  515. package/demo/node_modules/node-domexception/.history/package_20210527204913.json +25 -0
  516. package/demo/node_modules/node-domexception/.history/package_20210527204925.json +25 -0
  517. package/demo/node_modules/node-domexception/.history/package_20210527205145.json +29 -0
  518. package/demo/node_modules/node-domexception/.history/package_20210527205156.json +29 -0
  519. package/demo/node_modules/node-domexception/.history/test_20210527205603.js +0 -0
  520. package/demo/node_modules/node-domexception/.history/test_20210527205957.js +3 -0
  521. package/demo/node_modules/node-domexception/.history/test_20210527210021.js +3 -0
  522. package/demo/node_modules/node-domexception/LICENSE +21 -0
  523. package/demo/node_modules/node-domexception/README.md +46 -0
  524. package/demo/node_modules/node-domexception/index.js +16 -0
  525. package/demo/node_modules/node-domexception/package.json +29 -0
  526. package/demo/node_modules/node-fetch/LICENSE.md +22 -0
  527. package/demo/node_modules/node-fetch/README.md +634 -0
  528. package/demo/node_modules/node-fetch/browser.js +25 -0
  529. package/demo/node_modules/node-fetch/lib/index.es.js +1777 -0
  530. package/demo/node_modules/node-fetch/lib/index.js +1787 -0
  531. package/demo/node_modules/node-fetch/lib/index.mjs +1775 -0
  532. package/demo/node_modules/node-fetch/package.json +89 -0
  533. package/demo/node_modules/tr46/index.js +193 -0
  534. package/demo/node_modules/tr46/lib/.gitkeep +0 -0
  535. package/demo/node_modules/tr46/lib/mappingTable.json +1 -0
  536. package/demo/node_modules/tr46/package.json +31 -0
  537. package/demo/node_modules/undici-types/README.md +6 -0
  538. package/demo/node_modules/undici-types/agent.d.ts +31 -0
  539. package/demo/node_modules/undici-types/api.d.ts +43 -0
  540. package/demo/node_modules/undici-types/balanced-pool.d.ts +18 -0
  541. package/demo/node_modules/undici-types/cache.d.ts +36 -0
  542. package/demo/node_modules/undici-types/client.d.ts +97 -0
  543. package/demo/node_modules/undici-types/connector.d.ts +34 -0
  544. package/demo/node_modules/undici-types/content-type.d.ts +21 -0
  545. package/demo/node_modules/undici-types/cookies.d.ts +28 -0
  546. package/demo/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  547. package/demo/node_modules/undici-types/dispatcher.d.ts +241 -0
  548. package/demo/node_modules/undici-types/errors.d.ts +128 -0
  549. package/demo/node_modules/undici-types/fetch.d.ts +209 -0
  550. package/demo/node_modules/undici-types/file.d.ts +39 -0
  551. package/demo/node_modules/undici-types/filereader.d.ts +54 -0
  552. package/demo/node_modules/undici-types/formdata.d.ts +108 -0
  553. package/demo/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  554. package/demo/node_modules/undici-types/global-origin.d.ts +7 -0
  555. package/demo/node_modules/undici-types/handlers.d.ts +9 -0
  556. package/demo/node_modules/undici-types/header.d.ts +4 -0
  557. package/demo/node_modules/undici-types/index.d.ts +63 -0
  558. package/demo/node_modules/undici-types/interceptors.d.ts +5 -0
  559. package/demo/node_modules/undici-types/mock-agent.d.ts +50 -0
  560. package/demo/node_modules/undici-types/mock-client.d.ts +25 -0
  561. package/demo/node_modules/undici-types/mock-errors.d.ts +12 -0
  562. package/demo/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  563. package/demo/node_modules/undici-types/mock-pool.d.ts +25 -0
  564. package/demo/node_modules/undici-types/package.json +55 -0
  565. package/demo/node_modules/undici-types/patch.d.ts +71 -0
  566. package/demo/node_modules/undici-types/pool-stats.d.ts +19 -0
  567. package/demo/node_modules/undici-types/pool.d.ts +28 -0
  568. package/demo/node_modules/undici-types/proxy-agent.d.ts +30 -0
  569. package/demo/node_modules/undici-types/readable.d.ts +61 -0
  570. package/demo/node_modules/undici-types/webidl.d.ts +220 -0
  571. package/demo/node_modules/undici-types/websocket.d.ts +131 -0
  572. package/demo/node_modules/web-streams-polyfill/LICENSE +22 -0
  573. package/demo/node_modules/web-streams-polyfill/README.md +110 -0
  574. package/demo/node_modules/web-streams-polyfill/es2018/package.json +14 -0
  575. package/demo/node_modules/web-streams-polyfill/es6/package.json +14 -0
  576. package/demo/node_modules/web-streams-polyfill/package.json +83 -0
  577. package/demo/node_modules/web-streams-polyfill/ponyfill/es2018/package.json +13 -0
  578. package/demo/node_modules/web-streams-polyfill/ponyfill/es6/package.json +13 -0
  579. package/demo/node_modules/web-streams-polyfill/ponyfill/package.json +13 -0
  580. package/demo/node_modules/webidl-conversions/LICENSE.md +12 -0
  581. package/demo/node_modules/webidl-conversions/README.md +53 -0
  582. package/demo/node_modules/webidl-conversions/lib/index.js +189 -0
  583. package/demo/node_modules/webidl-conversions/package.json +23 -0
  584. package/demo/node_modules/whatwg-url/LICENSE.txt +21 -0
  585. package/demo/node_modules/whatwg-url/README.md +67 -0
  586. package/demo/node_modules/whatwg-url/lib/URL-impl.js +200 -0
  587. package/demo/node_modules/whatwg-url/lib/URL.js +196 -0
  588. package/demo/node_modules/whatwg-url/lib/public-api.js +11 -0
  589. package/demo/node_modules/whatwg-url/lib/url-state-machine.js +1297 -0
  590. package/demo/node_modules/whatwg-url/lib/utils.js +20 -0
  591. package/demo/node_modules/whatwg-url/package.json +32 -0
  592. package/demo/parallel.mjs +22 -21
  593. package/index.js +67 -50
  594. package/package.json +5 -4
@@ -0,0 +1,8 @@
1
+ Copyright 2023 Anthropic, PBC.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8
+
@@ -0,0 +1,424 @@
1
+ # Anthropic TypeScript API Library
2
+
3
+ [![NPM version](https://img.shields.io/npm/v/@anthropic-ai/sdk.svg)](https://npmjs.org/package/@anthropic-ai/sdk)
4
+
5
+ This library provides convenient access to the Anthropic REST API from server-side TypeScript or JavaScript.
6
+
7
+ The REST API documentation can be found [on docs.anthropic.com](https://docs.anthropic.com/claude/reference/). The full API of this library can be found in [api.md](api.md).
8
+
9
+ ## Installation
10
+
11
+ ```sh
12
+ npm install @anthropic-ai/sdk
13
+ ```
14
+
15
+ ## Usage
16
+
17
+ The full API of this library can be found in [api.md](api.md).
18
+
19
+ <!-- prettier-ignore -->
20
+ ```js
21
+ import Anthropic from '@anthropic-ai/sdk';
22
+
23
+ const anthropic = new Anthropic({
24
+ apiKey: process.env['ANTHROPIC_API_KEY'], // This is the default and can be omitted
25
+ });
26
+
27
+ async function main() {
28
+ const message = await anthropic.messages.create({
29
+ max_tokens: 1024,
30
+ messages: [{ role: 'user', content: 'Hello, Claude' }],
31
+ model: 'claude-3-opus-20240229',
32
+ });
33
+
34
+ console.log(message.content);
35
+ }
36
+
37
+ main();
38
+ ```
39
+
40
+ ## Streaming responses
41
+
42
+ We provide support for streaming responses using Server Sent Events (SSE).
43
+
44
+ ```ts
45
+ import Anthropic from '@anthropic-ai/sdk';
46
+
47
+ const anthropic = new Anthropic();
48
+
49
+ const stream = await anthropic.messages.create({
50
+ max_tokens: 1024,
51
+ messages: [{ role: 'user', content: 'Hello, Claude' }],
52
+ model: 'claude-3-opus-20240229',
53
+ stream: true,
54
+ });
55
+ for await (const messageStreamEvent of stream) {
56
+ console.log(messageStreamEvent.type);
57
+ }
58
+ ```
59
+
60
+ If you need to cancel a stream, you can `break` from the loop
61
+ or call `stream.controller.abort()`.
62
+
63
+ ### Request & Response types
64
+
65
+ This library includes TypeScript definitions for all request params and response fields. You may import and use them like so:
66
+
67
+ <!-- prettier-ignore -->
68
+ ```ts
69
+ import Anthropic from '@anthropic-ai/sdk';
70
+
71
+ const anthropic = new Anthropic({
72
+ apiKey: process.env['ANTHROPIC_API_KEY'], // This is the default and can be omitted
73
+ });
74
+
75
+ async function main() {
76
+ const params: Anthropic.MessageCreateParams = {
77
+ max_tokens: 1024,
78
+ messages: [{ role: 'user', content: 'Hello, Claude' }],
79
+ model: 'claude-3-opus-20240229',
80
+ };
81
+ const message: Anthropic.Message = await anthropic.messages.create(params);
82
+ }
83
+
84
+ main();
85
+ ```
86
+
87
+ Documentation for each method, request param, and response field are available in docstrings and will appear on hover in most modern editors.
88
+
89
+ ## Counting Tokens
90
+
91
+ You can see the exact usage for a given request through the `usage` response property, e.g.
92
+
93
+ ```ts
94
+ const message = await client.messages.create(...)
95
+ console.log(message.usage)
96
+ // { input_tokens: 25, output_tokens: 13 }
97
+ ```
98
+
99
+ ## Streaming Helpers
100
+
101
+ This library provides several conveniences for streaming messages, for example:
102
+
103
+ ```ts
104
+ import Anthropic from '@anthropic-ai/sdk';
105
+
106
+ const anthropic = new Anthropic();
107
+
108
+ async function main() {
109
+ const stream = anthropic.messages
110
+ .stream({
111
+ model: 'claude-3-opus-20240229',
112
+ max_tokens: 1024,
113
+ messages: [
114
+ {
115
+ role: 'user',
116
+ content: 'Say hello there!',
117
+ },
118
+ ],
119
+ })
120
+ .on('text', (text) => {
121
+ console.log(text);
122
+ });
123
+
124
+ const message = await stream.finalMessage();
125
+ console.log(message);
126
+ }
127
+
128
+ main();
129
+ ```
130
+
131
+ Streaming with `client.messages.stream(...)` exposes [various helpers for your convenience](helpers.md) including event handlers and accumulation.
132
+
133
+ Alternatively, you can use `client.messages.create({ ..., stream: true })` which only returns an async iterable of the events in the stream and thus uses less memory (it does not build up a final message object for you).
134
+
135
+ ## Tool use beta
136
+
137
+ This SDK provides beta support for tool use, aka function calling. More details can be found in [the documentation](https://docs.anthropic.com/claude/docs/tool-use).
138
+
139
+ ## AWS Bedrock
140
+
141
+ We provide support for the [Anthropic Bedrock API](https://aws.amazon.com/bedrock/claude/) through a [separate package](https://github.com/anthropics/anthropic-sdk-typescript/tree/main/packages/bedrock-sdk).
142
+
143
+ ## Handling errors
144
+
145
+ When the library is unable to connect to the API,
146
+ or if the API returns a non-success status code (i.e., 4xx or 5xx response),
147
+ a subclass of `APIError` will be thrown:
148
+
149
+ <!-- prettier-ignore -->
150
+ ```ts
151
+ async function main() {
152
+ const message = await anthropic.messages
153
+ .create({
154
+ max_tokens: 1024,
155
+ messages: [{ role: 'user', content: 'Hello, Claude' }],
156
+ model: 'claude-3-opus-20240229',
157
+ })
158
+ .catch(async (err) => {
159
+ if (err instanceof Anthropic.APIError) {
160
+ console.log(err.status); // 400
161
+ console.log(err.name); // BadRequestError
162
+ console.log(err.headers); // {server: 'nginx', ...}
163
+ } else {
164
+ throw err;
165
+ }
166
+ });
167
+ }
168
+
169
+ main();
170
+ ```
171
+
172
+ Error codes are as followed:
173
+
174
+ | Status Code | Error Type |
175
+ | ----------- | -------------------------- |
176
+ | 400 | `BadRequestError` |
177
+ | 401 | `AuthenticationError` |
178
+ | 403 | `PermissionDeniedError` |
179
+ | 404 | `NotFoundError` |
180
+ | 422 | `UnprocessableEntityError` |
181
+ | 429 | `RateLimitError` |
182
+ | >=500 | `InternalServerError` |
183
+ | N/A | `APIConnectionError` |
184
+
185
+ ### Retries
186
+
187
+ Certain errors will be automatically retried 2 times by default, with a short exponential backoff.
188
+ Connection errors (for example, due to a network connectivity problem), 408 Request Timeout, 409 Conflict,
189
+ 429 Rate Limit, and >=500 Internal errors will all be retried by default.
190
+
191
+ You can use the `maxRetries` option to configure or disable this:
192
+
193
+ <!-- prettier-ignore -->
194
+ ```js
195
+ // Configure the default for all requests:
196
+ const anthropic = new Anthropic({
197
+ maxRetries: 0, // default is 2
198
+ });
199
+
200
+ // Or, configure per-request:
201
+ await anthropic.messages.create({ max_tokens: 1024, messages: [{ role: 'user', content: 'Hello, Claude' }], model: 'claude-3-opus-20240229' }, {
202
+ maxRetries: 5,
203
+ });
204
+ ```
205
+
206
+ ### Timeouts
207
+
208
+ Requests time out after 10 minutes by default. You can configure this with a `timeout` option:
209
+
210
+ <!-- prettier-ignore -->
211
+ ```ts
212
+ // Configure the default for all requests:
213
+ const anthropic = new Anthropic({
214
+ timeout: 20 * 1000, // 20 seconds (default is 10 minutes)
215
+ });
216
+
217
+ // Override per-request:
218
+ await anthropic.messages.create({ max_tokens: 1024, messages: [{ role: 'user', content: 'Hello, Claude' }], model: 'claude-3-opus-20240229' }, {
219
+ timeout: 5 * 1000,
220
+ });
221
+ ```
222
+
223
+ On timeout, an `APIConnectionTimeoutError` is thrown.
224
+
225
+ Note that requests which time out will be [retried twice by default](#retries).
226
+
227
+ ## Default Headers
228
+
229
+ We automatically send the `anthropic-version` header set to `2023-06-01`.
230
+
231
+ If you need to, you can override it by setting default headers on a per-request basis.
232
+
233
+ Be aware that doing so may result in incorrect types and other unexpected or undefined behavior in the SDK.
234
+
235
+ ```ts
236
+ import Anthropic from '@anthropic-ai/sdk';
237
+
238
+ const anthropic = new Anthropic();
239
+
240
+ const message = await anthropic.messages.create(
241
+ {
242
+ max_tokens: 1024,
243
+ messages: [{ role: 'user', content: 'Hello, Claude' }],
244
+ model: 'claude-3-opus-20240229',
245
+ },
246
+ { headers: { 'anthropic-version': 'My-Custom-Value' } },
247
+ );
248
+ ```
249
+
250
+ ## Advanced Usage
251
+
252
+ ### Accessing raw Response data (e.g., headers)
253
+
254
+ The "raw" `Response` returned by `fetch()` can be accessed through the `.asResponse()` method on the `APIPromise` type that all methods return.
255
+
256
+ You can also use the `.withResponse()` method to get the raw `Response` along with the parsed data.
257
+
258
+ <!-- prettier-ignore -->
259
+ ```ts
260
+ const anthropic = new Anthropic();
261
+
262
+ const response = await anthropic.messages
263
+ .create({
264
+ max_tokens: 1024,
265
+ messages: [{ role: 'user', content: 'Hello, Claude' }],
266
+ model: 'claude-3-opus-20240229',
267
+ })
268
+ .asResponse();
269
+ console.log(response.headers.get('X-My-Header'));
270
+ console.log(response.statusText); // access the underlying Response object
271
+
272
+ const { data: message, response: raw } = await anthropic.messages
273
+ .create({
274
+ max_tokens: 1024,
275
+ messages: [{ role: 'user', content: 'Hello, Claude' }],
276
+ model: 'claude-3-opus-20240229',
277
+ })
278
+ .withResponse();
279
+ console.log(raw.headers.get('X-My-Header'));
280
+ console.log(message.content);
281
+ ```
282
+
283
+ ### Making custom/undocumented requests
284
+
285
+ This library is typed for convenient access to the documented API. If you need to access undocumented
286
+ endpoints, params, or response properties, the library can still be used.
287
+
288
+ #### Undocumented endpoints
289
+
290
+ To make requests to undocumented endpoints, you can use `client.get`, `client.post`, and other HTTP verbs.
291
+ Options on the client, such as retries, will be respected when making these requests.
292
+
293
+ ```ts
294
+ await client.post('/some/path', {
295
+ body: { some_prop: 'foo' },
296
+ query: { some_query_arg: 'bar' },
297
+ });
298
+ ```
299
+
300
+ #### Undocumented request params
301
+
302
+ To make requests using undocumented parameters, you may use `// @ts-expect-error` on the undocumented
303
+ parameter. This library doesn't validate at runtime that the request matches the type, so any extra values you
304
+ send will be sent as-is.
305
+
306
+ ```ts
307
+ client.foo.create({
308
+ foo: 'my_param',
309
+ bar: 12,
310
+ // @ts-expect-error baz is not yet public
311
+ baz: 'undocumented option',
312
+ });
313
+ ```
314
+
315
+ For requests with the `GET` verb, any extra params will be in the query, all other requests will send the
316
+ extra param in the body.
317
+
318
+ If you want to explicitly send an extra argument, you can do so with the `query`, `body`, and `headers` request
319
+ options.
320
+
321
+ #### Undocumented response properties
322
+
323
+ To access undocumented response properties, you may access the response object with `// @ts-expect-error` on
324
+ the response object, or cast the response object to the requisite type. Like the request params, we do not
325
+ validate or strip extra properties from the response from the API.
326
+
327
+ ### Customizing the fetch client
328
+
329
+ By default, this library uses `node-fetch` in Node, and expects a global `fetch` function in other environments.
330
+
331
+ If you would prefer to use a global, web-standards-compliant `fetch` function even in a Node environment,
332
+ (for example, if you are running Node with `--experimental-fetch` or using NextJS which polyfills with `undici`),
333
+ add the following import before your first import `from "Anthropic"`:
334
+
335
+ ```ts
336
+ // Tell TypeScript and the package to use the global web fetch instead of node-fetch.
337
+ // Note, despite the name, this does not add any polyfills, but expects them to be provided if needed.
338
+ import '@anthropic-ai/sdk/shims/web';
339
+ import Anthropic from '@anthropic-ai/sdk';
340
+ ```
341
+
342
+ To do the inverse, add `import "@anthropic-ai/sdk/shims/node"` (which does import polyfills).
343
+ This can also be useful if you are getting the wrong TypeScript types for `Response` ([more details](https://github.com/anthropics/anthropic-sdk-typescript/tree/main/src/_shims#readme)).
344
+
345
+ ### Logging and middleware
346
+
347
+ You may also provide a custom `fetch` function when instantiating the client,
348
+ which can be used to inspect or alter the `Request` or `Response` before/after each request:
349
+
350
+ ```ts
351
+ import { fetch } from 'undici'; // as one example
352
+ import Anthropic from '@anthropic-ai/sdk';
353
+
354
+ const client = new Anthropic({
355
+ fetch: async (url: RequestInfo, init?: RequestInit): Promise<Response> => {
356
+ console.log('About to make a request', url, init);
357
+ const response = await fetch(url, init);
358
+ console.log('Got response', response);
359
+ return response;
360
+ },
361
+ });
362
+ ```
363
+
364
+ Note that if given a `DEBUG=true` environment variable, this library will log all requests and responses automatically.
365
+ This is intended for debugging purposes only and may change in the future without notice.
366
+
367
+ ### Configuring an HTTP(S) Agent (e.g., for proxies)
368
+
369
+ By default, this library uses a stable agent for all http/https requests to reuse TCP connections, eliminating many TCP & TLS handshakes and shaving around 100ms off most requests.
370
+
371
+ If you would like to disable or customize this behavior, for example to use the API behind a proxy, you can pass an `httpAgent` which is used for all requests (be they http or https), for example:
372
+
373
+ <!-- prettier-ignore -->
374
+ ```ts
375
+ import http from 'http';
376
+ import { HttpsProxyAgent } from 'https-proxy-agent';
377
+
378
+ // Configure the default for all requests:
379
+ const anthropic = new Anthropic({
380
+ httpAgent: new HttpsProxyAgent(process.env.PROXY_URL),
381
+ });
382
+
383
+ // Override per-request:
384
+ await anthropic.messages.create(
385
+ {
386
+ max_tokens: 1024,
387
+ messages: [{ role: 'user', content: 'Hello, Claude' }],
388
+ model: 'claude-3-opus-20240229',
389
+ },
390
+ {
391
+ httpAgent: new http.Agent({ keepAlive: false }),
392
+ },
393
+ );
394
+ ```
395
+
396
+ ## Semantic versioning
397
+
398
+ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:
399
+
400
+ 1. Changes that only affect static types, without breaking runtime behavior.
401
+ 2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_.
402
+ 3. Changes that we do not expect to impact the vast majority of users in practice.
403
+
404
+ We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
405
+
406
+ We are keen for your feedback; please open an [issue](https://www.github.com/anthropics/anthropic-sdk-typescript/issues) with questions, bugs, or suggestions.
407
+
408
+ ## Requirements
409
+
410
+ TypeScript >= 4.5 is supported.
411
+
412
+ The following runtimes are supported:
413
+
414
+ - Node.js 18 LTS or later ([non-EOL](https://endoflife.date/nodejs)) versions.
415
+ - Deno v1.28.0 or higher, using `import Anthropic from "npm:@anthropic-ai/sdk"`.
416
+ - Bun 1.0 or later.
417
+ - Cloudflare Workers.
418
+ - Vercel Edge Runtime.
419
+ - Jest 28 or greater with the `"node"` environment (`"jsdom"` is not supported at this time).
420
+ - Nitro v2.6 or greater.
421
+
422
+ Note that React Native is not supported at this time.
423
+
424
+ If you are interested in other runtime environments, please open or upvote an issue on GitHub.
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
+ */
4
+ export declare class MultipartBody {
5
+ body: any;
6
+ constructor(body: any);
7
+ get [Symbol.toStringTag](): string;
8
+ }
9
+ //# sourceMappingURL=MultipartBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipartBody.d.ts","sourceRoot":"","sources":["../src/_shims/MultipartBody.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,qBAAa,aAAa;IACL,IAAI,EAAE,GAAG;gBAAT,IAAI,EAAE,GAAG;IAC5B,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,MAAM,CAEjC;CACF"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MultipartBody = void 0;
4
+ /**
5
+ * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
6
+ */
7
+ class MultipartBody {
8
+ constructor(body) {
9
+ this.body = body;
10
+ }
11
+ get [Symbol.toStringTag]() {
12
+ return 'MultipartBody';
13
+ }
14
+ }
15
+ exports.MultipartBody = MultipartBody;
16
+ //# sourceMappingURL=MultipartBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipartBody.js","sourceRoot":"","sources":["../src/_shims/MultipartBody.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,MAAa,aAAa;IACxB,YAAmB,IAAS;QAAT,SAAI,GAAJ,IAAI,CAAK;IAAG,CAAC;IAChC,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC;QACtB,OAAO,eAAe,CAAC;IACzB,CAAC;CACF;AALD,sCAKC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
+ */
4
+ export class MultipartBody {
5
+ constructor(body) {
6
+ this.body = body;
7
+ }
8
+ get [Symbol.toStringTag]() {
9
+ return 'MultipartBody';
10
+ }
11
+ }
12
+ //# sourceMappingURL=MultipartBody.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipartBody.mjs","sourceRoot":"","sources":["../src/_shims/MultipartBody.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,OAAO,aAAa;IACxB,YAAmB,IAAS;QAAT,SAAI,GAAJ,IAAI,CAAK;IAAG,CAAC;IAChC,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC;QACtB,OAAO,eAAe,CAAC;IACzB,CAAC;CACF"}
@@ -0,0 +1,46 @@
1
+ # 👋 Wondering what everything in here does?
2
+
3
+ `@anthropic-ai/sdk` supports a wide variety of runtime environments like Node.js, Deno, Bun, browsers, and various
4
+ edge runtimes, as well as both CommonJS (CJS) and EcmaScript Modules (ESM).
5
+
6
+ To do this, `@anthropic-ai/sdk` provides shims for either using `node-fetch` when in Node (because `fetch` is still experimental there) or the global `fetch` API built into the environment when not in Node.
7
+
8
+ It uses [conditional exports](https://nodejs.org/api/packages.html#conditional-exports) to
9
+ automatically select the correct shims for each environment. However, conditional exports are a fairly new
10
+ feature and not supported everywhere. For instance, the TypeScript `"moduleResolution": "node"`
11
+
12
+ setting doesn't consult the `exports` map, compared to `"moduleResolution": "nodeNext"`, which does.
13
+ Unfortunately that's still the default setting, and it can result in errors like
14
+ getting the wrong raw `Response` type from `.asResponse()`, for example.
15
+
16
+ The user can work around these issues by manually importing one of:
17
+
18
+ - `import '@anthropic-ai/sdk/shims/node'`
19
+ - `import '@anthropic-ai/sdk/shims/web'`
20
+
21
+ All of the code here in `_shims` handles selecting the automatic default shims or manual overrides.
22
+
23
+ ### How it works - Runtime
24
+
25
+ Runtime shims get installed by calling `setShims` exported by `@anthropic-ai/sdk/_shims/registry`.
26
+
27
+ Manually importing `@anthropic-ai/sdk/shims/node` or `@anthropic-ai/sdk/shims/web`, calls `setShims` with the respective runtime shims.
28
+
29
+ All client code imports shims from `@anthropic-ai/sdk/_shims/index`, which:
30
+
31
+ - checks if shims have been set manually
32
+ - if not, calls `setShims` with the shims from `@anthropic-ai/sdk/_shims/auto/runtime`
33
+ - re-exports the installed shims from `@anthropic-ai/sdk/_shims/registry`.
34
+
35
+ `@anthropic-ai/sdk/_shims/auto/runtime` exports web runtime shims.
36
+ If the `node` export condition is set, the export map replaces it with `@anthropic-ai/sdk/_shims/auto/runtime-node`.
37
+
38
+ ### How it works - Type time
39
+
40
+ All client code imports shim types from `@anthropic-ai/sdk/_shims/index`, which selects the manual types from `@anthropic-ai/sdk/_shims/manual-types` if they have been declared, otherwise it exports the auto types from `@anthropic-ai/sdk/_shims/auto/types`.
41
+
42
+ `@anthropic-ai/sdk/_shims/manual-types` exports an empty namespace.
43
+ Manually importing `@anthropic-ai/sdk/shims/node` or `@anthropic-ai/sdk/shims/web` merges declarations into this empty namespace, so they get picked up by `@anthropic-ai/sdk/_shims/index`.
44
+
45
+ `@anthropic-ai/sdk/_shims/auto/types` exports web type definitions.
46
+ If the `node` export condition is set, the export map replaces it with `@anthropic-ai/sdk/_shims/auto/types-node`, though TS only picks this up if `"moduleResolution": "nodenext"` or `"moduleResolution": "bundler"`.
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
+ */
4
+ export * from "../bun-runtime.js";
5
+ //# sourceMappingURL=runtime-bun.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime-bun.d.ts","sourceRoot":"","sources":["../../src/_shims/auto/runtime-bun.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ /**
18
+ * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
19
+ */
20
+ __exportStar(require("../bun-runtime.js"), exports);
21
+ //# sourceMappingURL=runtime-bun.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime-bun.js","sourceRoot":"","sources":["../../src/_shims/auto/runtime-bun.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,oDAA+B"}
@@ -0,0 +1,2 @@
1
+ export * from "../bun-runtime.mjs";
2
+ //# sourceMappingURL=runtime-bun.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime-bun.mjs","sourceRoot":"","sources":["../../src/_shims/auto/runtime-bun.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
+ */
4
+ export * from "../node-runtime.js";
5
+ //# sourceMappingURL=runtime-node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime-node.d.ts","sourceRoot":"","sources":["../../src/_shims/auto/runtime-node.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ /**
18
+ * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
19
+ */
20
+ __exportStar(require("../node-runtime.js"), exports);
21
+ //# sourceMappingURL=runtime-node.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime-node.js","sourceRoot":"","sources":["../../src/_shims/auto/runtime-node.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,qDAAgC"}
@@ -0,0 +1,2 @@
1
+ export * from "../node-runtime.mjs";
2
+ //# sourceMappingURL=runtime-node.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime-node.mjs","sourceRoot":"","sources":["../../src/_shims/auto/runtime-node.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
+ */
4
+ export * from "../web-runtime.js";
5
+ //# sourceMappingURL=runtime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../../src/_shims/auto/runtime.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ /**
18
+ * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
19
+ */
20
+ __exportStar(require("../web-runtime.js"), exports);
21
+ //# sourceMappingURL=runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime.js","sourceRoot":"","sources":["../../src/_shims/auto/runtime.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,oDAA+B"}
@@ -0,0 +1,2 @@
1
+ export * from "../web-runtime.mjs";
2
+ //# sourceMappingURL=runtime.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime.mjs","sourceRoot":"","sources":["../../src/_shims/auto/runtime.ts"],"names":[],"mappings":""}