@letta-ai/letta-client 0.0.68645 → 0.0.68647

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 (388) hide show
  1. package/Client.d.ts +0 -3
  2. package/Client.js +26 -31
  3. package/api/resources/agents/client/Client.d.ts +2 -2
  4. package/api/resources/agents/client/Client.js +23 -13
  5. package/api/resources/agents/client/requests/AgentsListRequest.d.ts +9 -0
  6. package/api/resources/agents/client/requests/{BodyImportAgentSerialized.d.ts → BodyImportAgent.d.ts} +1 -1
  7. package/api/resources/agents/client/requests/index.d.ts +1 -1
  8. package/api/resources/agents/resources/blocks/client/Client.js +5 -5
  9. package/api/resources/agents/resources/context/client/Client.js +1 -1
  10. package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  11. package/api/resources/agents/resources/files/client/Client.js +4 -4
  12. package/api/resources/agents/resources/folders/client/Client.js +3 -3
  13. package/api/resources/agents/resources/groups/client/Client.js +1 -1
  14. package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  15. package/api/resources/agents/resources/messages/client/Client.js +9 -9
  16. package/api/resources/agents/resources/passages/client/Client.js +5 -5
  17. package/api/resources/agents/resources/sources/client/Client.js +3 -3
  18. package/api/resources/agents/resources/templates/client/Client.js +3 -3
  19. package/api/resources/agents/resources/tools/client/Client.js +4 -4
  20. package/api/resources/agents/types/AgentsListRequestOrder.d.ts +11 -0
  21. package/api/resources/agents/types/AgentsListRequestOrder.js +10 -0
  22. package/api/resources/agents/types/AgentsListRequestOrderBy.d.ts +11 -0
  23. package/api/resources/agents/types/AgentsListRequestOrderBy.js +10 -0
  24. package/api/resources/agents/types/index.d.ts +2 -0
  25. package/api/resources/agents/types/index.js +2 -0
  26. package/api/resources/batches/client/Client.js +4 -4
  27. package/api/resources/batches/resources/messages/client/Client.js +1 -1
  28. package/api/resources/blocks/client/Client.js +16 -8
  29. package/api/resources/blocks/client/requests/BlocksListRequest.d.ts +11 -2
  30. package/api/resources/blocks/index.d.ts +1 -0
  31. package/api/resources/blocks/index.js +1 -0
  32. package/api/resources/blocks/resources/agents/client/Client.js +1 -1
  33. package/api/resources/blocks/types/BlocksListRequestOrder.d.ts +11 -0
  34. package/api/resources/blocks/types/BlocksListRequestOrder.js +10 -0
  35. package/api/resources/blocks/types/index.d.ts +1 -0
  36. package/api/resources/blocks/types/index.js +17 -0
  37. package/api/resources/clientSideAccessTokens/client/Client.js +3 -3
  38. package/api/resources/folders/client/Client.d.ts +2 -1
  39. package/api/resources/folders/client/Client.js +34 -13
  40. package/api/resources/folders/client/requests/FoldersListRequest.d.ts +30 -0
  41. package/api/resources/folders/client/requests/index.d.ts +1 -0
  42. package/api/resources/folders/index.d.ts +1 -0
  43. package/api/resources/folders/index.js +1 -0
  44. package/api/resources/folders/resources/files/client/Client.js +3 -3
  45. package/api/resources/folders/resources/passages/client/Client.js +1 -1
  46. package/api/resources/folders/types/FoldersListRequestOrder.d.ts +11 -0
  47. package/api/resources/folders/types/FoldersListRequestOrder.js +10 -0
  48. package/api/resources/folders/types/index.d.ts +1 -0
  49. package/api/resources/folders/types/index.js +17 -0
  50. package/api/resources/groups/client/Client.js +15 -7
  51. package/api/resources/groups/client/requests/GroupsListRequest.d.ts +11 -3
  52. package/api/resources/groups/resources/messages/client/Client.js +5 -5
  53. package/api/resources/groups/types/GroupsListRequestOrder.d.ts +11 -0
  54. package/api/resources/groups/types/GroupsListRequestOrder.js +10 -0
  55. package/api/resources/groups/types/index.d.ts +1 -0
  56. package/api/resources/groups/types/index.js +1 -0
  57. package/api/resources/health/client/Client.js +1 -1
  58. package/api/resources/identities/client/Client.js +16 -8
  59. package/api/resources/identities/client/requests/IdentitiesListRequest.d.ts +17 -0
  60. package/api/resources/identities/index.d.ts +1 -0
  61. package/api/resources/identities/index.js +1 -0
  62. package/api/resources/identities/resources/properties/client/Client.js +1 -1
  63. package/api/resources/identities/types/IdentitiesListRequestOrder.d.ts +11 -0
  64. package/api/resources/identities/types/IdentitiesListRequestOrder.js +10 -0
  65. package/api/resources/identities/types/index.d.ts +1 -0
  66. package/api/resources/identities/types/index.js +17 -0
  67. package/api/resources/index.d.ts +8 -5
  68. package/api/resources/index.js +9 -6
  69. package/api/resources/jobs/client/Client.js +5 -5
  70. package/api/resources/models/client/Client.d.ts +3 -0
  71. package/api/resources/models/client/Client.js +7 -2
  72. package/api/resources/models/index.d.ts +1 -0
  73. package/api/resources/models/index.js +1 -0
  74. package/{dist/api/resources/embeddingModels → api/resources/models/resources/embeddings}/client/Client.d.ts +10 -10
  75. package/{dist/api/resources/embeddingModels → api/resources/models/resources/embeddings}/client/Client.js +12 -12
  76. package/api/resources/models/resources/index.d.ts +1 -0
  77. package/api/resources/models/resources/index.js +37 -0
  78. package/api/resources/projects/client/Client.js +1 -1
  79. package/api/resources/providers/client/Client.js +23 -12
  80. package/api/resources/providers/client/requests/ProvidersListRequest.d.ts +26 -2
  81. package/api/resources/providers/index.d.ts +1 -0
  82. package/api/resources/providers/index.js +1 -0
  83. package/api/resources/providers/types/ProvidersListRequestOrder.d.ts +11 -0
  84. package/api/resources/providers/types/ProvidersListRequestOrder.js +10 -0
  85. package/api/resources/providers/types/index.d.ts +1 -0
  86. package/api/resources/providers/types/index.js +17 -0
  87. package/api/resources/runs/client/Client.js +5 -5
  88. package/api/resources/runs/resources/messages/client/Client.js +1 -1
  89. package/api/resources/runs/resources/steps/client/Client.js +1 -1
  90. package/api/resources/runs/resources/usage/client/Client.js +1 -1
  91. package/api/resources/sources/client/Client.js +10 -10
  92. package/api/resources/sources/resources/files/client/Client.js +3 -3
  93. package/api/resources/sources/resources/passages/client/Client.js +1 -1
  94. package/api/resources/steps/client/Client.d.ts +0 -1
  95. package/api/resources/steps/client/Client.js +9 -5
  96. package/api/resources/steps/client/requests/StepsListRequest.d.ts +6 -2
  97. package/api/resources/steps/resources/feedback/client/Client.js +1 -1
  98. package/api/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +2 -0
  99. package/api/resources/steps/resources/metrics/client/Client.js +1 -1
  100. package/api/resources/steps/resources/trace/client/Client.js +1 -1
  101. package/api/resources/steps/types/StepsListRequestOrder.d.ts +11 -0
  102. package/api/resources/steps/types/StepsListRequestOrder.js +10 -0
  103. package/api/resources/steps/types/index.d.ts +1 -0
  104. package/api/resources/steps/types/index.js +1 -0
  105. package/api/resources/tags/client/Client.d.ts +1 -1
  106. package/api/resources/tags/client/Client.js +2 -2
  107. package/api/resources/telemetry/client/Client.js +1 -1
  108. package/api/resources/templates/client/Client.js +9 -9
  109. package/api/resources/templates/resources/agents/client/Client.js +1 -1
  110. package/api/resources/tools/client/Client.d.ts +1 -1
  111. package/api/resources/tools/client/Client.js +33 -22
  112. package/api/resources/tools/client/requests/ToolsListRequest.d.ts +22 -0
  113. package/api/resources/tools/types/ToolsListRequestOrder.d.ts +11 -0
  114. package/api/resources/tools/types/ToolsListRequestOrder.js +10 -0
  115. package/api/resources/tools/types/index.d.ts +1 -0
  116. package/api/resources/tools/types/index.js +1 -0
  117. package/api/resources/voice/client/Client.js +1 -1
  118. package/api/types/{BodyExportAgentSerialized.d.ts → BodyExportAgent.d.ts} +1 -1
  119. package/api/types/DeploymentEntity.d.ts +2 -0
  120. package/api/types/index.d.ts +1 -1
  121. package/api/types/index.js +1 -1
  122. package/dist/Client.d.ts +0 -3
  123. package/dist/Client.js +26 -31
  124. package/dist/api/resources/agents/client/Client.d.ts +2 -2
  125. package/dist/api/resources/agents/client/Client.js +23 -13
  126. package/dist/api/resources/agents/client/requests/AgentsListRequest.d.ts +9 -0
  127. package/dist/api/resources/agents/client/requests/{BodyImportAgentSerialized.d.ts → BodyImportAgent.d.ts} +1 -1
  128. package/dist/api/resources/agents/client/requests/index.d.ts +1 -1
  129. package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
  130. package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
  131. package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  132. package/dist/api/resources/agents/resources/files/client/Client.js +4 -4
  133. package/dist/api/resources/agents/resources/folders/client/Client.js +3 -3
  134. package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
  135. package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  136. package/dist/api/resources/agents/resources/messages/client/Client.js +9 -9
  137. package/dist/api/resources/agents/resources/passages/client/Client.js +5 -5
  138. package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
  139. package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
  140. package/dist/api/resources/agents/resources/tools/client/Client.js +4 -4
  141. package/dist/api/resources/agents/types/AgentsListRequestOrder.d.ts +11 -0
  142. package/dist/api/resources/agents/types/AgentsListRequestOrder.js +10 -0
  143. package/dist/api/resources/agents/types/AgentsListRequestOrderBy.d.ts +11 -0
  144. package/dist/api/resources/agents/types/AgentsListRequestOrderBy.js +10 -0
  145. package/dist/api/resources/agents/types/index.d.ts +2 -0
  146. package/dist/api/resources/agents/types/index.js +2 -0
  147. package/dist/api/resources/batches/client/Client.js +4 -4
  148. package/dist/api/resources/batches/resources/messages/client/Client.js +1 -1
  149. package/dist/api/resources/blocks/client/Client.js +16 -8
  150. package/dist/api/resources/blocks/client/requests/BlocksListRequest.d.ts +11 -2
  151. package/dist/api/resources/blocks/index.d.ts +1 -0
  152. package/dist/api/resources/blocks/index.js +1 -0
  153. package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
  154. package/dist/api/resources/blocks/types/BlocksListRequestOrder.d.ts +11 -0
  155. package/dist/api/resources/blocks/types/BlocksListRequestOrder.js +10 -0
  156. package/dist/api/resources/blocks/types/index.d.ts +1 -0
  157. package/dist/api/resources/blocks/types/index.js +17 -0
  158. package/dist/api/resources/clientSideAccessTokens/client/Client.js +3 -3
  159. package/dist/api/resources/folders/client/Client.d.ts +2 -1
  160. package/dist/api/resources/folders/client/Client.js +34 -13
  161. package/dist/api/resources/folders/client/requests/FoldersListRequest.d.ts +30 -0
  162. package/dist/api/resources/folders/client/requests/FoldersListRequest.js +5 -0
  163. package/dist/api/resources/folders/client/requests/index.d.ts +1 -0
  164. package/dist/api/resources/folders/index.d.ts +1 -0
  165. package/dist/api/resources/folders/index.js +1 -0
  166. package/dist/api/resources/folders/resources/files/client/Client.js +3 -3
  167. package/dist/api/resources/folders/resources/passages/client/Client.js +1 -1
  168. package/dist/api/resources/folders/types/FoldersListRequestOrder.d.ts +11 -0
  169. package/dist/api/resources/folders/types/FoldersListRequestOrder.js +10 -0
  170. package/dist/api/resources/folders/types/index.d.ts +1 -0
  171. package/dist/api/resources/folders/types/index.js +17 -0
  172. package/dist/api/resources/groups/client/Client.js +15 -7
  173. package/dist/api/resources/groups/client/requests/GroupsListRequest.d.ts +11 -3
  174. package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
  175. package/dist/api/resources/groups/types/GroupsListRequestOrder.d.ts +11 -0
  176. package/dist/api/resources/groups/types/GroupsListRequestOrder.js +10 -0
  177. package/dist/api/resources/groups/types/index.d.ts +1 -0
  178. package/dist/api/resources/groups/types/index.js +1 -0
  179. package/dist/api/resources/health/client/Client.js +1 -1
  180. package/dist/api/resources/identities/client/Client.js +16 -8
  181. package/dist/api/resources/identities/client/requests/IdentitiesListRequest.d.ts +17 -0
  182. package/dist/api/resources/identities/index.d.ts +1 -0
  183. package/dist/api/resources/identities/index.js +1 -0
  184. package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
  185. package/dist/api/resources/identities/types/IdentitiesListRequestOrder.d.ts +11 -0
  186. package/dist/api/resources/identities/types/IdentitiesListRequestOrder.js +10 -0
  187. package/dist/api/resources/identities/types/index.d.ts +1 -0
  188. package/dist/api/resources/identities/types/index.js +17 -0
  189. package/dist/api/resources/index.d.ts +8 -5
  190. package/dist/api/resources/index.js +9 -6
  191. package/dist/api/resources/jobs/client/Client.js +5 -5
  192. package/dist/api/resources/models/client/Client.d.ts +3 -0
  193. package/dist/api/resources/models/client/Client.js +7 -2
  194. package/dist/api/resources/models/index.d.ts +1 -0
  195. package/dist/api/resources/models/index.js +1 -0
  196. package/{api/resources/embeddingModels → dist/api/resources/models/resources/embeddings}/client/Client.d.ts +10 -10
  197. package/{api/resources/embeddingModels → dist/api/resources/models/resources/embeddings}/client/Client.js +12 -12
  198. package/dist/api/resources/models/resources/index.d.ts +1 -0
  199. package/dist/api/resources/models/resources/index.js +37 -0
  200. package/dist/api/resources/projects/client/Client.js +1 -1
  201. package/dist/api/resources/providers/client/Client.js +23 -12
  202. package/dist/api/resources/providers/client/requests/ProvidersListRequest.d.ts +26 -2
  203. package/dist/api/resources/providers/index.d.ts +1 -0
  204. package/dist/api/resources/providers/index.js +1 -0
  205. package/dist/api/resources/providers/types/ProvidersListRequestOrder.d.ts +11 -0
  206. package/dist/api/resources/providers/types/ProvidersListRequestOrder.js +10 -0
  207. package/dist/api/resources/providers/types/index.d.ts +1 -0
  208. package/dist/api/resources/providers/types/index.js +17 -0
  209. package/dist/api/resources/runs/client/Client.js +5 -5
  210. package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
  211. package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
  212. package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
  213. package/dist/api/resources/sources/client/Client.js +10 -10
  214. package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
  215. package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
  216. package/dist/api/resources/steps/client/Client.d.ts +0 -1
  217. package/dist/api/resources/steps/client/Client.js +9 -5
  218. package/dist/api/resources/steps/client/requests/StepsListRequest.d.ts +6 -2
  219. package/dist/api/resources/steps/resources/feedback/client/Client.js +1 -1
  220. package/dist/api/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +2 -0
  221. package/dist/api/resources/steps/resources/metrics/client/Client.js +1 -1
  222. package/dist/api/resources/steps/resources/trace/client/Client.js +1 -1
  223. package/dist/api/resources/steps/types/StepsListRequestOrder.d.ts +11 -0
  224. package/dist/api/resources/steps/types/StepsListRequestOrder.js +10 -0
  225. package/dist/api/resources/steps/types/index.d.ts +1 -0
  226. package/dist/api/resources/steps/types/index.js +1 -0
  227. package/dist/api/resources/tags/client/Client.d.ts +1 -1
  228. package/dist/api/resources/tags/client/Client.js +2 -2
  229. package/dist/api/resources/telemetry/client/Client.js +1 -1
  230. package/dist/api/resources/templates/client/Client.js +9 -9
  231. package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
  232. package/dist/api/resources/tools/client/Client.d.ts +1 -1
  233. package/dist/api/resources/tools/client/Client.js +33 -22
  234. package/dist/api/resources/tools/client/requests/ToolsListRequest.d.ts +22 -0
  235. package/dist/api/resources/tools/types/ToolsListRequestOrder.d.ts +11 -0
  236. package/dist/api/resources/tools/types/ToolsListRequestOrder.js +10 -0
  237. package/dist/api/resources/tools/types/index.d.ts +1 -0
  238. package/dist/api/resources/tools/types/index.js +1 -0
  239. package/dist/api/resources/voice/client/Client.js +1 -1
  240. package/dist/api/types/{BodyExportAgentSerialized.d.ts → BodyExportAgent.d.ts} +1 -1
  241. package/dist/api/types/BodyExportAgent.js +5 -0
  242. package/dist/api/types/DeploymentEntity.d.ts +2 -0
  243. package/dist/api/types/index.d.ts +1 -1
  244. package/dist/api/types/index.js +1 -1
  245. package/dist/serialization/resources/agents/types/AgentsListRequestOrder.d.ts +10 -0
  246. package/dist/serialization/resources/agents/types/AgentsListRequestOrder.js +41 -0
  247. package/dist/serialization/resources/agents/types/AgentsListRequestOrderBy.d.ts +10 -0
  248. package/dist/serialization/resources/agents/types/AgentsListRequestOrderBy.js +41 -0
  249. package/dist/serialization/resources/agents/types/index.d.ts +2 -0
  250. package/dist/serialization/resources/agents/types/index.js +2 -0
  251. package/dist/serialization/resources/blocks/index.d.ts +1 -0
  252. package/dist/serialization/resources/blocks/index.js +1 -0
  253. package/dist/serialization/resources/blocks/types/BlocksListRequestOrder.d.ts +10 -0
  254. package/dist/serialization/resources/blocks/types/BlocksListRequestOrder.js +41 -0
  255. package/dist/serialization/resources/blocks/types/index.d.ts +1 -0
  256. package/dist/serialization/resources/blocks/types/index.js +17 -0
  257. package/dist/serialization/resources/folders/index.d.ts +1 -0
  258. package/dist/serialization/resources/folders/index.js +1 -0
  259. package/dist/serialization/resources/folders/types/FoldersListRequestOrder.d.ts +10 -0
  260. package/dist/serialization/resources/folders/types/FoldersListRequestOrder.js +41 -0
  261. package/dist/serialization/resources/folders/types/index.d.ts +1 -0
  262. package/dist/serialization/resources/folders/types/index.js +17 -0
  263. package/dist/serialization/resources/groups/types/GroupsListRequestOrder.d.ts +10 -0
  264. package/dist/serialization/resources/groups/types/GroupsListRequestOrder.js +41 -0
  265. package/dist/serialization/resources/groups/types/index.d.ts +1 -0
  266. package/dist/serialization/resources/groups/types/index.js +1 -0
  267. package/dist/serialization/resources/identities/index.d.ts +1 -0
  268. package/dist/serialization/resources/identities/index.js +1 -0
  269. package/dist/serialization/resources/identities/types/IdentitiesListRequestOrder.d.ts +10 -0
  270. package/dist/serialization/resources/identities/types/IdentitiesListRequestOrder.js +41 -0
  271. package/dist/serialization/resources/identities/types/index.d.ts +1 -0
  272. package/dist/serialization/resources/identities/types/index.js +17 -0
  273. package/dist/serialization/resources/index.d.ts +8 -5
  274. package/dist/serialization/resources/index.js +9 -6
  275. package/dist/serialization/resources/models/index.d.ts +1 -0
  276. package/dist/serialization/resources/models/index.js +1 -0
  277. package/dist/serialization/resources/models/resources/embeddings/client/list.d.ts +11 -0
  278. package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/client/list.js +2 -2
  279. package/dist/serialization/resources/models/resources/index.d.ts +1 -0
  280. package/dist/serialization/resources/models/resources/index.js +37 -0
  281. package/dist/serialization/resources/providers/index.d.ts +1 -0
  282. package/dist/serialization/resources/providers/index.js +1 -0
  283. package/dist/serialization/resources/providers/types/ProvidersListRequestOrder.d.ts +10 -0
  284. package/dist/serialization/resources/providers/types/ProvidersListRequestOrder.js +41 -0
  285. package/dist/serialization/resources/providers/types/index.d.ts +1 -0
  286. package/dist/serialization/resources/providers/types/index.js +17 -0
  287. package/dist/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +1 -0
  288. package/dist/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.js +1 -0
  289. package/dist/serialization/resources/steps/types/StepsListRequestOrder.d.ts +10 -0
  290. package/dist/serialization/resources/steps/types/StepsListRequestOrder.js +41 -0
  291. package/dist/serialization/resources/steps/types/index.d.ts +1 -0
  292. package/dist/serialization/resources/steps/types/index.js +1 -0
  293. package/dist/serialization/resources/tools/types/ToolsListRequestOrder.d.ts +10 -0
  294. package/dist/serialization/resources/tools/types/ToolsListRequestOrder.js +41 -0
  295. package/dist/serialization/resources/tools/types/index.d.ts +1 -0
  296. package/dist/serialization/resources/tools/types/index.js +1 -0
  297. package/{serialization/types/BodyExportAgentSerialized.d.ts → dist/serialization/types/BodyExportAgent.d.ts} +2 -2
  298. package/dist/serialization/types/{BodyExportAgentSerialized.js → BodyExportAgent.js} +2 -2
  299. package/dist/serialization/types/DeploymentEntity.d.ts +2 -0
  300. package/dist/serialization/types/DeploymentEntity.js +2 -0
  301. package/dist/serialization/types/index.d.ts +1 -1
  302. package/dist/serialization/types/index.js +1 -1
  303. package/dist/version.d.ts +1 -1
  304. package/dist/version.js +1 -1
  305. package/package.json +1 -1
  306. package/reference.md +69 -62
  307. package/serialization/resources/agents/types/AgentsListRequestOrder.d.ts +10 -0
  308. package/serialization/resources/agents/types/AgentsListRequestOrder.js +41 -0
  309. package/serialization/resources/agents/types/AgentsListRequestOrderBy.d.ts +10 -0
  310. package/serialization/resources/agents/types/AgentsListRequestOrderBy.js +41 -0
  311. package/serialization/resources/agents/types/index.d.ts +2 -0
  312. package/serialization/resources/agents/types/index.js +2 -0
  313. package/serialization/resources/blocks/index.d.ts +1 -0
  314. package/serialization/resources/blocks/index.js +1 -0
  315. package/serialization/resources/blocks/types/BlocksListRequestOrder.d.ts +10 -0
  316. package/serialization/resources/blocks/types/BlocksListRequestOrder.js +41 -0
  317. package/serialization/resources/blocks/types/index.d.ts +1 -0
  318. package/serialization/resources/blocks/types/index.js +17 -0
  319. package/serialization/resources/folders/index.d.ts +1 -0
  320. package/serialization/resources/folders/index.js +1 -0
  321. package/serialization/resources/folders/types/FoldersListRequestOrder.d.ts +10 -0
  322. package/serialization/resources/folders/types/FoldersListRequestOrder.js +41 -0
  323. package/serialization/resources/folders/types/index.d.ts +1 -0
  324. package/serialization/resources/folders/types/index.js +17 -0
  325. package/serialization/resources/groups/types/GroupsListRequestOrder.d.ts +10 -0
  326. package/serialization/resources/groups/types/GroupsListRequestOrder.js +41 -0
  327. package/serialization/resources/groups/types/index.d.ts +1 -0
  328. package/serialization/resources/groups/types/index.js +1 -0
  329. package/serialization/resources/identities/index.d.ts +1 -0
  330. package/serialization/resources/identities/index.js +1 -0
  331. package/serialization/resources/identities/types/IdentitiesListRequestOrder.d.ts +10 -0
  332. package/serialization/resources/identities/types/IdentitiesListRequestOrder.js +41 -0
  333. package/serialization/resources/identities/types/index.d.ts +1 -0
  334. package/serialization/resources/identities/types/index.js +17 -0
  335. package/serialization/resources/index.d.ts +8 -5
  336. package/serialization/resources/index.js +9 -6
  337. package/serialization/resources/models/index.d.ts +1 -0
  338. package/serialization/resources/models/index.js +1 -0
  339. package/serialization/resources/models/resources/embeddings/client/list.d.ts +11 -0
  340. package/serialization/resources/{embeddingModels → models/resources/embeddings}/client/list.js +2 -2
  341. package/serialization/resources/models/resources/index.d.ts +1 -0
  342. package/serialization/resources/models/resources/index.js +37 -0
  343. package/serialization/resources/providers/index.d.ts +1 -0
  344. package/serialization/resources/providers/index.js +1 -0
  345. package/serialization/resources/providers/types/ProvidersListRequestOrder.d.ts +10 -0
  346. package/serialization/resources/providers/types/ProvidersListRequestOrder.js +41 -0
  347. package/serialization/resources/providers/types/index.d.ts +1 -0
  348. package/serialization/resources/providers/types/index.js +17 -0
  349. package/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +1 -0
  350. package/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.js +1 -0
  351. package/serialization/resources/steps/types/StepsListRequestOrder.d.ts +10 -0
  352. package/serialization/resources/steps/types/StepsListRequestOrder.js +41 -0
  353. package/serialization/resources/steps/types/index.d.ts +1 -0
  354. package/serialization/resources/steps/types/index.js +1 -0
  355. package/serialization/resources/tools/types/ToolsListRequestOrder.d.ts +10 -0
  356. package/serialization/resources/tools/types/ToolsListRequestOrder.js +41 -0
  357. package/serialization/resources/tools/types/index.d.ts +1 -0
  358. package/serialization/resources/tools/types/index.js +1 -0
  359. package/{dist/serialization/types/BodyExportAgentSerialized.d.ts → serialization/types/BodyExportAgent.d.ts} +2 -2
  360. package/serialization/types/{BodyExportAgentSerialized.js → BodyExportAgent.js} +2 -2
  361. package/serialization/types/DeploymentEntity.d.ts +2 -0
  362. package/serialization/types/DeploymentEntity.js +2 -0
  363. package/serialization/types/index.d.ts +1 -1
  364. package/serialization/types/index.js +1 -1
  365. package/version.d.ts +1 -1
  366. package/version.js +1 -1
  367. package/dist/serialization/resources/embeddingModels/client/list.d.ts +0 -11
  368. package/serialization/resources/embeddingModels/client/list.d.ts +0 -11
  369. /package/api/resources/agents/client/requests/{BodyImportAgentSerialized.js → BodyImportAgent.js} +0 -0
  370. /package/api/{types/BodyExportAgentSerialized.js → resources/folders/client/requests/FoldersListRequest.js} +0 -0
  371. /package/api/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
  372. /package/api/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
  373. /package/api/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
  374. /package/api/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
  375. /package/{dist/api/resources/agents/client/requests/BodyImportAgentSerialized.js → api/types/BodyExportAgent.js} +0 -0
  376. /package/dist/api/{types/BodyExportAgentSerialized.js → resources/agents/client/requests/BodyImportAgent.js} +0 -0
  377. /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
  378. /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
  379. /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
  380. /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
  381. /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
  382. /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
  383. /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
  384. /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
  385. /package/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
  386. /package/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
  387. /package/serialization/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
  388. /package/serialization/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
@@ -0,0 +1,17 @@
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
+ __exportStar(require("./ProvidersListRequestOrder"), exports);
@@ -121,7 +121,7 @@ class Runs {
121
121
  method: "GET",
122
122
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
123
123
  ? yield core.Supplier.get(this._options.project)
124
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
124
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
125
125
  contentType: "application/json",
126
126
  queryParameters: _queryParams,
127
127
  requestType: "json",
@@ -211,7 +211,7 @@ class Runs {
211
211
  method: "GET",
212
212
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
213
213
  ? yield core.Supplier.get(this._options.project)
214
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
214
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
215
215
  contentType: "application/json",
216
216
  queryParameters: _queryParams,
217
217
  requestType: "json",
@@ -288,7 +288,7 @@ class Runs {
288
288
  method: "GET",
289
289
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
290
290
  ? yield core.Supplier.get(this._options.project)
291
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
291
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
292
292
  contentType: "application/json",
293
293
  requestType: "json",
294
294
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -364,7 +364,7 @@ class Runs {
364
364
  method: "DELETE",
365
365
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
366
366
  ? yield core.Supplier.get(this._options.project)
367
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
367
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
368
368
  contentType: "application/json",
369
369
  requestType: "json",
370
370
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -429,7 +429,7 @@ class Runs {
429
429
  method: "POST",
430
430
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
431
431
  ? yield core.Supplier.get(this._options.project)
432
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
432
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
433
433
  contentType: "application/json",
434
434
  requestType: "json",
435
435
  body: serializers.RetrieveStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -98,7 +98,7 @@ class Messages {
98
98
  method: "GET",
99
99
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
100
100
  ? yield core.Supplier.get(this._options.project)
101
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
101
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
102
102
  contentType: "application/json",
103
103
  queryParameters: _queryParams,
104
104
  requestType: "json",
@@ -106,7 +106,7 @@ class Steps {
106
106
  method: "GET",
107
107
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
108
108
  ? yield core.Supplier.get(this._options.project)
109
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
109
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
110
110
  contentType: "application/json",
111
111
  queryParameters: _queryParams,
112
112
  requestType: "json",
@@ -81,7 +81,7 @@ class Usage {
81
81
  method: "GET",
82
82
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
83
83
  ? yield core.Supplier.get(this._options.project)
84
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -90,7 +90,7 @@ class Sources {
90
90
  method: "GET",
91
91
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
92
92
  ? yield core.Supplier.get(this._options.project)
93
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
93
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
94
94
  contentType: "application/json",
95
95
  requestType: "json",
96
96
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -166,7 +166,7 @@ class Sources {
166
166
  method: "GET",
167
167
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
168
168
  ? yield core.Supplier.get(this._options.project)
169
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
169
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
170
170
  contentType: "application/json",
171
171
  requestType: "json",
172
172
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -242,7 +242,7 @@ class Sources {
242
242
  method: "DELETE",
243
243
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
244
244
  ? yield core.Supplier.get(this._options.project)
245
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
245
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
246
246
  contentType: "application/json",
247
247
  requestType: "json",
248
248
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -310,7 +310,7 @@ class Sources {
310
310
  method: "PATCH",
311
311
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
312
312
  ? yield core.Supplier.get(this._options.project)
313
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
313
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
314
314
  contentType: "application/json",
315
315
  requestType: "json",
316
316
  body: serializers.SourceUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -387,7 +387,7 @@ class Sources {
387
387
  method: "GET",
388
388
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
389
389
  ? yield core.Supplier.get(this._options.project)
390
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
390
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
391
391
  contentType: "application/json",
392
392
  requestType: "json",
393
393
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -474,7 +474,7 @@ class Sources {
474
474
  method: "GET",
475
475
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
476
476
  ? yield core.Supplier.get(this._options.project)
477
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
477
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
478
478
  contentType: "application/json",
479
479
  queryParameters: _queryParams,
480
480
  requestType: "json",
@@ -550,7 +550,7 @@ class Sources {
550
550
  method: "GET",
551
551
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
552
552
  ? yield core.Supplier.get(this._options.project)
553
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
553
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
554
554
  contentType: "application/json",
555
555
  requestType: "json",
556
556
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -628,7 +628,7 @@ class Sources {
628
628
  method: "POST",
629
629
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
630
630
  ? yield core.Supplier.get(this._options.project)
631
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
631
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
632
632
  contentType: "application/json",
633
633
  requestType: "json",
634
634
  body: serializers.SourceCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -705,7 +705,7 @@ class Sources {
705
705
  method: "GET",
706
706
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
707
707
  ? yield core.Supplier.get(this._options.project)
708
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
708
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
709
709
  contentType: "application/json",
710
710
  requestType: "json",
711
711
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -788,7 +788,7 @@ class Sources {
788
788
  method: "GET",
789
789
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
790
790
  ? yield core.Supplier.get(this._options.project)
791
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
791
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
792
792
  contentType: "application/json",
793
793
  queryParameters: _queryParams,
794
794
  requestType: "json",
@@ -93,7 +93,7 @@ class Files {
93
93
  method: "POST",
94
94
  headers: Object.assign(Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
95
95
  ? yield core.Supplier.get(this._options.project)
96
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
96
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
97
97
  queryParameters: _queryParams,
98
98
  requestType: "file",
99
99
  duplex: _maybeEncodedRequest.duplex,
@@ -186,7 +186,7 @@ class Files {
186
186
  method: "GET",
187
187
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
188
188
  ? yield core.Supplier.get(this._options.project)
189
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
189
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
190
190
  contentType: "application/json",
191
191
  queryParameters: _queryParams,
192
192
  requestType: "json",
@@ -264,7 +264,7 @@ class Files {
264
264
  method: "DELETE",
265
265
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
266
266
  ? yield core.Supplier.get(this._options.project)
267
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
267
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
268
268
  contentType: "application/json",
269
269
  requestType: "json",
270
270
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -93,7 +93,7 @@ class Passages {
93
93
  method: "GET",
94
94
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
95
95
  ? yield core.Supplier.get(this._options.project)
96
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
96
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
97
97
  contentType: "application/json",
98
98
  queryParameters: _queryParams,
99
99
  requestType: "json",
@@ -41,7 +41,6 @@ export declare class Steps {
41
41
  get feedback(): Feedback;
42
42
  /**
43
43
  * List steps with optional pagination and date filters.
44
- * Dates should be provided in ISO 8601 format (e.g. 2025-01-29T15:01:19-08:00)
45
44
  *
46
45
  * @param {Letta.StepsListRequest} request
47
46
  * @param {Steps.RequestOptions} requestOptions - Request-specific configuration.
@@ -76,7 +76,6 @@ class Steps {
76
76
  }
77
77
  /**
78
78
  * List steps with optional pagination and date filters.
79
- * Dates should be provided in ISO 8601 format (e.g. 2025-01-29T15:01:19-08:00)
80
79
  *
81
80
  * @param {Letta.StepsListRequest} request
82
81
  * @param {Steps.RequestOptions} requestOptions - Request-specific configuration.
@@ -92,7 +91,7 @@ class Steps {
92
91
  __list() {
93
92
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
94
93
  var _a, _b, _c;
95
- const { before, after, limit, order, startDate, endDate, model, agentId, traceIds, feedback, hasFeedback, tags, projectId, } = request;
94
+ const { before, after, limit, order, orderBy, startDate, endDate, model, agentId, traceIds, feedback, hasFeedback, tags, projectId, } = request;
96
95
  const _queryParams = {};
97
96
  if (before != null) {
98
97
  _queryParams["before"] = before;
@@ -104,7 +103,12 @@ class Steps {
104
103
  _queryParams["limit"] = limit.toString();
105
104
  }
106
105
  if (order != null) {
107
- _queryParams["order"] = order;
106
+ _queryParams["order"] = serializers.StepsListRequestOrder.jsonOrThrow(order, {
107
+ unrecognizedObjectKeys: "strip",
108
+ });
109
+ }
110
+ if (orderBy != null) {
111
+ _queryParams["order_by"] = orderBy;
108
112
  }
109
113
  if (startDate != null) {
110
114
  _queryParams["start_date"] = startDate;
@@ -150,7 +154,7 @@ class Steps {
150
154
  method: "GET",
151
155
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
152
156
  ? yield core.Supplier.get(this._options.project)
153
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
157
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
154
158
  contentType: "application/json",
155
159
  queryParameters: _queryParams,
156
160
  requestType: "json",
@@ -227,7 +231,7 @@ class Steps {
227
231
  method: "GET",
228
232
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
229
233
  ? yield core.Supplier.get(this._options.project)
230
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
234
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
231
235
  contentType: "application/json",
232
236
  requestType: "json",
233
237
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -20,9 +20,13 @@ export interface StepsListRequest {
20
20
  */
21
21
  limit?: number;
22
22
  /**
23
- * Sort order (asc or desc)
23
+ * Sort order for steps by creation time. 'asc' for oldest first, 'desc' for newest first
24
24
  */
25
- order?: string;
25
+ order?: Letta.StepsListRequestOrder;
26
+ /**
27
+ * Field to sort by
28
+ */
29
+ orderBy?: "created_at";
26
30
  /**
27
31
  * Return steps after this ISO datetime (e.g. "2025-01-29T15:01:19-08:00")
28
32
  */
@@ -82,7 +82,7 @@ class Feedback {
82
82
  method: "PATCH",
83
83
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
84
84
  ? yield core.Supplier.get(this._options.project)
85
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
86
  contentType: "application/json",
87
87
  requestType: "json",
88
88
  body: serializers.steps.AddFeedbackRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -9,4 +9,6 @@ import * as Letta from "../../../../../../index";
9
9
  export interface AddFeedbackRequest {
10
10
  /** Whether this feedback is positive or negative */
11
11
  feedback?: Letta.FeedbackType;
12
+ /** Feedback tags to add to the step */
13
+ tags?: string[];
12
14
  }
@@ -81,7 +81,7 @@ class Metrics {
81
81
  method: "GET",
82
82
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
83
83
  ? yield core.Supplier.get(this._options.project)
84
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -79,7 +79,7 @@ class Trace {
79
79
  method: "GET",
80
80
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
81
81
  ? yield core.Supplier.get(this._options.project)
82
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
82
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
83
83
  contentType: "application/json",
84
84
  requestType: "json",
85
85
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Sort order for steps by creation time. 'asc' for oldest first, 'desc' for newest first
6
+ */
7
+ export type StepsListRequestOrder = "asc" | "desc";
8
+ export declare const StepsListRequestOrder: {
9
+ readonly Asc: "asc";
10
+ readonly Desc: "desc";
11
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.StepsListRequestOrder = void 0;
7
+ exports.StepsListRequestOrder = {
8
+ Asc: "asc",
9
+ Desc: "desc",
10
+ };
@@ -1 +1,2 @@
1
+ export * from "./StepsListRequestOrder";
1
2
  export * from "./StepsListRequestFeedback";
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./StepsListRequestOrder"), exports);
17
18
  __exportStar(require("./StepsListRequestFeedback"), exports);
@@ -31,7 +31,7 @@ export declare class Tags {
31
31
  protected readonly _options: Tags.Options;
32
32
  constructor(_options?: Tags.Options);
33
33
  /**
34
- * Get a list of all agent tags in the database.
34
+ * Get the list of all agent tags that have been created.
35
35
  *
36
36
  * @param {Letta.TagsListRequest} request
37
37
  * @param {Tags.RequestOptions} requestOptions - Request-specific configuration.
@@ -60,7 +60,7 @@ class Tags {
60
60
  this._options = _options;
61
61
  }
62
62
  /**
63
- * Get a list of all agent tags in the database.
63
+ * Get the list of all agent tags that have been created.
64
64
  *
65
65
  * @param {Letta.TagsListRequest} request
66
66
  * @param {Tags.RequestOptions} requestOptions - Request-specific configuration.
@@ -103,7 +103,7 @@ class Tags {
103
103
  method: "GET",
104
104
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
105
105
  ? yield core.Supplier.get(this._options.project)
106
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
106
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
107
107
  contentType: "application/json",
108
108
  queryParameters: _queryParams,
109
109
  requestType: "json",
@@ -79,7 +79,7 @@ class Telemetry {
79
79
  method: "GET",
80
80
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
81
81
  ? yield core.Supplier.get(this._options.project)
82
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
82
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
83
83
  contentType: "application/json",
84
84
  requestType: "json",
85
85
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -118,7 +118,7 @@ class Templates {
118
118
  method: "GET",
119
119
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
120
120
  ? yield core.Supplier.get(this._options.project)
121
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
121
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
122
122
  contentType: "application/json",
123
123
  queryParameters: _queryParams,
124
124
  requestType: "json",
@@ -186,7 +186,7 @@ class Templates {
186
186
  method: "POST",
187
187
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
188
188
  ? yield core.Supplier.get(this._options.project)
189
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
189
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
190
190
  contentType: "application/json",
191
191
  requestType: "json",
192
192
  body: serializers.TemplatesSaveTemplateVersionRequest.jsonOrThrow(request, {
@@ -261,7 +261,7 @@ class Templates {
261
261
  method: "DELETE",
262
262
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
263
263
  ? yield core.Supplier.get(this._options.project)
264
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
264
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
265
265
  contentType: "application/json",
266
266
  requestType: "json",
267
267
  body: serializers.TemplatesDeleteTemplateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -331,7 +331,7 @@ class Templates {
331
331
  method: "GET",
332
332
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
333
333
  ? yield core.Supplier.get(this._options.project)
334
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
334
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
335
335
  contentType: "application/json",
336
336
  requestType: "json",
337
337
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -398,7 +398,7 @@ class Templates {
398
398
  method: "POST",
399
399
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
400
400
  ? yield core.Supplier.get(this._options.project)
401
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
401
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
402
402
  contentType: "application/json",
403
403
  requestType: "json",
404
404
  body: serializers.TemplatesForkTemplateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -473,7 +473,7 @@ class Templates {
473
473
  method: "POST",
474
474
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
475
475
  ? yield core.Supplier.get(this._options.project)
476
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
476
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
477
477
  contentType: "application/json",
478
478
  requestType: "json",
479
479
  body: serializers.TemplatesCreateTemplateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -550,7 +550,7 @@ class Templates {
550
550
  method: "PATCH",
551
551
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
552
552
  ? yield core.Supplier.get(this._options.project)
553
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
553
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
554
554
  contentType: "application/json",
555
555
  requestType: "json",
556
556
  body: serializers.TemplatesRenameTemplateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -634,7 +634,7 @@ class Templates {
634
634
  method: "PATCH",
635
635
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
636
636
  ? yield core.Supplier.get(this._options.project)
637
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
637
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
638
638
  contentType: "application/json",
639
639
  requestType: "json",
640
640
  body: serializers.TemplatesUpdateTemplateDescriptionRequest.jsonOrThrow(request, {
@@ -719,7 +719,7 @@ class Templates {
719
719
  method: "GET",
720
720
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
721
721
  ? yield core.Supplier.get(this._options.project)
722
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
722
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
723
723
  contentType: "application/json",
724
724
  queryParameters: _queryParams,
725
725
  requestType: "json",
@@ -83,7 +83,7 @@ class Agents {
83
83
  method: "POST",
84
84
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
85
85
  ? yield core.Supplier.get(this._options.project)
86
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
87
87
  contentType: "application/json",
88
88
  requestType: "json",
89
89
  body: serializers.templates.AgentsCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -84,7 +84,7 @@ export declare class Tools {
84
84
  count(request?: Letta.ToolsCountRequest, requestOptions?: Tools.RequestOptions): core.HttpResponsePromise<number>;
85
85
  private __count;
86
86
  /**
87
- * Get a list of all tools available to agents belonging to the org of the user
87
+ * Get a list of all tools available to agents.
88
88
  *
89
89
  * @param {Letta.ToolsListRequest} request
90
90
  * @param {Tools.RequestOptions} requestOptions - Request-specific configuration.