@letta-ai/letta-react 0.1.2 → 0.2.1

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 (1530) hide show
  1. package/README.md +44 -2
  2. package/dist/index.d.ts +1 -602
  3. package/dist/index.js +47983 -8899
  4. package/dist/index.js.map +4 -4
  5. package/dist/useLettaQuery/useLettaQuery.d.ts +6 -0
  6. package/index.d.ts +1 -602
  7. package/index.js +47983 -8899
  8. package/index.js.map +4 -4
  9. package/jest.config.ts +3 -4
  10. package/package.json +12 -6
  11. package/src/index.ts +1 -2084
  12. package/src/useLettaQuery/useLettaQuery.test.tsx +55 -0
  13. package/src/useLettaQuery/useLettaQuery.ts +22 -0
  14. package/tsconfig.json +17 -1
  15. package/useLettaQuery/useLettaQuery.d.ts +6 -0
  16. package/dist/hooks/agentsHooks/index.d.ts +0 -72
  17. package/dist/hooks/agentsHooks/useAgents/createTemplateFromAgent.d.ts +0 -39
  18. package/dist/hooks/agentsHooks/useAgents/getAgentVariables.d.ts +0 -63
  19. package/dist/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.d.ts +0 -63
  20. package/dist/hooks/agentsHooks/useAgents/index.d.ts +0 -12
  21. package/dist/hooks/agentsHooks/useAgents/migrateAgent.d.ts +0 -39
  22. package/dist/hooks/agentsHooks/useAgents/searchDeployedAgents.d.ts +0 -37
  23. package/dist/hooks/agentsHooks/useAgents/versionAgentTemplate.d.ts +0 -41
  24. package/dist/hooks/agentsHooks/useCreateAgent.d.ts +0 -39
  25. package/dist/hooks/agentsHooks/useCreateAgentMessageAsync.d.ts +0 -39
  26. package/dist/hooks/agentsHooks/useCreateAgentMessageStream.d.ts +0 -39
  27. package/dist/hooks/agentsHooks/useCreatePassage.d.ts +0 -39
  28. package/dist/hooks/agentsHooks/useDeleteAgent.d.ts +0 -37
  29. package/dist/hooks/agentsHooks/useDeletePassage.d.ts +0 -39
  30. package/dist/hooks/agentsHooks/useExportAgentSerialized.d.ts +0 -63
  31. package/dist/hooks/agentsHooks/useExportAgentSerializedSuspense.d.ts +0 -63
  32. package/dist/hooks/agentsHooks/useImportAgentSerialized.d.ts +0 -39
  33. package/dist/hooks/agentsHooks/useListAgentSources.d.ts +0 -63
  34. package/dist/hooks/agentsHooks/useListAgentSourcesSuspense.d.ts +0 -63
  35. package/dist/hooks/agentsHooks/useListAgentTools.d.ts +0 -63
  36. package/dist/hooks/agentsHooks/useListAgentToolsSuspense.d.ts +0 -63
  37. package/dist/hooks/agentsHooks/useListAgents.d.ts +0 -51
  38. package/dist/hooks/agentsHooks/useListAgentsSuspense.d.ts +0 -51
  39. package/dist/hooks/agentsHooks/useListCoreMemoryBlocks.d.ts +0 -63
  40. package/dist/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.d.ts +0 -63
  41. package/dist/hooks/agentsHooks/useListMessages.d.ts +0 -63
  42. package/dist/hooks/agentsHooks/useListMessagesSuspense.d.ts +0 -63
  43. package/dist/hooks/agentsHooks/useListPassages.d.ts +0 -63
  44. package/dist/hooks/agentsHooks/useListPassagesSuspense.d.ts +0 -63
  45. package/dist/hooks/agentsHooks/useRetrieveAgent.d.ts +0 -63
  46. package/dist/hooks/agentsHooks/useRetrieveAgentContextWindow.d.ts +0 -63
  47. package/dist/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.d.ts +0 -63
  48. package/dist/hooks/agentsHooks/useRetrieveAgentMemory.d.ts +0 -63
  49. package/dist/hooks/agentsHooks/useRetrieveAgentMemorySuspense.d.ts +0 -63
  50. package/dist/hooks/agentsHooks/useRetrieveAgentSuspense.d.ts +0 -63
  51. package/dist/hooks/agentsHooks/useRetrieveCoreMemoryBlock.d.ts +0 -67
  52. package/dist/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.d.ts +0 -67
  53. package/dist/hooks/agentsHooks/useSendMessage.d.ts +0 -39
  54. package/dist/hooks/blocksHooks/index.d.ts +0 -16
  55. package/dist/hooks/blocksHooks/useCreateBlock.d.ts +0 -35
  56. package/dist/hooks/blocksHooks/useDeleteBlock.d.ts +0 -35
  57. package/dist/hooks/blocksHooks/useListAgentsForBlock.d.ts +0 -63
  58. package/dist/hooks/blocksHooks/useListAgentsForBlockSuspense.d.ts +0 -63
  59. package/dist/hooks/blocksHooks/useListBlocks.d.ts +0 -49
  60. package/dist/hooks/blocksHooks/useListBlocksSuspense.d.ts +0 -49
  61. package/dist/hooks/blocksHooks/useRetrieveBlock.d.ts +0 -61
  62. package/dist/hooks/blocksHooks/useRetrieveBlockSuspense.d.ts +0 -61
  63. package/dist/hooks/clientSideAccessTokensHooks/index.d.ts +0 -4
  64. package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.d.ts +0 -37
  65. package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.d.ts +0 -39
  66. package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.d.ts +0 -4
  67. package/dist/hooks/groupsHooks/index.d.ts +0 -20
  68. package/dist/hooks/groupsHooks/useCreateGroup.d.ts +0 -39
  69. package/dist/hooks/groupsHooks/useDeleteGroup.d.ts +0 -37
  70. package/dist/hooks/groupsHooks/useListGroupMessages.d.ts +0 -63
  71. package/dist/hooks/groupsHooks/useListGroupMessagesSuspense.d.ts +0 -63
  72. package/dist/hooks/groupsHooks/useListGroups.d.ts +0 -51
  73. package/dist/hooks/groupsHooks/useListGroupsSuspense.d.ts +0 -51
  74. package/dist/hooks/groupsHooks/useRetrieveGroup.d.ts +0 -63
  75. package/dist/hooks/groupsHooks/useRetrieveGroupSuspense.d.ts +0 -63
  76. package/dist/hooks/groupsHooks/useSendGroupMessage.d.ts +0 -39
  77. package/dist/hooks/groupsHooks/useSendGroupMessageStreaming.d.ts +0 -39
  78. package/dist/hooks/healthHooks/index.d.ts +0 -4
  79. package/dist/hooks/healthHooks/useHealthCheck.d.ts +0 -49
  80. package/dist/hooks/healthHooks/useHealthCheckSuspense.d.ts +0 -49
  81. package/dist/hooks/identitiesHooks/index.d.ts +0 -16
  82. package/dist/hooks/identitiesHooks/useCreateIdentity.d.ts +0 -37
  83. package/dist/hooks/identitiesHooks/useDeleteIdentity.d.ts +0 -37
  84. package/dist/hooks/identitiesHooks/useListIdentities.d.ts +0 -51
  85. package/dist/hooks/identitiesHooks/useListIdentitiesSuspense.d.ts +0 -51
  86. package/dist/hooks/identitiesHooks/useRetrieveIdentity.d.ts +0 -61
  87. package/dist/hooks/identitiesHooks/useRetrieveIdentitySuspense.d.ts +0 -61
  88. package/dist/hooks/identitiesHooks/useUpsertIdentity.d.ts +0 -37
  89. package/dist/hooks/identitiesHooks/useUpsertIdentityProperties.d.ts +0 -37
  90. package/dist/hooks/index.d.ts +0 -274
  91. package/dist/hooks/jobsHooks/index.d.ts +0 -14
  92. package/dist/hooks/jobsHooks/useDeleteJob.d.ts +0 -37
  93. package/dist/hooks/jobsHooks/useListActiveJobs.d.ts +0 -51
  94. package/dist/hooks/jobsHooks/useListActiveJobsSuspense.d.ts +0 -51
  95. package/dist/hooks/jobsHooks/useListJobs.d.ts +0 -51
  96. package/dist/hooks/jobsHooks/useListJobsSuspense.d.ts +0 -51
  97. package/dist/hooks/jobsHooks/useRetrieveJob.d.ts +0 -63
  98. package/dist/hooks/jobsHooks/useRetrieveJobSuspense.d.ts +0 -63
  99. package/dist/hooks/modelsHooks/index.d.ts +0 -8
  100. package/dist/hooks/modelsHooks/useListEmbeddingModels.d.ts +0 -49
  101. package/dist/hooks/modelsHooks/useListEmbeddingModelsSuspense.d.ts +0 -49
  102. package/dist/hooks/modelsHooks/useListModels.d.ts +0 -49
  103. package/dist/hooks/modelsHooks/useListModelsSuspense.d.ts +0 -49
  104. package/dist/hooks/providersHooks/index.d.ts +0 -8
  105. package/dist/hooks/providersHooks/useCreateProvider.d.ts +0 -37
  106. package/dist/hooks/providersHooks/useDeleteProvider.d.ts +0 -37
  107. package/dist/hooks/providersHooks/useListProviders.d.ts +0 -51
  108. package/dist/hooks/providersHooks/useListProvidersSuspense.d.ts +0 -51
  109. package/dist/hooks/runsHooks/index.d.ts +0 -26
  110. package/dist/hooks/runsHooks/useDeleteRun.d.ts +0 -37
  111. package/dist/hooks/runsHooks/useListActiveRuns.d.ts +0 -51
  112. package/dist/hooks/runsHooks/useListActiveRunsSuspense.d.ts +0 -51
  113. package/dist/hooks/runsHooks/useListRunMessages.d.ts +0 -63
  114. package/dist/hooks/runsHooks/useListRunMessagesSuspense.d.ts +0 -63
  115. package/dist/hooks/runsHooks/useListRunSteps.d.ts +0 -63
  116. package/dist/hooks/runsHooks/useListRunStepsSuspense.d.ts +0 -63
  117. package/dist/hooks/runsHooks/useListRuns.d.ts +0 -51
  118. package/dist/hooks/runsHooks/useListRunsSuspense.d.ts +0 -51
  119. package/dist/hooks/runsHooks/useRetrieveRun.d.ts +0 -63
  120. package/dist/hooks/runsHooks/useRetrieveRunSuspense.d.ts +0 -63
  121. package/dist/hooks/runsHooks/useRetrieveRunUsage.d.ts +0 -63
  122. package/dist/hooks/runsHooks/useRetrieveRunUsageSuspense.d.ts +0 -63
  123. package/dist/hooks/sourcesHooks/index.d.ts +0 -28
  124. package/dist/hooks/sourcesHooks/useCreateSource.d.ts +0 -37
  125. package/dist/hooks/sourcesHooks/useDeleteFileFromSource.d.ts +0 -39
  126. package/dist/hooks/sourcesHooks/useDeleteSource.d.ts +0 -37
  127. package/dist/hooks/sourcesHooks/useGetSourceIdByName.d.ts +0 -63
  128. package/dist/hooks/sourcesHooks/useGetSourceIdByNameSuspense.d.ts +0 -63
  129. package/dist/hooks/sourcesHooks/useListSourceFiles.d.ts +0 -63
  130. package/dist/hooks/sourcesHooks/useListSourceFilesSuspense.d.ts +0 -63
  131. package/dist/hooks/sourcesHooks/useListSourcePassages.d.ts +0 -63
  132. package/dist/hooks/sourcesHooks/useListSourcePassagesSuspense.d.ts +0 -63
  133. package/dist/hooks/sourcesHooks/useListSources.d.ts +0 -51
  134. package/dist/hooks/sourcesHooks/useListSourcesSuspense.d.ts +0 -51
  135. package/dist/hooks/sourcesHooks/useRetrieveSource.d.ts +0 -63
  136. package/dist/hooks/sourcesHooks/useRetrieveSourceSuspense.d.ts +0 -63
  137. package/dist/hooks/sourcesHooks/useUploadFileToSource.d.ts +0 -39
  138. package/dist/hooks/stepsHooks/index.d.ts +0 -8
  139. package/dist/hooks/stepsHooks/useListSteps.d.ts +0 -51
  140. package/dist/hooks/stepsHooks/useListStepsSuspense.d.ts +0 -51
  141. package/dist/hooks/stepsHooks/useRetrieveStep.d.ts +0 -63
  142. package/dist/hooks/stepsHooks/useRetrieveStepSuspense.d.ts +0 -63
  143. package/dist/hooks/tagHooks/index.d.ts +0 -4
  144. package/dist/hooks/tagHooks/useListTags.d.ts +0 -51
  145. package/dist/hooks/tagHooks/useListTagsSuspense.d.ts +0 -51
  146. package/dist/hooks/templatesHooks/index.d.ts +0 -2
  147. package/dist/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.d.ts +0 -41
  148. package/dist/hooks/templatesHooks/useTemplates/index.d.ts +0 -2
  149. package/dist/hooks/toolsHooks/index.d.ts +0 -42
  150. package/dist/hooks/toolsHooks/useAddBaseTools.d.ts +0 -33
  151. package/dist/hooks/toolsHooks/useAddComposioTool.d.ts +0 -37
  152. package/dist/hooks/toolsHooks/useAddMcpServer.d.ts +0 -37
  153. package/dist/hooks/toolsHooks/useAddMcpTool.d.ts +0 -39
  154. package/dist/hooks/toolsHooks/useCreateTool.d.ts +0 -37
  155. package/dist/hooks/toolsHooks/useDeleteMcpServer.d.ts +0 -37
  156. package/dist/hooks/toolsHooks/useDeleteTool.d.ts +0 -37
  157. package/dist/hooks/toolsHooks/useListComposioActionsByApp.d.ts +0 -63
  158. package/dist/hooks/toolsHooks/useListComposioActionsByAppSuspense.d.ts +0 -63
  159. package/dist/hooks/toolsHooks/useListComposioApps.d.ts +0 -51
  160. package/dist/hooks/toolsHooks/useListComposioAppsSuspense.d.ts +0 -51
  161. package/dist/hooks/toolsHooks/useListMcpServers.d.ts +0 -51
  162. package/dist/hooks/toolsHooks/useListMcpServersSuspense.d.ts +0 -51
  163. package/dist/hooks/toolsHooks/useListMcpToolsByServer.d.ts +0 -63
  164. package/dist/hooks/toolsHooks/useListMcpToolsByServerSuspense.d.ts +0 -63
  165. package/dist/hooks/toolsHooks/useListTools.d.ts +0 -51
  166. package/dist/hooks/toolsHooks/useListToolsSuspense.d.ts +0 -51
  167. package/dist/hooks/toolsHooks/useRetrieveTool.d.ts +0 -63
  168. package/dist/hooks/toolsHooks/useRetrieveToolSuspense.d.ts +0 -63
  169. package/dist/hooks/toolsHooks/useRunToolFromSource.d.ts +0 -37
  170. package/dist/hooks/toolsHooks/useUpsertTool.d.ts +0 -37
  171. package/dist/hooks/voiceHooks/index.d.ts +0 -2
  172. package/dist/hooks/voiceHooks/useCreateVoiceChatCompletions.d.ts +0 -39
  173. package/dist/types/ActionModel.d.ts +0 -54
  174. package/dist/types/ActionParametersModel.d.ts +0 -25
  175. package/dist/types/ActionResponseModel.d.ts +0 -25
  176. package/dist/types/AddBaseTools.d.ts +0 -19
  177. package/dist/types/AddComposioTool.d.ts +0 -26
  178. package/dist/types/AddMcpServer.d.ts +0 -22
  179. package/dist/types/AddMcpTool.d.ts +0 -30
  180. package/dist/types/AgentEnvironmentVariable.d.ts +0 -47
  181. package/dist/types/AgentSchema.d.ts +0 -86
  182. package/dist/types/AgentState.d.ts +0 -140
  183. package/dist/types/AgentType.d.ts +0 -14
  184. package/dist/types/AppAuthScheme.d.ts +0 -44
  185. package/dist/types/AppModel.d.ts +0 -56
  186. package/dist/types/AssistantMessage.d.ts +0 -33
  187. package/dist/types/AttachCoreMemoryBlock.d.ts +0 -30
  188. package/dist/types/AttachSourceToAgent.d.ts +0 -30
  189. package/dist/types/AttachTool.d.ts +0 -30
  190. package/dist/types/Audio.d.ts +0 -10
  191. package/dist/types/AuthRequest.d.ts +0 -11
  192. package/dist/types/AuthResponse.d.ts +0 -15
  193. package/dist/types/AuthSchemeField.d.ts +0 -34
  194. package/dist/types/BaseToolRuleSchema.d.ts +0 -14
  195. package/dist/types/Block.d.ts +0 -59
  196. package/dist/types/BlockUpdate.d.ts +0 -42
  197. package/dist/types/BodyImportAgentSerialized.d.ts +0 -10
  198. package/dist/types/BodyUploadFileToSource.d.ts +0 -10
  199. package/dist/types/ChatCompletionAssistantMessageParam.d.ts +0 -27
  200. package/dist/types/ChatCompletionAudioParam.d.ts +0 -33
  201. package/dist/types/ChatCompletionContentPartImageParam.d.ts +0 -15
  202. package/dist/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -15
  203. package/dist/types/ChatCompletionContentPartRefusalParam.d.ts +0 -14
  204. package/dist/types/ChatCompletionContentPartTextParam.d.ts +0 -14
  205. package/dist/types/ChatCompletionDeveloperMessageParam.d.ts +0 -16
  206. package/dist/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -10
  207. package/dist/types/ChatCompletionFunctionMessageParam.d.ts +0 -15
  208. package/dist/types/ChatCompletionMessageToolCall.d.ts +0 -20
  209. package/dist/types/ChatCompletionMessageToolCallParam.d.ts +0 -19
  210. package/dist/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -15
  211. package/dist/types/ChatCompletionPredictionContentParam.d.ts +0 -12
  212. package/dist/types/ChatCompletionStreamOptionsParam.d.ts +0 -10
  213. package/dist/types/ChatCompletionSystemMessageParam.d.ts +0 -16
  214. package/dist/types/ChatCompletionToolMessageParam.d.ts +0 -16
  215. package/dist/types/ChatCompletionToolParam.d.ts +0 -15
  216. package/dist/types/ChatCompletionUserMessageParam.d.ts +0 -19
  217. package/dist/types/ChildToolRule.d.ts +0 -24
  218. package/dist/types/ChildToolRuleSchema.d.ts +0 -18
  219. package/dist/types/CompletionCreateParamsNonStreaming.d.ts +0 -149
  220. package/dist/types/CompletionCreateParamsStreaming.d.ts +0 -152
  221. package/dist/types/ConditionalToolRule.d.ts +0 -36
  222. package/dist/types/ConditionalToolRuleSchema.d.ts +0 -25
  223. package/dist/types/ContextWindowOverview.d.ts +0 -94
  224. package/dist/types/ContinueToolRule.d.ts +0 -19
  225. package/dist/types/CoreMemoryBlockSchema.d.ts +0 -35
  226. package/dist/types/CreateAgent.d.ts +0 -26
  227. package/dist/types/CreateAgentMessageAsync.d.ts +0 -29
  228. package/dist/types/CreateAgentMessageStream.d.ts +0 -28
  229. package/dist/types/CreateAgentRequest.d.ts +0 -185
  230. package/dist/types/CreateArchivalMemory.d.ts +0 -11
  231. package/dist/types/CreateBlock.d.ts +0 -62
  232. package/dist/types/CreateGroup.d.ts +0 -26
  233. package/dist/types/CreateIdentity.d.ts +0 -26
  234. package/dist/types/CreatePassage.d.ts +0 -29
  235. package/dist/types/CreateProvider.d.ts +0 -22
  236. package/dist/types/CreateSource.d.ts +0 -22
  237. package/dist/types/CreateTool.d.ts +0 -22
  238. package/dist/types/CreateVoiceChatCompletions.d.ts +0 -33
  239. package/dist/types/DeleteAgent.d.ts +0 -25
  240. package/dist/types/DeleteBlock.d.ts +0 -26
  241. package/dist/types/DeleteFileFromSource.d.ts +0 -29
  242. package/dist/types/DeleteGroup.d.ts +0 -25
  243. package/dist/types/DeleteIdentity.d.ts +0 -25
  244. package/dist/types/DeleteJob.d.ts +0 -26
  245. package/dist/types/DeleteMcpServer.d.ts +0 -27
  246. package/dist/types/DeletePassage.d.ts +0 -29
  247. package/dist/types/DeleteProvider.d.ts +0 -26
  248. package/dist/types/DeleteRun.d.ts +0 -26
  249. package/dist/types/DeleteSource.d.ts +0 -25
  250. package/dist/types/DeleteTool.d.ts +0 -25
  251. package/dist/types/DetachCoreMemoryBlock.d.ts +0 -30
  252. package/dist/types/DetachSourceFromAgent.d.ts +0 -30
  253. package/dist/types/DetachTool.d.ts +0 -30
  254. package/dist/types/DynamicManager.d.ts +0 -20
  255. package/dist/types/DynamicManagerUpdate.d.ts +0 -14
  256. package/dist/types/E2BSandboxConfig.d.ts +0 -20
  257. package/dist/types/EmbeddingConfig.d.ts +0 -71
  258. package/dist/types/ExportAgentSerialized.d.ts +0 -28
  259. package/dist/types/File.d.ts +0 -15
  260. package/dist/types/FileFile.d.ts +0 -18
  261. package/dist/types/FileMetadata.d.ts +0 -58
  262. package/dist/types/FunctionCall.d.ts +0 -14
  263. package/dist/types/FunctionDefinitionInput.d.ts +0 -21
  264. package/dist/types/FunctionDefinitionOutput.d.ts +0 -16
  265. package/dist/types/FunctionOutput.d.ts +0 -15
  266. package/dist/types/FunctionTool.d.ts +0 -16
  267. package/dist/types/GetSourceIdByName.d.ts +0 -25
  268. package/dist/types/Group.d.ts +0 -34
  269. package/dist/types/GroupCreate.d.ts +0 -26
  270. package/dist/types/GroupUpdate.d.ts +0 -14
  271. package/dist/types/HTTPValidationError.d.ts +0 -11
  272. package/dist/types/Health.d.ts +0 -17
  273. package/dist/types/HealthCheck.d.ts +0 -14
  274. package/dist/types/HiddenReasoningMessage.d.ts +0 -38
  275. package/dist/types/Identity.d.ts +0 -47
  276. package/dist/types/IdentityCreate.d.ts +0 -38
  277. package/dist/types/IdentityProperty.d.ts +0 -25
  278. package/dist/types/IdentityPropertyType.d.ts +0 -15
  279. package/dist/types/IdentityType.d.ts +0 -14
  280. package/dist/types/IdentityUpdate.d.ts +0 -32
  281. package/dist/types/IdentityUpsert.d.ts +0 -38
  282. package/dist/types/ImageURL.d.ts +0 -20
  283. package/dist/types/ImportAgentSerialized.d.ts +0 -47
  284. package/dist/types/InitToolRule.d.ts +0 -19
  285. package/dist/types/InputAudio.d.ts +0 -19
  286. package/dist/types/JSONSchema.d.ts +0 -21
  287. package/dist/types/Job.d.ts +0 -51
  288. package/dist/types/JobStatus.d.ts +0 -18
  289. package/dist/types/JobType.d.ts +0 -10
  290. package/dist/types/LLMConfig.d.ts +0 -89
  291. package/dist/types/LettaAssistantMessageContentUnion.d.ts +0 -12
  292. package/dist/types/LettaMessageContentUnion.d.ts +0 -32
  293. package/dist/types/LettaMessageUnion.d.ts +0 -36
  294. package/dist/types/LettaRequest.d.ts +0 -30
  295. package/dist/types/LettaRequestConfig.d.ts +0 -24
  296. package/dist/types/LettaResponse.d.ts +0 -20
  297. package/dist/types/LettaStreamingRequest.d.ts +0 -36
  298. package/dist/types/LettaUsageStatistics.d.ts +0 -47
  299. package/dist/types/LettaUserMessageContentUnion.d.ts +0 -12
  300. package/dist/types/ListActiveJobs.d.ts +0 -19
  301. package/dist/types/ListActiveRuns.d.ts +0 -26
  302. package/dist/types/ListAgentSources.d.ts +0 -26
  303. package/dist/types/ListAgentTools.d.ts +0 -26
  304. package/dist/types/ListAgents.d.ts +0 -83
  305. package/dist/types/ListAgentsForBlock.d.ts +0 -26
  306. package/dist/types/ListBlocks.d.ts +0 -44
  307. package/dist/types/ListComposioActionsByApp.d.ts +0 -26
  308. package/dist/types/ListComposioApps.d.ts +0 -23
  309. package/dist/types/ListCoreMemoryBlocks.d.ts +0 -26
  310. package/dist/types/ListEmbeddingModels.d.ts +0 -14
  311. package/dist/types/ListGroupMessages.d.ts +0 -61
  312. package/dist/types/ListGroups.d.ts +0 -43
  313. package/dist/types/ListIdentities.d.ts +0 -33
  314. package/dist/types/ListJobs.d.ts +0 -26
  315. package/dist/types/ListMcpServers.d.ts +0 -26
  316. package/dist/types/ListMcpToolsByServer.d.ts +0 -26
  317. package/dist/types/ListMessages.d.ts +0 -65
  318. package/dist/types/ListModels.d.ts +0 -14
  319. package/dist/types/ListPassages.d.ts +0 -50
  320. package/dist/types/ListProviders.d.ts +0 -27
  321. package/dist/types/ListRunMessages.d.ts +0 -53
  322. package/dist/types/ListRunSteps.d.ts +0 -48
  323. package/dist/types/ListRuns.d.ts +0 -26
  324. package/dist/types/ListSourceFiles.d.ts +0 -39
  325. package/dist/types/ListSourcePassages.d.ts +0 -26
  326. package/dist/types/ListSources.d.ts +0 -19
  327. package/dist/types/ListSteps.d.ts +0 -56
  328. package/dist/types/ListTags.d.ts +0 -27
  329. package/dist/types/ListTools.d.ts +0 -28
  330. package/dist/types/LocalSandboxConfig.d.ts +0 -28
  331. package/dist/types/MCPServerType.d.ts +0 -10
  332. package/dist/types/MCPTool.d.ts +0 -21
  333. package/dist/types/ManagerType.d.ts +0 -13
  334. package/dist/types/MaxCountPerStepToolRule.d.ts +0 -24
  335. package/dist/types/MaxCountPerStepToolRuleSchema.d.ts +0 -18
  336. package/dist/types/Memory.d.ts +0 -21
  337. package/dist/types/Message.d.ts +0 -85
  338. package/dist/types/MessageCreate.d.ts +0 -32
  339. package/dist/types/MessageRole.d.ts +0 -13
  340. package/dist/types/MessageSchema.d.ts +0 -35
  341. package/dist/types/ModifyAgent.d.ts +0 -29
  342. package/dist/types/ModifyBlock.d.ts +0 -29
  343. package/dist/types/ModifyCoreMemoryBlock.d.ts +0 -33
  344. package/dist/types/ModifyGroup.d.ts +0 -33
  345. package/dist/types/ModifyGroupMessage.d.ts +0 -42
  346. package/dist/types/ModifyMessage.d.ts +0 -42
  347. package/dist/types/ModifyPassage.d.ts +0 -33
  348. package/dist/types/ModifyProvider.d.ts +0 -22
  349. package/dist/types/ModifySource.d.ts +0 -29
  350. package/dist/types/ModifyTool.d.ts +0 -29
  351. package/dist/types/OmittedReasoningContent.d.ts +0 -21
  352. package/dist/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.d.ts +0 -14
  353. package/dist/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -10
  354. package/dist/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -20
  355. package/dist/types/Organization.d.ts +0 -28
  356. package/dist/types/OrganizationCreate.d.ts +0 -15
  357. package/dist/types/OrganizationUpdate.d.ts +0 -15
  358. package/dist/types/ParameterProperties.d.ts +0 -11
  359. package/dist/types/ParametersSchema.d.ts +0 -21
  360. package/dist/types/ParentToolRule.d.ts +0 -24
  361. package/dist/types/Passage.d.ts +0 -71
  362. package/dist/types/PassageUpdate.d.ts +0 -65
  363. package/dist/types/PipRequirement.d.ts +0 -16
  364. package/dist/types/Provider.d.ts +0 -23
  365. package/dist/types/ProviderCreate.d.ts +0 -16
  366. package/dist/types/ProviderUpdate.d.ts +0 -16
  367. package/dist/types/ReasoningContent.d.ts +0 -30
  368. package/dist/types/ReasoningMessage.d.ts +0 -43
  369. package/dist/types/RedactedReasoningContent.d.ts +0 -21
  370. package/dist/types/ResetGroupMessages.d.ts +0 -25
  371. package/dist/types/ResetMessages.d.ts +0 -35
  372. package/dist/types/ResponseFormatJSONObject.d.ts +0 -10
  373. package/dist/types/ResponseFormatJSONSchema.d.ts +0 -15
  374. package/dist/types/ResponseFormatText.d.ts +0 -10
  375. package/dist/types/RetrieveAgent.d.ts +0 -26
  376. package/dist/types/RetrieveAgentContextWindow.d.ts +0 -26
  377. package/dist/types/RetrieveAgentMemory.d.ts +0 -26
  378. package/dist/types/RetrieveBlock.d.ts +0 -26
  379. package/dist/types/RetrieveCoreMemoryBlock.d.ts +0 -30
  380. package/dist/types/RetrieveGroup.d.ts +0 -26
  381. package/dist/types/RetrieveIdentity.d.ts +0 -26
  382. package/dist/types/RetrieveJob.d.ts +0 -26
  383. package/dist/types/RetrieveRun.d.ts +0 -26
  384. package/dist/types/RetrieveRunUsage.d.ts +0 -26
  385. package/dist/types/RetrieveSource.d.ts +0 -26
  386. package/dist/types/RetrieveStep.d.ts +0 -26
  387. package/dist/types/RetrieveTool.d.ts +0 -26
  388. package/dist/types/RoundRobinManager.d.ts +0 -12
  389. package/dist/types/RoundRobinManagerUpdate.d.ts +0 -12
  390. package/dist/types/Run.d.ts +0 -56
  391. package/dist/types/RunToolFromSource.d.ts +0 -22
  392. package/dist/types/SSEServerConfig.d.ts +0 -21
  393. package/dist/types/SandboxConfig.d.ts +0 -40
  394. package/dist/types/SandboxConfigCreate.d.ts +0 -12
  395. package/dist/types/SandboxConfigUpdate.d.ts +0 -15
  396. package/dist/types/SandboxEnvironmentVariable.d.ts +0 -47
  397. package/dist/types/SandboxEnvironmentVariableCreate.d.ts +0 -20
  398. package/dist/types/SandboxEnvironmentVariableUpdate.d.ts +0 -18
  399. package/dist/types/SandboxType.d.ts +0 -10
  400. package/dist/types/SendGroupMessage.d.ts +0 -29
  401. package/dist/types/SendGroupMessageStreaming.d.ts +0 -28
  402. package/dist/types/SendMessage.d.ts +0 -29
  403. package/dist/types/SleeptimeManager.d.ts +0 -16
  404. package/dist/types/SleeptimeManagerUpdate.d.ts +0 -13
  405. package/dist/types/Source.d.ts +0 -51
  406. package/dist/types/SourceCreate.d.ts +0 -37
  407. package/dist/types/SourceUpdate.d.ts +0 -28
  408. package/dist/types/StdioServerConfig.d.ts +0 -32
  409. package/dist/types/Step.d.ts +0 -80
  410. package/dist/types/SupervisorManager.d.ts +0 -15
  411. package/dist/types/SupervisorManagerUpdate.d.ts +0 -12
  412. package/dist/types/SystemMessage.d.ts +0 -33
  413. package/dist/types/TagSchema.d.ts +0 -10
  414. package/dist/types/TerminalToolRule.d.ts +0 -19
  415. package/dist/types/TextContent.d.ts +0 -21
  416. package/dist/types/Tool.d.ts +0 -73
  417. package/dist/types/ToolCall.d.ts +0 -18
  418. package/dist/types/ToolCallContent.d.ts +0 -34
  419. package/dist/types/ToolCallDelta.d.ts +0 -9
  420. package/dist/types/ToolCallMessage.d.ts +0 -31
  421. package/dist/types/ToolCreate.d.ts +0 -44
  422. package/dist/types/ToolEnvVarSchema.d.ts +0 -23
  423. package/dist/types/ToolJSONSchema.d.ts +0 -21
  424. package/dist/types/ToolReturn.d.ts +0 -24
  425. package/dist/types/ToolReturnContent.d.ts +0 -27
  426. package/dist/types/ToolReturnMessage.d.ts +0 -47
  427. package/dist/types/ToolRunFromSource.d.ts +0 -45
  428. package/dist/types/ToolSchema.d.ts +0 -48
  429. package/dist/types/ToolType.d.ts +0 -16
  430. package/dist/types/ToolUpdate.d.ts +0 -38
  431. package/dist/types/UpdateAgent.d.ts +0 -103
  432. package/dist/types/UpdateAssistantMessage.d.ts +0 -16
  433. package/dist/types/UpdateIdentity.d.ts +0 -29
  434. package/dist/types/UpdateReasoningMessage.d.ts +0 -15
  435. package/dist/types/UpdateSystemMessage.d.ts +0 -16
  436. package/dist/types/UpdateUserMessage.d.ts +0 -16
  437. package/dist/types/UploadFileToSource.d.ts +0 -29
  438. package/dist/types/UpsertIdentity.d.ts +0 -26
  439. package/dist/types/UpsertIdentityProperties.d.ts +0 -28
  440. package/dist/types/UpsertTool.d.ts +0 -22
  441. package/dist/types/UsageStatistics.d.ts +0 -21
  442. package/dist/types/User.d.ts +0 -34
  443. package/dist/types/UserCreate.d.ts +0 -11
  444. package/dist/types/UserMessage.d.ts +0 -33
  445. package/dist/types/UserUpdate.d.ts +0 -15
  446. package/dist/types/ValidationError.d.ts +0 -18
  447. package/dist/types/WebSearchOptions.d.ts +0 -18
  448. package/dist/types/WebSearchOptionsUserLocation.d.ts +0 -15
  449. package/dist/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -22
  450. package/dist/types/agents/CreateTemplateFromAgent.d.ts +0 -52
  451. package/dist/types/agents/GetAgentVariables.d.ts +0 -40
  452. package/dist/types/agents/MigrateAgent.d.ts +0 -90
  453. package/dist/types/agents/SearchDeployedAgents.d.ts +0 -130
  454. package/dist/types/agents/VersionAgentTemplate.d.ts +0 -69
  455. package/dist/types/agents/index.d.ts +0 -10
  456. package/dist/types/clientSideAccessTokens/CreateClientSideAccessToken.d.ts +0 -120
  457. package/dist/types/clientSideAccessTokens/DeleteClientSideAccessToken.d.ts +0 -35
  458. package/dist/types/clientSideAccessTokens/index.d.ts +0 -3
  459. package/dist/types/index.d.ts +0 -328
  460. package/dist/types/templates/CreateAgentsFromTemplate.d.ts +0 -67
  461. package/dist/types/templates/index.d.ts +0 -1
  462. package/hooks/agentsHooks/index.d.ts +0 -72
  463. package/hooks/agentsHooks/useAgents/createTemplateFromAgent.d.ts +0 -39
  464. package/hooks/agentsHooks/useAgents/getAgentVariables.d.ts +0 -63
  465. package/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.d.ts +0 -63
  466. package/hooks/agentsHooks/useAgents/index.d.ts +0 -12
  467. package/hooks/agentsHooks/useAgents/migrateAgent.d.ts +0 -39
  468. package/hooks/agentsHooks/useAgents/searchDeployedAgents.d.ts +0 -37
  469. package/hooks/agentsHooks/useAgents/versionAgentTemplate.d.ts +0 -41
  470. package/hooks/agentsHooks/useCreateAgent.d.ts +0 -39
  471. package/hooks/agentsHooks/useCreateAgentMessageAsync.d.ts +0 -39
  472. package/hooks/agentsHooks/useCreateAgentMessageStream.d.ts +0 -39
  473. package/hooks/agentsHooks/useCreatePassage.d.ts +0 -39
  474. package/hooks/agentsHooks/useDeleteAgent.d.ts +0 -37
  475. package/hooks/agentsHooks/useDeletePassage.d.ts +0 -39
  476. package/hooks/agentsHooks/useExportAgentSerialized.d.ts +0 -63
  477. package/hooks/agentsHooks/useExportAgentSerializedSuspense.d.ts +0 -63
  478. package/hooks/agentsHooks/useImportAgentSerialized.d.ts +0 -39
  479. package/hooks/agentsHooks/useListAgentSources.d.ts +0 -63
  480. package/hooks/agentsHooks/useListAgentSourcesSuspense.d.ts +0 -63
  481. package/hooks/agentsHooks/useListAgentTools.d.ts +0 -63
  482. package/hooks/agentsHooks/useListAgentToolsSuspense.d.ts +0 -63
  483. package/hooks/agentsHooks/useListAgents.d.ts +0 -51
  484. package/hooks/agentsHooks/useListAgentsSuspense.d.ts +0 -51
  485. package/hooks/agentsHooks/useListCoreMemoryBlocks.d.ts +0 -63
  486. package/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.d.ts +0 -63
  487. package/hooks/agentsHooks/useListMessages.d.ts +0 -63
  488. package/hooks/agentsHooks/useListMessagesSuspense.d.ts +0 -63
  489. package/hooks/agentsHooks/useListPassages.d.ts +0 -63
  490. package/hooks/agentsHooks/useListPassagesSuspense.d.ts +0 -63
  491. package/hooks/agentsHooks/useRetrieveAgent.d.ts +0 -63
  492. package/hooks/agentsHooks/useRetrieveAgentContextWindow.d.ts +0 -63
  493. package/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.d.ts +0 -63
  494. package/hooks/agentsHooks/useRetrieveAgentMemory.d.ts +0 -63
  495. package/hooks/agentsHooks/useRetrieveAgentMemorySuspense.d.ts +0 -63
  496. package/hooks/agentsHooks/useRetrieveAgentSuspense.d.ts +0 -63
  497. package/hooks/agentsHooks/useRetrieveCoreMemoryBlock.d.ts +0 -67
  498. package/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.d.ts +0 -67
  499. package/hooks/agentsHooks/useSendMessage.d.ts +0 -39
  500. package/hooks/blocksHooks/index.d.ts +0 -16
  501. package/hooks/blocksHooks/useCreateBlock.d.ts +0 -35
  502. package/hooks/blocksHooks/useDeleteBlock.d.ts +0 -35
  503. package/hooks/blocksHooks/useListAgentsForBlock.d.ts +0 -63
  504. package/hooks/blocksHooks/useListAgentsForBlockSuspense.d.ts +0 -63
  505. package/hooks/blocksHooks/useListBlocks.d.ts +0 -49
  506. package/hooks/blocksHooks/useListBlocksSuspense.d.ts +0 -49
  507. package/hooks/blocksHooks/useRetrieveBlock.d.ts +0 -61
  508. package/hooks/blocksHooks/useRetrieveBlockSuspense.d.ts +0 -61
  509. package/hooks/clientSideAccessTokensHooks/index.d.ts +0 -4
  510. package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.d.ts +0 -37
  511. package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.d.ts +0 -39
  512. package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.d.ts +0 -4
  513. package/hooks/groupsHooks/index.d.ts +0 -20
  514. package/hooks/groupsHooks/useCreateGroup.d.ts +0 -39
  515. package/hooks/groupsHooks/useDeleteGroup.d.ts +0 -37
  516. package/hooks/groupsHooks/useListGroupMessages.d.ts +0 -63
  517. package/hooks/groupsHooks/useListGroupMessagesSuspense.d.ts +0 -63
  518. package/hooks/groupsHooks/useListGroups.d.ts +0 -51
  519. package/hooks/groupsHooks/useListGroupsSuspense.d.ts +0 -51
  520. package/hooks/groupsHooks/useRetrieveGroup.d.ts +0 -63
  521. package/hooks/groupsHooks/useRetrieveGroupSuspense.d.ts +0 -63
  522. package/hooks/groupsHooks/useSendGroupMessage.d.ts +0 -39
  523. package/hooks/groupsHooks/useSendGroupMessageStreaming.d.ts +0 -39
  524. package/hooks/healthHooks/index.d.ts +0 -4
  525. package/hooks/healthHooks/useHealthCheck.d.ts +0 -49
  526. package/hooks/healthHooks/useHealthCheckSuspense.d.ts +0 -49
  527. package/hooks/identitiesHooks/index.d.ts +0 -16
  528. package/hooks/identitiesHooks/useCreateIdentity.d.ts +0 -37
  529. package/hooks/identitiesHooks/useDeleteIdentity.d.ts +0 -37
  530. package/hooks/identitiesHooks/useListIdentities.d.ts +0 -51
  531. package/hooks/identitiesHooks/useListIdentitiesSuspense.d.ts +0 -51
  532. package/hooks/identitiesHooks/useRetrieveIdentity.d.ts +0 -61
  533. package/hooks/identitiesHooks/useRetrieveIdentitySuspense.d.ts +0 -61
  534. package/hooks/identitiesHooks/useUpsertIdentity.d.ts +0 -37
  535. package/hooks/identitiesHooks/useUpsertIdentityProperties.d.ts +0 -37
  536. package/hooks/index.d.ts +0 -274
  537. package/hooks/jobsHooks/index.d.ts +0 -14
  538. package/hooks/jobsHooks/useDeleteJob.d.ts +0 -37
  539. package/hooks/jobsHooks/useListActiveJobs.d.ts +0 -51
  540. package/hooks/jobsHooks/useListActiveJobsSuspense.d.ts +0 -51
  541. package/hooks/jobsHooks/useListJobs.d.ts +0 -51
  542. package/hooks/jobsHooks/useListJobsSuspense.d.ts +0 -51
  543. package/hooks/jobsHooks/useRetrieveJob.d.ts +0 -63
  544. package/hooks/jobsHooks/useRetrieveJobSuspense.d.ts +0 -63
  545. package/hooks/modelsHooks/index.d.ts +0 -8
  546. package/hooks/modelsHooks/useListEmbeddingModels.d.ts +0 -49
  547. package/hooks/modelsHooks/useListEmbeddingModelsSuspense.d.ts +0 -49
  548. package/hooks/modelsHooks/useListModels.d.ts +0 -49
  549. package/hooks/modelsHooks/useListModelsSuspense.d.ts +0 -49
  550. package/hooks/providersHooks/index.d.ts +0 -8
  551. package/hooks/providersHooks/useCreateProvider.d.ts +0 -37
  552. package/hooks/providersHooks/useDeleteProvider.d.ts +0 -37
  553. package/hooks/providersHooks/useListProviders.d.ts +0 -51
  554. package/hooks/providersHooks/useListProvidersSuspense.d.ts +0 -51
  555. package/hooks/runsHooks/index.d.ts +0 -26
  556. package/hooks/runsHooks/useDeleteRun.d.ts +0 -37
  557. package/hooks/runsHooks/useListActiveRuns.d.ts +0 -51
  558. package/hooks/runsHooks/useListActiveRunsSuspense.d.ts +0 -51
  559. package/hooks/runsHooks/useListRunMessages.d.ts +0 -63
  560. package/hooks/runsHooks/useListRunMessagesSuspense.d.ts +0 -63
  561. package/hooks/runsHooks/useListRunSteps.d.ts +0 -63
  562. package/hooks/runsHooks/useListRunStepsSuspense.d.ts +0 -63
  563. package/hooks/runsHooks/useListRuns.d.ts +0 -51
  564. package/hooks/runsHooks/useListRunsSuspense.d.ts +0 -51
  565. package/hooks/runsHooks/useRetrieveRun.d.ts +0 -63
  566. package/hooks/runsHooks/useRetrieveRunSuspense.d.ts +0 -63
  567. package/hooks/runsHooks/useRetrieveRunUsage.d.ts +0 -63
  568. package/hooks/runsHooks/useRetrieveRunUsageSuspense.d.ts +0 -63
  569. package/hooks/sourcesHooks/index.d.ts +0 -28
  570. package/hooks/sourcesHooks/useCreateSource.d.ts +0 -37
  571. package/hooks/sourcesHooks/useDeleteFileFromSource.d.ts +0 -39
  572. package/hooks/sourcesHooks/useDeleteSource.d.ts +0 -37
  573. package/hooks/sourcesHooks/useGetSourceIdByName.d.ts +0 -63
  574. package/hooks/sourcesHooks/useGetSourceIdByNameSuspense.d.ts +0 -63
  575. package/hooks/sourcesHooks/useListSourceFiles.d.ts +0 -63
  576. package/hooks/sourcesHooks/useListSourceFilesSuspense.d.ts +0 -63
  577. package/hooks/sourcesHooks/useListSourcePassages.d.ts +0 -63
  578. package/hooks/sourcesHooks/useListSourcePassagesSuspense.d.ts +0 -63
  579. package/hooks/sourcesHooks/useListSources.d.ts +0 -51
  580. package/hooks/sourcesHooks/useListSourcesSuspense.d.ts +0 -51
  581. package/hooks/sourcesHooks/useRetrieveSource.d.ts +0 -63
  582. package/hooks/sourcesHooks/useRetrieveSourceSuspense.d.ts +0 -63
  583. package/hooks/sourcesHooks/useUploadFileToSource.d.ts +0 -39
  584. package/hooks/stepsHooks/index.d.ts +0 -8
  585. package/hooks/stepsHooks/useListSteps.d.ts +0 -51
  586. package/hooks/stepsHooks/useListStepsSuspense.d.ts +0 -51
  587. package/hooks/stepsHooks/useRetrieveStep.d.ts +0 -63
  588. package/hooks/stepsHooks/useRetrieveStepSuspense.d.ts +0 -63
  589. package/hooks/tagHooks/index.d.ts +0 -4
  590. package/hooks/tagHooks/useListTags.d.ts +0 -51
  591. package/hooks/tagHooks/useListTagsSuspense.d.ts +0 -51
  592. package/hooks/templatesHooks/index.d.ts +0 -2
  593. package/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.d.ts +0 -41
  594. package/hooks/templatesHooks/useTemplates/index.d.ts +0 -2
  595. package/hooks/toolsHooks/index.d.ts +0 -42
  596. package/hooks/toolsHooks/useAddBaseTools.d.ts +0 -33
  597. package/hooks/toolsHooks/useAddComposioTool.d.ts +0 -37
  598. package/hooks/toolsHooks/useAddMcpServer.d.ts +0 -37
  599. package/hooks/toolsHooks/useAddMcpTool.d.ts +0 -39
  600. package/hooks/toolsHooks/useCreateTool.d.ts +0 -37
  601. package/hooks/toolsHooks/useDeleteMcpServer.d.ts +0 -37
  602. package/hooks/toolsHooks/useDeleteTool.d.ts +0 -37
  603. package/hooks/toolsHooks/useListComposioActionsByApp.d.ts +0 -63
  604. package/hooks/toolsHooks/useListComposioActionsByAppSuspense.d.ts +0 -63
  605. package/hooks/toolsHooks/useListComposioApps.d.ts +0 -51
  606. package/hooks/toolsHooks/useListComposioAppsSuspense.d.ts +0 -51
  607. package/hooks/toolsHooks/useListMcpServers.d.ts +0 -51
  608. package/hooks/toolsHooks/useListMcpServersSuspense.d.ts +0 -51
  609. package/hooks/toolsHooks/useListMcpToolsByServer.d.ts +0 -63
  610. package/hooks/toolsHooks/useListMcpToolsByServerSuspense.d.ts +0 -63
  611. package/hooks/toolsHooks/useListTools.d.ts +0 -51
  612. package/hooks/toolsHooks/useListToolsSuspense.d.ts +0 -51
  613. package/hooks/toolsHooks/useRetrieveTool.d.ts +0 -63
  614. package/hooks/toolsHooks/useRetrieveToolSuspense.d.ts +0 -63
  615. package/hooks/toolsHooks/useRunToolFromSource.d.ts +0 -37
  616. package/hooks/toolsHooks/useUpsertTool.d.ts +0 -37
  617. package/hooks/voiceHooks/index.d.ts +0 -2
  618. package/hooks/voiceHooks/useCreateVoiceChatCompletions.d.ts +0 -39
  619. package/src/hooks/agentsHooks/index.ts +0 -240
  620. package/src/hooks/agentsHooks/useAgents/createTemplateFromAgent.ts +0 -101
  621. package/src/hooks/agentsHooks/useAgents/getAgentVariables.ts +0 -131
  622. package/src/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.ts +0 -130
  623. package/src/hooks/agentsHooks/useAgents/index.ts +0 -38
  624. package/src/hooks/agentsHooks/useAgents/migrateAgent.ts +0 -109
  625. package/src/hooks/agentsHooks/useAgents/searchDeployedAgents.ts +0 -92
  626. package/src/hooks/agentsHooks/useAgents/versionAgentTemplate.ts +0 -113
  627. package/src/hooks/agentsHooks/useCreateAgent.ts +0 -92
  628. package/src/hooks/agentsHooks/useCreateAgentMessageAsync.ts +0 -101
  629. package/src/hooks/agentsHooks/useCreateAgentMessageStream.ts +0 -101
  630. package/src/hooks/agentsHooks/useCreatePassage.ts +0 -101
  631. package/src/hooks/agentsHooks/useDeleteAgent.ts +0 -85
  632. package/src/hooks/agentsHooks/useDeletePassage.ts +0 -95
  633. package/src/hooks/agentsHooks/useExportAgentSerialized.ts +0 -141
  634. package/src/hooks/agentsHooks/useExportAgentSerializedSuspense.ts +0 -142
  635. package/src/hooks/agentsHooks/useImportAgentSerialized.ts +0 -118
  636. package/src/hooks/agentsHooks/useListAgentSources.ts +0 -126
  637. package/src/hooks/agentsHooks/useListAgentSourcesSuspense.ts +0 -129
  638. package/src/hooks/agentsHooks/useListAgentTools.ts +0 -126
  639. package/src/hooks/agentsHooks/useListAgentToolsSuspense.ts +0 -128
  640. package/src/hooks/agentsHooks/useListAgents.ts +0 -122
  641. package/src/hooks/agentsHooks/useListAgentsSuspense.ts +0 -123
  642. package/src/hooks/agentsHooks/useListCoreMemoryBlocks.ts +0 -130
  643. package/src/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.ts +0 -130
  644. package/src/hooks/agentsHooks/useListMessages.ts +0 -135
  645. package/src/hooks/agentsHooks/useListMessagesSuspense.ts +0 -136
  646. package/src/hooks/agentsHooks/useListPassages.ts +0 -138
  647. package/src/hooks/agentsHooks/useListPassagesSuspense.ts +0 -139
  648. package/src/hooks/agentsHooks/useRetrieveAgent.ts +0 -123
  649. package/src/hooks/agentsHooks/useRetrieveAgentContextWindow.ts +0 -128
  650. package/src/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.ts +0 -128
  651. package/src/hooks/agentsHooks/useRetrieveAgentMemory.ts +0 -127
  652. package/src/hooks/agentsHooks/useRetrieveAgentMemorySuspense.ts +0 -127
  653. package/src/hooks/agentsHooks/useRetrieveAgentSuspense.ts +0 -125
  654. package/src/hooks/agentsHooks/useRetrieveCoreMemoryBlock.ts +0 -137
  655. package/src/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.ts +0 -139
  656. package/src/hooks/agentsHooks/useSendMessage.ts +0 -98
  657. package/src/hooks/blocksHooks/index.ts +0 -54
  658. package/src/hooks/blocksHooks/useCreateBlock.ts +0 -87
  659. package/src/hooks/blocksHooks/useDeleteBlock.ts +0 -83
  660. package/src/hooks/blocksHooks/useListAgentsForBlock.ts +0 -127
  661. package/src/hooks/blocksHooks/useListAgentsForBlockSuspense.ts +0 -129
  662. package/src/hooks/blocksHooks/useListBlocks.ts +0 -120
  663. package/src/hooks/blocksHooks/useListBlocksSuspense.ts +0 -121
  664. package/src/hooks/blocksHooks/useRetrieveBlock.ts +0 -121
  665. package/src/hooks/blocksHooks/useRetrieveBlockSuspense.ts +0 -123
  666. package/src/hooks/clientSideAccessTokensHooks/index.ts +0 -12
  667. package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.ts +0 -97
  668. package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.ts +0 -107
  669. package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.ts +0 -12
  670. package/src/hooks/groupsHooks/index.ts +0 -66
  671. package/src/hooks/groupsHooks/useCreateGroup.ts +0 -92
  672. package/src/hooks/groupsHooks/useDeleteGroup.ts +0 -85
  673. package/src/hooks/groupsHooks/useListGroupMessages.ts +0 -135
  674. package/src/hooks/groupsHooks/useListGroupMessagesSuspense.ts +0 -138
  675. package/src/hooks/groupsHooks/useListGroups.ts +0 -122
  676. package/src/hooks/groupsHooks/useListGroupsSuspense.ts +0 -123
  677. package/src/hooks/groupsHooks/useRetrieveGroup.ts +0 -123
  678. package/src/hooks/groupsHooks/useRetrieveGroupSuspense.ts +0 -125
  679. package/src/hooks/groupsHooks/useSendGroupMessage.ts +0 -101
  680. package/src/hooks/groupsHooks/useSendGroupMessageStreaming.ts +0 -101
  681. package/src/hooks/healthHooks/index.ts +0 -14
  682. package/src/hooks/healthHooks/useHealthCheck.ts +0 -104
  683. package/src/hooks/healthHooks/useHealthCheckSuspense.ts +0 -106
  684. package/src/hooks/identitiesHooks/index.ts +0 -52
  685. package/src/hooks/identitiesHooks/useCreateIdentity.ts +0 -100
  686. package/src/hooks/identitiesHooks/useDeleteIdentity.ts +0 -88
  687. package/src/hooks/identitiesHooks/useListIdentities.ts +0 -122
  688. package/src/hooks/identitiesHooks/useListIdentitiesSuspense.ts +0 -125
  689. package/src/hooks/identitiesHooks/useRetrieveIdentity.ts +0 -128
  690. package/src/hooks/identitiesHooks/useRetrieveIdentitySuspense.ts +0 -130
  691. package/src/hooks/identitiesHooks/useUpsertIdentity.ts +0 -100
  692. package/src/hooks/identitiesHooks/useUpsertIdentityProperties.ts +0 -99
  693. package/src/hooks/index.ts +0 -916
  694. package/src/hooks/jobsHooks/index.ts +0 -48
  695. package/src/hooks/jobsHooks/useDeleteJob.ts +0 -85
  696. package/src/hooks/jobsHooks/useListActiveJobs.ts +0 -116
  697. package/src/hooks/jobsHooks/useListActiveJobsSuspense.ts +0 -117
  698. package/src/hooks/jobsHooks/useListJobs.ts +0 -117
  699. package/src/hooks/jobsHooks/useListJobsSuspense.ts +0 -118
  700. package/src/hooks/jobsHooks/useRetrieveJob.ts +0 -122
  701. package/src/hooks/jobsHooks/useRetrieveJobSuspense.ts +0 -125
  702. package/src/hooks/modelsHooks/index.ts +0 -28
  703. package/src/hooks/modelsHooks/useListEmbeddingModels.ts +0 -113
  704. package/src/hooks/modelsHooks/useListEmbeddingModelsSuspense.ts +0 -113
  705. package/src/hooks/modelsHooks/useListModels.ts +0 -104
  706. package/src/hooks/modelsHooks/useListModelsSuspense.ts +0 -106
  707. package/src/hooks/providersHooks/index.ts +0 -26
  708. package/src/hooks/providersHooks/useCreateProvider.ts +0 -93
  709. package/src/hooks/providersHooks/useDeleteProvider.ts +0 -89
  710. package/src/hooks/providersHooks/useListProviders.ts +0 -122
  711. package/src/hooks/providersHooks/useListProvidersSuspense.ts +0 -125
  712. package/src/hooks/runsHooks/index.ts +0 -90
  713. package/src/hooks/runsHooks/useDeleteRun.ts +0 -85
  714. package/src/hooks/runsHooks/useListActiveRuns.ts +0 -122
  715. package/src/hooks/runsHooks/useListActiveRunsSuspense.ts +0 -125
  716. package/src/hooks/runsHooks/useListRunMessages.ts +0 -135
  717. package/src/hooks/runsHooks/useListRunMessagesSuspense.ts +0 -137
  718. package/src/hooks/runsHooks/useListRunSteps.ts +0 -135
  719. package/src/hooks/runsHooks/useListRunStepsSuspense.ts +0 -136
  720. package/src/hooks/runsHooks/useListRuns.ts +0 -117
  721. package/src/hooks/runsHooks/useListRunsSuspense.ts +0 -118
  722. package/src/hooks/runsHooks/useRetrieveRun.ts +0 -122
  723. package/src/hooks/runsHooks/useRetrieveRunSuspense.ts +0 -125
  724. package/src/hooks/runsHooks/useRetrieveRunUsage.ts +0 -123
  725. package/src/hooks/runsHooks/useRetrieveRunUsageSuspense.ts +0 -126
  726. package/src/hooks/sourcesHooks/index.ts +0 -94
  727. package/src/hooks/sourcesHooks/useCreateSource.ts +0 -91
  728. package/src/hooks/sourcesHooks/useDeleteFileFromSource.ts +0 -95
  729. package/src/hooks/sourcesHooks/useDeleteSource.ts +0 -87
  730. package/src/hooks/sourcesHooks/useGetSourceIdByName.ts +0 -130
  731. package/src/hooks/sourcesHooks/useGetSourceIdByNameSuspense.ts +0 -132
  732. package/src/hooks/sourcesHooks/useListSourceFiles.ts +0 -135
  733. package/src/hooks/sourcesHooks/useListSourceFilesSuspense.ts +0 -138
  734. package/src/hooks/sourcesHooks/useListSourcePassages.ts +0 -130
  735. package/src/hooks/sourcesHooks/useListSourcePassagesSuspense.ts +0 -132
  736. package/src/hooks/sourcesHooks/useListSources.ts +0 -109
  737. package/src/hooks/sourcesHooks/useListSourcesSuspense.ts +0 -113
  738. package/src/hooks/sourcesHooks/useRetrieveSource.ts +0 -126
  739. package/src/hooks/sourcesHooks/useRetrieveSourceSuspense.ts +0 -128
  740. package/src/hooks/sourcesHooks/useUploadFileToSource.ts +0 -117
  741. package/src/hooks/stepsHooks/index.ts +0 -28
  742. package/src/hooks/stepsHooks/useListSteps.ts +0 -117
  743. package/src/hooks/stepsHooks/useListStepsSuspense.ts +0 -118
  744. package/src/hooks/stepsHooks/useRetrieveStep.ts +0 -123
  745. package/src/hooks/stepsHooks/useRetrieveStepSuspense.ts +0 -125
  746. package/src/hooks/tagHooks/index.ts +0 -14
  747. package/src/hooks/tagHooks/useListTags.ts +0 -117
  748. package/src/hooks/tagHooks/useListTagsSuspense.ts +0 -118
  749. package/src/hooks/templatesHooks/index.ts +0 -6
  750. package/src/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.ts +0 -109
  751. package/src/hooks/templatesHooks/useTemplates/index.ts +0 -6
  752. package/src/hooks/toolsHooks/index.ts +0 -138
  753. package/src/hooks/toolsHooks/useAddBaseTools.ts +0 -85
  754. package/src/hooks/toolsHooks/useAddComposioTool.ts +0 -90
  755. package/src/hooks/toolsHooks/useAddMcpServer.ts +0 -92
  756. package/src/hooks/toolsHooks/useAddMcpTool.ts +0 -92
  757. package/src/hooks/toolsHooks/useCreateTool.ts +0 -89
  758. package/src/hooks/toolsHooks/useDeleteMcpServer.ts +0 -88
  759. package/src/hooks/toolsHooks/useDeleteTool.ts +0 -85
  760. package/src/hooks/toolsHooks/useListComposioActionsByApp.ts +0 -132
  761. package/src/hooks/toolsHooks/useListComposioActionsByAppSuspense.ts +0 -131
  762. package/src/hooks/toolsHooks/useListComposioApps.ts +0 -122
  763. package/src/hooks/toolsHooks/useListComposioAppsSuspense.ts +0 -124
  764. package/src/hooks/toolsHooks/useListMcpServers.ts +0 -122
  765. package/src/hooks/toolsHooks/useListMcpServersSuspense.ts +0 -123
  766. package/src/hooks/toolsHooks/useListMcpToolsByServer.ts +0 -130
  767. package/src/hooks/toolsHooks/useListMcpToolsByServerSuspense.ts +0 -131
  768. package/src/hooks/toolsHooks/useListTools.ts +0 -117
  769. package/src/hooks/toolsHooks/useListToolsSuspense.ts +0 -118
  770. package/src/hooks/toolsHooks/useRetrieveTool.ts +0 -123
  771. package/src/hooks/toolsHooks/useRetrieveToolSuspense.ts +0 -125
  772. package/src/hooks/toolsHooks/useRunToolFromSource.ts +0 -93
  773. package/src/hooks/toolsHooks/useUpsertTool.ts +0 -89
  774. package/src/hooks/voiceHooks/index.ts +0 -6
  775. package/src/hooks/voiceHooks/useCreateVoiceChatCompletions.ts +0 -104
  776. package/src/schemas/HTTPValidationError.json +0 -26
  777. package/src/schemas/JSONSchema.json +0 -19
  778. package/src/schemas/LLMConfig.json +0 -93
  779. package/src/schemas/MCPServerType.json +0 -6
  780. package/src/schemas/MCPTool.json +0 -20
  781. package/src/schemas/SSEServerConfig.json +0 -25
  782. package/src/schemas/actionModel.json +0 -93
  783. package/src/schemas/actionParametersModel.json +0 -27
  784. package/src/schemas/actionResponseModel.json +0 -27
  785. package/src/schemas/agentEnvironmentVariable.json +0 -62
  786. package/src/schemas/agentSchema.json +0 -562
  787. package/src/schemas/agentState.json +0 -995
  788. package/src/schemas/agentType.json +0 -7
  789. package/src/schemas/appAuthScheme.json +0 -95
  790. package/src/schemas/appModel.json +0 -159
  791. package/src/schemas/assistantMessage.json +0 -67
  792. package/src/schemas/audio.json +0 -7
  793. package/src/schemas/authRequest.json +0 -12
  794. package/src/schemas/authResponse.json +0 -19
  795. package/src/schemas/authSchemeField.json +0 -30
  796. package/src/schemas/baseToolRuleSchema.json +0 -10
  797. package/src/schemas/block.json +0 -67
  798. package/src/schemas/blockUpdate.json +0 -48
  799. package/src/schemas/bodyImportAgentSerialized.json +0 -9
  800. package/src/schemas/bodyUploadFileToSource.json +0 -9
  801. package/src/schemas/chatCompletionAssistantMessageParam.json +0 -103
  802. package/src/schemas/chatCompletionAudioParam.json +0 -35
  803. package/src/schemas/chatCompletionContentPartImageParam.json +0 -23
  804. package/src/schemas/chatCompletionContentPartInputAudioParam.json +0 -23
  805. package/src/schemas/chatCompletionContentPartRefusalParam.json +0 -10
  806. package/src/schemas/chatCompletionContentPartTextParam.json +0 -10
  807. package/src/schemas/chatCompletionDeveloperMessageParam.json +0 -29
  808. package/src/schemas/chatCompletionFunctionCallOptionParam.json +0 -7
  809. package/src/schemas/chatCompletionFunctionMessageParam.json +0 -14
  810. package/src/schemas/chatCompletionMessageToolCall.json +0 -22
  811. package/src/schemas/chatCompletionMessageToolCallParam.json +0 -20
  812. package/src/schemas/chatCompletionNamedToolChoiceParam.json +0 -16
  813. package/src/schemas/chatCompletionPredictionContentParam.json +0 -28
  814. package/src/schemas/chatCompletionStreamOptionsParam.json +0 -8
  815. package/src/schemas/chatCompletionSystemMessageParam.json +0 -29
  816. package/src/schemas/chatCompletionToolMessageParam.json +0 -29
  817. package/src/schemas/chatCompletionToolParam.json +0 -28
  818. package/src/schemas/chatCompletionUserMessageParam.json +0 -106
  819. package/src/schemas/childToolRule.json +0 -27
  820. package/src/schemas/childToolRuleSchema.json +0 -15
  821. package/src/schemas/completionCreateParamsNonStreaming.json +0 -797
  822. package/src/schemas/completionCreateParamsStreaming.json +0 -794
  823. package/src/schemas/conditionalToolRule.json +0 -38
  824. package/src/schemas/conditionalToolRuleSchema.json +0 -29
  825. package/src/schemas/contextWindowOverview.json +0 -491
  826. package/src/schemas/continueToolRule.json +0 -21
  827. package/src/schemas/coreMemoryBlockSchema.json +0 -38
  828. package/src/schemas/createAgentRequest.json +0 -883
  829. package/src/schemas/createArchivalMemory.json +0 -13
  830. package/src/schemas/createBlock.json +0 -49
  831. package/src/schemas/dynamicManager.json +0 -31
  832. package/src/schemas/dynamicManagerUpdate.json +0 -29
  833. package/src/schemas/e2BSandboxConfig.json +0 -26
  834. package/src/schemas/embeddingConfig.json +0 -76
  835. package/src/schemas/file.json +0 -19
  836. package/src/schemas/fileFile.json +0 -10
  837. package/src/schemas/fileMetadata.json +0 -74
  838. package/src/schemas/functionCall.json +0 -10
  839. package/src/schemas/functionDefinitionInput.json +0 -19
  840. package/src/schemas/functionDefinitionOutput.json +0 -25
  841. package/src/schemas/functionOutput.json +0 -11
  842. package/src/schemas/functionTool.json +0 -35
  843. package/src/schemas/group.json +0 -69
  844. package/src/schemas/groupCreate.json +0 -137
  845. package/src/schemas/groupUpdate.json +0 -140
  846. package/src/schemas/health.json +0 -11
  847. package/src/schemas/hiddenReasoningMessage.json +0 -35
  848. package/src/schemas/identity.json +0 -94
  849. package/src/schemas/identityCreate.json +0 -90
  850. package/src/schemas/identityProperty.json +0 -33
  851. package/src/schemas/identityPropertyType.json +0 -7
  852. package/src/schemas/identityType.json +0 -7
  853. package/src/schemas/identityUpdate.json +0 -90
  854. package/src/schemas/identityUpsert.json +0 -90
  855. package/src/schemas/imageURL.json +0 -14
  856. package/src/schemas/initToolRule.json +0 -21
  857. package/src/schemas/inputAudio.json +0 -10
  858. package/src/schemas/job.json +0 -82
  859. package/src/schemas/jobStatus.json +0 -15
  860. package/src/schemas/jobType.json +0 -6
  861. package/src/schemas/lettaAssistantMessageContentUnion.json +0 -31
  862. package/src/schemas/lettaMessageContentUnion.json +0 -184
  863. package/src/schemas/lettaMessageUnion.json +0 -382
  864. package/src/schemas/lettaRequest.json +0 -250
  865. package/src/schemas/lettaRequestConfig.json +0 -25
  866. package/src/schemas/lettaResponse.json +0 -860
  867. package/src/schemas/lettaStreamingRequest.json +0 -256
  868. package/src/schemas/lettaUsageStatistics.json +0 -411
  869. package/src/schemas/lettaUserMessageContentUnion.json +0 -31
  870. package/src/schemas/localSandboxConfig.json +0 -48
  871. package/src/schemas/managerType.json +0 -6
  872. package/src/schemas/maxCountPerStepToolRule.json +0 -26
  873. package/src/schemas/maxCountPerStepToolRuleSchema.json +0 -11
  874. package/src/schemas/memory.json +0 -87
  875. package/src/schemas/message.json +0 -336
  876. package/src/schemas/messageCreate.json +0 -219
  877. package/src/schemas/messageRole.json +0 -6
  878. package/src/schemas/messageSchema.json +0 -65
  879. package/src/schemas/omittedReasoningContent.json +0 -21
  880. package/src/schemas/openaiTypesChatChatCompletionMessageToolCallParamFunction.json +0 -10
  881. package/src/schemas/openaiTypesChatChatCompletionNamedToolChoiceParamFunction.json +0 -7
  882. package/src/schemas/openaiTypesChatCompletionCreateParamsFunction.json +0 -15
  883. package/src/schemas/organization.json +0 -35
  884. package/src/schemas/organizationCreate.json +0 -19
  885. package/src/schemas/organizationUpdate.json +0 -19
  886. package/src/schemas/parameterProperties.json +0 -13
  887. package/src/schemas/parametersSchema.json +0 -35
  888. package/src/schemas/parentToolRule.json +0 -27
  889. package/src/schemas/passage.json +0 -170
  890. package/src/schemas/passageUpdate.json +0 -169
  891. package/src/schemas/pipRequirement.json +0 -19
  892. package/src/schemas/provider.json +0 -32
  893. package/src/schemas/providerCreate.json +0 -19
  894. package/src/schemas/providerUpdate.json +0 -19
  895. package/src/schemas/reasoningContent.json +0 -31
  896. package/src/schemas/reasoningMessage.json +0 -37
  897. package/src/schemas/redactedReasoningContent.json +0 -21
  898. package/src/schemas/responseFormatJSONObject.json +0 -9
  899. package/src/schemas/responseFormatJSONSchema.json +0 -28
  900. package/src/schemas/responseFormatText.json +0 -9
  901. package/src/schemas/roundRobinManager.json +0 -19
  902. package/src/schemas/roundRobinManagerUpdate.json +0 -19
  903. package/src/schemas/run.json +0 -112
  904. package/src/schemas/sandboxConfig.json +0 -54
  905. package/src/schemas/sandboxConfigCreate.json +0 -89
  906. package/src/schemas/sandboxConfigUpdate.json +0 -89
  907. package/src/schemas/sandboxEnvironmentVariable.json +0 -62
  908. package/src/schemas/sandboxEnvironmentVariableCreate.json +0 -24
  909. package/src/schemas/sandboxEnvironmentVariableUpdate.json +0 -23
  910. package/src/schemas/sandboxType.json +0 -6
  911. package/src/schemas/sleeptimeManager.json +0 -25
  912. package/src/schemas/sleeptimeManagerUpdate.json +0 -24
  913. package/src/schemas/source.json +0 -141
  914. package/src/schemas/sourceCreate.json +0 -124
  915. package/src/schemas/sourceUpdate.json +0 -113
  916. package/src/schemas/stdioServerConfig.json +0 -39
  917. package/src/schemas/step.json +0 -440
  918. package/src/schemas/supervisorManager.json +0 -20
  919. package/src/schemas/supervisorManagerUpdate.json +0 -20
  920. package/src/schemas/systemMessage.json +0 -31
  921. package/src/schemas/tagSchema.json +0 -7
  922. package/src/schemas/terminalToolRule.json +0 -21
  923. package/src/schemas/textContent.json +0 -21
  924. package/src/schemas/tool.json +0 -100
  925. package/src/schemas/toolCall.json +0 -11
  926. package/src/schemas/toolCallContent.json +0 -32
  927. package/src/schemas/toolCallDelta.json +0 -19
  928. package/src/schemas/toolCallMessage.json +0 -61
  929. package/src/schemas/toolCreate.json +0 -54
  930. package/src/schemas/toolEnvVarSchema.json +0 -16
  931. package/src/schemas/toolJSONSchema.json +0 -56
  932. package/src/schemas/toolReturn.json +0 -30
  933. package/src/schemas/toolReturnContent.json +0 -30
  934. package/src/schemas/toolReturnMessage.json +0 -54
  935. package/src/schemas/toolRunFromSource.json +0 -52
  936. package/src/schemas/toolSchema.json +0 -99
  937. package/src/schemas/toolType.json +0 -15
  938. package/src/schemas/toolUpdate.json +0 -51
  939. package/src/schemas/updateAgent.json +0 -513
  940. package/src/schemas/updateAssistantMessage.json +0 -55
  941. package/src/schemas/updateReasoningMessage.json +0 -15
  942. package/src/schemas/updateSystemMessage.json +0 -19
  943. package/src/schemas/updateUserMessage.json +0 -55
  944. package/src/schemas/usageStatistics.json +0 -18
  945. package/src/schemas/user.json +0 -44
  946. package/src/schemas/userCreate.json +0 -14
  947. package/src/schemas/userMessage.json +0 -67
  948. package/src/schemas/userUpdate.json +0 -19
  949. package/src/schemas/validationError.json +0 -15
  950. package/src/schemas/webSearchOptions.json +0 -41
  951. package/src/schemas/webSearchOptionsUserLocation.json +0 -20
  952. package/src/schemas/webSearchOptionsUserLocationApproximate.json +0 -11
  953. package/src/types/ActionModel.ts +0 -56
  954. package/src/types/ActionParametersModel.ts +0 -26
  955. package/src/types/ActionResponseModel.ts +0 -26
  956. package/src/types/AddBaseTools.ts +0 -24
  957. package/src/types/AddComposioTool.ts +0 -32
  958. package/src/types/AddMcpServer.ts +0 -28
  959. package/src/types/AddMcpTool.ts +0 -36
  960. package/src/types/AgentEnvironmentVariable.ts +0 -48
  961. package/src/types/AgentSchema.ts +0 -93
  962. package/src/types/AgentState.ts +0 -152
  963. package/src/types/AgentType.ts +0 -17
  964. package/src/types/AppAuthScheme.ts +0 -49
  965. package/src/types/AppModel.ts +0 -60
  966. package/src/types/AssistantMessage.ts +0 -38
  967. package/src/types/AttachCoreMemoryBlock.ts +0 -36
  968. package/src/types/AttachSourceToAgent.ts +0 -36
  969. package/src/types/AttachTool.ts +0 -36
  970. package/src/types/Audio.ts +0 -11
  971. package/src/types/AuthRequest.ts +0 -12
  972. package/src/types/AuthResponse.ts +0 -16
  973. package/src/types/AuthSchemeField.ts +0 -35
  974. package/src/types/BaseToolRuleSchema.ts +0 -15
  975. package/src/types/Block.ts +0 -60
  976. package/src/types/BlockUpdate.ts +0 -43
  977. package/src/types/BodyImportAgentSerialized.ts +0 -11
  978. package/src/types/BodyUploadFileToSource.ts +0 -11
  979. package/src/types/ChatCompletionAssistantMessageParam.ts +0 -35
  980. package/src/types/ChatCompletionAudioParam.ts +0 -40
  981. package/src/types/ChatCompletionContentPartImageParam.ts +0 -17
  982. package/src/types/ChatCompletionContentPartInputAudioParam.ts +0 -17
  983. package/src/types/ChatCompletionContentPartRefusalParam.ts +0 -15
  984. package/src/types/ChatCompletionContentPartTextParam.ts +0 -15
  985. package/src/types/ChatCompletionDeveloperMessageParam.ts +0 -18
  986. package/src/types/ChatCompletionFunctionCallOptionParam.ts +0 -11
  987. package/src/types/ChatCompletionFunctionMessageParam.ts +0 -16
  988. package/src/types/ChatCompletionMessageToolCall.ts +0 -22
  989. package/src/types/ChatCompletionMessageToolCallParam.ts +0 -21
  990. package/src/types/ChatCompletionNamedToolChoiceParam.ts +0 -17
  991. package/src/types/ChatCompletionPredictionContentParam.ts +0 -14
  992. package/src/types/ChatCompletionStreamOptionsParam.ts +0 -11
  993. package/src/types/ChatCompletionSystemMessageParam.ts +0 -18
  994. package/src/types/ChatCompletionToolMessageParam.ts +0 -18
  995. package/src/types/ChatCompletionToolParam.ts +0 -17
  996. package/src/types/ChatCompletionUserMessageParam.ts +0 -28
  997. package/src/types/ChildToolRule.ts +0 -25
  998. package/src/types/ChildToolRuleSchema.ts +0 -19
  999. package/src/types/CompletionCreateParamsNonStreaming.ts +0 -185
  1000. package/src/types/CompletionCreateParamsStreaming.ts +0 -188
  1001. package/src/types/ConditionalToolRule.ts +0 -37
  1002. package/src/types/ConditionalToolRuleSchema.ts +0 -26
  1003. package/src/types/ContextWindowOverview.ts +0 -96
  1004. package/src/types/ContinueToolRule.ts +0 -20
  1005. package/src/types/CoreMemoryBlockSchema.ts +0 -36
  1006. package/src/types/CreateAgent.ts +0 -33
  1007. package/src/types/CreateAgentMessageAsync.ts +0 -37
  1008. package/src/types/CreateAgentMessageStream.ts +0 -36
  1009. package/src/types/CreateAgentRequest.ts +0 -197
  1010. package/src/types/CreateArchivalMemory.ts +0 -12
  1011. package/src/types/CreateBlock.ts +0 -69
  1012. package/src/types/CreateGroup.ts +0 -33
  1013. package/src/types/CreateIdentity.ts +0 -33
  1014. package/src/types/CreatePassage.ts +0 -36
  1015. package/src/types/CreateProvider.ts +0 -28
  1016. package/src/types/CreateSource.ts +0 -28
  1017. package/src/types/CreateTool.ts +0 -28
  1018. package/src/types/CreateVoiceChatCompletions.ts +0 -44
  1019. package/src/types/DeleteAgent.ts +0 -31
  1020. package/src/types/DeleteBlock.ts +0 -32
  1021. package/src/types/DeleteFileFromSource.ts +0 -35
  1022. package/src/types/DeleteGroup.ts +0 -31
  1023. package/src/types/DeleteIdentity.ts +0 -31
  1024. package/src/types/DeleteJob.ts +0 -32
  1025. package/src/types/DeleteMcpServer.ts +0 -33
  1026. package/src/types/DeletePassage.ts +0 -35
  1027. package/src/types/DeleteProvider.ts +0 -32
  1028. package/src/types/DeleteRun.ts +0 -32
  1029. package/src/types/DeleteSource.ts +0 -31
  1030. package/src/types/DeleteTool.ts +0 -31
  1031. package/src/types/DetachCoreMemoryBlock.ts +0 -36
  1032. package/src/types/DetachSourceFromAgent.ts +0 -36
  1033. package/src/types/DetachTool.ts +0 -36
  1034. package/src/types/DynamicManager.ts +0 -21
  1035. package/src/types/DynamicManagerUpdate.ts +0 -15
  1036. package/src/types/E2BSandboxConfig.ts +0 -21
  1037. package/src/types/EmbeddingConfig.ts +0 -75
  1038. package/src/types/ExportAgentSerialized.ts +0 -35
  1039. package/src/types/File.ts +0 -17
  1040. package/src/types/FileFile.ts +0 -19
  1041. package/src/types/FileMetadata.ts +0 -59
  1042. package/src/types/FunctionCall.ts +0 -15
  1043. package/src/types/FunctionDefinitionInput.ts +0 -22
  1044. package/src/types/FunctionDefinitionOutput.ts +0 -17
  1045. package/src/types/FunctionOutput.ts +0 -16
  1046. package/src/types/FunctionTool.ts +0 -18
  1047. package/src/types/GetSourceIdByName.ts +0 -31
  1048. package/src/types/Group.ts +0 -36
  1049. package/src/types/GroupCreate.ts +0 -32
  1050. package/src/types/GroupUpdate.ts +0 -23
  1051. package/src/types/HTTPValidationError.ts +0 -13
  1052. package/src/types/Health.ts +0 -18
  1053. package/src/types/HealthCheck.ts +0 -18
  1054. package/src/types/HiddenReasoningMessage.ts +0 -45
  1055. package/src/types/Identity.ts +0 -49
  1056. package/src/types/IdentityCreate.ts +0 -40
  1057. package/src/types/IdentityProperty.ts +0 -32
  1058. package/src/types/IdentityPropertyType.ts +0 -19
  1059. package/src/types/IdentityType.ts +0 -18
  1060. package/src/types/IdentityUpdate.ts +0 -34
  1061. package/src/types/IdentityUpsert.ts +0 -40
  1062. package/src/types/ImageURL.ts +0 -24
  1063. package/src/types/ImportAgentSerialized.ts +0 -54
  1064. package/src/types/InitToolRule.ts +0 -20
  1065. package/src/types/InputAudio.ts +0 -23
  1066. package/src/types/JSONSchema.ts +0 -22
  1067. package/src/types/Job.ts +0 -53
  1068. package/src/types/JobStatus.ts +0 -21
  1069. package/src/types/JobType.ts +0 -13
  1070. package/src/types/LLMConfig.ts +0 -93
  1071. package/src/types/LettaAssistantMessageContentUnion.ts +0 -17
  1072. package/src/types/LettaMessageContentUnion.ts +0 -43
  1073. package/src/types/LettaMessageUnion.ts +0 -48
  1074. package/src/types/LettaRequest.ts +0 -32
  1075. package/src/types/LettaRequestConfig.ts +0 -25
  1076. package/src/types/LettaResponse.ts +0 -22
  1077. package/src/types/LettaStreamingRequest.ts +0 -38
  1078. package/src/types/LettaUsageStatistics.ts +0 -49
  1079. package/src/types/LettaUserMessageContentUnion.ts +0 -17
  1080. package/src/types/ListActiveJobs.ts +0 -24
  1081. package/src/types/ListActiveRuns.ts +0 -32
  1082. package/src/types/ListAgentSources.ts +0 -32
  1083. package/src/types/ListAgentTools.ts +0 -32
  1084. package/src/types/ListAgents.ts +0 -89
  1085. package/src/types/ListAgentsForBlock.ts +0 -32
  1086. package/src/types/ListBlocks.ts +0 -50
  1087. package/src/types/ListComposioActionsByApp.ts +0 -32
  1088. package/src/types/ListComposioApps.ts +0 -29
  1089. package/src/types/ListCoreMemoryBlocks.ts +0 -32
  1090. package/src/types/ListEmbeddingModels.ts +0 -18
  1091. package/src/types/ListGroupMessages.ts +0 -68
  1092. package/src/types/ListGroups.ts +0 -49
  1093. package/src/types/ListIdentities.ts +0 -39
  1094. package/src/types/ListJobs.ts +0 -32
  1095. package/src/types/ListMcpServers.ts +0 -32
  1096. package/src/types/ListMcpToolsByServer.ts +0 -32
  1097. package/src/types/ListMessages.ts +0 -72
  1098. package/src/types/ListModels.ts +0 -18
  1099. package/src/types/ListPassages.ts +0 -57
  1100. package/src/types/ListProviders.ts +0 -33
  1101. package/src/types/ListRunMessages.ts +0 -60
  1102. package/src/types/ListRunSteps.ts +0 -55
  1103. package/src/types/ListRuns.ts +0 -32
  1104. package/src/types/ListSourceFiles.ts +0 -46
  1105. package/src/types/ListSourcePassages.ts +0 -32
  1106. package/src/types/ListSources.ts +0 -24
  1107. package/src/types/ListSteps.ts +0 -62
  1108. package/src/types/ListTags.ts +0 -33
  1109. package/src/types/ListTools.ts +0 -34
  1110. package/src/types/LocalSandboxConfig.ts +0 -30
  1111. package/src/types/MCPServerType.ts +0 -14
  1112. package/src/types/MCPTool.ts +0 -22
  1113. package/src/types/ManagerType.ts +0 -17
  1114. package/src/types/MaxCountPerStepToolRule.ts +0 -25
  1115. package/src/types/MaxCountPerStepToolRuleSchema.ts +0 -19
  1116. package/src/types/Memory.ts +0 -23
  1117. package/src/types/Message.ts +0 -96
  1118. package/src/types/MessageCreate.ts +0 -37
  1119. package/src/types/MessageRole.ts +0 -17
  1120. package/src/types/MessageSchema.ts +0 -37
  1121. package/src/types/ModifyAgent.ts +0 -36
  1122. package/src/types/ModifyBlock.ts +0 -36
  1123. package/src/types/ModifyCoreMemoryBlock.ts +0 -40
  1124. package/src/types/ModifyGroup.ts +0 -41
  1125. package/src/types/ModifyGroupMessage.ts +0 -60
  1126. package/src/types/ModifyMessage.ts +0 -60
  1127. package/src/types/ModifyPassage.ts +0 -40
  1128. package/src/types/ModifyProvider.ts +0 -28
  1129. package/src/types/ModifySource.ts +0 -36
  1130. package/src/types/ModifyTool.ts +0 -36
  1131. package/src/types/OmittedReasoningContent.ts +0 -25
  1132. package/src/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.ts +0 -15
  1133. package/src/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.ts +0 -11
  1134. package/src/types/OpenaiTypesChatCompletionCreateParamsFunction.ts +0 -21
  1135. package/src/types/Organization.ts +0 -29
  1136. package/src/types/OrganizationCreate.ts +0 -16
  1137. package/src/types/OrganizationUpdate.ts +0 -16
  1138. package/src/types/ParameterProperties.ts +0 -12
  1139. package/src/types/ParametersSchema.ts +0 -23
  1140. package/src/types/ParentToolRule.ts +0 -25
  1141. package/src/types/Passage.ts +0 -73
  1142. package/src/types/PassageUpdate.ts +0 -67
  1143. package/src/types/PipRequirement.ts +0 -17
  1144. package/src/types/Provider.ts +0 -24
  1145. package/src/types/ProviderCreate.ts +0 -17
  1146. package/src/types/ProviderUpdate.ts +0 -17
  1147. package/src/types/ReasoningContent.ts +0 -34
  1148. package/src/types/ReasoningMessage.ts +0 -50
  1149. package/src/types/RedactedReasoningContent.ts +0 -25
  1150. package/src/types/ResetGroupMessages.ts +0 -31
  1151. package/src/types/ResetMessages.ts +0 -42
  1152. package/src/types/ResponseFormatJSONObject.ts +0 -11
  1153. package/src/types/ResponseFormatJSONSchema.ts +0 -17
  1154. package/src/types/ResponseFormatText.ts +0 -11
  1155. package/src/types/RetrieveAgent.ts +0 -32
  1156. package/src/types/RetrieveAgentContextWindow.ts +0 -33
  1157. package/src/types/RetrieveAgentMemory.ts +0 -32
  1158. package/src/types/RetrieveBlock.ts +0 -32
  1159. package/src/types/RetrieveCoreMemoryBlock.ts +0 -36
  1160. package/src/types/RetrieveGroup.ts +0 -32
  1161. package/src/types/RetrieveIdentity.ts +0 -32
  1162. package/src/types/RetrieveJob.ts +0 -32
  1163. package/src/types/RetrieveRun.ts +0 -32
  1164. package/src/types/RetrieveRunUsage.ts +0 -32
  1165. package/src/types/RetrieveSource.ts +0 -32
  1166. package/src/types/RetrieveStep.ts +0 -32
  1167. package/src/types/RetrieveTool.ts +0 -32
  1168. package/src/types/RoundRobinManager.ts +0 -13
  1169. package/src/types/RoundRobinManagerUpdate.ts +0 -13
  1170. package/src/types/Run.ts +0 -58
  1171. package/src/types/RunToolFromSource.ts +0 -28
  1172. package/src/types/SSEServerConfig.ts +0 -23
  1173. package/src/types/SandboxConfig.ts +0 -42
  1174. package/src/types/SandboxConfigCreate.ts +0 -14
  1175. package/src/types/SandboxConfigUpdate.ts +0 -17
  1176. package/src/types/SandboxEnvironmentVariable.ts +0 -48
  1177. package/src/types/SandboxEnvironmentVariableCreate.ts +0 -21
  1178. package/src/types/SandboxEnvironmentVariableUpdate.ts +0 -19
  1179. package/src/types/SandboxType.ts +0 -14
  1180. package/src/types/SendGroupMessage.ts +0 -36
  1181. package/src/types/SendGroupMessageStreaming.ts +0 -36
  1182. package/src/types/SendMessage.ts +0 -36
  1183. package/src/types/SleeptimeManager.ts +0 -17
  1184. package/src/types/SleeptimeManagerUpdate.ts +0 -14
  1185. package/src/types/Source.ts +0 -53
  1186. package/src/types/SourceCreate.ts +0 -39
  1187. package/src/types/SourceUpdate.ts +0 -30
  1188. package/src/types/StdioServerConfig.ts +0 -34
  1189. package/src/types/Step.ts +0 -82
  1190. package/src/types/SupervisorManager.ts +0 -16
  1191. package/src/types/SupervisorManagerUpdate.ts +0 -13
  1192. package/src/types/SystemMessage.ts +0 -37
  1193. package/src/types/TagSchema.ts +0 -11
  1194. package/src/types/TerminalToolRule.ts +0 -20
  1195. package/src/types/TextContent.ts +0 -25
  1196. package/src/types/Tool.ts +0 -75
  1197. package/src/types/ToolCall.ts +0 -19
  1198. package/src/types/ToolCallContent.ts +0 -38
  1199. package/src/types/ToolCallDelta.ts +0 -10
  1200. package/src/types/ToolCallMessage.ts +0 -36
  1201. package/src/types/ToolCreate.ts +0 -45
  1202. package/src/types/ToolEnvVarSchema.ts +0 -24
  1203. package/src/types/ToolJSONSchema.ts +0 -23
  1204. package/src/types/ToolReturn.ts +0 -28
  1205. package/src/types/ToolReturnContent.ts +0 -28
  1206. package/src/types/ToolReturnMessage.ts +0 -54
  1207. package/src/types/ToolRunFromSource.ts +0 -46
  1208. package/src/types/ToolSchema.ts +0 -50
  1209. package/src/types/ToolType.ts +0 -19
  1210. package/src/types/ToolUpdate.ts +0 -39
  1211. package/src/types/UpdateAgent.ts +0 -115
  1212. package/src/types/UpdateAssistantMessage.ts +0 -18
  1213. package/src/types/UpdateIdentity.ts +0 -36
  1214. package/src/types/UpdateReasoningMessage.ts +0 -16
  1215. package/src/types/UpdateSystemMessage.ts +0 -17
  1216. package/src/types/UpdateUserMessage.ts +0 -18
  1217. package/src/types/UploadFileToSource.ts +0 -36
  1218. package/src/types/UpsertIdentity.ts +0 -33
  1219. package/src/types/UpsertIdentityProperties.ts +0 -36
  1220. package/src/types/UpsertTool.ts +0 -28
  1221. package/src/types/UsageStatistics.ts +0 -22
  1222. package/src/types/User.ts +0 -35
  1223. package/src/types/UserCreate.ts +0 -12
  1224. package/src/types/UserMessage.ts +0 -38
  1225. package/src/types/UserUpdate.ts +0 -16
  1226. package/src/types/ValidationError.ts +0 -19
  1227. package/src/types/WebSearchOptions.ts +0 -23
  1228. package/src/types/WebSearchOptionsUserLocation.ts +0 -17
  1229. package/src/types/WebSearchOptionsUserLocationApproximate.ts +0 -23
  1230. package/src/types/agents/CreateTemplateFromAgent.ts +0 -62
  1231. package/src/types/agents/GetAgentVariables.ts +0 -48
  1232. package/src/types/agents/MigrateAgent.ts +0 -113
  1233. package/src/types/agents/SearchDeployedAgents.ts +0 -165
  1234. package/src/types/agents/VersionAgentTemplate.ts +0 -84
  1235. package/src/types/agents/index.ts +0 -79
  1236. package/src/types/clientSideAccessTokens/CreateClientSideAccessToken.ts +0 -140
  1237. package/src/types/clientSideAccessTokens/DeleteClientSideAccessToken.ts +0 -43
  1238. package/src/types/clientSideAccessTokens/index.ts +0 -27
  1239. package/src/types/index.ts +0 -1162
  1240. package/src/types/templates/CreateAgentsFromTemplate.ts +0 -74
  1241. package/src/types/templates/index.ts +0 -7
  1242. package/types/ActionModel.d.ts +0 -54
  1243. package/types/ActionParametersModel.d.ts +0 -25
  1244. package/types/ActionResponseModel.d.ts +0 -25
  1245. package/types/AddBaseTools.d.ts +0 -19
  1246. package/types/AddComposioTool.d.ts +0 -26
  1247. package/types/AddMcpServer.d.ts +0 -22
  1248. package/types/AddMcpTool.d.ts +0 -30
  1249. package/types/AgentEnvironmentVariable.d.ts +0 -47
  1250. package/types/AgentSchema.d.ts +0 -86
  1251. package/types/AgentState.d.ts +0 -140
  1252. package/types/AgentType.d.ts +0 -14
  1253. package/types/AppAuthScheme.d.ts +0 -44
  1254. package/types/AppModel.d.ts +0 -56
  1255. package/types/AssistantMessage.d.ts +0 -33
  1256. package/types/AttachCoreMemoryBlock.d.ts +0 -30
  1257. package/types/AttachSourceToAgent.d.ts +0 -30
  1258. package/types/AttachTool.d.ts +0 -30
  1259. package/types/Audio.d.ts +0 -10
  1260. package/types/AuthRequest.d.ts +0 -11
  1261. package/types/AuthResponse.d.ts +0 -15
  1262. package/types/AuthSchemeField.d.ts +0 -34
  1263. package/types/BaseToolRuleSchema.d.ts +0 -14
  1264. package/types/Block.d.ts +0 -59
  1265. package/types/BlockUpdate.d.ts +0 -42
  1266. package/types/BodyImportAgentSerialized.d.ts +0 -10
  1267. package/types/BodyUploadFileToSource.d.ts +0 -10
  1268. package/types/ChatCompletionAssistantMessageParam.d.ts +0 -27
  1269. package/types/ChatCompletionAudioParam.d.ts +0 -33
  1270. package/types/ChatCompletionContentPartImageParam.d.ts +0 -15
  1271. package/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -15
  1272. package/types/ChatCompletionContentPartRefusalParam.d.ts +0 -14
  1273. package/types/ChatCompletionContentPartTextParam.d.ts +0 -14
  1274. package/types/ChatCompletionDeveloperMessageParam.d.ts +0 -16
  1275. package/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -10
  1276. package/types/ChatCompletionFunctionMessageParam.d.ts +0 -15
  1277. package/types/ChatCompletionMessageToolCall.d.ts +0 -20
  1278. package/types/ChatCompletionMessageToolCallParam.d.ts +0 -19
  1279. package/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -15
  1280. package/types/ChatCompletionPredictionContentParam.d.ts +0 -12
  1281. package/types/ChatCompletionStreamOptionsParam.d.ts +0 -10
  1282. package/types/ChatCompletionSystemMessageParam.d.ts +0 -16
  1283. package/types/ChatCompletionToolMessageParam.d.ts +0 -16
  1284. package/types/ChatCompletionToolParam.d.ts +0 -15
  1285. package/types/ChatCompletionUserMessageParam.d.ts +0 -19
  1286. package/types/ChildToolRule.d.ts +0 -24
  1287. package/types/ChildToolRuleSchema.d.ts +0 -18
  1288. package/types/CompletionCreateParamsNonStreaming.d.ts +0 -149
  1289. package/types/CompletionCreateParamsStreaming.d.ts +0 -152
  1290. package/types/ConditionalToolRule.d.ts +0 -36
  1291. package/types/ConditionalToolRuleSchema.d.ts +0 -25
  1292. package/types/ContextWindowOverview.d.ts +0 -94
  1293. package/types/ContinueToolRule.d.ts +0 -19
  1294. package/types/CoreMemoryBlockSchema.d.ts +0 -35
  1295. package/types/CreateAgent.d.ts +0 -26
  1296. package/types/CreateAgentMessageAsync.d.ts +0 -29
  1297. package/types/CreateAgentMessageStream.d.ts +0 -28
  1298. package/types/CreateAgentRequest.d.ts +0 -185
  1299. package/types/CreateArchivalMemory.d.ts +0 -11
  1300. package/types/CreateBlock.d.ts +0 -62
  1301. package/types/CreateGroup.d.ts +0 -26
  1302. package/types/CreateIdentity.d.ts +0 -26
  1303. package/types/CreatePassage.d.ts +0 -29
  1304. package/types/CreateProvider.d.ts +0 -22
  1305. package/types/CreateSource.d.ts +0 -22
  1306. package/types/CreateTool.d.ts +0 -22
  1307. package/types/CreateVoiceChatCompletions.d.ts +0 -33
  1308. package/types/DeleteAgent.d.ts +0 -25
  1309. package/types/DeleteBlock.d.ts +0 -26
  1310. package/types/DeleteFileFromSource.d.ts +0 -29
  1311. package/types/DeleteGroup.d.ts +0 -25
  1312. package/types/DeleteIdentity.d.ts +0 -25
  1313. package/types/DeleteJob.d.ts +0 -26
  1314. package/types/DeleteMcpServer.d.ts +0 -27
  1315. package/types/DeletePassage.d.ts +0 -29
  1316. package/types/DeleteProvider.d.ts +0 -26
  1317. package/types/DeleteRun.d.ts +0 -26
  1318. package/types/DeleteSource.d.ts +0 -25
  1319. package/types/DeleteTool.d.ts +0 -25
  1320. package/types/DetachCoreMemoryBlock.d.ts +0 -30
  1321. package/types/DetachSourceFromAgent.d.ts +0 -30
  1322. package/types/DetachTool.d.ts +0 -30
  1323. package/types/DynamicManager.d.ts +0 -20
  1324. package/types/DynamicManagerUpdate.d.ts +0 -14
  1325. package/types/E2BSandboxConfig.d.ts +0 -20
  1326. package/types/EmbeddingConfig.d.ts +0 -71
  1327. package/types/ExportAgentSerialized.d.ts +0 -28
  1328. package/types/File.d.ts +0 -15
  1329. package/types/FileFile.d.ts +0 -18
  1330. package/types/FileMetadata.d.ts +0 -58
  1331. package/types/FunctionCall.d.ts +0 -14
  1332. package/types/FunctionDefinitionInput.d.ts +0 -21
  1333. package/types/FunctionDefinitionOutput.d.ts +0 -16
  1334. package/types/FunctionOutput.d.ts +0 -15
  1335. package/types/FunctionTool.d.ts +0 -16
  1336. package/types/GetSourceIdByName.d.ts +0 -25
  1337. package/types/Group.d.ts +0 -34
  1338. package/types/GroupCreate.d.ts +0 -26
  1339. package/types/GroupUpdate.d.ts +0 -14
  1340. package/types/HTTPValidationError.d.ts +0 -11
  1341. package/types/Health.d.ts +0 -17
  1342. package/types/HealthCheck.d.ts +0 -14
  1343. package/types/HiddenReasoningMessage.d.ts +0 -38
  1344. package/types/Identity.d.ts +0 -47
  1345. package/types/IdentityCreate.d.ts +0 -38
  1346. package/types/IdentityProperty.d.ts +0 -25
  1347. package/types/IdentityPropertyType.d.ts +0 -15
  1348. package/types/IdentityType.d.ts +0 -14
  1349. package/types/IdentityUpdate.d.ts +0 -32
  1350. package/types/IdentityUpsert.d.ts +0 -38
  1351. package/types/ImageURL.d.ts +0 -20
  1352. package/types/ImportAgentSerialized.d.ts +0 -47
  1353. package/types/InitToolRule.d.ts +0 -19
  1354. package/types/InputAudio.d.ts +0 -19
  1355. package/types/JSONSchema.d.ts +0 -21
  1356. package/types/Job.d.ts +0 -51
  1357. package/types/JobStatus.d.ts +0 -18
  1358. package/types/JobType.d.ts +0 -10
  1359. package/types/LLMConfig.d.ts +0 -89
  1360. package/types/LettaAssistantMessageContentUnion.d.ts +0 -12
  1361. package/types/LettaMessageContentUnion.d.ts +0 -32
  1362. package/types/LettaMessageUnion.d.ts +0 -36
  1363. package/types/LettaRequest.d.ts +0 -30
  1364. package/types/LettaRequestConfig.d.ts +0 -24
  1365. package/types/LettaResponse.d.ts +0 -20
  1366. package/types/LettaStreamingRequest.d.ts +0 -36
  1367. package/types/LettaUsageStatistics.d.ts +0 -47
  1368. package/types/LettaUserMessageContentUnion.d.ts +0 -12
  1369. package/types/ListActiveJobs.d.ts +0 -19
  1370. package/types/ListActiveRuns.d.ts +0 -26
  1371. package/types/ListAgentSources.d.ts +0 -26
  1372. package/types/ListAgentTools.d.ts +0 -26
  1373. package/types/ListAgents.d.ts +0 -83
  1374. package/types/ListAgentsForBlock.d.ts +0 -26
  1375. package/types/ListBlocks.d.ts +0 -44
  1376. package/types/ListComposioActionsByApp.d.ts +0 -26
  1377. package/types/ListComposioApps.d.ts +0 -23
  1378. package/types/ListCoreMemoryBlocks.d.ts +0 -26
  1379. package/types/ListEmbeddingModels.d.ts +0 -14
  1380. package/types/ListGroupMessages.d.ts +0 -61
  1381. package/types/ListGroups.d.ts +0 -43
  1382. package/types/ListIdentities.d.ts +0 -33
  1383. package/types/ListJobs.d.ts +0 -26
  1384. package/types/ListMcpServers.d.ts +0 -26
  1385. package/types/ListMcpToolsByServer.d.ts +0 -26
  1386. package/types/ListMessages.d.ts +0 -65
  1387. package/types/ListModels.d.ts +0 -14
  1388. package/types/ListPassages.d.ts +0 -50
  1389. package/types/ListProviders.d.ts +0 -27
  1390. package/types/ListRunMessages.d.ts +0 -53
  1391. package/types/ListRunSteps.d.ts +0 -48
  1392. package/types/ListRuns.d.ts +0 -26
  1393. package/types/ListSourceFiles.d.ts +0 -39
  1394. package/types/ListSourcePassages.d.ts +0 -26
  1395. package/types/ListSources.d.ts +0 -19
  1396. package/types/ListSteps.d.ts +0 -56
  1397. package/types/ListTags.d.ts +0 -27
  1398. package/types/ListTools.d.ts +0 -28
  1399. package/types/LocalSandboxConfig.d.ts +0 -28
  1400. package/types/MCPServerType.d.ts +0 -10
  1401. package/types/MCPTool.d.ts +0 -21
  1402. package/types/ManagerType.d.ts +0 -13
  1403. package/types/MaxCountPerStepToolRule.d.ts +0 -24
  1404. package/types/MaxCountPerStepToolRuleSchema.d.ts +0 -18
  1405. package/types/Memory.d.ts +0 -21
  1406. package/types/Message.d.ts +0 -85
  1407. package/types/MessageCreate.d.ts +0 -32
  1408. package/types/MessageRole.d.ts +0 -13
  1409. package/types/MessageSchema.d.ts +0 -35
  1410. package/types/ModifyAgent.d.ts +0 -29
  1411. package/types/ModifyBlock.d.ts +0 -29
  1412. package/types/ModifyCoreMemoryBlock.d.ts +0 -33
  1413. package/types/ModifyGroup.d.ts +0 -33
  1414. package/types/ModifyGroupMessage.d.ts +0 -42
  1415. package/types/ModifyMessage.d.ts +0 -42
  1416. package/types/ModifyPassage.d.ts +0 -33
  1417. package/types/ModifyProvider.d.ts +0 -22
  1418. package/types/ModifySource.d.ts +0 -29
  1419. package/types/ModifyTool.d.ts +0 -29
  1420. package/types/OmittedReasoningContent.d.ts +0 -21
  1421. package/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.d.ts +0 -14
  1422. package/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -10
  1423. package/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -20
  1424. package/types/Organization.d.ts +0 -28
  1425. package/types/OrganizationCreate.d.ts +0 -15
  1426. package/types/OrganizationUpdate.d.ts +0 -15
  1427. package/types/ParameterProperties.d.ts +0 -11
  1428. package/types/ParametersSchema.d.ts +0 -21
  1429. package/types/ParentToolRule.d.ts +0 -24
  1430. package/types/Passage.d.ts +0 -71
  1431. package/types/PassageUpdate.d.ts +0 -65
  1432. package/types/PipRequirement.d.ts +0 -16
  1433. package/types/Provider.d.ts +0 -23
  1434. package/types/ProviderCreate.d.ts +0 -16
  1435. package/types/ProviderUpdate.d.ts +0 -16
  1436. package/types/ReasoningContent.d.ts +0 -30
  1437. package/types/ReasoningMessage.d.ts +0 -43
  1438. package/types/RedactedReasoningContent.d.ts +0 -21
  1439. package/types/ResetGroupMessages.d.ts +0 -25
  1440. package/types/ResetMessages.d.ts +0 -35
  1441. package/types/ResponseFormatJSONObject.d.ts +0 -10
  1442. package/types/ResponseFormatJSONSchema.d.ts +0 -15
  1443. package/types/ResponseFormatText.d.ts +0 -10
  1444. package/types/RetrieveAgent.d.ts +0 -26
  1445. package/types/RetrieveAgentContextWindow.d.ts +0 -26
  1446. package/types/RetrieveAgentMemory.d.ts +0 -26
  1447. package/types/RetrieveBlock.d.ts +0 -26
  1448. package/types/RetrieveCoreMemoryBlock.d.ts +0 -30
  1449. package/types/RetrieveGroup.d.ts +0 -26
  1450. package/types/RetrieveIdentity.d.ts +0 -26
  1451. package/types/RetrieveJob.d.ts +0 -26
  1452. package/types/RetrieveRun.d.ts +0 -26
  1453. package/types/RetrieveRunUsage.d.ts +0 -26
  1454. package/types/RetrieveSource.d.ts +0 -26
  1455. package/types/RetrieveStep.d.ts +0 -26
  1456. package/types/RetrieveTool.d.ts +0 -26
  1457. package/types/RoundRobinManager.d.ts +0 -12
  1458. package/types/RoundRobinManagerUpdate.d.ts +0 -12
  1459. package/types/Run.d.ts +0 -56
  1460. package/types/RunToolFromSource.d.ts +0 -22
  1461. package/types/SSEServerConfig.d.ts +0 -21
  1462. package/types/SandboxConfig.d.ts +0 -40
  1463. package/types/SandboxConfigCreate.d.ts +0 -12
  1464. package/types/SandboxConfigUpdate.d.ts +0 -15
  1465. package/types/SandboxEnvironmentVariable.d.ts +0 -47
  1466. package/types/SandboxEnvironmentVariableCreate.d.ts +0 -20
  1467. package/types/SandboxEnvironmentVariableUpdate.d.ts +0 -18
  1468. package/types/SandboxType.d.ts +0 -10
  1469. package/types/SendGroupMessage.d.ts +0 -29
  1470. package/types/SendGroupMessageStreaming.d.ts +0 -28
  1471. package/types/SendMessage.d.ts +0 -29
  1472. package/types/SleeptimeManager.d.ts +0 -16
  1473. package/types/SleeptimeManagerUpdate.d.ts +0 -13
  1474. package/types/Source.d.ts +0 -51
  1475. package/types/SourceCreate.d.ts +0 -37
  1476. package/types/SourceUpdate.d.ts +0 -28
  1477. package/types/StdioServerConfig.d.ts +0 -32
  1478. package/types/Step.d.ts +0 -80
  1479. package/types/SupervisorManager.d.ts +0 -15
  1480. package/types/SupervisorManagerUpdate.d.ts +0 -12
  1481. package/types/SystemMessage.d.ts +0 -33
  1482. package/types/TagSchema.d.ts +0 -10
  1483. package/types/TerminalToolRule.d.ts +0 -19
  1484. package/types/TextContent.d.ts +0 -21
  1485. package/types/Tool.d.ts +0 -73
  1486. package/types/ToolCall.d.ts +0 -18
  1487. package/types/ToolCallContent.d.ts +0 -34
  1488. package/types/ToolCallDelta.d.ts +0 -9
  1489. package/types/ToolCallMessage.d.ts +0 -31
  1490. package/types/ToolCreate.d.ts +0 -44
  1491. package/types/ToolEnvVarSchema.d.ts +0 -23
  1492. package/types/ToolJSONSchema.d.ts +0 -21
  1493. package/types/ToolReturn.d.ts +0 -24
  1494. package/types/ToolReturnContent.d.ts +0 -27
  1495. package/types/ToolReturnMessage.d.ts +0 -47
  1496. package/types/ToolRunFromSource.d.ts +0 -45
  1497. package/types/ToolSchema.d.ts +0 -48
  1498. package/types/ToolType.d.ts +0 -16
  1499. package/types/ToolUpdate.d.ts +0 -38
  1500. package/types/UpdateAgent.d.ts +0 -103
  1501. package/types/UpdateAssistantMessage.d.ts +0 -16
  1502. package/types/UpdateIdentity.d.ts +0 -29
  1503. package/types/UpdateReasoningMessage.d.ts +0 -15
  1504. package/types/UpdateSystemMessage.d.ts +0 -16
  1505. package/types/UpdateUserMessage.d.ts +0 -16
  1506. package/types/UploadFileToSource.d.ts +0 -29
  1507. package/types/UpsertIdentity.d.ts +0 -26
  1508. package/types/UpsertIdentityProperties.d.ts +0 -28
  1509. package/types/UpsertTool.d.ts +0 -22
  1510. package/types/UsageStatistics.d.ts +0 -21
  1511. package/types/User.d.ts +0 -34
  1512. package/types/UserCreate.d.ts +0 -11
  1513. package/types/UserMessage.d.ts +0 -33
  1514. package/types/UserUpdate.d.ts +0 -15
  1515. package/types/ValidationError.d.ts +0 -18
  1516. package/types/WebSearchOptions.d.ts +0 -18
  1517. package/types/WebSearchOptionsUserLocation.d.ts +0 -15
  1518. package/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -22
  1519. package/types/agents/CreateTemplateFromAgent.d.ts +0 -52
  1520. package/types/agents/GetAgentVariables.d.ts +0 -40
  1521. package/types/agents/MigrateAgent.d.ts +0 -90
  1522. package/types/agents/SearchDeployedAgents.d.ts +0 -130
  1523. package/types/agents/VersionAgentTemplate.d.ts +0 -69
  1524. package/types/agents/index.d.ts +0 -10
  1525. package/types/clientSideAccessTokens/CreateClientSideAccessToken.d.ts +0 -120
  1526. package/types/clientSideAccessTokens/DeleteClientSideAccessToken.d.ts +0 -35
  1527. package/types/clientSideAccessTokens/index.d.ts +0 -3
  1528. package/types/index.d.ts +0 -328
  1529. package/types/templates/CreateAgentsFromTemplate.d.ts +0 -67
  1530. package/types/templates/index.d.ts +0 -1
package/index.d.ts CHANGED
@@ -1,602 +1 @@
1
- export type { AgentsCreateTemplateFromAgentMutationKey } from './hooks/agentsHooks/useAgents/createTemplateFromAgent.ts';
2
- export type { AgentsGetAgentVariablesQueryKey } from './hooks/agentsHooks/useAgents/getAgentVariables.ts';
3
- export type { AgentsGetAgentVariablesSuspenseQueryKey } from './hooks/agentsHooks/useAgents/getAgentVariablesSuspense.ts';
4
- export type { AgentsMigrateAgentMutationKey } from './hooks/agentsHooks/useAgents/migrateAgent.ts';
5
- export type { AgentsSearchDeployedAgentsMutationKey } from './hooks/agentsHooks/useAgents/searchDeployedAgents.ts';
6
- export type { AgentsVersionAgentTemplateMutationKey } from './hooks/agentsHooks/useAgents/versionAgentTemplate.ts';
7
- export type { CreateAgentMutationKey } from './hooks/agentsHooks/useCreateAgent.ts';
8
- export type { CreateAgentMessageAsyncMutationKey } from './hooks/agentsHooks/useCreateAgentMessageAsync.ts';
9
- export type { CreateAgentMessageStreamMutationKey } from './hooks/agentsHooks/useCreateAgentMessageStream.ts';
10
- export type { CreatePassageMutationKey } from './hooks/agentsHooks/useCreatePassage.ts';
11
- export type { DeleteAgentMutationKey } from './hooks/agentsHooks/useDeleteAgent.ts';
12
- export type { DeletePassageMutationKey } from './hooks/agentsHooks/useDeletePassage.ts';
13
- export type { ExportAgentSerializedQueryKey } from './hooks/agentsHooks/useExportAgentSerialized.ts';
14
- export type { ExportAgentSerializedSuspenseQueryKey } from './hooks/agentsHooks/useExportAgentSerializedSuspense.ts';
15
- export type { ImportAgentSerializedMutationKey } from './hooks/agentsHooks/useImportAgentSerialized.ts';
16
- export type { ListAgentsQueryKey } from './hooks/agentsHooks/useListAgents.ts';
17
- export type { ListAgentSourcesQueryKey } from './hooks/agentsHooks/useListAgentSources.ts';
18
- export type { ListAgentSourcesSuspenseQueryKey } from './hooks/agentsHooks/useListAgentSourcesSuspense.ts';
19
- export type { ListAgentsSuspenseQueryKey } from './hooks/agentsHooks/useListAgentsSuspense.ts';
20
- export type { ListAgentToolsQueryKey } from './hooks/agentsHooks/useListAgentTools.ts';
21
- export type { ListAgentToolsSuspenseQueryKey } from './hooks/agentsHooks/useListAgentToolsSuspense.ts';
22
- export type { ListCoreMemoryBlocksQueryKey } from './hooks/agentsHooks/useListCoreMemoryBlocks.ts';
23
- export type { ListCoreMemoryBlocksSuspenseQueryKey } from './hooks/agentsHooks/useListCoreMemoryBlocksSuspense.ts';
24
- export type { ListMessagesQueryKey } from './hooks/agentsHooks/useListMessages.ts';
25
- export type { ListMessagesSuspenseQueryKey } from './hooks/agentsHooks/useListMessagesSuspense.ts';
26
- export type { ListPassagesQueryKey } from './hooks/agentsHooks/useListPassages.ts';
27
- export type { ListPassagesSuspenseQueryKey } from './hooks/agentsHooks/useListPassagesSuspense.ts';
28
- export type { RetrieveAgentQueryKey } from './hooks/agentsHooks/useRetrieveAgent.ts';
29
- export type { RetrieveAgentContextWindowQueryKey } from './hooks/agentsHooks/useRetrieveAgentContextWindow.ts';
30
- export type { RetrieveAgentContextWindowSuspenseQueryKey } from './hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.ts';
31
- export type { RetrieveAgentMemoryQueryKey } from './hooks/agentsHooks/useRetrieveAgentMemory.ts';
32
- export type { RetrieveAgentMemorySuspenseQueryKey } from './hooks/agentsHooks/useRetrieveAgentMemorySuspense.ts';
33
- export type { RetrieveAgentSuspenseQueryKey } from './hooks/agentsHooks/useRetrieveAgentSuspense.ts';
34
- export type { RetrieveCoreMemoryBlockQueryKey } from './hooks/agentsHooks/useRetrieveCoreMemoryBlock.ts';
35
- export type { RetrieveCoreMemoryBlockSuspenseQueryKey } from './hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.ts';
36
- export type { SendMessageMutationKey } from './hooks/agentsHooks/useSendMessage.ts';
37
- export type { CreateBlockMutationKey } from './hooks/blocksHooks/useCreateBlock.ts';
38
- export type { DeleteBlockMutationKey } from './hooks/blocksHooks/useDeleteBlock.ts';
39
- export type { ListAgentsForBlockQueryKey } from './hooks/blocksHooks/useListAgentsForBlock.ts';
40
- export type { ListAgentsForBlockSuspenseQueryKey } from './hooks/blocksHooks/useListAgentsForBlockSuspense.ts';
41
- export type { ListBlocksQueryKey } from './hooks/blocksHooks/useListBlocks.ts';
42
- export type { ListBlocksSuspenseQueryKey } from './hooks/blocksHooks/useListBlocksSuspense.ts';
43
- export type { RetrieveBlockQueryKey } from './hooks/blocksHooks/useRetrieveBlock.ts';
44
- export type { RetrieveBlockSuspenseQueryKey } from './hooks/blocksHooks/useRetrieveBlockSuspense.ts';
45
- export type { ClientSideAccessTokensCreateClientSideAccessTokenMutationKey } from './hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.ts';
46
- export type { ClientSideAccessTokensDeleteClientSideAccessTokenMutationKey } from './hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.ts';
47
- export type { CreateGroupMutationKey } from './hooks/groupsHooks/useCreateGroup.ts';
48
- export type { DeleteGroupMutationKey } from './hooks/groupsHooks/useDeleteGroup.ts';
49
- export type { ListGroupMessagesQueryKey } from './hooks/groupsHooks/useListGroupMessages.ts';
50
- export type { ListGroupMessagesSuspenseQueryKey } from './hooks/groupsHooks/useListGroupMessagesSuspense.ts';
51
- export type { ListGroupsQueryKey } from './hooks/groupsHooks/useListGroups.ts';
52
- export type { ListGroupsSuspenseQueryKey } from './hooks/groupsHooks/useListGroupsSuspense.ts';
53
- export type { RetrieveGroupQueryKey } from './hooks/groupsHooks/useRetrieveGroup.ts';
54
- export type { RetrieveGroupSuspenseQueryKey } from './hooks/groupsHooks/useRetrieveGroupSuspense.ts';
55
- export type { SendGroupMessageMutationKey } from './hooks/groupsHooks/useSendGroupMessage.ts';
56
- export type { SendGroupMessageStreamingMutationKey } from './hooks/groupsHooks/useSendGroupMessageStreaming.ts';
57
- export type { HealthCheckQueryKey } from './hooks/healthHooks/useHealthCheck.ts';
58
- export type { HealthCheckSuspenseQueryKey } from './hooks/healthHooks/useHealthCheckSuspense.ts';
59
- export type { CreateIdentityMutationKey } from './hooks/identitiesHooks/useCreateIdentity.ts';
60
- export type { DeleteIdentityMutationKey } from './hooks/identitiesHooks/useDeleteIdentity.ts';
61
- export type { ListIdentitiesQueryKey } from './hooks/identitiesHooks/useListIdentities.ts';
62
- export type { ListIdentitiesSuspenseQueryKey } from './hooks/identitiesHooks/useListIdentitiesSuspense.ts';
63
- export type { RetrieveIdentityQueryKey } from './hooks/identitiesHooks/useRetrieveIdentity.ts';
64
- export type { RetrieveIdentitySuspenseQueryKey } from './hooks/identitiesHooks/useRetrieveIdentitySuspense.ts';
65
- export type { UpsertIdentityMutationKey } from './hooks/identitiesHooks/useUpsertIdentity.ts';
66
- export type { UpsertIdentityPropertiesMutationKey } from './hooks/identitiesHooks/useUpsertIdentityProperties.ts';
67
- export type { DeleteJobMutationKey } from './hooks/jobsHooks/useDeleteJob.ts';
68
- export type { ListActiveJobsQueryKey } from './hooks/jobsHooks/useListActiveJobs.ts';
69
- export type { ListActiveJobsSuspenseQueryKey } from './hooks/jobsHooks/useListActiveJobsSuspense.ts';
70
- export type { ListJobsQueryKey } from './hooks/jobsHooks/useListJobs.ts';
71
- export type { ListJobsSuspenseQueryKey } from './hooks/jobsHooks/useListJobsSuspense.ts';
72
- export type { RetrieveJobQueryKey } from './hooks/jobsHooks/useRetrieveJob.ts';
73
- export type { RetrieveJobSuspenseQueryKey } from './hooks/jobsHooks/useRetrieveJobSuspense.ts';
74
- export type { ListEmbeddingModelsQueryKey } from './hooks/modelsHooks/useListEmbeddingModels.ts';
75
- export type { ListEmbeddingModelsSuspenseQueryKey } from './hooks/modelsHooks/useListEmbeddingModelsSuspense.ts';
76
- export type { ListModelsQueryKey } from './hooks/modelsHooks/useListModels.ts';
77
- export type { ListModelsSuspenseQueryKey } from './hooks/modelsHooks/useListModelsSuspense.ts';
78
- export type { CreateProviderMutationKey } from './hooks/providersHooks/useCreateProvider.ts';
79
- export type { DeleteProviderMutationKey } from './hooks/providersHooks/useDeleteProvider.ts';
80
- export type { ListProvidersQueryKey } from './hooks/providersHooks/useListProviders.ts';
81
- export type { ListProvidersSuspenseQueryKey } from './hooks/providersHooks/useListProvidersSuspense.ts';
82
- export type { DeleteRunMutationKey } from './hooks/runsHooks/useDeleteRun.ts';
83
- export type { ListActiveRunsQueryKey } from './hooks/runsHooks/useListActiveRuns.ts';
84
- export type { ListActiveRunsSuspenseQueryKey } from './hooks/runsHooks/useListActiveRunsSuspense.ts';
85
- export type { ListRunMessagesQueryKey } from './hooks/runsHooks/useListRunMessages.ts';
86
- export type { ListRunMessagesSuspenseQueryKey } from './hooks/runsHooks/useListRunMessagesSuspense.ts';
87
- export type { ListRunsQueryKey } from './hooks/runsHooks/useListRuns.ts';
88
- export type { ListRunsSuspenseQueryKey } from './hooks/runsHooks/useListRunsSuspense.ts';
89
- export type { ListRunStepsQueryKey } from './hooks/runsHooks/useListRunSteps.ts';
90
- export type { ListRunStepsSuspenseQueryKey } from './hooks/runsHooks/useListRunStepsSuspense.ts';
91
- export type { RetrieveRunQueryKey } from './hooks/runsHooks/useRetrieveRun.ts';
92
- export type { RetrieveRunSuspenseQueryKey } from './hooks/runsHooks/useRetrieveRunSuspense.ts';
93
- export type { RetrieveRunUsageQueryKey } from './hooks/runsHooks/useRetrieveRunUsage.ts';
94
- export type { RetrieveRunUsageSuspenseQueryKey } from './hooks/runsHooks/useRetrieveRunUsageSuspense.ts';
95
- export type { CreateSourceMutationKey } from './hooks/sourcesHooks/useCreateSource.ts';
96
- export type { DeleteFileFromSourceMutationKey } from './hooks/sourcesHooks/useDeleteFileFromSource.ts';
97
- export type { DeleteSourceMutationKey } from './hooks/sourcesHooks/useDeleteSource.ts';
98
- export type { GetSourceIdByNameQueryKey } from './hooks/sourcesHooks/useGetSourceIdByName.ts';
99
- export type { GetSourceIdByNameSuspenseQueryKey } from './hooks/sourcesHooks/useGetSourceIdByNameSuspense.ts';
100
- export type { ListSourceFilesQueryKey } from './hooks/sourcesHooks/useListSourceFiles.ts';
101
- export type { ListSourceFilesSuspenseQueryKey } from './hooks/sourcesHooks/useListSourceFilesSuspense.ts';
102
- export type { ListSourcePassagesQueryKey } from './hooks/sourcesHooks/useListSourcePassages.ts';
103
- export type { ListSourcePassagesSuspenseQueryKey } from './hooks/sourcesHooks/useListSourcePassagesSuspense.ts';
104
- export type { ListSourcesQueryKey } from './hooks/sourcesHooks/useListSources.ts';
105
- export type { ListSourcesSuspenseQueryKey } from './hooks/sourcesHooks/useListSourcesSuspense.ts';
106
- export type { RetrieveSourceQueryKey } from './hooks/sourcesHooks/useRetrieveSource.ts';
107
- export type { RetrieveSourceSuspenseQueryKey } from './hooks/sourcesHooks/useRetrieveSourceSuspense.ts';
108
- export type { UploadFileToSourceMutationKey } from './hooks/sourcesHooks/useUploadFileToSource.ts';
109
- export type { ListStepsQueryKey } from './hooks/stepsHooks/useListSteps.ts';
110
- export type { ListStepsSuspenseQueryKey } from './hooks/stepsHooks/useListStepsSuspense.ts';
111
- export type { RetrieveStepQueryKey } from './hooks/stepsHooks/useRetrieveStep.ts';
112
- export type { RetrieveStepSuspenseQueryKey } from './hooks/stepsHooks/useRetrieveStepSuspense.ts';
113
- export type { ListTagsQueryKey } from './hooks/tagHooks/useListTags.ts';
114
- export type { ListTagsSuspenseQueryKey } from './hooks/tagHooks/useListTagsSuspense.ts';
115
- export type { TemplatesCreateAgentsFromTemplateMutationKey } from './hooks/templatesHooks/useTemplates/createAgentsFromTemplate.ts';
116
- export type { AddBaseToolsMutationKey } from './hooks/toolsHooks/useAddBaseTools.ts';
117
- export type { AddComposioToolMutationKey } from './hooks/toolsHooks/useAddComposioTool.ts';
118
- export type { AddMcpServerMutationKey } from './hooks/toolsHooks/useAddMcpServer.ts';
119
- export type { AddMcpToolMutationKey } from './hooks/toolsHooks/useAddMcpTool.ts';
120
- export type { CreateToolMutationKey } from './hooks/toolsHooks/useCreateTool.ts';
121
- export type { DeleteMcpServerMutationKey } from './hooks/toolsHooks/useDeleteMcpServer.ts';
122
- export type { DeleteToolMutationKey } from './hooks/toolsHooks/useDeleteTool.ts';
123
- export type { ListComposioActionsByAppQueryKey } from './hooks/toolsHooks/useListComposioActionsByApp.ts';
124
- export type { ListComposioActionsByAppSuspenseQueryKey } from './hooks/toolsHooks/useListComposioActionsByAppSuspense.ts';
125
- export type { ListComposioAppsQueryKey } from './hooks/toolsHooks/useListComposioApps.ts';
126
- export type { ListComposioAppsSuspenseQueryKey } from './hooks/toolsHooks/useListComposioAppsSuspense.ts';
127
- export type { ListMcpServersQueryKey } from './hooks/toolsHooks/useListMcpServers.ts';
128
- export type { ListMcpServersSuspenseQueryKey } from './hooks/toolsHooks/useListMcpServersSuspense.ts';
129
- export type { ListMcpToolsByServerQueryKey } from './hooks/toolsHooks/useListMcpToolsByServer.ts';
130
- export type { ListMcpToolsByServerSuspenseQueryKey } from './hooks/toolsHooks/useListMcpToolsByServerSuspense.ts';
131
- export type { ListToolsQueryKey } from './hooks/toolsHooks/useListTools.ts';
132
- export type { ListToolsSuspenseQueryKey } from './hooks/toolsHooks/useListToolsSuspense.ts';
133
- export type { RetrieveToolQueryKey } from './hooks/toolsHooks/useRetrieveTool.ts';
134
- export type { RetrieveToolSuspenseQueryKey } from './hooks/toolsHooks/useRetrieveToolSuspense.ts';
135
- export type { RunToolFromSourceMutationKey } from './hooks/toolsHooks/useRunToolFromSource.ts';
136
- export type { UpsertToolMutationKey } from './hooks/toolsHooks/useUpsertTool.ts';
137
- export type { CreateVoiceChatCompletionsMutationKey } from './hooks/voiceHooks/useCreateVoiceChatCompletions.ts';
138
- export type { ActionModel } from './types/ActionModel.ts';
139
- export type { ActionParametersModel } from './types/ActionParametersModel.ts';
140
- export type { ActionResponseModel } from './types/ActionResponseModel.ts';
141
- export type { AddBaseTools200, AddBaseTools422, AddBaseToolsMutationResponse, AddBaseToolsMutation, } from './types/AddBaseTools.ts';
142
- export type { AddComposioToolPathParams, AddComposioTool200, AddComposioTool422, AddComposioToolMutationResponse, AddComposioToolMutation, } from './types/AddComposioTool.ts';
143
- export type { AddMcpServer200, AddMcpServer422, AddMcpServerMutationRequest, AddMcpServerMutationResponse, AddMcpServerMutation, } from './types/AddMcpServer.ts';
144
- export type { AddMcpToolPathParams, AddMcpTool200, AddMcpTool422, AddMcpToolMutationResponse, AddMcpToolMutation, } from './types/AddMcpTool.ts';
145
- export type { AgentEnvironmentVariable } from './types/AgentEnvironmentVariable.ts';
146
- export type { AgentsCreateTemplateFromAgentPathParams, AgentsCreateTemplateFromAgent201, AgentsCreateTemplateFromAgent500MessageEnum, AgentsCreateTemplateFromAgent500, AgentsCreateTemplateFromAgentMutationRequest, AgentsCreateTemplateFromAgentMutationResponse, AgentsCreateTemplateFromAgentMutation, } from './types/agents/CreateTemplateFromAgent.ts';
147
- export type { AgentsGetAgentVariablesPathParams, AgentsGetAgentVariables200, AgentsGetAgentVariables404MessageEnum, AgentsGetAgentVariables404, AgentsGetAgentVariablesQueryResponse, AgentsGetAgentVariablesQuery, } from './types/agents/GetAgentVariables.ts';
148
- export type { AgentsMigrateAgentPathParams, AgentsMigrateAgent200SuccessEnum, AgentsMigrateAgent200, AgentsMigrateAgent404MessageEnum, AgentsMigrateAgent404, AgentsMigrateAgent409MessageEnum, AgentsMigrateAgent409, AgentsMigrateAgent500MessageEnum, AgentsMigrateAgent500, AgentsMigrateAgentMutationRequest, AgentsMigrateAgentMutationResponse, AgentsMigrateAgentMutation, } from './types/agents/MigrateAgent.ts';
149
- export type { AgentsSearchDeployedAgents200, SearchFieldEnum, SearchFieldEnum2, SearchOperatorEnum, SearchFieldEnum3, SearchOperatorEnum2, SearchFieldEnum4, SearchOperatorEnum3, AgentsSearchDeployedAgentsMutationRequestCombinatorEnum, AgentsSearchDeployedAgentsMutationRequest, AgentsSearchDeployedAgentsMutationResponse, AgentsSearchDeployedAgentsMutation, } from './types/agents/SearchDeployedAgents.ts';
150
- export type { AgentsVersionAgentTemplatePathParams, AgentsVersionAgentTemplateQueryParams, AgentsVersionAgentTemplate201, AgentsVersionAgentTemplate404MessageEnum, AgentsVersionAgentTemplate404, AgentsVersionAgentTemplate500MessageEnum, AgentsVersionAgentTemplate500, AgentsVersionAgentTemplateMutationRequest, AgentsVersionAgentTemplateMutationResponse, AgentsVersionAgentTemplateMutation, } from './types/agents/VersionAgentTemplate.ts';
151
- export type { AgentSchema } from './types/AgentSchema.ts';
152
- export type { AgentState } from './types/AgentState.ts';
153
- export type { AgentTypeEnum, AgentType } from './types/AgentType.ts';
154
- export type { AppAuthSchemeAuthModeEnum, AppAuthScheme, } from './types/AppAuthScheme.ts';
155
- export type { AppModel } from './types/AppModel.ts';
156
- export type { AssistantMessageMessageTypeEnum, AssistantMessage, } from './types/AssistantMessage.ts';
157
- export type { AttachCoreMemoryBlockPathParams, AttachCoreMemoryBlock200, AttachCoreMemoryBlock422, AttachCoreMemoryBlockMutationResponse, AttachCoreMemoryBlockMutation, } from './types/AttachCoreMemoryBlock.ts';
158
- export type { AttachSourceToAgentPathParams, AttachSourceToAgent200, AttachSourceToAgent422, AttachSourceToAgentMutationResponse, AttachSourceToAgentMutation, } from './types/AttachSourceToAgent.ts';
159
- export type { AttachToolPathParams, AttachTool200, AttachTool422, AttachToolMutationResponse, AttachToolMutation, } from './types/AttachTool.ts';
160
- export type { Audio } from './types/Audio.ts';
161
- export type { AuthRequest } from './types/AuthRequest.ts';
162
- export type { AuthResponse } from './types/AuthResponse.ts';
163
- export type { AuthSchemeField } from './types/AuthSchemeField.ts';
164
- export type { BaseToolRuleSchema } from './types/BaseToolRuleSchema.ts';
165
- export type { Block } from './types/Block.ts';
166
- export type { BlockUpdate } from './types/BlockUpdate.ts';
167
- export type { BodyImportAgentSerialized } from './types/BodyImportAgentSerialized.ts';
168
- export type { BodyUploadFileToSource } from './types/BodyUploadFileToSource.ts';
169
- export type { ChatCompletionAssistantMessageParam } from './types/ChatCompletionAssistantMessageParam.ts';
170
- export type { ChatCompletionAudioParamFormatEnum, ChatCompletionAudioParamVoiceEnum, ChatCompletionAudioParam, } from './types/ChatCompletionAudioParam.ts';
171
- export type { ChatCompletionContentPartImageParam } from './types/ChatCompletionContentPartImageParam.ts';
172
- export type { ChatCompletionContentPartInputAudioParam } from './types/ChatCompletionContentPartInputAudioParam.ts';
173
- export type { ChatCompletionContentPartRefusalParam } from './types/ChatCompletionContentPartRefusalParam.ts';
174
- export type { ChatCompletionContentPartTextParam } from './types/ChatCompletionContentPartTextParam.ts';
175
- export type { ChatCompletionDeveloperMessageParam } from './types/ChatCompletionDeveloperMessageParam.ts';
176
- export type { ChatCompletionFunctionCallOptionParam } from './types/ChatCompletionFunctionCallOptionParam.ts';
177
- export type { ChatCompletionFunctionMessageParam } from './types/ChatCompletionFunctionMessageParam.ts';
178
- export type { ChatCompletionMessageToolCall } from './types/ChatCompletionMessageToolCall.ts';
179
- export type { ChatCompletionMessageToolCallParam } from './types/ChatCompletionMessageToolCallParam.ts';
180
- export type { ChatCompletionNamedToolChoiceParam } from './types/ChatCompletionNamedToolChoiceParam.ts';
181
- export type { ChatCompletionPredictionContentParam } from './types/ChatCompletionPredictionContentParam.ts';
182
- export type { ChatCompletionStreamOptionsParam } from './types/ChatCompletionStreamOptionsParam.ts';
183
- export type { ChatCompletionSystemMessageParam } from './types/ChatCompletionSystemMessageParam.ts';
184
- export type { ChatCompletionToolMessageParam } from './types/ChatCompletionToolMessageParam.ts';
185
- export type { ChatCompletionToolParam } from './types/ChatCompletionToolParam.ts';
186
- export type { ChatCompletionUserMessageParam } from './types/ChatCompletionUserMessageParam.ts';
187
- export type { ChildToolRule } from './types/ChildToolRule.ts';
188
- export type { ChildToolRuleSchema } from './types/ChildToolRuleSchema.ts';
189
- export type { PolicyVersionEnum, DataTypeEnum, DataAccessEnum, ClientSideAccessTokensCreateClientSideAccessToken201, ClientSideAccessTokensCreateClientSideAccessToken400, PolicyTypeEnum, PolicyAccessEnum, ClientSideAccessTokensCreateClientSideAccessTokenMutationRequest, ClientSideAccessTokensCreateClientSideAccessTokenMutationResponse, ClientSideAccessTokensCreateClientSideAccessTokenMutation, } from './types/clientSideAccessTokens/CreateClientSideAccessToken.ts';
190
- export type { ClientSideAccessTokensDeleteClientSideAccessTokenPathParams, ClientSideAccessTokensDeleteClientSideAccessToken204, ClientSideAccessTokensDeleteClientSideAccessToken400, ClientSideAccessTokensDeleteClientSideAccessTokenMutationRequest, ClientSideAccessTokensDeleteClientSideAccessTokenMutationResponse, ClientSideAccessTokensDeleteClientSideAccessTokenMutation, } from './types/clientSideAccessTokens/DeleteClientSideAccessToken.ts';
191
- export type { CompletionCreateParamsNonStreamingModelEnum, CompletionCreateParamsNonStreamingFunctionCallEnum, CompletionCreateParamsNonStreamingModalitiesEnum, CompletionCreateParamsNonStreamingReasoningEffortEnum, CompletionCreateParamsNonStreamingServiceTierEnum, CompletionCreateParamsNonStreamingToolChoiceEnum, CompletionCreateParamsNonStreaming, } from './types/CompletionCreateParamsNonStreaming.ts';
192
- export type { CompletionCreateParamsStreamingModelEnum, CompletionCreateParamsStreamingFunctionCallEnum, CompletionCreateParamsStreamingModalitiesEnum, CompletionCreateParamsStreamingReasoningEffortEnum, CompletionCreateParamsStreamingServiceTierEnum, CompletionCreateParamsStreamingToolChoiceEnum, CompletionCreateParamsStreaming, } from './types/CompletionCreateParamsStreaming.ts';
193
- export type { ConditionalToolRule } from './types/ConditionalToolRule.ts';
194
- export type { ConditionalToolRuleSchema } from './types/ConditionalToolRuleSchema.ts';
195
- export type { ContextWindowOverview } from './types/ContextWindowOverview.ts';
196
- export type { ContinueToolRule } from './types/ContinueToolRule.ts';
197
- export type { CoreMemoryBlockSchema } from './types/CoreMemoryBlockSchema.ts';
198
- export type { CreateAgentHeaderParams, CreateAgent200, CreateAgent422, CreateAgentMutationRequest, CreateAgentMutationResponse, CreateAgentMutation, } from './types/CreateAgent.ts';
199
- export type { CreateAgentMessageAsyncPathParams, CreateAgentMessageAsync200, CreateAgentMessageAsync422, CreateAgentMessageAsyncMutationRequest, CreateAgentMessageAsyncMutationResponse, CreateAgentMessageAsyncMutation, } from './types/CreateAgentMessageAsync.ts';
200
- export type { CreateAgentMessageStreamPathParams, CreateAgentMessageStream200, CreateAgentMessageStream422, CreateAgentMessageStreamMutationRequest, CreateAgentMessageStreamMutationResponse, CreateAgentMessageStreamMutation, } from './types/CreateAgentMessageStream.ts';
201
- export type { CreateAgentRequest } from './types/CreateAgentRequest.ts';
202
- export type { CreateArchivalMemory } from './types/CreateArchivalMemory.ts';
203
- export type { CreateBlock, CreateBlock200, CreateBlock422, CreateBlockMutationRequest, CreateBlockMutationResponse, CreateBlockMutation, } from './types/CreateBlock.ts';
204
- export type { CreateGroupHeaderParams, CreateGroup200, CreateGroup422, CreateGroupMutationRequest, CreateGroupMutationResponse, CreateGroupMutation, } from './types/CreateGroup.ts';
205
- export type { CreateIdentityHeaderParams, CreateIdentity200, CreateIdentity422, CreateIdentityMutationRequest, CreateIdentityMutationResponse, CreateIdentityMutation, } from './types/CreateIdentity.ts';
206
- export type { CreatePassagePathParams, CreatePassage200, CreatePassage422, CreatePassageMutationRequest, CreatePassageMutationResponse, CreatePassageMutation, } from './types/CreatePassage.ts';
207
- export type { CreateProvider200, CreateProvider422, CreateProviderMutationRequest, CreateProviderMutationResponse, CreateProviderMutation, } from './types/CreateProvider.ts';
208
- export type { CreateSource200, CreateSource422, CreateSourceMutationRequest, CreateSourceMutationResponse, CreateSourceMutation, } from './types/CreateSource.ts';
209
- export type { CreateTool200, CreateTool422, CreateToolMutationRequest, CreateToolMutationResponse, CreateToolMutation, } from './types/CreateTool.ts';
210
- export type { CreateVoiceChatCompletionsPathParams, CreateVoiceChatCompletionsHeaderParams, CreateVoiceChatCompletions200, CreateVoiceChatCompletions422, CreateVoiceChatCompletionsMutationRequest, CreateVoiceChatCompletionsMutationResponse, CreateVoiceChatCompletionsMutation, } from './types/CreateVoiceChatCompletions.ts';
211
- export type { DeleteAgentPathParams, DeleteAgent200, DeleteAgent422, DeleteAgentMutationResponse, DeleteAgentMutation, } from './types/DeleteAgent.ts';
212
- export type { DeleteBlockPathParams, DeleteBlock200, DeleteBlock422, DeleteBlockMutationResponse, DeleteBlockMutation, } from './types/DeleteBlock.ts';
213
- export type { DeleteFileFromSourcePathParams, DeleteFileFromSource204, DeleteFileFromSource422, DeleteFileFromSourceMutationResponse, DeleteFileFromSourceMutation, } from './types/DeleteFileFromSource.ts';
214
- export type { DeleteGroupPathParams, DeleteGroup200, DeleteGroup422, DeleteGroupMutationResponse, DeleteGroupMutation, } from './types/DeleteGroup.ts';
215
- export type { DeleteIdentityPathParams, DeleteIdentity200, DeleteIdentity422, DeleteIdentityMutationResponse, DeleteIdentityMutation, } from './types/DeleteIdentity.ts';
216
- export type { DeleteJobPathParams, DeleteJob200, DeleteJob422, DeleteJobMutationResponse, DeleteJobMutation, } from './types/DeleteJob.ts';
217
- export type { DeleteMcpServerPathParams, DeleteMcpServer200, DeleteMcpServer422, DeleteMcpServerMutationResponse, DeleteMcpServerMutation, } from './types/DeleteMcpServer.ts';
218
- export type { DeletePassagePathParams, DeletePassage200, DeletePassage422, DeletePassageMutationResponse, DeletePassageMutation, } from './types/DeletePassage.ts';
219
- export type { DeleteProviderQueryParams, DeleteProvider200, DeleteProvider422, DeleteProviderMutationResponse, DeleteProviderMutation, } from './types/DeleteProvider.ts';
220
- export type { DeleteRunPathParams, DeleteRun200, DeleteRun422, DeleteRunMutationResponse, DeleteRunMutation, } from './types/DeleteRun.ts';
221
- export type { DeleteSourcePathParams, DeleteSource200, DeleteSource422, DeleteSourceMutationResponse, DeleteSourceMutation, } from './types/DeleteSource.ts';
222
- export type { DeleteToolPathParams, DeleteTool200, DeleteTool422, DeleteToolMutationResponse, DeleteToolMutation, } from './types/DeleteTool.ts';
223
- export type { DetachCoreMemoryBlockPathParams, DetachCoreMemoryBlock200, DetachCoreMemoryBlock422, DetachCoreMemoryBlockMutationResponse, DetachCoreMemoryBlockMutation, } from './types/DetachCoreMemoryBlock.ts';
224
- export type { DetachSourceFromAgentPathParams, DetachSourceFromAgent200, DetachSourceFromAgent422, DetachSourceFromAgentMutationResponse, DetachSourceFromAgentMutation, } from './types/DetachSourceFromAgent.ts';
225
- export type { DetachToolPathParams, DetachTool200, DetachTool422, DetachToolMutationResponse, DetachToolMutation, } from './types/DetachTool.ts';
226
- export type { DynamicManager } from './types/DynamicManager.ts';
227
- export type { DynamicManagerUpdate } from './types/DynamicManagerUpdate.ts';
228
- export type { E2BSandboxConfig } from './types/E2BSandboxConfig.ts';
229
- export type { EmbeddingConfigEmbeddingEndpointTypeEnum, EmbeddingConfig, } from './types/EmbeddingConfig.ts';
230
- export type { ExportAgentSerializedPathParams, ExportAgentSerialized200, ExportAgentSerialized422, ExportAgentSerializedQueryRequest, ExportAgentSerializedQueryResponse, ExportAgentSerializedQuery, } from './types/ExportAgentSerialized.ts';
231
- export type { File } from './types/File.ts';
232
- export type { FileFile } from './types/FileFile.ts';
233
- export type { FileMetadata } from './types/FileMetadata.ts';
234
- export type { FunctionCall } from './types/FunctionCall.ts';
235
- export type { FunctionDefinitionInput } from './types/FunctionDefinitionInput.ts';
236
- export type { FunctionDefinitionOutput } from './types/FunctionDefinitionOutput.ts';
237
- export type { FunctionOutput } from './types/FunctionOutput.ts';
238
- export type { FunctionTool } from './types/FunctionTool.ts';
239
- export type { GetSourceIdByNamePathParams, GetSourceIdByName200, GetSourceIdByName422, GetSourceIdByNameQueryResponse, GetSourceIdByNameQuery, } from './types/GetSourceIdByName.ts';
240
- export type { Group } from './types/Group.ts';
241
- export type { GroupCreate } from './types/GroupCreate.ts';
242
- export type { GroupUpdate } from './types/GroupUpdate.ts';
243
- export type { Health } from './types/Health.ts';
244
- export type { HealthCheck200, HealthCheckQueryResponse, HealthCheckQuery, } from './types/HealthCheck.ts';
245
- export type { HiddenReasoningMessageMessageTypeEnum, HiddenReasoningMessageStateEnum, HiddenReasoningMessage, } from './types/HiddenReasoningMessage.ts';
246
- export type { HTTPValidationError } from './types/HTTPValidationError.ts';
247
- export type { Identity } from './types/Identity.ts';
248
- export type { IdentityCreate } from './types/IdentityCreate.ts';
249
- export type { IdentityProperty } from './types/IdentityProperty.ts';
250
- export type { IdentityPropertyTypeEnum, IdentityPropertyType, } from './types/IdentityPropertyType.ts';
251
- export type { IdentityTypeEnum, IdentityType } from './types/IdentityType.ts';
252
- export type { IdentityUpdate } from './types/IdentityUpdate.ts';
253
- export type { IdentityUpsert } from './types/IdentityUpsert.ts';
254
- export type { ImageURLDetailEnum, ImageURL } from './types/ImageURL.ts';
255
- export type { ImportAgentSerializedQueryParams, ImportAgentSerialized200, ImportAgentSerialized422, ImportAgentSerializedMutationRequest, ImportAgentSerializedMutationResponse, ImportAgentSerializedMutation, } from './types/ImportAgentSerialized.ts';
256
- export type { InitToolRule } from './types/InitToolRule.ts';
257
- export type { InputAudioFormatEnum, InputAudio } from './types/InputAudio.ts';
258
- export type { Job } from './types/Job.ts';
259
- export type { JobStatusEnum, JobStatus } from './types/JobStatus.ts';
260
- export type { JobTypeEnum, JobType } from './types/JobType.ts';
261
- export type { JSONSchema } from './types/JSONSchema.ts';
262
- export type { LettaAssistantMessageContentUnionTypeEnum, LettaAssistantMessageContentUnion, } from './types/LettaAssistantMessageContentUnion.ts';
263
- export type { LettaMessageContentUnionTypeEnum, LettaMessageContentUnion, } from './types/LettaMessageContentUnion.ts';
264
- export type { LettaMessageUnionMessageTypeEnum, LettaMessageUnion, } from './types/LettaMessageUnion.ts';
265
- export type { LettaRequest } from './types/LettaRequest.ts';
266
- export type { LettaRequestConfig } from './types/LettaRequestConfig.ts';
267
- export type { LettaResponse } from './types/LettaResponse.ts';
268
- export type { LettaStreamingRequest } from './types/LettaStreamingRequest.ts';
269
- export type { LettaUsageStatistics } from './types/LettaUsageStatistics.ts';
270
- export type { LettaUserMessageContentUnionTypeEnum, LettaUserMessageContentUnion, } from './types/LettaUserMessageContentUnion.ts';
271
- export type { ListActiveJobs200, ListActiveJobs422, ListActiveJobsQueryResponse, ListActiveJobsQuery, } from './types/ListActiveJobs.ts';
272
- export type { ListActiveRunsQueryParams, ListActiveRuns200, ListActiveRuns422, ListActiveRunsQueryResponse, ListActiveRunsQuery, } from './types/ListActiveRuns.ts';
273
- export type { ListAgentsQueryParams, ListAgents200, ListAgents422, ListAgentsQueryResponse, ListAgentsQuery, } from './types/ListAgents.ts';
274
- export type { ListAgentsForBlockPathParams, ListAgentsForBlock200, ListAgentsForBlock422, ListAgentsForBlockQueryResponse, ListAgentsForBlockQuery, } from './types/ListAgentsForBlock.ts';
275
- export type { ListAgentSourcesPathParams, ListAgentSources200, ListAgentSources422, ListAgentSourcesQueryResponse, ListAgentSourcesQuery, } from './types/ListAgentSources.ts';
276
- export type { ListAgentToolsPathParams, ListAgentTools200, ListAgentTools422, ListAgentToolsQueryResponse, ListAgentToolsQuery, } from './types/ListAgentTools.ts';
277
- export type { ListBlocksQueryParams, ListBlocks200, ListBlocks422, ListBlocksQueryResponse, ListBlocksQuery, } from './types/ListBlocks.ts';
278
- export type { ListComposioActionsByAppPathParams, ListComposioActionsByApp200, ListComposioActionsByApp422, ListComposioActionsByAppQueryResponse, ListComposioActionsByAppQuery, } from './types/ListComposioActionsByApp.ts';
279
- export type { ListComposioAppsHeaderParams, ListComposioApps200, ListComposioApps422, ListComposioAppsQueryResponse, ListComposioAppsQuery, } from './types/ListComposioApps.ts';
280
- export type { ListCoreMemoryBlocksPathParams, ListCoreMemoryBlocks200, ListCoreMemoryBlocks422, ListCoreMemoryBlocksQueryResponse, ListCoreMemoryBlocksQuery, } from './types/ListCoreMemoryBlocks.ts';
281
- export type { ListEmbeddingModels200, ListEmbeddingModelsQueryResponse, ListEmbeddingModelsQuery, } from './types/ListEmbeddingModels.ts';
282
- export type { ListGroupMessagesPathParams, ListGroupMessagesQueryParams, ListGroupMessages200, ListGroupMessages422, ListGroupMessagesQueryResponse, ListGroupMessagesQuery, } from './types/ListGroupMessages.ts';
283
- export type { ListGroupsQueryParams, ListGroups200, ListGroups422, ListGroupsQueryResponse, ListGroupsQuery, } from './types/ListGroups.ts';
284
- export type { ListIdentitiesQueryParams, ListIdentities200, ListIdentities422, ListIdentitiesQueryResponse, ListIdentitiesQuery, } from './types/ListIdentities.ts';
285
- export type { ListJobsQueryParams, ListJobs200, ListJobs422, ListJobsQueryResponse, ListJobsQuery, } from './types/ListJobs.ts';
286
- export type { ListMcpServersHeaderParams, ListMcpServers200, ListMcpServers422, ListMcpServersQueryResponse, ListMcpServersQuery, } from './types/ListMcpServers.ts';
287
- export type { ListMcpToolsByServerPathParams, ListMcpToolsByServer200, ListMcpToolsByServer422, ListMcpToolsByServerQueryResponse, ListMcpToolsByServerQuery, } from './types/ListMcpToolsByServer.ts';
288
- export type { ListMessagesPathParams, ListMessagesQueryParams, ListMessages200, ListMessages422, ListMessagesQueryResponse, ListMessagesQuery, } from './types/ListMessages.ts';
289
- export type { ListModels200, ListModelsQueryResponse, ListModelsQuery, } from './types/ListModels.ts';
290
- export type { ListPassagesPathParams, ListPassagesQueryParams, ListPassages200, ListPassages422, ListPassagesQueryResponse, ListPassagesQuery, } from './types/ListPassages.ts';
291
- export type { ListProvidersQueryParams, ListProviders200, ListProviders422, ListProvidersQueryResponse, ListProvidersQuery, } from './types/ListProviders.ts';
292
- export type { ListRunMessagesPathParams, ListRunMessagesQueryParams, ListRunMessages200, ListRunMessages422, ListRunMessagesQueryResponse, ListRunMessagesQuery, } from './types/ListRunMessages.ts';
293
- export type { ListRunsQueryParams, ListRuns200, ListRuns422, ListRunsQueryResponse, ListRunsQuery, } from './types/ListRuns.ts';
294
- export type { ListRunStepsPathParams, ListRunStepsQueryParams, ListRunSteps200, ListRunSteps422, ListRunStepsQueryResponse, ListRunStepsQuery, } from './types/ListRunSteps.ts';
295
- export type { ListSourceFilesPathParams, ListSourceFilesQueryParams, ListSourceFiles200, ListSourceFiles422, ListSourceFilesQueryResponse, ListSourceFilesQuery, } from './types/ListSourceFiles.ts';
296
- export type { ListSourcePassagesPathParams, ListSourcePassages200, ListSourcePassages422, ListSourcePassagesQueryResponse, ListSourcePassagesQuery, } from './types/ListSourcePassages.ts';
297
- export type { ListSources200, ListSources422, ListSourcesQueryResponse, ListSourcesQuery, } from './types/ListSources.ts';
298
- export type { ListStepsQueryParams, ListSteps200, ListSteps422, ListStepsQueryResponse, ListStepsQuery, } from './types/ListSteps.ts';
299
- export type { ListTagsQueryParams, ListTags200, ListTags422, ListTagsQueryResponse, ListTagsQuery, } from './types/ListTags.ts';
300
- export type { ListToolsQueryParams, ListTools200, ListTools422, ListToolsQueryResponse, ListToolsQuery, } from './types/ListTools.ts';
301
- export type { LLMConfig } from './types/LLMConfig.ts';
302
- export type { LocalSandboxConfig } from './types/LocalSandboxConfig.ts';
303
- export type { ManagerTypeEnum, ManagerType } from './types/ManagerType.ts';
304
- export type { MaxCountPerStepToolRule } from './types/MaxCountPerStepToolRule.ts';
305
- export type { MaxCountPerStepToolRuleSchema } from './types/MaxCountPerStepToolRuleSchema.ts';
306
- export type { MCPServerType } from './types/MCPServerType.ts';
307
- export type { MCPTool } from './types/MCPTool.ts';
308
- export type { Memory } from './types/Memory.ts';
309
- export type { Message } from './types/Message.ts';
310
- export type { MessageCreateRoleEnum, MessageCreate, } from './types/MessageCreate.ts';
311
- export type { MessageRoleEnum, MessageRole } from './types/MessageRole.ts';
312
- export type { MessageSchema } from './types/MessageSchema.ts';
313
- export type { ModifyAgentPathParams, ModifyAgent200, ModifyAgent422, ModifyAgentMutationRequest, ModifyAgentMutationResponse, ModifyAgentMutation, } from './types/ModifyAgent.ts';
314
- export type { ModifyBlockPathParams, ModifyBlock200, ModifyBlock422, ModifyBlockMutationRequest, ModifyBlockMutationResponse, ModifyBlockMutation, } from './types/ModifyBlock.ts';
315
- export type { ModifyCoreMemoryBlockPathParams, ModifyCoreMemoryBlock200, ModifyCoreMemoryBlock422, ModifyCoreMemoryBlockMutationRequest, ModifyCoreMemoryBlockMutationResponse, ModifyCoreMemoryBlockMutation, } from './types/ModifyCoreMemoryBlock.ts';
316
- export type { ModifyGroupPathParams, ModifyGroupHeaderParams, ModifyGroup200, ModifyGroup422, ModifyGroupMutationRequest, ModifyGroupMutationResponse, ModifyGroupMutation, } from './types/ModifyGroup.ts';
317
- export type { ModifyGroupMessagePathParams, ModifyGroupMessage200, ModifyGroupMessage422, ModifyGroupMessageMutationRequest, ModifyGroupMessageMutationResponse, ModifyGroupMessageMutation, } from './types/ModifyGroupMessage.ts';
318
- export type { ModifyMessagePathParams, ModifyMessage200, ModifyMessage422, ModifyMessageMutationRequest, ModifyMessageMutationResponse, ModifyMessageMutation, } from './types/ModifyMessage.ts';
319
- export type { ModifyPassagePathParams, ModifyPassage200, ModifyPassage422, ModifyPassageMutationRequest, ModifyPassageMutationResponse, ModifyPassageMutation, } from './types/ModifyPassage.ts';
320
- export type { ModifyProvider200, ModifyProvider422, ModifyProviderMutationRequest, ModifyProviderMutationResponse, ModifyProviderMutation, } from './types/ModifyProvider.ts';
321
- export type { ModifySourcePathParams, ModifySource200, ModifySource422, ModifySourceMutationRequest, ModifySourceMutationResponse, ModifySourceMutation, } from './types/ModifySource.ts';
322
- export type { ModifyToolPathParams, ModifyTool200, ModifyTool422, ModifyToolMutationRequest, ModifyToolMutationResponse, ModifyToolMutation, } from './types/ModifyTool.ts';
323
- export type { OmittedReasoningContentTypeEnum, OmittedReasoningContent, } from './types/OmittedReasoningContent.ts';
324
- export type { OpenaiTypesChatChatCompletionMessageToolCallParamFunction } from './types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.ts';
325
- export type { OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction } from './types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.ts';
326
- export type { OpenaiTypesChatCompletionCreateParamsFunction } from './types/OpenaiTypesChatCompletionCreateParamsFunction.ts';
327
- export type { Organization } from './types/Organization.ts';
328
- export type { OrganizationCreate } from './types/OrganizationCreate.ts';
329
- export type { OrganizationUpdate } from './types/OrganizationUpdate.ts';
330
- export type { ParameterProperties } from './types/ParameterProperties.ts';
331
- export type { ParametersSchema } from './types/ParametersSchema.ts';
332
- export type { ParentToolRule } from './types/ParentToolRule.ts';
333
- export type { Passage } from './types/Passage.ts';
334
- export type { PassageUpdate } from './types/PassageUpdate.ts';
335
- export type { PipRequirement } from './types/PipRequirement.ts';
336
- export type { Provider } from './types/Provider.ts';
337
- export type { ProviderCreate } from './types/ProviderCreate.ts';
338
- export type { ProviderUpdate } from './types/ProviderUpdate.ts';
339
- export type { ReasoningContentTypeEnum, ReasoningContent, } from './types/ReasoningContent.ts';
340
- export type { ReasoningMessageMessageTypeEnum, ReasoningMessageSourceEnum, ReasoningMessage, } from './types/ReasoningMessage.ts';
341
- export type { RedactedReasoningContentTypeEnum, RedactedReasoningContent, } from './types/RedactedReasoningContent.ts';
342
- export type { ResetGroupMessagesPathParams, ResetGroupMessages200, ResetGroupMessages422, ResetGroupMessagesMutationResponse, ResetGroupMessagesMutation, } from './types/ResetGroupMessages.ts';
343
- export type { ResetMessagesPathParams, ResetMessagesQueryParams, ResetMessages200, ResetMessages422, ResetMessagesMutationResponse, ResetMessagesMutation, } from './types/ResetMessages.ts';
344
- export type { ResponseFormatJSONObject } from './types/ResponseFormatJSONObject.ts';
345
- export type { ResponseFormatJSONSchema } from './types/ResponseFormatJSONSchema.ts';
346
- export type { ResponseFormatText } from './types/ResponseFormatText.ts';
347
- export type { RetrieveAgentPathParams, RetrieveAgent200, RetrieveAgent422, RetrieveAgentQueryResponse, RetrieveAgentQuery, } from './types/RetrieveAgent.ts';
348
- export type { RetrieveAgentContextWindowPathParams, RetrieveAgentContextWindow200, RetrieveAgentContextWindow422, RetrieveAgentContextWindowQueryResponse, RetrieveAgentContextWindowQuery, } from './types/RetrieveAgentContextWindow.ts';
349
- export type { RetrieveAgentMemoryPathParams, RetrieveAgentMemory200, RetrieveAgentMemory422, RetrieveAgentMemoryQueryResponse, RetrieveAgentMemoryQuery, } from './types/RetrieveAgentMemory.ts';
350
- export type { RetrieveBlockPathParams, RetrieveBlock200, RetrieveBlock422, RetrieveBlockQueryResponse, RetrieveBlockQuery, } from './types/RetrieveBlock.ts';
351
- export type { RetrieveCoreMemoryBlockPathParams, RetrieveCoreMemoryBlock200, RetrieveCoreMemoryBlock422, RetrieveCoreMemoryBlockQueryResponse, RetrieveCoreMemoryBlockQuery, } from './types/RetrieveCoreMemoryBlock.ts';
352
- export type { RetrieveGroupPathParams, RetrieveGroup200, RetrieveGroup422, RetrieveGroupQueryResponse, RetrieveGroupQuery, } from './types/RetrieveGroup.ts';
353
- export type { RetrieveIdentityPathParams, RetrieveIdentity200, RetrieveIdentity422, RetrieveIdentityQueryResponse, RetrieveIdentityQuery, } from './types/RetrieveIdentity.ts';
354
- export type { RetrieveJobPathParams, RetrieveJob200, RetrieveJob422, RetrieveJobQueryResponse, RetrieveJobQuery, } from './types/RetrieveJob.ts';
355
- export type { RetrieveRunPathParams, RetrieveRun200, RetrieveRun422, RetrieveRunQueryResponse, RetrieveRunQuery, } from './types/RetrieveRun.ts';
356
- export type { RetrieveRunUsagePathParams, RetrieveRunUsage200, RetrieveRunUsage422, RetrieveRunUsageQueryResponse, RetrieveRunUsageQuery, } from './types/RetrieveRunUsage.ts';
357
- export type { RetrieveSourcePathParams, RetrieveSource200, RetrieveSource422, RetrieveSourceQueryResponse, RetrieveSourceQuery, } from './types/RetrieveSource.ts';
358
- export type { RetrieveStepPathParams, RetrieveStep200, RetrieveStep422, RetrieveStepQueryResponse, RetrieveStepQuery, } from './types/RetrieveStep.ts';
359
- export type { RetrieveToolPathParams, RetrieveTool200, RetrieveTool422, RetrieveToolQueryResponse, RetrieveToolQuery, } from './types/RetrieveTool.ts';
360
- export type { RoundRobinManager } from './types/RoundRobinManager.ts';
361
- export type { RoundRobinManagerUpdate } from './types/RoundRobinManagerUpdate.ts';
362
- export type { Run } from './types/Run.ts';
363
- export type { RunToolFromSource200, RunToolFromSource422, RunToolFromSourceMutationRequest, RunToolFromSourceMutationResponse, RunToolFromSourceMutation, } from './types/RunToolFromSource.ts';
364
- export type { SandboxConfig } from './types/SandboxConfig.ts';
365
- export type { SandboxConfigCreate } from './types/SandboxConfigCreate.ts';
366
- export type { SandboxConfigUpdate } from './types/SandboxConfigUpdate.ts';
367
- export type { SandboxEnvironmentVariable } from './types/SandboxEnvironmentVariable.ts';
368
- export type { SandboxEnvironmentVariableCreate } from './types/SandboxEnvironmentVariableCreate.ts';
369
- export type { SandboxEnvironmentVariableUpdate } from './types/SandboxEnvironmentVariableUpdate.ts';
370
- export type { SandboxTypeEnum, SandboxType } from './types/SandboxType.ts';
371
- export type { SendGroupMessagePathParams, SendGroupMessage200, SendGroupMessage422, SendGroupMessageMutationRequest, SendGroupMessageMutationResponse, SendGroupMessageMutation, } from './types/SendGroupMessage.ts';
372
- export type { SendGroupMessageStreamingPathParams, SendGroupMessageStreaming200, SendGroupMessageStreaming422, SendGroupMessageStreamingMutationRequest, SendGroupMessageStreamingMutationResponse, SendGroupMessageStreamingMutation, } from './types/SendGroupMessageStreaming.ts';
373
- export type { SendMessagePathParams, SendMessage200, SendMessage422, SendMessageMutationRequest, SendMessageMutationResponse, SendMessageMutation, } from './types/SendMessage.ts';
374
- export type { SleeptimeManager } from './types/SleeptimeManager.ts';
375
- export type { SleeptimeManagerUpdate } from './types/SleeptimeManagerUpdate.ts';
376
- export type { Source } from './types/Source.ts';
377
- export type { SourceCreate } from './types/SourceCreate.ts';
378
- export type { SourceUpdate } from './types/SourceUpdate.ts';
379
- export type { SSEServerConfig } from './types/SSEServerConfig.ts';
380
- export type { StdioServerConfig } from './types/StdioServerConfig.ts';
381
- export type { Step } from './types/Step.ts';
382
- export type { SupervisorManager } from './types/SupervisorManager.ts';
383
- export type { SupervisorManagerUpdate } from './types/SupervisorManagerUpdate.ts';
384
- export type { SystemMessageMessageTypeEnum, SystemMessage, } from './types/SystemMessage.ts';
385
- export type { TagSchema } from './types/TagSchema.ts';
386
- export type { TemplatesCreateAgentsFromTemplatePathParams, TemplatesCreateAgentsFromTemplate201, TemplatesCreateAgentsFromTemplateMutationRequest, TemplatesCreateAgentsFromTemplateMutationResponse, TemplatesCreateAgentsFromTemplateMutation, } from './types/templates/CreateAgentsFromTemplate.ts';
387
- export type { TerminalToolRule } from './types/TerminalToolRule.ts';
388
- export type { TextContentTypeEnum, TextContent } from './types/TextContent.ts';
389
- export type { Tool } from './types/Tool.ts';
390
- export type { ToolCall } from './types/ToolCall.ts';
391
- export type { ToolCallContentTypeEnum, ToolCallContent, } from './types/ToolCallContent.ts';
392
- export type { ToolCallDelta } from './types/ToolCallDelta.ts';
393
- export type { ToolCallMessageMessageTypeEnum, ToolCallMessage, } from './types/ToolCallMessage.ts';
394
- export type { ToolCreate } from './types/ToolCreate.ts';
395
- export type { ToolEnvVarSchema } from './types/ToolEnvVarSchema.ts';
396
- export type { ToolJSONSchema } from './types/ToolJSONSchema.ts';
397
- export type { ToolReturnStatusEnum, ToolReturn } from './types/ToolReturn.ts';
398
- export type { ToolReturnContent } from './types/ToolReturnContent.ts';
399
- export type { ToolReturnMessageMessageTypeEnum, ToolReturnMessageStatusEnum, ToolReturnMessage, } from './types/ToolReturnMessage.ts';
400
- export type { ToolRunFromSource } from './types/ToolRunFromSource.ts';
401
- export type { ToolSchema } from './types/ToolSchema.ts';
402
- export type { ToolTypeEnum, ToolType } from './types/ToolType.ts';
403
- export type { ToolUpdate } from './types/ToolUpdate.ts';
404
- export type { UpdateAgent } from './types/UpdateAgent.ts';
405
- export type { UpdateAssistantMessage } from './types/UpdateAssistantMessage.ts';
406
- export type { UpdateIdentityPathParams, UpdateIdentity200, UpdateIdentity422, UpdateIdentityMutationRequest, UpdateIdentityMutationResponse, UpdateIdentityMutation, } from './types/UpdateIdentity.ts';
407
- export type { UpdateReasoningMessage } from './types/UpdateReasoningMessage.ts';
408
- export type { UpdateSystemMessage } from './types/UpdateSystemMessage.ts';
409
- export type { UpdateUserMessage } from './types/UpdateUserMessage.ts';
410
- export type { UploadFileToSourcePathParams, UploadFileToSource200, UploadFileToSource422, UploadFileToSourceMutationRequest, UploadFileToSourceMutationResponse, UploadFileToSourceMutation, } from './types/UploadFileToSource.ts';
411
- export type { UpsertIdentityHeaderParams, UpsertIdentity200, UpsertIdentity422, UpsertIdentityMutationRequest, UpsertIdentityMutationResponse, UpsertIdentityMutation, } from './types/UpsertIdentity.ts';
412
- export type { UpsertIdentityPropertiesPathParams, UpsertIdentityProperties200, UpsertIdentityProperties422, UpsertIdentityPropertiesMutationRequest, UpsertIdentityPropertiesMutationResponse, UpsertIdentityPropertiesMutation, } from './types/UpsertIdentityProperties.ts';
413
- export type { UpsertTool200, UpsertTool422, UpsertToolMutationRequest, UpsertToolMutationResponse, UpsertToolMutation, } from './types/UpsertTool.ts';
414
- export type { UsageStatistics } from './types/UsageStatistics.ts';
415
- export type { User } from './types/User.ts';
416
- export type { UserCreate } from './types/UserCreate.ts';
417
- export type { UserMessageMessageTypeEnum, UserMessage, } from './types/UserMessage.ts';
418
- export type { UserUpdate } from './types/UserUpdate.ts';
419
- export type { ValidationError } from './types/ValidationError.ts';
420
- export type { WebSearchOptionsSearchContextSizeEnum, WebSearchOptions, } from './types/WebSearchOptions.ts';
421
- export type { WebSearchOptionsUserLocation } from './types/WebSearchOptionsUserLocation.ts';
422
- export type { WebSearchOptionsUserLocationApproximate } from './types/WebSearchOptionsUserLocationApproximate.ts';
423
- export { agentsCreateTemplateFromAgentMutationKey, agentsCreateTemplateFromAgent, useAgentsCreateTemplateFromAgent, } from './hooks/agentsHooks/useAgents/createTemplateFromAgent.ts';
424
- export { agentsGetAgentVariablesQueryKey, agentsGetAgentVariables, agentsGetAgentVariablesQueryOptions, useAgentsGetAgentVariables, } from './hooks/agentsHooks/useAgents/getAgentVariables.ts';
425
- export { agentsGetAgentVariablesSuspenseQueryKey, agentsGetAgentVariablesSuspense, agentsGetAgentVariablesSuspenseQueryOptions, useAgentsGetAgentVariablesSuspense, } from './hooks/agentsHooks/useAgents/getAgentVariablesSuspense.ts';
426
- export { agentsMigrateAgentMutationKey, agentsMigrateAgent, useAgentsMigrateAgent, } from './hooks/agentsHooks/useAgents/migrateAgent.ts';
427
- export { agentsSearchDeployedAgentsMutationKey, agentsSearchDeployedAgents, useAgentsSearchDeployedAgents, } from './hooks/agentsHooks/useAgents/searchDeployedAgents.ts';
428
- export { agentsVersionAgentTemplateMutationKey, agentsVersionAgentTemplate, useAgentsVersionAgentTemplate, } from './hooks/agentsHooks/useAgents/versionAgentTemplate.ts';
429
- export { createAgentMutationKey, createAgent, useCreateAgent, } from './hooks/agentsHooks/useCreateAgent.ts';
430
- export { createAgentMessageAsyncMutationKey, createAgentMessageAsync, useCreateAgentMessageAsync, } from './hooks/agentsHooks/useCreateAgentMessageAsync.ts';
431
- export { createAgentMessageStreamMutationKey, createAgentMessageStream, useCreateAgentMessageStream, } from './hooks/agentsHooks/useCreateAgentMessageStream.ts';
432
- export { createPassageMutationKey, createPassage, useCreatePassage, } from './hooks/agentsHooks/useCreatePassage.ts';
433
- export { deleteAgentMutationKey, deleteAgent, useDeleteAgent, } from './hooks/agentsHooks/useDeleteAgent.ts';
434
- export { deletePassageMutationKey, deletePassage, useDeletePassage, } from './hooks/agentsHooks/useDeletePassage.ts';
435
- export { exportAgentSerializedQueryKey, exportAgentSerialized, exportAgentSerializedQueryOptions, useExportAgentSerialized, } from './hooks/agentsHooks/useExportAgentSerialized.ts';
436
- export { exportAgentSerializedSuspenseQueryKey, exportAgentSerializedSuspense, exportAgentSerializedSuspenseQueryOptions, useExportAgentSerializedSuspense, } from './hooks/agentsHooks/useExportAgentSerializedSuspense.ts';
437
- export { importAgentSerializedMutationKey, importAgentSerialized, useImportAgentSerialized, } from './hooks/agentsHooks/useImportAgentSerialized.ts';
438
- export { listAgentsQueryKey, listAgents, listAgentsQueryOptions, useListAgents, } from './hooks/agentsHooks/useListAgents.ts';
439
- export { listAgentSourcesQueryKey, listAgentSources, listAgentSourcesQueryOptions, useListAgentSources, } from './hooks/agentsHooks/useListAgentSources.ts';
440
- export { listAgentSourcesSuspenseQueryKey, listAgentSourcesSuspense, listAgentSourcesSuspenseQueryOptions, useListAgentSourcesSuspense, } from './hooks/agentsHooks/useListAgentSourcesSuspense.ts';
441
- export { listAgentsSuspenseQueryKey, listAgentsSuspense, listAgentsSuspenseQueryOptions, useListAgentsSuspense, } from './hooks/agentsHooks/useListAgentsSuspense.ts';
442
- export { listAgentToolsQueryKey, listAgentTools, listAgentToolsQueryOptions, useListAgentTools, } from './hooks/agentsHooks/useListAgentTools.ts';
443
- export { listAgentToolsSuspenseQueryKey, listAgentToolsSuspense, listAgentToolsSuspenseQueryOptions, useListAgentToolsSuspense, } from './hooks/agentsHooks/useListAgentToolsSuspense.ts';
444
- export { listCoreMemoryBlocksQueryKey, listCoreMemoryBlocks, listCoreMemoryBlocksQueryOptions, useListCoreMemoryBlocks, } from './hooks/agentsHooks/useListCoreMemoryBlocks.ts';
445
- export { listCoreMemoryBlocksSuspenseQueryKey, listCoreMemoryBlocksSuspense, listCoreMemoryBlocksSuspenseQueryOptions, useListCoreMemoryBlocksSuspense, } from './hooks/agentsHooks/useListCoreMemoryBlocksSuspense.ts';
446
- export { listMessagesQueryKey, listMessages, listMessagesQueryOptions, useListMessages, } from './hooks/agentsHooks/useListMessages.ts';
447
- export { listMessagesSuspenseQueryKey, listMessagesSuspense, listMessagesSuspenseQueryOptions, useListMessagesSuspense, } from './hooks/agentsHooks/useListMessagesSuspense.ts';
448
- export { listPassagesQueryKey, listPassages, listPassagesQueryOptions, useListPassages, } from './hooks/agentsHooks/useListPassages.ts';
449
- export { listPassagesSuspenseQueryKey, listPassagesSuspense, listPassagesSuspenseQueryOptions, useListPassagesSuspense, } from './hooks/agentsHooks/useListPassagesSuspense.ts';
450
- export { retrieveAgentQueryKey, retrieveAgent, retrieveAgentQueryOptions, useRetrieveAgent, } from './hooks/agentsHooks/useRetrieveAgent.ts';
451
- export { retrieveAgentContextWindowQueryKey, retrieveAgentContextWindow, retrieveAgentContextWindowQueryOptions, useRetrieveAgentContextWindow, } from './hooks/agentsHooks/useRetrieveAgentContextWindow.ts';
452
- export { retrieveAgentContextWindowSuspenseQueryKey, retrieveAgentContextWindowSuspense, retrieveAgentContextWindowSuspenseQueryOptions, useRetrieveAgentContextWindowSuspense, } from './hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.ts';
453
- export { retrieveAgentMemoryQueryKey, retrieveAgentMemory, retrieveAgentMemoryQueryOptions, useRetrieveAgentMemory, } from './hooks/agentsHooks/useRetrieveAgentMemory.ts';
454
- export { retrieveAgentMemorySuspenseQueryKey, retrieveAgentMemorySuspense, retrieveAgentMemorySuspenseQueryOptions, useRetrieveAgentMemorySuspense, } from './hooks/agentsHooks/useRetrieveAgentMemorySuspense.ts';
455
- export { retrieveAgentSuspenseQueryKey, retrieveAgentSuspense, retrieveAgentSuspenseQueryOptions, useRetrieveAgentSuspense, } from './hooks/agentsHooks/useRetrieveAgentSuspense.ts';
456
- export { retrieveCoreMemoryBlockQueryKey, retrieveCoreMemoryBlock, retrieveCoreMemoryBlockQueryOptions, useRetrieveCoreMemoryBlock, } from './hooks/agentsHooks/useRetrieveCoreMemoryBlock.ts';
457
- export { retrieveCoreMemoryBlockSuspenseQueryKey, retrieveCoreMemoryBlockSuspense, retrieveCoreMemoryBlockSuspenseQueryOptions, useRetrieveCoreMemoryBlockSuspense, } from './hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.ts';
458
- export { sendMessageMutationKey, sendMessage, useSendMessage, } from './hooks/agentsHooks/useSendMessage.ts';
459
- export { createBlockMutationKey, createBlock, useCreateBlock, } from './hooks/blocksHooks/useCreateBlock.ts';
460
- export { deleteBlockMutationKey, deleteBlock, useDeleteBlock, } from './hooks/blocksHooks/useDeleteBlock.ts';
461
- export { listAgentsForBlockQueryKey, listAgentsForBlock, listAgentsForBlockQueryOptions, useListAgentsForBlock, } from './hooks/blocksHooks/useListAgentsForBlock.ts';
462
- export { listAgentsForBlockSuspenseQueryKey, listAgentsForBlockSuspense, listAgentsForBlockSuspenseQueryOptions, useListAgentsForBlockSuspense, } from './hooks/blocksHooks/useListAgentsForBlockSuspense.ts';
463
- export { listBlocksQueryKey, listBlocks, listBlocksQueryOptions, useListBlocks, } from './hooks/blocksHooks/useListBlocks.ts';
464
- export { listBlocksSuspenseQueryKey, listBlocksSuspense, listBlocksSuspenseQueryOptions, useListBlocksSuspense, } from './hooks/blocksHooks/useListBlocksSuspense.ts';
465
- export { retrieveBlockQueryKey, retrieveBlock, retrieveBlockQueryOptions, useRetrieveBlock, } from './hooks/blocksHooks/useRetrieveBlock.ts';
466
- export { retrieveBlockSuspenseQueryKey, retrieveBlockSuspense, retrieveBlockSuspenseQueryOptions, useRetrieveBlockSuspense, } from './hooks/blocksHooks/useRetrieveBlockSuspense.ts';
467
- export { clientSideAccessTokensCreateClientSideAccessTokenMutationKey, clientSideAccessTokensCreateClientSideAccessToken, useClientSideAccessTokensCreateClientSideAccessToken, } from './hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.ts';
468
- export { clientSideAccessTokensDeleteClientSideAccessTokenMutationKey, clientSideAccessTokensDeleteClientSideAccessToken, useClientSideAccessTokensDeleteClientSideAccessToken, } from './hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.ts';
469
- export { createGroupMutationKey, createGroup, useCreateGroup, } from './hooks/groupsHooks/useCreateGroup.ts';
470
- export { deleteGroupMutationKey, deleteGroup, useDeleteGroup, } from './hooks/groupsHooks/useDeleteGroup.ts';
471
- export { listGroupMessagesQueryKey, listGroupMessages, listGroupMessagesQueryOptions, useListGroupMessages, } from './hooks/groupsHooks/useListGroupMessages.ts';
472
- export { listGroupMessagesSuspenseQueryKey, listGroupMessagesSuspense, listGroupMessagesSuspenseQueryOptions, useListGroupMessagesSuspense, } from './hooks/groupsHooks/useListGroupMessagesSuspense.ts';
473
- export { listGroupsQueryKey, listGroups, listGroupsQueryOptions, useListGroups, } from './hooks/groupsHooks/useListGroups.ts';
474
- export { listGroupsSuspenseQueryKey, listGroupsSuspense, listGroupsSuspenseQueryOptions, useListGroupsSuspense, } from './hooks/groupsHooks/useListGroupsSuspense.ts';
475
- export { retrieveGroupQueryKey, retrieveGroup, retrieveGroupQueryOptions, useRetrieveGroup, } from './hooks/groupsHooks/useRetrieveGroup.ts';
476
- export { retrieveGroupSuspenseQueryKey, retrieveGroupSuspense, retrieveGroupSuspenseQueryOptions, useRetrieveGroupSuspense, } from './hooks/groupsHooks/useRetrieveGroupSuspense.ts';
477
- export { sendGroupMessageMutationKey, sendGroupMessage, useSendGroupMessage, } from './hooks/groupsHooks/useSendGroupMessage.ts';
478
- export { sendGroupMessageStreamingMutationKey, sendGroupMessageStreaming, useSendGroupMessageStreaming, } from './hooks/groupsHooks/useSendGroupMessageStreaming.ts';
479
- export { healthCheckQueryKey, healthCheck, healthCheckQueryOptions, useHealthCheck, } from './hooks/healthHooks/useHealthCheck.ts';
480
- export { healthCheckSuspenseQueryKey, healthCheckSuspense, healthCheckSuspenseQueryOptions, useHealthCheckSuspense, } from './hooks/healthHooks/useHealthCheckSuspense.ts';
481
- export { createIdentityMutationKey, createIdentity, useCreateIdentity, } from './hooks/identitiesHooks/useCreateIdentity.ts';
482
- export { deleteIdentityMutationKey, deleteIdentity, useDeleteIdentity, } from './hooks/identitiesHooks/useDeleteIdentity.ts';
483
- export { listIdentitiesQueryKey, listIdentities, listIdentitiesQueryOptions, useListIdentities, } from './hooks/identitiesHooks/useListIdentities.ts';
484
- export { listIdentitiesSuspenseQueryKey, listIdentitiesSuspense, listIdentitiesSuspenseQueryOptions, useListIdentitiesSuspense, } from './hooks/identitiesHooks/useListIdentitiesSuspense.ts';
485
- export { retrieveIdentityQueryKey, retrieveIdentity, retrieveIdentityQueryOptions, useRetrieveIdentity, } from './hooks/identitiesHooks/useRetrieveIdentity.ts';
486
- export { retrieveIdentitySuspenseQueryKey, retrieveIdentitySuspense, retrieveIdentitySuspenseQueryOptions, useRetrieveIdentitySuspense, } from './hooks/identitiesHooks/useRetrieveIdentitySuspense.ts';
487
- export { upsertIdentityMutationKey, upsertIdentity, useUpsertIdentity, } from './hooks/identitiesHooks/useUpsertIdentity.ts';
488
- export { upsertIdentityPropertiesMutationKey, upsertIdentityProperties, useUpsertIdentityProperties, } from './hooks/identitiesHooks/useUpsertIdentityProperties.ts';
489
- export { deleteJobMutationKey, deleteJob, useDeleteJob, } from './hooks/jobsHooks/useDeleteJob.ts';
490
- export { listActiveJobsQueryKey, listActiveJobs, listActiveJobsQueryOptions, useListActiveJobs, } from './hooks/jobsHooks/useListActiveJobs.ts';
491
- export { listActiveJobsSuspenseQueryKey, listActiveJobsSuspense, listActiveJobsSuspenseQueryOptions, useListActiveJobsSuspense, } from './hooks/jobsHooks/useListActiveJobsSuspense.ts';
492
- export { listJobsQueryKey, listJobs, listJobsQueryOptions, useListJobs, } from './hooks/jobsHooks/useListJobs.ts';
493
- export { listJobsSuspenseQueryKey, listJobsSuspense, listJobsSuspenseQueryOptions, useListJobsSuspense, } from './hooks/jobsHooks/useListJobsSuspense.ts';
494
- export { retrieveJobQueryKey, retrieveJob, retrieveJobQueryOptions, useRetrieveJob, } from './hooks/jobsHooks/useRetrieveJob.ts';
495
- export { retrieveJobSuspenseQueryKey, retrieveJobSuspense, retrieveJobSuspenseQueryOptions, useRetrieveJobSuspense, } from './hooks/jobsHooks/useRetrieveJobSuspense.ts';
496
- export { listEmbeddingModelsQueryKey, listEmbeddingModels, listEmbeddingModelsQueryOptions, useListEmbeddingModels, } from './hooks/modelsHooks/useListEmbeddingModels.ts';
497
- export { listEmbeddingModelsSuspenseQueryKey, listEmbeddingModelsSuspense, listEmbeddingModelsSuspenseQueryOptions, useListEmbeddingModelsSuspense, } from './hooks/modelsHooks/useListEmbeddingModelsSuspense.ts';
498
- export { listModelsQueryKey, listModels, listModelsQueryOptions, useListModels, } from './hooks/modelsHooks/useListModels.ts';
499
- export { listModelsSuspenseQueryKey, listModelsSuspense, listModelsSuspenseQueryOptions, useListModelsSuspense, } from './hooks/modelsHooks/useListModelsSuspense.ts';
500
- export { createProviderMutationKey, createProvider, useCreateProvider, } from './hooks/providersHooks/useCreateProvider.ts';
501
- export { deleteProviderMutationKey, deleteProvider, useDeleteProvider, } from './hooks/providersHooks/useDeleteProvider.ts';
502
- export { listProvidersQueryKey, listProviders, listProvidersQueryOptions, useListProviders, } from './hooks/providersHooks/useListProviders.ts';
503
- export { listProvidersSuspenseQueryKey, listProvidersSuspense, listProvidersSuspenseQueryOptions, useListProvidersSuspense, } from './hooks/providersHooks/useListProvidersSuspense.ts';
504
- export { deleteRunMutationKey, deleteRun, useDeleteRun, } from './hooks/runsHooks/useDeleteRun.ts';
505
- export { listActiveRunsQueryKey, listActiveRuns, listActiveRunsQueryOptions, useListActiveRuns, } from './hooks/runsHooks/useListActiveRuns.ts';
506
- export { listActiveRunsSuspenseQueryKey, listActiveRunsSuspense, listActiveRunsSuspenseQueryOptions, useListActiveRunsSuspense, } from './hooks/runsHooks/useListActiveRunsSuspense.ts';
507
- export { listRunMessagesQueryKey, listRunMessages, listRunMessagesQueryOptions, useListRunMessages, } from './hooks/runsHooks/useListRunMessages.ts';
508
- export { listRunMessagesSuspenseQueryKey, listRunMessagesSuspense, listRunMessagesSuspenseQueryOptions, useListRunMessagesSuspense, } from './hooks/runsHooks/useListRunMessagesSuspense.ts';
509
- export { listRunsQueryKey, listRuns, listRunsQueryOptions, useListRuns, } from './hooks/runsHooks/useListRuns.ts';
510
- export { listRunsSuspenseQueryKey, listRunsSuspense, listRunsSuspenseQueryOptions, useListRunsSuspense, } from './hooks/runsHooks/useListRunsSuspense.ts';
511
- export { listRunStepsQueryKey, listRunSteps, listRunStepsQueryOptions, useListRunSteps, } from './hooks/runsHooks/useListRunSteps.ts';
512
- export { listRunStepsSuspenseQueryKey, listRunStepsSuspense, listRunStepsSuspenseQueryOptions, useListRunStepsSuspense, } from './hooks/runsHooks/useListRunStepsSuspense.ts';
513
- export { retrieveRunQueryKey, retrieveRun, retrieveRunQueryOptions, useRetrieveRun, } from './hooks/runsHooks/useRetrieveRun.ts';
514
- export { retrieveRunSuspenseQueryKey, retrieveRunSuspense, retrieveRunSuspenseQueryOptions, useRetrieveRunSuspense, } from './hooks/runsHooks/useRetrieveRunSuspense.ts';
515
- export { retrieveRunUsageQueryKey, retrieveRunUsage, retrieveRunUsageQueryOptions, useRetrieveRunUsage, } from './hooks/runsHooks/useRetrieveRunUsage.ts';
516
- export { retrieveRunUsageSuspenseQueryKey, retrieveRunUsageSuspense, retrieveRunUsageSuspenseQueryOptions, useRetrieveRunUsageSuspense, } from './hooks/runsHooks/useRetrieveRunUsageSuspense.ts';
517
- export { createSourceMutationKey, createSource, useCreateSource, } from './hooks/sourcesHooks/useCreateSource.ts';
518
- export { deleteFileFromSourceMutationKey, deleteFileFromSource, useDeleteFileFromSource, } from './hooks/sourcesHooks/useDeleteFileFromSource.ts';
519
- export { deleteSourceMutationKey, deleteSource, useDeleteSource, } from './hooks/sourcesHooks/useDeleteSource.ts';
520
- export { getSourceIdByNameQueryKey, getSourceIdByName, getSourceIdByNameQueryOptions, useGetSourceIdByName, } from './hooks/sourcesHooks/useGetSourceIdByName.ts';
521
- export { getSourceIdByNameSuspenseQueryKey, getSourceIdByNameSuspense, getSourceIdByNameSuspenseQueryOptions, useGetSourceIdByNameSuspense, } from './hooks/sourcesHooks/useGetSourceIdByNameSuspense.ts';
522
- export { listSourceFilesQueryKey, listSourceFiles, listSourceFilesQueryOptions, useListSourceFiles, } from './hooks/sourcesHooks/useListSourceFiles.ts';
523
- export { listSourceFilesSuspenseQueryKey, listSourceFilesSuspense, listSourceFilesSuspenseQueryOptions, useListSourceFilesSuspense, } from './hooks/sourcesHooks/useListSourceFilesSuspense.ts';
524
- export { listSourcePassagesQueryKey, listSourcePassages, listSourcePassagesQueryOptions, useListSourcePassages, } from './hooks/sourcesHooks/useListSourcePassages.ts';
525
- export { listSourcePassagesSuspenseQueryKey, listSourcePassagesSuspense, listSourcePassagesSuspenseQueryOptions, useListSourcePassagesSuspense, } from './hooks/sourcesHooks/useListSourcePassagesSuspense.ts';
526
- export { listSourcesQueryKey, listSources, listSourcesQueryOptions, useListSources, } from './hooks/sourcesHooks/useListSources.ts';
527
- export { listSourcesSuspenseQueryKey, listSourcesSuspense, listSourcesSuspenseQueryOptions, useListSourcesSuspense, } from './hooks/sourcesHooks/useListSourcesSuspense.ts';
528
- export { retrieveSourceQueryKey, retrieveSource, retrieveSourceQueryOptions, useRetrieveSource, } from './hooks/sourcesHooks/useRetrieveSource.ts';
529
- export { retrieveSourceSuspenseQueryKey, retrieveSourceSuspense, retrieveSourceSuspenseQueryOptions, useRetrieveSourceSuspense, } from './hooks/sourcesHooks/useRetrieveSourceSuspense.ts';
530
- export { uploadFileToSourceMutationKey, uploadFileToSource, useUploadFileToSource, } from './hooks/sourcesHooks/useUploadFileToSource.ts';
531
- export { listStepsQueryKey, listSteps, listStepsQueryOptions, useListSteps, } from './hooks/stepsHooks/useListSteps.ts';
532
- export { listStepsSuspenseQueryKey, listStepsSuspense, listStepsSuspenseQueryOptions, useListStepsSuspense, } from './hooks/stepsHooks/useListStepsSuspense.ts';
533
- export { retrieveStepQueryKey, retrieveStep, retrieveStepQueryOptions, useRetrieveStep, } from './hooks/stepsHooks/useRetrieveStep.ts';
534
- export { retrieveStepSuspenseQueryKey, retrieveStepSuspense, retrieveStepSuspenseQueryOptions, useRetrieveStepSuspense, } from './hooks/stepsHooks/useRetrieveStepSuspense.ts';
535
- export { listTagsQueryKey, listTags, listTagsQueryOptions, useListTags, } from './hooks/tagHooks/useListTags.ts';
536
- export { listTagsSuspenseQueryKey, listTagsSuspense, listTagsSuspenseQueryOptions, useListTagsSuspense, } from './hooks/tagHooks/useListTagsSuspense.ts';
537
- export { templatesCreateAgentsFromTemplateMutationKey, templatesCreateAgentsFromTemplate, useTemplatesCreateAgentsFromTemplate, } from './hooks/templatesHooks/useTemplates/createAgentsFromTemplate.ts';
538
- export { addBaseToolsMutationKey, addBaseTools, useAddBaseTools, } from './hooks/toolsHooks/useAddBaseTools.ts';
539
- export { addComposioToolMutationKey, addComposioTool, useAddComposioTool, } from './hooks/toolsHooks/useAddComposioTool.ts';
540
- export { addMcpServerMutationKey, addMcpServer, useAddMcpServer, } from './hooks/toolsHooks/useAddMcpServer.ts';
541
- export { addMcpToolMutationKey, addMcpTool, useAddMcpTool, } from './hooks/toolsHooks/useAddMcpTool.ts';
542
- export { createToolMutationKey, createTool, useCreateTool, } from './hooks/toolsHooks/useCreateTool.ts';
543
- export { deleteMcpServerMutationKey, deleteMcpServer, useDeleteMcpServer, } from './hooks/toolsHooks/useDeleteMcpServer.ts';
544
- export { deleteToolMutationKey, deleteTool, useDeleteTool, } from './hooks/toolsHooks/useDeleteTool.ts';
545
- export { listComposioActionsByAppQueryKey, listComposioActionsByApp, listComposioActionsByAppQueryOptions, useListComposioActionsByApp, } from './hooks/toolsHooks/useListComposioActionsByApp.ts';
546
- export { listComposioActionsByAppSuspenseQueryKey, listComposioActionsByAppSuspense, listComposioActionsByAppSuspenseQueryOptions, useListComposioActionsByAppSuspense, } from './hooks/toolsHooks/useListComposioActionsByAppSuspense.ts';
547
- export { listComposioAppsQueryKey, listComposioApps, listComposioAppsQueryOptions, useListComposioApps, } from './hooks/toolsHooks/useListComposioApps.ts';
548
- export { listComposioAppsSuspenseQueryKey, listComposioAppsSuspense, listComposioAppsSuspenseQueryOptions, useListComposioAppsSuspense, } from './hooks/toolsHooks/useListComposioAppsSuspense.ts';
549
- export { listMcpServersQueryKey, listMcpServers, listMcpServersQueryOptions, useListMcpServers, } from './hooks/toolsHooks/useListMcpServers.ts';
550
- export { listMcpServersSuspenseQueryKey, listMcpServersSuspense, listMcpServersSuspenseQueryOptions, useListMcpServersSuspense, } from './hooks/toolsHooks/useListMcpServersSuspense.ts';
551
- export { listMcpToolsByServerQueryKey, listMcpToolsByServer, listMcpToolsByServerQueryOptions, useListMcpToolsByServer, } from './hooks/toolsHooks/useListMcpToolsByServer.ts';
552
- export { listMcpToolsByServerSuspenseQueryKey, listMcpToolsByServerSuspense, listMcpToolsByServerSuspenseQueryOptions, useListMcpToolsByServerSuspense, } from './hooks/toolsHooks/useListMcpToolsByServerSuspense.ts';
553
- export { listToolsQueryKey, listTools, listToolsQueryOptions, useListTools, } from './hooks/toolsHooks/useListTools.ts';
554
- export { listToolsSuspenseQueryKey, listToolsSuspense, listToolsSuspenseQueryOptions, useListToolsSuspense, } from './hooks/toolsHooks/useListToolsSuspense.ts';
555
- export { retrieveToolQueryKey, retrieveTool, retrieveToolQueryOptions, useRetrieveTool, } from './hooks/toolsHooks/useRetrieveTool.ts';
556
- export { retrieveToolSuspenseQueryKey, retrieveToolSuspense, retrieveToolSuspenseQueryOptions, useRetrieveToolSuspense, } from './hooks/toolsHooks/useRetrieveToolSuspense.ts';
557
- export { runToolFromSourceMutationKey, runToolFromSource, useRunToolFromSource, } from './hooks/toolsHooks/useRunToolFromSource.ts';
558
- export { upsertToolMutationKey, upsertTool, useUpsertTool, } from './hooks/toolsHooks/useUpsertTool.ts';
559
- export { createVoiceChatCompletionsMutationKey, createVoiceChatCompletions, useCreateVoiceChatCompletions, } from './hooks/voiceHooks/useCreateVoiceChatCompletions.ts';
560
- export { agentsCreateTemplateFromAgent500MessageEnum } from './types/agents/CreateTemplateFromAgent.ts';
561
- export { agentsGetAgentVariables404MessageEnum } from './types/agents/GetAgentVariables.ts';
562
- export { agentsMigrateAgent200SuccessEnum, agentsMigrateAgent404MessageEnum, agentsMigrateAgent409MessageEnum, agentsMigrateAgent500MessageEnum, } from './types/agents/MigrateAgent.ts';
563
- export { searchFieldEnum, searchFieldEnum2, searchOperatorEnum, searchFieldEnum3, searchOperatorEnum2, searchFieldEnum4, searchOperatorEnum3, agentsSearchDeployedAgentsMutationRequestCombinatorEnum, } from './types/agents/SearchDeployedAgents.ts';
564
- export { agentsVersionAgentTemplate404MessageEnum, agentsVersionAgentTemplate500MessageEnum, } from './types/agents/VersionAgentTemplate.ts';
565
- export { agentTypeEnum } from './types/AgentType.ts';
566
- export { appAuthSchemeAuthModeEnum } from './types/AppAuthScheme.ts';
567
- export { assistantMessageMessageTypeEnum } from './types/AssistantMessage.ts';
568
- export { chatCompletionAudioParamFormatEnum, chatCompletionAudioParamVoiceEnum, } from './types/ChatCompletionAudioParam.ts';
569
- export { policyVersionEnum, dataTypeEnum, dataAccessEnum, policyTypeEnum, policyAccessEnum, } from './types/clientSideAccessTokens/CreateClientSideAccessToken.ts';
570
- export { completionCreateParamsNonStreamingModelEnum, completionCreateParamsNonStreamingFunctionCallEnum, completionCreateParamsNonStreamingModalitiesEnum, completionCreateParamsNonStreamingReasoningEffortEnum, completionCreateParamsNonStreamingServiceTierEnum, completionCreateParamsNonStreamingToolChoiceEnum, } from './types/CompletionCreateParamsNonStreaming.ts';
571
- export { completionCreateParamsStreamingModelEnum, completionCreateParamsStreamingFunctionCallEnum, completionCreateParamsStreamingModalitiesEnum, completionCreateParamsStreamingReasoningEffortEnum, completionCreateParamsStreamingServiceTierEnum, completionCreateParamsStreamingToolChoiceEnum, } from './types/CompletionCreateParamsStreaming.ts';
572
- export { embeddingConfigEmbeddingEndpointTypeEnum } from './types/EmbeddingConfig.ts';
573
- export { hiddenReasoningMessageMessageTypeEnum, hiddenReasoningMessageStateEnum, } from './types/HiddenReasoningMessage.ts';
574
- export { identityPropertyTypeEnum } from './types/IdentityPropertyType.ts';
575
- export { identityTypeEnum } from './types/IdentityType.ts';
576
- export { imageURLDetailEnum } from './types/ImageURL.ts';
577
- export { inputAudioFormatEnum } from './types/InputAudio.ts';
578
- export { jobStatusEnum } from './types/JobStatus.ts';
579
- export { jobTypeEnum } from './types/JobType.ts';
580
- export { lettaAssistantMessageContentUnionTypeEnum } from './types/LettaAssistantMessageContentUnion.ts';
581
- export { lettaMessageContentUnionTypeEnum } from './types/LettaMessageContentUnion.ts';
582
- export { lettaMessageUnionMessageTypeEnum } from './types/LettaMessageUnion.ts';
583
- export { lettaUserMessageContentUnionTypeEnum } from './types/LettaUserMessageContentUnion.ts';
584
- export { LLMConfigModelEndpointTypeEnum } from './types/LLMConfig.ts';
585
- export { managerTypeEnum } from './types/ManagerType.ts';
586
- export { MCPServerTypeEnum } from './types/MCPServerType.ts';
587
- export { messageCreateRoleEnum } from './types/MessageCreate.ts';
588
- export { messageRoleEnum } from './types/MessageRole.ts';
589
- export { omittedReasoningContentTypeEnum } from './types/OmittedReasoningContent.ts';
590
- export { reasoningContentTypeEnum } from './types/ReasoningContent.ts';
591
- export { reasoningMessageMessageTypeEnum, reasoningMessageSourceEnum, } from './types/ReasoningMessage.ts';
592
- export { redactedReasoningContentTypeEnum } from './types/RedactedReasoningContent.ts';
593
- export { sandboxTypeEnum } from './types/SandboxType.ts';
594
- export { systemMessageMessageTypeEnum } from './types/SystemMessage.ts';
595
- export { textContentTypeEnum } from './types/TextContent.ts';
596
- export { toolCallContentTypeEnum } from './types/ToolCallContent.ts';
597
- export { toolCallMessageMessageTypeEnum } from './types/ToolCallMessage.ts';
598
- export { toolReturnStatusEnum } from './types/ToolReturn.ts';
599
- export { toolReturnMessageMessageTypeEnum, toolReturnMessageStatusEnum, } from './types/ToolReturnMessage.ts';
600
- export { toolTypeEnum } from './types/ToolType.ts';
601
- export { userMessageMessageTypeEnum } from './types/UserMessage.ts';
602
- export { webSearchOptionsSearchContextSizeEnum } from './types/WebSearchOptions.ts';
1
+ export * from './useLettaQuery/useLettaQuery';