@letta-ai/letta-client 1.0.0-alpha.7 → 1.1.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 (512) hide show
  1. package/CHANGELOG.md +248 -0
  2. package/README.md +282 -319
  3. package/client.d.mts +61 -36
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +61 -36
  6. package/client.d.ts.map +1 -1
  7. package/client.js +53 -23
  8. package/client.js.map +1 -1
  9. package/client.mjs +53 -23
  10. package/client.mjs.map +1 -1
  11. package/core/pagination.d.mts +96 -0
  12. package/core/pagination.d.mts.map +1 -0
  13. package/core/pagination.d.ts +96 -0
  14. package/core/pagination.d.ts.map +1 -0
  15. package/core/pagination.js +199 -0
  16. package/core/pagination.js.map +1 -0
  17. package/core/pagination.mjs +191 -0
  18. package/core/pagination.mjs.map +1 -0
  19. package/core/streaming.d.mts +33 -0
  20. package/core/streaming.d.mts.map +1 -0
  21. package/core/streaming.d.ts +33 -0
  22. package/core/streaming.d.ts.map +1 -0
  23. package/core/streaming.js +276 -0
  24. package/core/streaming.js.map +1 -0
  25. package/core/streaming.mjs +271 -0
  26. package/core/streaming.mjs.map +1 -0
  27. package/index.d.mts +1 -0
  28. package/index.d.mts.map +1 -1
  29. package/index.d.ts +1 -0
  30. package/index.d.ts.map +1 -1
  31. package/index.js +3 -1
  32. package/index.js.map +1 -1
  33. package/index.mjs +1 -0
  34. package/index.mjs.map +1 -1
  35. package/internal/decoders/line.d.mts +17 -0
  36. package/internal/decoders/line.d.mts.map +1 -0
  37. package/internal/decoders/line.d.ts +17 -0
  38. package/internal/decoders/line.d.ts.map +1 -0
  39. package/internal/decoders/line.js +113 -0
  40. package/internal/decoders/line.js.map +1 -0
  41. package/internal/decoders/line.mjs +108 -0
  42. package/internal/decoders/line.mjs.map +1 -0
  43. package/internal/parse.d.mts.map +1 -1
  44. package/internal/parse.d.ts.map +1 -1
  45. package/internal/parse.js +10 -0
  46. package/internal/parse.js.map +1 -1
  47. package/internal/parse.mjs +10 -0
  48. package/internal/parse.mjs.map +1 -1
  49. package/internal/request-options.d.mts +2 -0
  50. package/internal/request-options.d.mts.map +1 -1
  51. package/internal/request-options.d.ts +2 -0
  52. package/internal/request-options.d.ts.map +1 -1
  53. package/internal/request-options.js.map +1 -1
  54. package/internal/request-options.mjs.map +1 -1
  55. package/internal/tslib.js +17 -17
  56. package/package.json +21 -1
  57. package/pagination.d.mts +2 -0
  58. package/pagination.d.mts.map +1 -0
  59. package/pagination.d.ts +2 -0
  60. package/pagination.d.ts.map +1 -0
  61. package/pagination.js +6 -0
  62. package/pagination.js.map +1 -0
  63. package/pagination.mjs +2 -0
  64. package/pagination.mjs.map +1 -0
  65. package/resources/access-tokens.d.mts +105 -0
  66. package/resources/access-tokens.d.mts.map +1 -0
  67. package/resources/access-tokens.d.ts +105 -0
  68. package/resources/access-tokens.d.ts.map +1 -0
  69. package/resources/access-tokens.js +30 -0
  70. package/resources/access-tokens.js.map +1 -0
  71. package/resources/access-tokens.mjs +26 -0
  72. package/resources/access-tokens.mjs.map +1 -0
  73. package/resources/agents/agents.d.mts +517 -160
  74. package/resources/agents/agents.d.mts.map +1 -1
  75. package/resources/agents/agents.d.ts +517 -160
  76. package/resources/agents/agents.d.ts.map +1 -1
  77. package/resources/agents/agents.js +16 -21
  78. package/resources/agents/agents.js.map +1 -1
  79. package/resources/agents/agents.mjs +17 -22
  80. package/resources/agents/agents.mjs.map +1 -1
  81. package/resources/agents/archives.d.mts +31 -0
  82. package/resources/agents/archives.d.mts.map +1 -0
  83. package/resources/agents/archives.d.ts +31 -0
  84. package/resources/agents/archives.d.ts.map +1 -0
  85. package/resources/agents/archives.js +24 -0
  86. package/resources/agents/archives.js.map +1 -0
  87. package/resources/agents/archives.mjs +20 -0
  88. package/resources/agents/archives.mjs.map +1 -0
  89. package/resources/agents/blocks.d.mts +33 -55
  90. package/resources/agents/blocks.d.mts.map +1 -1
  91. package/resources/agents/blocks.d.ts +33 -55
  92. package/resources/agents/blocks.d.ts.map +1 -1
  93. package/resources/agents/blocks.js +2 -1
  94. package/resources/agents/blocks.js.map +1 -1
  95. package/resources/agents/blocks.mjs +2 -1
  96. package/resources/agents/blocks.mjs.map +1 -1
  97. package/resources/agents/files.d.mts +39 -79
  98. package/resources/agents/files.d.mts.map +1 -1
  99. package/resources/agents/files.d.ts +39 -79
  100. package/resources/agents/files.d.ts.map +1 -1
  101. package/resources/agents/files.js +5 -1
  102. package/resources/agents/files.js.map +1 -1
  103. package/resources/agents/files.mjs +5 -1
  104. package/resources/agents/files.mjs.map +1 -1
  105. package/resources/agents/folders.d.mts +50 -79
  106. package/resources/agents/folders.d.mts.map +1 -1
  107. package/resources/agents/folders.d.ts +50 -79
  108. package/resources/agents/folders.d.ts.map +1 -1
  109. package/resources/agents/folders.js +5 -1
  110. package/resources/agents/folders.js.map +1 -1
  111. package/resources/agents/folders.mjs +5 -1
  112. package/resources/agents/folders.mjs.map +1 -1
  113. package/resources/agents/groups.d.mts +6 -28
  114. package/resources/agents/groups.d.mts.map +1 -1
  115. package/resources/agents/groups.d.ts +6 -28
  116. package/resources/agents/groups.d.ts.map +1 -1
  117. package/resources/agents/groups.js +5 -1
  118. package/resources/agents/groups.js.map +1 -1
  119. package/resources/agents/groups.mjs +5 -1
  120. package/resources/agents/groups.mjs.map +1 -1
  121. package/resources/agents/identities.d.mts +31 -0
  122. package/resources/agents/identities.d.mts.map +1 -0
  123. package/resources/agents/identities.d.ts +31 -0
  124. package/resources/agents/identities.d.ts.map +1 -0
  125. package/resources/agents/identities.js +24 -0
  126. package/resources/agents/identities.js.map +1 -0
  127. package/resources/agents/identities.mjs +20 -0
  128. package/resources/agents/identities.mjs.map +1 -0
  129. package/resources/agents/index.d.mts +9 -7
  130. package/resources/agents/index.d.mts.map +1 -1
  131. package/resources/agents/index.d.ts +9 -7
  132. package/resources/agents/index.d.ts.map +1 -1
  133. package/resources/agents/index.js +5 -1
  134. package/resources/agents/index.js.map +1 -1
  135. package/resources/agents/index.mjs +2 -0
  136. package/resources/agents/index.mjs.map +1 -1
  137. package/resources/agents/messages.d.mts +668 -422
  138. package/resources/agents/messages.d.mts.map +1 -1
  139. package/resources/agents/messages.d.ts +668 -422
  140. package/resources/agents/messages.d.ts.map +1 -1
  141. package/resources/agents/messages.js +27 -26
  142. package/resources/agents/messages.js.map +1 -1
  143. package/resources/agents/messages.mjs +27 -26
  144. package/resources/agents/messages.mjs.map +1 -1
  145. package/resources/agents/tools.d.mts +9 -30
  146. package/resources/agents/tools.d.mts.map +1 -1
  147. package/resources/agents/tools.d.ts +9 -30
  148. package/resources/agents/tools.d.ts.map +1 -1
  149. package/resources/agents/tools.js +5 -1
  150. package/resources/agents/tools.js.map +1 -1
  151. package/resources/agents/tools.mjs +5 -1
  152. package/resources/agents/tools.mjs.map +1 -1
  153. package/resources/archives/archives.d.mts +115 -0
  154. package/resources/archives/archives.d.mts.map +1 -0
  155. package/resources/archives/archives.d.ts +115 -0
  156. package/resources/archives/archives.d.ts.map +1 -0
  157. package/resources/archives/archives.js +50 -0
  158. package/resources/archives/archives.js.map +1 -0
  159. package/resources/archives/archives.mjs +45 -0
  160. package/resources/archives/archives.mjs.map +1 -0
  161. package/resources/archives/index.d.mts +3 -0
  162. package/resources/archives/index.d.mts.map +1 -0
  163. package/resources/archives/index.d.ts +3 -0
  164. package/resources/archives/index.d.ts.map +1 -0
  165. package/resources/archives/index.js +9 -0
  166. package/resources/archives/index.js.map +1 -0
  167. package/resources/archives/index.mjs +4 -0
  168. package/resources/archives/index.mjs.map +1 -0
  169. package/resources/archives/passages.d.mts +113 -0
  170. package/resources/archives/passages.d.mts.map +1 -0
  171. package/resources/archives/passages.d.ts +113 -0
  172. package/resources/archives/passages.d.ts.map +1 -0
  173. package/resources/archives/passages.js +32 -0
  174. package/resources/archives/passages.js.map +1 -0
  175. package/resources/archives/passages.mjs +28 -0
  176. package/resources/archives/passages.mjs.map +1 -0
  177. package/resources/archives.d.mts +1 -130
  178. package/resources/archives.d.mts.map +1 -1
  179. package/resources/archives.d.ts +1 -130
  180. package/resources/archives.d.ts.map +1 -1
  181. package/resources/archives.js +2 -37
  182. package/resources/archives.js.map +1 -1
  183. package/resources/archives.mjs +1 -35
  184. package/resources/archives.mjs.map +1 -1
  185. package/resources/batches/batches.d.mts +52 -34
  186. package/resources/batches/batches.d.mts.map +1 -1
  187. package/resources/batches/batches.d.ts +52 -34
  188. package/resources/batches/batches.d.ts.map +1 -1
  189. package/resources/batches/batches.js +2 -1
  190. package/resources/batches/batches.js.map +1 -1
  191. package/resources/batches/batches.mjs +2 -1
  192. package/resources/batches/batches.mjs.map +1 -1
  193. package/resources/batches/index.d.mts +2 -2
  194. package/resources/batches/index.d.mts.map +1 -1
  195. package/resources/batches/index.d.ts +2 -2
  196. package/resources/batches/index.d.ts.map +1 -1
  197. package/resources/batches/index.js.map +1 -1
  198. package/resources/batches/index.mjs.map +1 -1
  199. package/resources/batches/messages.d.mts +6 -30
  200. package/resources/batches/messages.d.mts.map +1 -1
  201. package/resources/batches/messages.d.ts +6 -30
  202. package/resources/batches/messages.d.ts.map +1 -1
  203. package/resources/batches/messages.js +2 -1
  204. package/resources/batches/messages.js.map +1 -1
  205. package/resources/batches/messages.mjs +2 -1
  206. package/resources/batches/messages.mjs.map +1 -1
  207. package/resources/blocks/agents.d.mts +6 -28
  208. package/resources/blocks/agents.d.mts.map +1 -1
  209. package/resources/blocks/agents.d.ts +6 -28
  210. package/resources/blocks/agents.d.ts.map +1 -1
  211. package/resources/blocks/agents.js +5 -1
  212. package/resources/blocks/agents.js.map +1 -1
  213. package/resources/blocks/agents.mjs +5 -1
  214. package/resources/blocks/agents.mjs.map +1 -1
  215. package/resources/blocks/blocks.d.mts +108 -48
  216. package/resources/blocks/blocks.d.mts.map +1 -1
  217. package/resources/blocks/blocks.d.ts +108 -48
  218. package/resources/blocks/blocks.d.ts.map +1 -1
  219. package/resources/blocks/blocks.js +3 -8
  220. package/resources/blocks/blocks.js.map +1 -1
  221. package/resources/blocks/blocks.mjs +3 -8
  222. package/resources/blocks/blocks.mjs.map +1 -1
  223. package/resources/blocks/index.d.mts +2 -2
  224. package/resources/blocks/index.d.mts.map +1 -1
  225. package/resources/blocks/index.d.ts +2 -2
  226. package/resources/blocks/index.d.ts.map +1 -1
  227. package/resources/blocks/index.js.map +1 -1
  228. package/resources/blocks/index.mjs.map +1 -1
  229. package/resources/folders/files.d.mts +75 -97
  230. package/resources/folders/files.d.mts.map +1 -1
  231. package/resources/folders/files.d.ts +75 -97
  232. package/resources/folders/files.d.ts.map +1 -1
  233. package/resources/folders/files.js +5 -1
  234. package/resources/folders/files.js.map +1 -1
  235. package/resources/folders/files.mjs +5 -1
  236. package/resources/folders/files.mjs.map +1 -1
  237. package/resources/folders/folders.d.mts +11 -44
  238. package/resources/folders/folders.d.mts.map +1 -1
  239. package/resources/folders/folders.d.ts +11 -44
  240. package/resources/folders/folders.d.ts.map +1 -1
  241. package/resources/folders/folders.js +2 -7
  242. package/resources/folders/folders.js.map +1 -1
  243. package/resources/folders/folders.mjs +2 -7
  244. package/resources/folders/folders.mjs.map +1 -1
  245. package/resources/folders/index.d.mts +2 -2
  246. package/resources/folders/index.d.mts.map +1 -1
  247. package/resources/folders/index.d.ts +2 -2
  248. package/resources/folders/index.d.ts.map +1 -1
  249. package/resources/folders/index.js.map +1 -1
  250. package/resources/folders/index.mjs.map +1 -1
  251. package/resources/groups/groups.d.mts +17 -67
  252. package/resources/groups/groups.d.mts.map +1 -1
  253. package/resources/groups/groups.d.ts +17 -67
  254. package/resources/groups/groups.d.ts.map +1 -1
  255. package/resources/groups/groups.js +6 -28
  256. package/resources/groups/groups.js.map +1 -1
  257. package/resources/groups/groups.mjs +6 -28
  258. package/resources/groups/groups.mjs.map +1 -1
  259. package/resources/groups/index.d.mts +2 -2
  260. package/resources/groups/index.d.mts.map +1 -1
  261. package/resources/groups/index.d.ts +2 -2
  262. package/resources/groups/index.d.ts.map +1 -1
  263. package/resources/groups/index.js.map +1 -1
  264. package/resources/groups/index.mjs.map +1 -1
  265. package/resources/groups/messages.d.mts +145 -79
  266. package/resources/groups/messages.d.mts.map +1 -1
  267. package/resources/groups/messages.d.ts +145 -79
  268. package/resources/groups/messages.d.ts.map +1 -1
  269. package/resources/groups/messages.js +18 -10
  270. package/resources/groups/messages.js.map +1 -1
  271. package/resources/groups/messages.mjs +18 -10
  272. package/resources/groups/messages.mjs.map +1 -1
  273. package/resources/identities/agents.d.mts +6 -28
  274. package/resources/identities/agents.d.mts.map +1 -1
  275. package/resources/identities/agents.d.ts +6 -28
  276. package/resources/identities/agents.d.ts.map +1 -1
  277. package/resources/identities/agents.js +2 -1
  278. package/resources/identities/agents.js.map +1 -1
  279. package/resources/identities/agents.mjs +2 -1
  280. package/resources/identities/agents.mjs.map +1 -1
  281. package/resources/identities/blocks.d.mts +7 -29
  282. package/resources/identities/blocks.d.mts.map +1 -1
  283. package/resources/identities/blocks.d.ts +7 -29
  284. package/resources/identities/blocks.d.ts.map +1 -1
  285. package/resources/identities/blocks.js +2 -1
  286. package/resources/identities/blocks.js.map +1 -1
  287. package/resources/identities/blocks.mjs +2 -1
  288. package/resources/identities/blocks.mjs.map +1 -1
  289. package/resources/identities/identities.d.mts +30 -65
  290. package/resources/identities/identities.d.mts.map +1 -1
  291. package/resources/identities/identities.d.ts +30 -65
  292. package/resources/identities/identities.d.ts.map +1 -1
  293. package/resources/identities/identities.js +7 -29
  294. package/resources/identities/identities.js.map +1 -1
  295. package/resources/identities/identities.mjs +7 -29
  296. package/resources/identities/identities.mjs.map +1 -1
  297. package/resources/identities/index.d.mts +3 -3
  298. package/resources/identities/index.d.mts.map +1 -1
  299. package/resources/identities/index.d.ts +3 -3
  300. package/resources/identities/index.d.ts.map +1 -1
  301. package/resources/identities/index.js.map +1 -1
  302. package/resources/identities/index.mjs.map +1 -1
  303. package/resources/identities/properties.d.mts +1 -1
  304. package/resources/identities/properties.d.ts +1 -1
  305. package/resources/identities/properties.js +1 -1
  306. package/resources/identities/properties.mjs +1 -1
  307. package/resources/index.d.mts +13 -11
  308. package/resources/index.d.mts.map +1 -1
  309. package/resources/index.d.ts +13 -11
  310. package/resources/index.d.ts.map +1 -1
  311. package/resources/index.js +6 -2
  312. package/resources/index.js.map +1 -1
  313. package/resources/index.mjs +3 -1
  314. package/resources/index.mjs.map +1 -1
  315. package/resources/mcp-servers/index.d.mts +3 -0
  316. package/resources/mcp-servers/index.d.mts.map +1 -0
  317. package/resources/mcp-servers/index.d.ts +3 -0
  318. package/resources/mcp-servers/index.d.ts.map +1 -0
  319. package/resources/mcp-servers/index.js +9 -0
  320. package/resources/mcp-servers/index.js.map +1 -0
  321. package/resources/mcp-servers/index.mjs +4 -0
  322. package/resources/mcp-servers/index.mjs.map +1 -0
  323. package/resources/mcp-servers/mcp-servers.d.mts +349 -0
  324. package/resources/mcp-servers/mcp-servers.d.mts.map +1 -0
  325. package/resources/mcp-servers/mcp-servers.d.ts +349 -0
  326. package/resources/mcp-servers/mcp-servers.d.ts.map +1 -0
  327. package/resources/mcp-servers/mcp-servers.js +69 -0
  328. package/resources/mcp-servers/mcp-servers.js.map +1 -0
  329. package/resources/mcp-servers/mcp-servers.mjs +64 -0
  330. package/resources/mcp-servers/mcp-servers.mjs.map +1 -0
  331. package/resources/mcp-servers/tools.d.mts +42 -0
  332. package/resources/mcp-servers/tools.d.mts.map +1 -0
  333. package/resources/mcp-servers/tools.d.ts +42 -0
  334. package/resources/mcp-servers/tools.d.ts.map +1 -0
  335. package/resources/mcp-servers/tools.js +36 -0
  336. package/resources/mcp-servers/tools.js.map +1 -0
  337. package/resources/mcp-servers/tools.mjs +32 -0
  338. package/resources/mcp-servers/tools.mjs.map +1 -0
  339. package/resources/mcp-servers.d.mts +2 -0
  340. package/resources/mcp-servers.d.mts.map +1 -0
  341. package/resources/mcp-servers.d.ts +2 -0
  342. package/resources/mcp-servers.d.ts.map +1 -0
  343. package/resources/mcp-servers.js +6 -0
  344. package/resources/mcp-servers.js.map +1 -0
  345. package/resources/mcp-servers.mjs +3 -0
  346. package/resources/mcp-servers.mjs.map +1 -0
  347. package/resources/models/embeddings.d.mts +6 -2
  348. package/resources/models/embeddings.d.mts.map +1 -1
  349. package/resources/models/embeddings.d.ts +6 -2
  350. package/resources/models/embeddings.d.ts.map +1 -1
  351. package/resources/models/embeddings.js +5 -1
  352. package/resources/models/embeddings.js.map +1 -1
  353. package/resources/models/embeddings.mjs +5 -1
  354. package/resources/models/embeddings.mjs.map +1 -1
  355. package/resources/models/index.d.mts +1 -1
  356. package/resources/models/index.d.mts.map +1 -1
  357. package/resources/models/index.d.ts +1 -1
  358. package/resources/models/index.d.ts.map +1 -1
  359. package/resources/models/index.js.map +1 -1
  360. package/resources/models/index.mjs.map +1 -1
  361. package/resources/models/models.d.mts +180 -4
  362. package/resources/models/models.d.mts.map +1 -1
  363. package/resources/models/models.d.ts +180 -4
  364. package/resources/models/models.d.ts.map +1 -1
  365. package/resources/models/models.js +5 -1
  366. package/resources/models/models.js.map +1 -1
  367. package/resources/models/models.mjs +5 -1
  368. package/resources/models/models.mjs.map +1 -1
  369. package/resources/runs/index.d.mts +3 -3
  370. package/resources/runs/index.d.mts.map +1 -1
  371. package/resources/runs/index.d.ts +3 -3
  372. package/resources/runs/index.d.ts.map +1 -1
  373. package/resources/runs/index.js.map +1 -1
  374. package/resources/runs/index.mjs.map +1 -1
  375. package/resources/runs/messages.d.mts +8 -28
  376. package/resources/runs/messages.d.mts.map +1 -1
  377. package/resources/runs/messages.d.ts +8 -28
  378. package/resources/runs/messages.d.ts.map +1 -1
  379. package/resources/runs/messages.js +10 -2
  380. package/resources/runs/messages.js.map +1 -1
  381. package/resources/runs/messages.mjs +10 -2
  382. package/resources/runs/messages.mjs.map +1 -1
  383. package/resources/runs/runs.d.mts +10 -36
  384. package/resources/runs/runs.d.mts.map +1 -1
  385. package/resources/runs/runs.d.ts +10 -36
  386. package/resources/runs/runs.d.ts.map +1 -1
  387. package/resources/runs/runs.js +2 -1
  388. package/resources/runs/runs.js.map +1 -1
  389. package/resources/runs/runs.mjs +3 -2
  390. package/resources/runs/runs.mjs.map +1 -1
  391. package/resources/runs/steps.d.mts +6 -26
  392. package/resources/runs/steps.d.mts.map +1 -1
  393. package/resources/runs/steps.d.ts +6 -26
  394. package/resources/runs/steps.d.ts.map +1 -1
  395. package/resources/runs/steps.js +5 -1
  396. package/resources/runs/steps.js.map +1 -1
  397. package/resources/runs/steps.mjs +5 -1
  398. package/resources/runs/steps.mjs.map +1 -1
  399. package/resources/steps/index.d.mts +2 -2
  400. package/resources/steps/index.d.mts.map +1 -1
  401. package/resources/steps/index.d.ts +2 -2
  402. package/resources/steps/index.d.ts.map +1 -1
  403. package/resources/steps/index.js.map +1 -1
  404. package/resources/steps/index.mjs +1 -1
  405. package/resources/steps/index.mjs.map +1 -1
  406. package/resources/steps/messages.d.mts +14 -28
  407. package/resources/steps/messages.d.mts.map +1 -1
  408. package/resources/steps/messages.d.ts +14 -28
  409. package/resources/steps/messages.d.ts.map +1 -1
  410. package/resources/steps/messages.js +5 -1
  411. package/resources/steps/messages.js.map +1 -1
  412. package/resources/steps/messages.mjs +5 -1
  413. package/resources/steps/messages.mjs.map +1 -1
  414. package/resources/steps/steps.d.mts +17 -44
  415. package/resources/steps/steps.d.mts.map +1 -1
  416. package/resources/steps/steps.d.ts +17 -44
  417. package/resources/steps/steps.d.ts.map +1 -1
  418. package/resources/steps/steps.js +3 -11
  419. package/resources/steps/steps.js.map +1 -1
  420. package/resources/steps/steps.mjs +3 -11
  421. package/resources/steps/steps.mjs.map +1 -1
  422. package/resources/templates/agents.d.mts +9 -14
  423. package/resources/templates/agents.d.mts.map +1 -1
  424. package/resources/templates/agents.d.ts +9 -14
  425. package/resources/templates/agents.d.ts.map +1 -1
  426. package/resources/templates/agents.js +2 -3
  427. package/resources/templates/agents.js.map +1 -1
  428. package/resources/templates/agents.mjs +2 -3
  429. package/resources/templates/agents.mjs.map +1 -1
  430. package/resources/tools.d.mts +6 -68
  431. package/resources/tools.d.mts.map +1 -1
  432. package/resources/tools.d.ts +6 -68
  433. package/resources/tools.d.ts.map +1 -1
  434. package/resources/tools.js +2 -7
  435. package/resources/tools.js.map +1 -1
  436. package/resources/tools.mjs +2 -7
  437. package/resources/tools.mjs.map +1 -1
  438. package/src/client.ts +274 -127
  439. package/src/core/pagination.ts +334 -0
  440. package/src/core/streaming.ts +331 -0
  441. package/src/index.ts +1 -0
  442. package/src/internal/decoders/line.ts +135 -0
  443. package/src/internal/parse.ts +14 -0
  444. package/src/internal/request-options.ts +2 -0
  445. package/src/pagination.ts +2 -0
  446. package/src/resources/access-tokens.ts +163 -0
  447. package/src/resources/agents/agents.ts +722 -242
  448. package/src/resources/agents/archives.ts +51 -0
  449. package/src/resources/agents/blocks.ts +50 -63
  450. package/src/resources/agents/files.ts +47 -90
  451. package/src/resources/agents/folders.ts +58 -88
  452. package/src/resources/agents/groups.ts +11 -35
  453. package/src/resources/agents/identities.ts +51 -0
  454. package/src/resources/agents/index.ts +40 -12
  455. package/src/resources/agents/messages.ts +941 -550
  456. package/src/resources/agents/tools.ts +13 -37
  457. package/src/resources/archives/archives.ts +170 -0
  458. package/src/resources/archives/index.ts +17 -0
  459. package/src/resources/archives/passages.ts +150 -0
  460. package/src/resources/archives.ts +1 -178
  461. package/src/resources/batches/batches.ts +74 -46
  462. package/src/resources/batches/index.ts +2 -2
  463. package/src/resources/batches/messages.ts +12 -37
  464. package/src/resources/blocks/agents.ts +11 -35
  465. package/src/resources/blocks/blocks.ts +130 -64
  466. package/src/resources/blocks/index.ts +3 -3
  467. package/src/resources/folders/files.ts +90 -113
  468. package/src/resources/folders/folders.ts +14 -55
  469. package/src/resources/folders/index.ts +2 -2
  470. package/src/resources/groups/groups.ts +21 -102
  471. package/src/resources/groups/index.ts +2 -4
  472. package/src/resources/groups/messages.ts +215 -103
  473. package/src/resources/identities/agents.ts +12 -35
  474. package/src/resources/identities/blocks.ts +13 -36
  475. package/src/resources/identities/identities.ts +35 -107
  476. package/src/resources/identities/index.ts +3 -4
  477. package/src/resources/identities/properties.ts +1 -1
  478. package/src/resources/index.ts +55 -18
  479. package/src/resources/mcp-servers/index.ts +25 -0
  480. package/src/resources/mcp-servers/mcp-servers.ts +460 -0
  481. package/src/resources/mcp-servers/tools.ts +69 -0
  482. package/src/resources/mcp-servers.ts +3 -0
  483. package/src/resources/models/embeddings.ts +6 -2
  484. package/src/resources/models/index.ts +2 -0
  485. package/src/resources/models/models.ts +260 -3
  486. package/src/resources/runs/index.ts +2 -3
  487. package/src/resources/runs/messages.ts +18 -37
  488. package/src/resources/runs/runs.ts +14 -54
  489. package/src/resources/runs/steps.ts +11 -33
  490. package/src/resources/steps/index.ts +7 -2
  491. package/src/resources/steps/messages.ts +25 -35
  492. package/src/resources/steps/steps.ts +20 -61
  493. package/src/resources/templates/agents.ts +14 -17
  494. package/src/resources/tools.ts +8 -92
  495. package/src/streaming.ts +2 -0
  496. package/src/version.ts +1 -1
  497. package/streaming.d.mts +2 -0
  498. package/streaming.d.mts.map +1 -0
  499. package/streaming.d.ts +2 -0
  500. package/streaming.d.ts.map +1 -0
  501. package/streaming.js +6 -0
  502. package/streaming.js.map +1 -0
  503. package/streaming.mjs +2 -0
  504. package/streaming.mjs.map +1 -0
  505. package/version.d.mts +1 -1
  506. package/version.d.mts.map +1 -1
  507. package/version.d.ts +1 -1
  508. package/version.d.ts.map +1 -1
  509. package/version.js +1 -1
  510. package/version.js.map +1 -1
  511. package/version.mjs +1 -1
  512. package/version.mjs.map +1 -1
@@ -1,5 +1,5 @@
1
- export { Agents, type AgentListResponse, type AgentListParams } from "./agents.js";
2
- export { Blocks, type BlockListResponse, type BlockListParams } from "./blocks.js";
3
- export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityListResponse, type IdentityDeleteResponse, type IdentityCountResponse, type IdentityCreateParams, type IdentityUpdateParams, type IdentityListParams, type IdentityUpsertParams, } from "./identities.js";
1
+ export { Agents, type AgentListParams } from "./agents.js";
2
+ export { Blocks, type BlockListParams } from "./blocks.js";
3
+ export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityDeleteResponse, type IdentityCreateParams, type IdentityUpdateParams, type IdentityListParams, type IdentityUpsertParams, type IdentitiesArrayPage, } from "./identities.js";
4
4
  export { Properties, type PropertyUpsertResponse, type PropertyUpsertParams } from "./properties.js";
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":"OAEO,EAAE,MAAM,EAAE,KAAK,iBAAiB,EAAE,KAAK,eAAe,EAAE;OACxD,EAAE,MAAM,EAAE,KAAK,iBAAiB,EAAE,KAAK,eAAe,EAAE;OACxD,EACL,UAAU,EACV,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,GAC1B;OACM,EAAE,UAAU,EAAE,KAAK,sBAAsB,EAAE,KAAK,oBAAoB,EAAE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":"OAEO,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE;OAChC,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE;OAChC,EACL,UAAU,EACV,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,GACzB;OACM,EAAE,UAAU,EAAE,KAAK,sBAAsB,EAAE,KAAK,oBAAoB,EAAE"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAAgF;AAAvE,gGAAA,MAAM,OAAA;AACf,sCAAgF;AAAvE,gGAAA,MAAM,OAAA;AACf,8CAYsB;AAXpB,wGAAA,UAAU,OAAA;AAYZ,8CAAkG;AAAzF,wGAAA,UAAU,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAAwD;AAA/C,gGAAA,MAAM,OAAA;AACf,sCAAwD;AAA/C,gGAAA,MAAM,OAAA;AACf,8CAWsB;AAVpB,wGAAA,UAAU,OAAA;AAWZ,8CAAkG;AAAzF,wGAAA,UAAU,OAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,MAAM,EAAgD;OACxD,EAAE,MAAM,EAAgD;OACxD,EACL,UAAU,GAWX;OACM,EAAE,UAAU,EAA0D"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,MAAM,EAAwB;OAChC,EAAE,MAAM,EAAwB;OAChC,EACL,UAAU,GAUX;OACM,EAAE,UAAU,EAA0D"}
@@ -4,7 +4,7 @@ import { APIPromise } from "../../core/api-promise.mjs";
4
4
  import { RequestOptions } from "../../internal/request-options.mjs";
5
5
  export declare class Properties extends APIResource {
6
6
  /**
7
- * Upsert Identity Properties
7
+ * Upsert Properties For Identity
8
8
  */
9
9
  upsert(identityID: string, params: PropertyUpsertParams, options?: RequestOptions): APIPromise<unknown>;
10
10
  }
@@ -4,7 +4,7 @@ import { APIPromise } from "../../core/api-promise.js";
4
4
  import { RequestOptions } from "../../internal/request-options.js";
5
5
  export declare class Properties extends APIResource {
6
6
  /**
7
- * Upsert Identity Properties
7
+ * Upsert Properties For Identity
8
8
  */
9
9
  upsert(identityID: string, params: PropertyUpsertParams, options?: RequestOptions): APIPromise<unknown>;
10
10
  }
@@ -6,7 +6,7 @@ const resource_1 = require("../../core/resource.js");
6
6
  const path_1 = require("../../internal/utils/path.js");
7
7
  class Properties extends resource_1.APIResource {
8
8
  /**
9
- * Upsert Identity Properties
9
+ * Upsert Properties For Identity
10
10
  */
11
11
  upsert(identityID, params, options) {
12
12
  const { body } = params;
@@ -3,7 +3,7 @@ import { APIResource } from "../../core/resource.mjs";
3
3
  import { path } from "../../internal/utils/path.mjs";
4
4
  export class Properties extends APIResource {
5
5
  /**
6
- * Upsert Identity Properties
6
+ * Upsert Properties For Identity
7
7
  */
8
8
  upsert(identityID, params, options) {
9
9
  const { body } = params;
@@ -1,15 +1,17 @@
1
- export { Agents, type AgentEnvironmentVariable, type AgentState, type AgentType, type ChildToolRule, type ConditionalToolRule, type ContinueToolRule, type InitToolRule, type JsonObjectResponseFormat, type JsonSchemaResponseFormat, type LettaMessageContentUnion, type MaxCountPerStepToolRule, type MessageCreate, type ParentToolRule, type RequiredBeforeExitToolRule, type RequiresApprovalToolRule, type TerminalToolRule, type TextResponseFormat, type AgentListResponse, type AgentDeleteResponse, type AgentCountResponse, type AgentExportFileResponse, type AgentImportFileResponse, type AgentCreateParams, type AgentRetrieveParams, type AgentUpdateParams, type AgentListParams, type AgentExportFileParams, type AgentImportFileParams, } from "./agents/agents.mjs";
2
- export { Archives, type Archive, type VectorDBProvider, type ArchiveListResponse, type ArchiveCreateParams, type ArchiveUpdateParams, type ArchiveListParams, } from "./archives.mjs";
3
- export { Batches, type BatchJob, type BatchListResponse, type BatchCancelResponse, type BatchCreateParams, type BatchListParams, } from "./batches/batches.mjs";
4
- export { Blocks, type CreateBlock, type BlockListResponse, type BlockDeleteResponse, type BlockCountResponse, type BlockCreateParams, type BlockUpdateParams, type BlockListParams, } from "./blocks/blocks.mjs";
5
- export { Folders, type Folder, type FolderListResponse, type FolderDeleteResponse, type FolderCountResponse, type FolderCreateParams, type FolderUpdateParams, type FolderListParams, } from "./folders/folders.mjs";
6
- export { Groups, type DynamicManager, type Group, type ManagerType, type RoundRobinManager, type SleeptimeManager, type SupervisorManager, type VoiceSleeptimeManager, type GroupListResponse, type GroupDeleteResponse, type GroupCountResponse, type GroupCreateParams, type GroupUpdateParams, type GroupListParams, } from "./groups/groups.mjs";
7
- export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityListResponse, type IdentityDeleteResponse, type IdentityCountResponse, type IdentityCreateParams, type IdentityUpdateParams, type IdentityListParams, type IdentityUpsertParams, } from "./identities/identities.mjs";
8
- export { Models, type EmbeddingConfig, type LlmConfig, type ProviderCategory, type ProviderType, type ModelListResponse, type ModelListParams, } from "./models/models.mjs";
9
- export { Runs, type Job, type StopReasonType, type RunListResponse, type RunListParams } from "./runs/runs.mjs";
10
- export { Steps, type ProviderTrace, type Step, type StepListResponse, type StepListParams, } from "./steps/steps.mjs";
1
+ export { AccessTokens, type AccessTokenCreateResponse, type AccessTokenListResponse, type AccessTokenDeleteResponse, type AccessTokenCreateParams, type AccessTokenListParams, type AccessTokenDeleteParams, } from "./access-tokens.mjs";
2
+ export { Agents, type AgentEnvironmentVariable, type AgentState, type AgentType, type AnthropicModelSettings, type AzureModelSettings, type BedrockModelSettings, type ChildToolRule, type ConditionalToolRule, type ContinueToolRule, type DeepseekModelSettings, type GoogleAIModelSettings, type GoogleVertexModelSettings, type GroqModelSettings, type InitToolRule, type JsonObjectResponseFormat, type JsonSchemaResponseFormat, type LettaMessageContentUnion, type MaxCountPerStepToolRule, type MessageCreate, type OpenAIModelSettings, type ParentToolRule, type RequiredBeforeExitToolRule, type RequiresApprovalToolRule, type TerminalToolRule, type TextResponseFormat, type TogetherModelSettings, type XaiModelSettings, type AgentDeleteResponse, type AgentExportFileResponse, type AgentImportFileResponse, type AgentCreateParams, type AgentRetrieveParams, type AgentUpdateParams, type AgentListParams, type AgentExportFileParams, type AgentImportFileParams, type AgentStatesArrayPage, } from "./agents/agents.mjs";
3
+ export { Archives, type Archive, type VectorDBProvider, type ArchiveCreateParams, type ArchiveUpdateParams, type ArchiveListParams, type ArchivesArrayPage, } from "./archives/archives.mjs";
4
+ export { Batches, type BatchJob, type BatchCancelResponse, type BatchCreateParams, type BatchListParams, type BatchJobsArrayPage, } from "./batches/batches.mjs";
5
+ export { Blocks, type BlockResponse, type CreateBlock, type BlockDeleteResponse, type BlockCreateParams, type BlockUpdateParams, type BlockListParams, type BlockResponsesArrayPage, } from "./blocks/blocks.mjs";
6
+ export { Folders, type Folder, type FolderDeleteResponse, type FolderCreateParams, type FolderUpdateParams, type FolderListParams, type FoldersArrayPage, } from "./folders/folders.mjs";
7
+ export { Groups, type DynamicManager, type Group, type ManagerType, type RoundRobinManager, type SleeptimeManager, type SupervisorManager, type VoiceSleeptimeManager, type GroupDeleteResponse, type GroupCreateParams, type GroupUpdateParams, type GroupListParams, type GroupsArrayPage, } from "./groups/groups.mjs";
8
+ export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityDeleteResponse, type IdentityCreateParams, type IdentityUpdateParams, type IdentityListParams, type IdentityUpsertParams, type IdentitiesArrayPage, } from "./identities/identities.mjs";
9
+ export { McpServers, type CreateSseMcpServer, type CreateStdioMcpServer, type CreateStreamableHTTPMcpServer, type McpToolExecuteRequest, type SseMcpServer, type StdioMcpServer, type StreamableHTTPMcpServer, type ToolExecutionResult, type UpdateSseMcpServer, type UpdateStdioMcpServer, type UpdateStreamableHTTPMcpServer, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerUpdateResponse, type McpServerListResponse, type McpServerRefreshResponse, type McpServerCreateParams, type McpServerUpdateParams, type McpServerRefreshParams, } from "./mcp-servers/mcp-servers.mjs";
10
+ export { Models, type EmbeddingConfig, type EmbeddingModel, type LlmConfig, type Model, type ProviderCategory, type ProviderType, type ModelListResponse, type ModelListParams, } from "./models/models.mjs";
11
+ export { Runs, type Job, type StopReasonType, type RunListParams } from "./runs/runs.mjs";
12
+ export { Steps, type ProviderTrace, type Step, type StepListParams, type StepsArrayPage, } from "./steps/steps.mjs";
11
13
  export { Tags, type TagListResponse, type TagListParams } from "./tags.mjs";
12
14
  export { Templates } from "./templates/templates.mjs";
13
- export { Tools, type NpmRequirement, type PipRequirement, type Tool, type ToolCreate, type ToolReturnMessage, type ToolType, type ToolListResponse, type ToolDeleteResponse, type ToolCountResponse, type ToolUpsertBaseToolsResponse, type ToolCreateParams, type ToolUpdateParams, type ToolListParams, type ToolCountParams, type ToolUpsertParams, } from "./tools.mjs";
15
+ export { Tools, type NpmRequirement, type PipRequirement, type Tool, type ToolCreate, type ToolReturnMessage, type ToolType, type ToolDeleteResponse, type ToolUpsertBaseToolsResponse, type ToolCreateParams, type ToolUpdateParams, type ToolListParams, type ToolUpsertParams, type ToolsArrayPage, } from "./tools.mjs";
14
16
  export { type HealthResponse } from "./top-level.mjs";
15
17
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -1,15 +1,17 @@
1
- export { Agents, type AgentEnvironmentVariable, type AgentState, type AgentType, type ChildToolRule, type ConditionalToolRule, type ContinueToolRule, type InitToolRule, type JsonObjectResponseFormat, type JsonSchemaResponseFormat, type LettaMessageContentUnion, type MaxCountPerStepToolRule, type MessageCreate, type ParentToolRule, type RequiredBeforeExitToolRule, type RequiresApprovalToolRule, type TerminalToolRule, type TextResponseFormat, type AgentListResponse, type AgentDeleteResponse, type AgentCountResponse, type AgentExportFileResponse, type AgentImportFileResponse, type AgentCreateParams, type AgentRetrieveParams, type AgentUpdateParams, type AgentListParams, type AgentExportFileParams, type AgentImportFileParams, } from "./agents/agents.js";
2
- export { Archives, type Archive, type VectorDBProvider, type ArchiveListResponse, type ArchiveCreateParams, type ArchiveUpdateParams, type ArchiveListParams, } from "./archives.js";
3
- export { Batches, type BatchJob, type BatchListResponse, type BatchCancelResponse, type BatchCreateParams, type BatchListParams, } from "./batches/batches.js";
4
- export { Blocks, type CreateBlock, type BlockListResponse, type BlockDeleteResponse, type BlockCountResponse, type BlockCreateParams, type BlockUpdateParams, type BlockListParams, } from "./blocks/blocks.js";
5
- export { Folders, type Folder, type FolderListResponse, type FolderDeleteResponse, type FolderCountResponse, type FolderCreateParams, type FolderUpdateParams, type FolderListParams, } from "./folders/folders.js";
6
- export { Groups, type DynamicManager, type Group, type ManagerType, type RoundRobinManager, type SleeptimeManager, type SupervisorManager, type VoiceSleeptimeManager, type GroupListResponse, type GroupDeleteResponse, type GroupCountResponse, type GroupCreateParams, type GroupUpdateParams, type GroupListParams, } from "./groups/groups.js";
7
- export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityListResponse, type IdentityDeleteResponse, type IdentityCountResponse, type IdentityCreateParams, type IdentityUpdateParams, type IdentityListParams, type IdentityUpsertParams, } from "./identities/identities.js";
8
- export { Models, type EmbeddingConfig, type LlmConfig, type ProviderCategory, type ProviderType, type ModelListResponse, type ModelListParams, } from "./models/models.js";
9
- export { Runs, type Job, type StopReasonType, type RunListResponse, type RunListParams } from "./runs/runs.js";
10
- export { Steps, type ProviderTrace, type Step, type StepListResponse, type StepListParams, } from "./steps/steps.js";
1
+ export { AccessTokens, type AccessTokenCreateResponse, type AccessTokenListResponse, type AccessTokenDeleteResponse, type AccessTokenCreateParams, type AccessTokenListParams, type AccessTokenDeleteParams, } from "./access-tokens.js";
2
+ export { Agents, type AgentEnvironmentVariable, type AgentState, type AgentType, type AnthropicModelSettings, type AzureModelSettings, type BedrockModelSettings, type ChildToolRule, type ConditionalToolRule, type ContinueToolRule, type DeepseekModelSettings, type GoogleAIModelSettings, type GoogleVertexModelSettings, type GroqModelSettings, type InitToolRule, type JsonObjectResponseFormat, type JsonSchemaResponseFormat, type LettaMessageContentUnion, type MaxCountPerStepToolRule, type MessageCreate, type OpenAIModelSettings, type ParentToolRule, type RequiredBeforeExitToolRule, type RequiresApprovalToolRule, type TerminalToolRule, type TextResponseFormat, type TogetherModelSettings, type XaiModelSettings, type AgentDeleteResponse, type AgentExportFileResponse, type AgentImportFileResponse, type AgentCreateParams, type AgentRetrieveParams, type AgentUpdateParams, type AgentListParams, type AgentExportFileParams, type AgentImportFileParams, type AgentStatesArrayPage, } from "./agents/agents.js";
3
+ export { Archives, type Archive, type VectorDBProvider, type ArchiveCreateParams, type ArchiveUpdateParams, type ArchiveListParams, type ArchivesArrayPage, } from "./archives/archives.js";
4
+ export { Batches, type BatchJob, type BatchCancelResponse, type BatchCreateParams, type BatchListParams, type BatchJobsArrayPage, } from "./batches/batches.js";
5
+ export { Blocks, type BlockResponse, type CreateBlock, type BlockDeleteResponse, type BlockCreateParams, type BlockUpdateParams, type BlockListParams, type BlockResponsesArrayPage, } from "./blocks/blocks.js";
6
+ export { Folders, type Folder, type FolderDeleteResponse, type FolderCreateParams, type FolderUpdateParams, type FolderListParams, type FoldersArrayPage, } from "./folders/folders.js";
7
+ export { Groups, type DynamicManager, type Group, type ManagerType, type RoundRobinManager, type SleeptimeManager, type SupervisorManager, type VoiceSleeptimeManager, type GroupDeleteResponse, type GroupCreateParams, type GroupUpdateParams, type GroupListParams, type GroupsArrayPage, } from "./groups/groups.js";
8
+ export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityDeleteResponse, type IdentityCreateParams, type IdentityUpdateParams, type IdentityListParams, type IdentityUpsertParams, type IdentitiesArrayPage, } from "./identities/identities.js";
9
+ export { McpServers, type CreateSseMcpServer, type CreateStdioMcpServer, type CreateStreamableHTTPMcpServer, type McpToolExecuteRequest, type SseMcpServer, type StdioMcpServer, type StreamableHTTPMcpServer, type ToolExecutionResult, type UpdateSseMcpServer, type UpdateStdioMcpServer, type UpdateStreamableHTTPMcpServer, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerUpdateResponse, type McpServerListResponse, type McpServerRefreshResponse, type McpServerCreateParams, type McpServerUpdateParams, type McpServerRefreshParams, } from "./mcp-servers/mcp-servers.js";
10
+ export { Models, type EmbeddingConfig, type EmbeddingModel, type LlmConfig, type Model, type ProviderCategory, type ProviderType, type ModelListResponse, type ModelListParams, } from "./models/models.js";
11
+ export { Runs, type Job, type StopReasonType, type RunListParams } from "./runs/runs.js";
12
+ export { Steps, type ProviderTrace, type Step, type StepListParams, type StepsArrayPage, } from "./steps/steps.js";
11
13
  export { Tags, type TagListResponse, type TagListParams } from "./tags.js";
12
14
  export { Templates } from "./templates/templates.js";
13
- export { Tools, type NpmRequirement, type PipRequirement, type Tool, type ToolCreate, type ToolReturnMessage, type ToolType, type ToolListResponse, type ToolDeleteResponse, type ToolCountResponse, type ToolUpsertBaseToolsResponse, type ToolCreateParams, type ToolUpdateParams, type ToolListParams, type ToolCountParams, type ToolUpsertParams, } from "./tools.js";
15
+ export { Tools, type NpmRequirement, type PipRequirement, type Tool, type ToolCreate, type ToolReturnMessage, type ToolType, type ToolDeleteResponse, type ToolUpsertBaseToolsResponse, type ToolCreateParams, type ToolUpdateParams, type ToolListParams, type ToolUpsertParams, type ToolsArrayPage, } from "./tools.js";
14
16
  export { type HealthResponse } from "./top-level.js";
15
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,12 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Tools = exports.Templates = exports.Tags = exports.Steps = exports.Runs = exports.Models = exports.Identities = exports.Groups = exports.Folders = exports.Blocks = exports.Batches = exports.Archives = exports.Agents = void 0;
4
+ exports.Tools = exports.Templates = exports.Tags = exports.Steps = exports.Runs = exports.Models = exports.McpServers = exports.Identities = exports.Groups = exports.Folders = exports.Blocks = exports.Batches = exports.Archives = exports.Agents = exports.AccessTokens = void 0;
5
+ var access_tokens_1 = require("./access-tokens.js");
6
+ Object.defineProperty(exports, "AccessTokens", { enumerable: true, get: function () { return access_tokens_1.AccessTokens; } });
5
7
  var agents_1 = require("./agents/agents.js");
6
8
  Object.defineProperty(exports, "Agents", { enumerable: true, get: function () { return agents_1.Agents; } });
7
- var archives_1 = require("./archives.js");
9
+ var archives_1 = require("./archives/archives.js");
8
10
  Object.defineProperty(exports, "Archives", { enumerable: true, get: function () { return archives_1.Archives; } });
9
11
  var batches_1 = require("./batches/batches.js");
10
12
  Object.defineProperty(exports, "Batches", { enumerable: true, get: function () { return batches_1.Batches; } });
@@ -16,6 +18,8 @@ var groups_1 = require("./groups/groups.js");
16
18
  Object.defineProperty(exports, "Groups", { enumerable: true, get: function () { return groups_1.Groups; } });
17
19
  var identities_1 = require("./identities/identities.js");
18
20
  Object.defineProperty(exports, "Identities", { enumerable: true, get: function () { return identities_1.Identities; } });
21
+ var mcp_servers_1 = require("./mcp-servers/mcp-servers.js");
22
+ Object.defineProperty(exports, "McpServers", { enumerable: true, get: function () { return mcp_servers_1.McpServers; } });
19
23
  var models_1 = require("./models/models.js");
20
24
  Object.defineProperty(exports, "Models", { enumerable: true, get: function () { return models_1.Models; } });
21
25
  var runs_1 = require("./runs/runs.js");
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CA8ByB;AA7BvB,gGAAA,MAAM,OAAA;AA8BR,0CAQoB;AAPlB,oGAAA,QAAQ,OAAA;AAQV,gDAO2B;AANzB,kGAAA,OAAO,OAAA;AAOT,6CASyB;AARvB,gGAAA,MAAM,OAAA;AASR,gDAS2B;AARzB,kGAAA,OAAO,OAAA;AAST,6CAeyB;AAdvB,gGAAA,MAAM,OAAA;AAeR,yDAYiC;AAX/B,wGAAA,UAAU,OAAA;AAYZ,6CAQyB;AAPvB,gGAAA,MAAM,OAAA;AAQR,uCAA4G;AAAnG,4FAAA,IAAI,OAAA;AACb,0CAMuB;AALrB,8FAAA,KAAK,OAAA;AAMP,kCAAwE;AAA/D,4FAAA,IAAI,OAAA;AACb,sDAAkD;AAAzC,sGAAA,SAAS,OAAA;AAClB,oCAiBiB;AAhBf,8FAAA,KAAK,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,oDAQyB;AAPvB,6GAAA,YAAY,OAAA;AAQd,6CAuCyB;AAtCvB,gGAAA,MAAM,OAAA;AAuCR,mDAQ6B;AAP3B,oGAAA,QAAQ,OAAA;AAQV,gDAO2B;AANzB,kGAAA,OAAO,OAAA;AAOT,6CASyB;AARvB,gGAAA,MAAM,OAAA;AASR,gDAQ2B;AAPzB,kGAAA,OAAO,OAAA;AAQT,6CAcyB;AAbvB,gGAAA,MAAM,OAAA;AAcR,yDAWiC;AAV/B,wGAAA,UAAU,OAAA;AAWZ,4DAqBmC;AApBjC,yGAAA,UAAU,OAAA;AAqBZ,6CAUyB;AATvB,gGAAA,MAAM,OAAA;AAUR,uCAAsF;AAA7E,4FAAA,IAAI,OAAA;AACb,0CAMuB;AALrB,8FAAA,KAAK,OAAA;AAMP,kCAAwE;AAA/D,4FAAA,IAAI,OAAA;AACb,sDAAkD;AAAzC,sGAAA,SAAS,OAAA;AAClB,oCAeiB;AAdf,8FAAA,KAAK,OAAA"}
@@ -1,11 +1,13 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { AccessTokens, } from "./access-tokens.mjs";
2
3
  export { Agents, } from "./agents/agents.mjs";
3
- export { Archives, } from "./archives.mjs";
4
+ export { Archives, } from "./archives/archives.mjs";
4
5
  export { Batches, } from "./batches/batches.mjs";
5
6
  export { Blocks, } from "./blocks/blocks.mjs";
6
7
  export { Folders, } from "./folders/folders.mjs";
7
8
  export { Groups, } from "./groups/groups.mjs";
8
9
  export { Identities, } from "./identities/identities.mjs";
10
+ export { McpServers, } from "./mcp-servers/mcp-servers.mjs";
9
11
  export { Models, } from "./models/models.mjs";
10
12
  export { Runs } from "./runs/runs.mjs";
11
13
  export { Steps, } from "./steps/steps.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,MAAM,GA6BP;OACM,EACL,QAAQ,GAOT;OACM,EACL,OAAO,GAMR;OACM,EACL,MAAM,GAQP;OACM,EACL,OAAO,GAQR;OACM,EACL,MAAM,GAcP;OACM,EACL,UAAU,GAWX;OACM,EACL,MAAM,GAOP;OACM,EAAE,IAAI,EAA2E;OACjF,EACL,KAAK,GAKN;OACM,EAAE,IAAI,EAA4C;OAClD,EAAE,SAAS,EAAE;OACb,EACL,KAAK,GAgBN"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,YAAY,GAOb;OACM,EACL,MAAM,GAsCP;OACM,EACL,QAAQ,GAOT;OACM,EACL,OAAO,GAMR;OACM,EACL,MAAM,GAQP;OACM,EACL,OAAO,GAOR;OACM,EACL,MAAM,GAaP;OACM,EACL,UAAU,GAUX;OACM,EACL,UAAU,GAoBX;OACM,EACL,MAAM,GASP;OACM,EAAE,IAAI,EAAqD;OAC3D,EACL,KAAK,GAKN;OACM,EAAE,IAAI,EAA4C;OAClD,EAAE,SAAS,EAAE;OACb,EACL,KAAK,GAcN"}
@@ -0,0 +1,3 @@
1
+ export { McpServers, type CreateSseMcpServer, type CreateStdioMcpServer, type CreateStreamableHTTPMcpServer, type McpToolExecuteRequest, type SseMcpServer, type StdioMcpServer, type StreamableHTTPMcpServer, type ToolExecutionResult, type UpdateSseMcpServer, type UpdateStdioMcpServer, type UpdateStreamableHTTPMcpServer, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerUpdateResponse, type McpServerListResponse, type McpServerRefreshResponse, type McpServerCreateParams, type McpServerUpdateParams, type McpServerRefreshParams, } from "./mcp-servers.mjs";
2
+ export { Tools, type ToolListResponse, type ToolRetrieveParams, type ToolRunParams } from "./tools.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,6BAA6B,EAClC,KAAK,qBAAqB,EAC1B,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,6BAA6B,EAClC,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,GAC5B;OACM,EAAE,KAAK,EAAE,KAAK,gBAAgB,EAAE,KAAK,kBAAkB,EAAE,KAAK,aAAa,EAAE"}
@@ -0,0 +1,3 @@
1
+ export { McpServers, type CreateSseMcpServer, type CreateStdioMcpServer, type CreateStreamableHTTPMcpServer, type McpToolExecuteRequest, type SseMcpServer, type StdioMcpServer, type StreamableHTTPMcpServer, type ToolExecutionResult, type UpdateSseMcpServer, type UpdateStdioMcpServer, type UpdateStreamableHTTPMcpServer, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerUpdateResponse, type McpServerListResponse, type McpServerRefreshResponse, type McpServerCreateParams, type McpServerUpdateParams, type McpServerRefreshParams, } from "./mcp-servers.js";
2
+ export { Tools, type ToolListResponse, type ToolRetrieveParams, type ToolRunParams } from "./tools.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,6BAA6B,EAClC,KAAK,qBAAqB,EAC1B,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,6BAA6B,EAClC,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,GAC5B;OACM,EAAE,KAAK,EAAE,KAAK,gBAAgB,EAAE,KAAK,kBAAkB,EAAE,KAAK,aAAa,EAAE"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Tools = exports.McpServers = void 0;
5
+ var mcp_servers_1 = require("./mcp-servers.js");
6
+ Object.defineProperty(exports, "McpServers", { enumerable: true, get: function () { return mcp_servers_1.McpServers; } });
7
+ var tools_1 = require("./tools.js");
8
+ Object.defineProperty(exports, "Tools", { enumerable: true, get: function () { return tools_1.Tools; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAqBuB;AApBrB,yGAAA,UAAU,OAAA;AAqBZ,oCAAoG;AAA3F,8FAAA,KAAK,OAAA"}
@@ -0,0 +1,4 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { McpServers, } from "./mcp-servers.mjs";
3
+ export { Tools } from "./tools.mjs";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,UAAU,GAoBX;OACM,EAAE,KAAK,EAAsE"}
@@ -0,0 +1,349 @@
1
+ import { APIResource } from "../../core/resource.mjs";
2
+ import * as AgentsAPI from "../agents/agents.mjs";
3
+ import * as ToolsAPI from "./tools.mjs";
4
+ import { ToolListResponse, ToolRetrieveParams, ToolRunParams, Tools } from "./tools.mjs";
5
+ import { APIPromise } from "../../core/api-promise.mjs";
6
+ import { RequestOptions } from "../../internal/request-options.mjs";
7
+ export declare class McpServers extends APIResource {
8
+ tools: ToolsAPI.Tools;
9
+ /**
10
+ * Add a new MCP server to the Letta MCP server config
11
+ */
12
+ create(body: McpServerCreateParams, options?: RequestOptions): APIPromise<McpServerCreateResponse>;
13
+ /**
14
+ * Get a specific MCP server
15
+ */
16
+ retrieve(mcpServerID: string, options?: RequestOptions): APIPromise<McpServerRetrieveResponse>;
17
+ /**
18
+ * Update an existing MCP server configuration
19
+ */
20
+ update(mcpServerID: string, body: McpServerUpdateParams, options?: RequestOptions): APIPromise<McpServerUpdateResponse>;
21
+ /**
22
+ * Get a list of all configured MCP servers
23
+ */
24
+ list(options?: RequestOptions): APIPromise<McpServerListResponse>;
25
+ /**
26
+ * Delete an MCP server by its ID
27
+ */
28
+ delete(mcpServerID: string, options?: RequestOptions): APIPromise<void>;
29
+ /**
30
+ * Refresh tools for an MCP server by:
31
+ *
32
+ * 1. Fetching current tools from the MCP server
33
+ * 2. Deleting tools that no longer exist on the server
34
+ * 3. Updating schemas for existing tools
35
+ * 4. Adding new tools from the server
36
+ *
37
+ * Returns a summary of changes made.
38
+ */
39
+ refresh(mcpServerID: string, params?: McpServerRefreshParams | null | undefined, options?: RequestOptions): APIPromise<unknown>;
40
+ }
41
+ /**
42
+ * Create a new SSE MCP server
43
+ */
44
+ export interface CreateSseMcpServer {
45
+ /**
46
+ * The URL of the server
47
+ */
48
+ server_url: string;
49
+ /**
50
+ * The name of the authentication header (e.g., 'Authorization')
51
+ */
52
+ auth_header?: string | null;
53
+ /**
54
+ * The authentication token or API key value
55
+ */
56
+ auth_token?: string | null;
57
+ /**
58
+ * Custom HTTP headers to include with requests
59
+ */
60
+ custom_headers?: {
61
+ [key: string]: string;
62
+ } | null;
63
+ mcp_server_type?: 'sse';
64
+ }
65
+ /**
66
+ * Create a new Stdio MCP server
67
+ */
68
+ export interface CreateStdioMcpServer {
69
+ /**
70
+ * The arguments to pass to the command
71
+ */
72
+ args: Array<string>;
73
+ /**
74
+ * The command to run (MCP 'local' client will run this command)
75
+ */
76
+ command: string;
77
+ /**
78
+ * Environment variables to set
79
+ */
80
+ env?: {
81
+ [key: string]: string;
82
+ } | null;
83
+ mcp_server_type?: 'stdio';
84
+ }
85
+ /**
86
+ * Create a new Streamable HTTP MCP server
87
+ */
88
+ export interface CreateStreamableHTTPMcpServer {
89
+ /**
90
+ * The URL of the server
91
+ */
92
+ server_url: string;
93
+ /**
94
+ * The name of the authentication header (e.g., 'Authorization')
95
+ */
96
+ auth_header?: string | null;
97
+ /**
98
+ * The authentication token or API key value
99
+ */
100
+ auth_token?: string | null;
101
+ /**
102
+ * Custom HTTP headers to include with requests
103
+ */
104
+ custom_headers?: {
105
+ [key: string]: string;
106
+ } | null;
107
+ mcp_server_type?: 'streamable_http';
108
+ }
109
+ /**
110
+ * Request to execute an MCP tool by IDs.
111
+ */
112
+ export interface McpToolExecuteRequest {
113
+ /**
114
+ * Arguments to pass to the MCP tool
115
+ */
116
+ args?: {
117
+ [key: string]: unknown;
118
+ };
119
+ }
120
+ /**
121
+ * An SSE MCP server
122
+ */
123
+ export interface SseMcpServer {
124
+ /**
125
+ * The name of the MCP server
126
+ */
127
+ server_name: string;
128
+ /**
129
+ * The URL of the server
130
+ */
131
+ server_url: string;
132
+ /**
133
+ * The human-friendly ID of the Mcp_server
134
+ */
135
+ id?: string;
136
+ /**
137
+ * The name of the authentication header (e.g., 'Authorization')
138
+ */
139
+ auth_header?: string | null;
140
+ /**
141
+ * The authentication token or API key value
142
+ */
143
+ auth_token?: string | null;
144
+ /**
145
+ * Custom HTTP headers to include with requests
146
+ */
147
+ custom_headers?: {
148
+ [key: string]: string;
149
+ } | null;
150
+ mcp_server_type?: 'sse';
151
+ }
152
+ /**
153
+ * A Stdio MCP server
154
+ */
155
+ export interface StdioMcpServer {
156
+ /**
157
+ * The arguments to pass to the command
158
+ */
159
+ args: Array<string>;
160
+ /**
161
+ * The command to run (MCP 'local' client will run this command)
162
+ */
163
+ command: string;
164
+ /**
165
+ * The name of the MCP server
166
+ */
167
+ server_name: string;
168
+ /**
169
+ * The human-friendly ID of the Mcp_server
170
+ */
171
+ id?: string;
172
+ /**
173
+ * Environment variables to set
174
+ */
175
+ env?: {
176
+ [key: string]: string;
177
+ } | null;
178
+ mcp_server_type?: 'stdio';
179
+ }
180
+ /**
181
+ * A Streamable HTTP MCP server
182
+ */
183
+ export interface StreamableHTTPMcpServer {
184
+ /**
185
+ * The name of the MCP server
186
+ */
187
+ server_name: string;
188
+ /**
189
+ * The URL of the server
190
+ */
191
+ server_url: string;
192
+ /**
193
+ * The human-friendly ID of the Mcp_server
194
+ */
195
+ id?: string;
196
+ /**
197
+ * The name of the authentication header (e.g., 'Authorization')
198
+ */
199
+ auth_header?: string | null;
200
+ /**
201
+ * The authentication token or API key value
202
+ */
203
+ auth_token?: string | null;
204
+ /**
205
+ * Custom HTTP headers to include with requests
206
+ */
207
+ custom_headers?: {
208
+ [key: string]: string;
209
+ } | null;
210
+ mcp_server_type?: 'streamable_http';
211
+ }
212
+ export interface ToolExecutionResult {
213
+ /**
214
+ * The status of the tool execution and return object
215
+ */
216
+ status: 'success' | 'error';
217
+ /**
218
+ * Representation of an agent's state. This is the state of the agent at a given
219
+ * time, and is persisted in the DB backend. The state has all the information
220
+ * needed to recreate a persisted agent.
221
+ */
222
+ agent_state?: AgentsAPI.AgentState | null;
223
+ /**
224
+ * The function return object
225
+ */
226
+ func_return?: unknown;
227
+ /**
228
+ * The fingerprint of the config for the sandbox
229
+ */
230
+ sandbox_config_fingerprint?: string | null;
231
+ /**
232
+ * Captured stderr from the function invocation
233
+ */
234
+ stderr?: Array<string> | null;
235
+ /**
236
+ * Captured stdout (prints, logs) from function invocation
237
+ */
238
+ stdout?: Array<string> | null;
239
+ }
240
+ /**
241
+ * Update schema for SSE MCP server - all fields optional
242
+ */
243
+ export interface UpdateSseMcpServer {
244
+ /**
245
+ * The URL of the server
246
+ */
247
+ server_url: string | null;
248
+ /**
249
+ * The name of the authentication header (e.g., 'Authorization')
250
+ */
251
+ auth_header?: string | null;
252
+ /**
253
+ * The authentication token or API key value
254
+ */
255
+ auth_token?: string | null;
256
+ /**
257
+ * Custom HTTP headers to include with requests
258
+ */
259
+ custom_headers?: {
260
+ [key: string]: string;
261
+ } | null;
262
+ mcp_server_type?: 'sse';
263
+ }
264
+ /**
265
+ * Update schema for Stdio MCP server - all fields optional
266
+ */
267
+ export interface UpdateStdioMcpServer {
268
+ /**
269
+ * The arguments to pass to the command
270
+ */
271
+ args: Array<string> | null;
272
+ /**
273
+ * The command to run (MCP 'local' client will run this command)
274
+ */
275
+ command: string | null;
276
+ /**
277
+ * Environment variables to set
278
+ */
279
+ env?: {
280
+ [key: string]: string;
281
+ } | null;
282
+ mcp_server_type?: 'stdio';
283
+ }
284
+ /**
285
+ * Update schema for Streamable HTTP MCP server - all fields optional
286
+ */
287
+ export interface UpdateStreamableHTTPMcpServer {
288
+ /**
289
+ * The URL of the server
290
+ */
291
+ server_url: string | null;
292
+ /**
293
+ * The name of the authentication header (e.g., 'Authorization')
294
+ */
295
+ auth_header?: string | null;
296
+ /**
297
+ * The authentication token or API key value
298
+ */
299
+ auth_token?: string | null;
300
+ /**
301
+ * Custom HTTP headers to include with requests
302
+ */
303
+ custom_headers?: {
304
+ [key: string]: string;
305
+ } | null;
306
+ mcp_server_type?: 'streamable_http';
307
+ }
308
+ /**
309
+ * A Stdio MCP server
310
+ */
311
+ export type McpServerCreateResponse = StdioMcpServer | SseMcpServer | StreamableHTTPMcpServer;
312
+ /**
313
+ * A Stdio MCP server
314
+ */
315
+ export type McpServerRetrieveResponse = StdioMcpServer | SseMcpServer | StreamableHTTPMcpServer;
316
+ /**
317
+ * A Stdio MCP server
318
+ */
319
+ export type McpServerUpdateResponse = StdioMcpServer | SseMcpServer | StreamableHTTPMcpServer;
320
+ export type McpServerListResponse = Array<StdioMcpServer | SseMcpServer | StreamableHTTPMcpServer>;
321
+ export type McpServerRefreshResponse = unknown;
322
+ export interface McpServerCreateParams {
323
+ /**
324
+ * The MCP server configuration (Stdio, SSE, or Streamable HTTP)
325
+ */
326
+ config: CreateStdioMcpServer | CreateSseMcpServer | CreateStreamableHTTPMcpServer;
327
+ /**
328
+ * The name of the MCP server
329
+ */
330
+ server_name: string;
331
+ }
332
+ export interface McpServerUpdateParams {
333
+ /**
334
+ * The MCP server configuration updates (Stdio, SSE, or Streamable HTTP)
335
+ */
336
+ config: UpdateStdioMcpServer | UpdateSseMcpServer | UpdateStreamableHTTPMcpServer;
337
+ /**
338
+ * The name of the MCP server
339
+ */
340
+ server_name?: string | null;
341
+ }
342
+ export interface McpServerRefreshParams {
343
+ agent_id?: string | null;
344
+ }
345
+ export declare namespace McpServers {
346
+ export { type CreateSseMcpServer as CreateSseMcpServer, type CreateStdioMcpServer as CreateStdioMcpServer, type CreateStreamableHTTPMcpServer as CreateStreamableHTTPMcpServer, type McpToolExecuteRequest as McpToolExecuteRequest, type SseMcpServer as SseMcpServer, type StdioMcpServer as StdioMcpServer, type StreamableHTTPMcpServer as StreamableHTTPMcpServer, type ToolExecutionResult as ToolExecutionResult, type UpdateSseMcpServer as UpdateSseMcpServer, type UpdateStdioMcpServer as UpdateStdioMcpServer, type UpdateStreamableHTTPMcpServer as UpdateStreamableHTTPMcpServer, type McpServerCreateResponse as McpServerCreateResponse, type McpServerRetrieveResponse as McpServerRetrieveResponse, type McpServerUpdateResponse as McpServerUpdateResponse, type McpServerListResponse as McpServerListResponse, type McpServerRefreshResponse as McpServerRefreshResponse, type McpServerCreateParams as McpServerCreateParams, type McpServerUpdateParams as McpServerUpdateParams, type McpServerRefreshParams as McpServerRefreshParams, };
347
+ export { Tools as Tools, type ToolListResponse as ToolListResponse, type ToolRetrieveParams as ToolRetrieveParams, type ToolRunParams as ToolRunParams, };
348
+ }
349
+ //# sourceMappingURL=mcp-servers.d.mts.map