@letta-ai/letta-react 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1533) hide show
  1. package/README.md +87 -2
  2. package/dist/index.d.ts +2 -602
  3. package/dist/index.js +47917 -9867
  4. package/dist/index.js.map +4 -4
  5. package/dist/useLetta/useLetta.d.ts +2 -0
  6. package/dist/useLettaQuery/useLettaQuery.d.ts +6 -0
  7. package/index.d.ts +2 -602
  8. package/index.js +47917 -9867
  9. package/index.js.map +4 -4
  10. package/jest.config.ts +3 -4
  11. package/package.json +12 -6
  12. package/src/index.ts +2 -2084
  13. package/src/useLetta/useLetta.ts +8 -0
  14. package/src/useLettaQuery/useLettaQuery.test.tsx +52 -0
  15. package/src/useLettaQuery/useLettaQuery.ts +34 -0
  16. package/tsconfig.json +17 -1
  17. package/useLetta/useLetta.d.ts +2 -0
  18. package/useLettaQuery/useLettaQuery.d.ts +6 -0
  19. package/dist/hooks/agentsHooks/index.d.ts +0 -72
  20. package/dist/hooks/agentsHooks/useAgents/createTemplateFromAgent.d.ts +0 -39
  21. package/dist/hooks/agentsHooks/useAgents/getAgentVariables.d.ts +0 -63
  22. package/dist/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.d.ts +0 -63
  23. package/dist/hooks/agentsHooks/useAgents/index.d.ts +0 -12
  24. package/dist/hooks/agentsHooks/useAgents/migrateAgent.d.ts +0 -39
  25. package/dist/hooks/agentsHooks/useAgents/searchDeployedAgents.d.ts +0 -37
  26. package/dist/hooks/agentsHooks/useAgents/versionAgentTemplate.d.ts +0 -41
  27. package/dist/hooks/agentsHooks/useCreateAgent.d.ts +0 -39
  28. package/dist/hooks/agentsHooks/useCreateAgentMessageAsync.d.ts +0 -39
  29. package/dist/hooks/agentsHooks/useCreateAgentMessageStream.d.ts +0 -39
  30. package/dist/hooks/agentsHooks/useCreatePassage.d.ts +0 -39
  31. package/dist/hooks/agentsHooks/useDeleteAgent.d.ts +0 -37
  32. package/dist/hooks/agentsHooks/useDeletePassage.d.ts +0 -39
  33. package/dist/hooks/agentsHooks/useExportAgentSerialized.d.ts +0 -63
  34. package/dist/hooks/agentsHooks/useExportAgentSerializedSuspense.d.ts +0 -63
  35. package/dist/hooks/agentsHooks/useImportAgentSerialized.d.ts +0 -39
  36. package/dist/hooks/agentsHooks/useListAgentSources.d.ts +0 -63
  37. package/dist/hooks/agentsHooks/useListAgentSourcesSuspense.d.ts +0 -63
  38. package/dist/hooks/agentsHooks/useListAgentTools.d.ts +0 -63
  39. package/dist/hooks/agentsHooks/useListAgentToolsSuspense.d.ts +0 -63
  40. package/dist/hooks/agentsHooks/useListAgents.d.ts +0 -51
  41. package/dist/hooks/agentsHooks/useListAgentsSuspense.d.ts +0 -51
  42. package/dist/hooks/agentsHooks/useListCoreMemoryBlocks.d.ts +0 -63
  43. package/dist/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.d.ts +0 -63
  44. package/dist/hooks/agentsHooks/useListMessages.d.ts +0 -63
  45. package/dist/hooks/agentsHooks/useListMessagesSuspense.d.ts +0 -63
  46. package/dist/hooks/agentsHooks/useListPassages.d.ts +0 -63
  47. package/dist/hooks/agentsHooks/useListPassagesSuspense.d.ts +0 -63
  48. package/dist/hooks/agentsHooks/useRetrieveAgent.d.ts +0 -63
  49. package/dist/hooks/agentsHooks/useRetrieveAgentContextWindow.d.ts +0 -63
  50. package/dist/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.d.ts +0 -63
  51. package/dist/hooks/agentsHooks/useRetrieveAgentMemory.d.ts +0 -63
  52. package/dist/hooks/agentsHooks/useRetrieveAgentMemorySuspense.d.ts +0 -63
  53. package/dist/hooks/agentsHooks/useRetrieveAgentSuspense.d.ts +0 -63
  54. package/dist/hooks/agentsHooks/useRetrieveCoreMemoryBlock.d.ts +0 -67
  55. package/dist/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.d.ts +0 -67
  56. package/dist/hooks/agentsHooks/useSendMessage.d.ts +0 -39
  57. package/dist/hooks/blocksHooks/index.d.ts +0 -16
  58. package/dist/hooks/blocksHooks/useCreateBlock.d.ts +0 -35
  59. package/dist/hooks/blocksHooks/useDeleteBlock.d.ts +0 -35
  60. package/dist/hooks/blocksHooks/useListAgentsForBlock.d.ts +0 -63
  61. package/dist/hooks/blocksHooks/useListAgentsForBlockSuspense.d.ts +0 -63
  62. package/dist/hooks/blocksHooks/useListBlocks.d.ts +0 -49
  63. package/dist/hooks/blocksHooks/useListBlocksSuspense.d.ts +0 -49
  64. package/dist/hooks/blocksHooks/useRetrieveBlock.d.ts +0 -61
  65. package/dist/hooks/blocksHooks/useRetrieveBlockSuspense.d.ts +0 -61
  66. package/dist/hooks/clientSideAccessTokensHooks/index.d.ts +0 -4
  67. package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.d.ts +0 -37
  68. package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.d.ts +0 -39
  69. package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.d.ts +0 -4
  70. package/dist/hooks/groupsHooks/index.d.ts +0 -20
  71. package/dist/hooks/groupsHooks/useCreateGroup.d.ts +0 -39
  72. package/dist/hooks/groupsHooks/useDeleteGroup.d.ts +0 -37
  73. package/dist/hooks/groupsHooks/useListGroupMessages.d.ts +0 -63
  74. package/dist/hooks/groupsHooks/useListGroupMessagesSuspense.d.ts +0 -63
  75. package/dist/hooks/groupsHooks/useListGroups.d.ts +0 -51
  76. package/dist/hooks/groupsHooks/useListGroupsSuspense.d.ts +0 -51
  77. package/dist/hooks/groupsHooks/useRetrieveGroup.d.ts +0 -63
  78. package/dist/hooks/groupsHooks/useRetrieveGroupSuspense.d.ts +0 -63
  79. package/dist/hooks/groupsHooks/useSendGroupMessage.d.ts +0 -39
  80. package/dist/hooks/groupsHooks/useSendGroupMessageStreaming.d.ts +0 -39
  81. package/dist/hooks/healthHooks/index.d.ts +0 -4
  82. package/dist/hooks/healthHooks/useHealthCheck.d.ts +0 -49
  83. package/dist/hooks/healthHooks/useHealthCheckSuspense.d.ts +0 -49
  84. package/dist/hooks/identitiesHooks/index.d.ts +0 -16
  85. package/dist/hooks/identitiesHooks/useCreateIdentity.d.ts +0 -37
  86. package/dist/hooks/identitiesHooks/useDeleteIdentity.d.ts +0 -37
  87. package/dist/hooks/identitiesHooks/useListIdentities.d.ts +0 -51
  88. package/dist/hooks/identitiesHooks/useListIdentitiesSuspense.d.ts +0 -51
  89. package/dist/hooks/identitiesHooks/useRetrieveIdentity.d.ts +0 -61
  90. package/dist/hooks/identitiesHooks/useRetrieveIdentitySuspense.d.ts +0 -61
  91. package/dist/hooks/identitiesHooks/useUpsertIdentity.d.ts +0 -37
  92. package/dist/hooks/identitiesHooks/useUpsertIdentityProperties.d.ts +0 -37
  93. package/dist/hooks/index.d.ts +0 -274
  94. package/dist/hooks/jobsHooks/index.d.ts +0 -14
  95. package/dist/hooks/jobsHooks/useDeleteJob.d.ts +0 -37
  96. package/dist/hooks/jobsHooks/useListActiveJobs.d.ts +0 -51
  97. package/dist/hooks/jobsHooks/useListActiveJobsSuspense.d.ts +0 -51
  98. package/dist/hooks/jobsHooks/useListJobs.d.ts +0 -51
  99. package/dist/hooks/jobsHooks/useListJobsSuspense.d.ts +0 -51
  100. package/dist/hooks/jobsHooks/useRetrieveJob.d.ts +0 -63
  101. package/dist/hooks/jobsHooks/useRetrieveJobSuspense.d.ts +0 -63
  102. package/dist/hooks/modelsHooks/index.d.ts +0 -8
  103. package/dist/hooks/modelsHooks/useListEmbeddingModels.d.ts +0 -49
  104. package/dist/hooks/modelsHooks/useListEmbeddingModelsSuspense.d.ts +0 -49
  105. package/dist/hooks/modelsHooks/useListModels.d.ts +0 -49
  106. package/dist/hooks/modelsHooks/useListModelsSuspense.d.ts +0 -49
  107. package/dist/hooks/providersHooks/index.d.ts +0 -8
  108. package/dist/hooks/providersHooks/useCreateProvider.d.ts +0 -37
  109. package/dist/hooks/providersHooks/useDeleteProvider.d.ts +0 -37
  110. package/dist/hooks/providersHooks/useListProviders.d.ts +0 -51
  111. package/dist/hooks/providersHooks/useListProvidersSuspense.d.ts +0 -51
  112. package/dist/hooks/runsHooks/index.d.ts +0 -26
  113. package/dist/hooks/runsHooks/useDeleteRun.d.ts +0 -37
  114. package/dist/hooks/runsHooks/useListActiveRuns.d.ts +0 -51
  115. package/dist/hooks/runsHooks/useListActiveRunsSuspense.d.ts +0 -51
  116. package/dist/hooks/runsHooks/useListRunMessages.d.ts +0 -63
  117. package/dist/hooks/runsHooks/useListRunMessagesSuspense.d.ts +0 -63
  118. package/dist/hooks/runsHooks/useListRunSteps.d.ts +0 -63
  119. package/dist/hooks/runsHooks/useListRunStepsSuspense.d.ts +0 -63
  120. package/dist/hooks/runsHooks/useListRuns.d.ts +0 -51
  121. package/dist/hooks/runsHooks/useListRunsSuspense.d.ts +0 -51
  122. package/dist/hooks/runsHooks/useRetrieveRun.d.ts +0 -63
  123. package/dist/hooks/runsHooks/useRetrieveRunSuspense.d.ts +0 -63
  124. package/dist/hooks/runsHooks/useRetrieveRunUsage.d.ts +0 -63
  125. package/dist/hooks/runsHooks/useRetrieveRunUsageSuspense.d.ts +0 -63
  126. package/dist/hooks/sourcesHooks/index.d.ts +0 -28
  127. package/dist/hooks/sourcesHooks/useCreateSource.d.ts +0 -37
  128. package/dist/hooks/sourcesHooks/useDeleteFileFromSource.d.ts +0 -39
  129. package/dist/hooks/sourcesHooks/useDeleteSource.d.ts +0 -37
  130. package/dist/hooks/sourcesHooks/useGetSourceIdByName.d.ts +0 -63
  131. package/dist/hooks/sourcesHooks/useGetSourceIdByNameSuspense.d.ts +0 -63
  132. package/dist/hooks/sourcesHooks/useListSourceFiles.d.ts +0 -63
  133. package/dist/hooks/sourcesHooks/useListSourceFilesSuspense.d.ts +0 -63
  134. package/dist/hooks/sourcesHooks/useListSourcePassages.d.ts +0 -63
  135. package/dist/hooks/sourcesHooks/useListSourcePassagesSuspense.d.ts +0 -63
  136. package/dist/hooks/sourcesHooks/useListSources.d.ts +0 -51
  137. package/dist/hooks/sourcesHooks/useListSourcesSuspense.d.ts +0 -51
  138. package/dist/hooks/sourcesHooks/useRetrieveSource.d.ts +0 -63
  139. package/dist/hooks/sourcesHooks/useRetrieveSourceSuspense.d.ts +0 -63
  140. package/dist/hooks/sourcesHooks/useUploadFileToSource.d.ts +0 -39
  141. package/dist/hooks/stepsHooks/index.d.ts +0 -8
  142. package/dist/hooks/stepsHooks/useListSteps.d.ts +0 -51
  143. package/dist/hooks/stepsHooks/useListStepsSuspense.d.ts +0 -51
  144. package/dist/hooks/stepsHooks/useRetrieveStep.d.ts +0 -63
  145. package/dist/hooks/stepsHooks/useRetrieveStepSuspense.d.ts +0 -63
  146. package/dist/hooks/tagHooks/index.d.ts +0 -4
  147. package/dist/hooks/tagHooks/useListTags.d.ts +0 -51
  148. package/dist/hooks/tagHooks/useListTagsSuspense.d.ts +0 -51
  149. package/dist/hooks/templatesHooks/index.d.ts +0 -2
  150. package/dist/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.d.ts +0 -41
  151. package/dist/hooks/templatesHooks/useTemplates/index.d.ts +0 -2
  152. package/dist/hooks/toolsHooks/index.d.ts +0 -42
  153. package/dist/hooks/toolsHooks/useAddBaseTools.d.ts +0 -33
  154. package/dist/hooks/toolsHooks/useAddComposioTool.d.ts +0 -37
  155. package/dist/hooks/toolsHooks/useAddMcpServer.d.ts +0 -37
  156. package/dist/hooks/toolsHooks/useAddMcpTool.d.ts +0 -39
  157. package/dist/hooks/toolsHooks/useCreateTool.d.ts +0 -37
  158. package/dist/hooks/toolsHooks/useDeleteMcpServer.d.ts +0 -37
  159. package/dist/hooks/toolsHooks/useDeleteTool.d.ts +0 -37
  160. package/dist/hooks/toolsHooks/useListComposioActionsByApp.d.ts +0 -63
  161. package/dist/hooks/toolsHooks/useListComposioActionsByAppSuspense.d.ts +0 -63
  162. package/dist/hooks/toolsHooks/useListComposioApps.d.ts +0 -51
  163. package/dist/hooks/toolsHooks/useListComposioAppsSuspense.d.ts +0 -51
  164. package/dist/hooks/toolsHooks/useListMcpServers.d.ts +0 -51
  165. package/dist/hooks/toolsHooks/useListMcpServersSuspense.d.ts +0 -51
  166. package/dist/hooks/toolsHooks/useListMcpToolsByServer.d.ts +0 -63
  167. package/dist/hooks/toolsHooks/useListMcpToolsByServerSuspense.d.ts +0 -63
  168. package/dist/hooks/toolsHooks/useListTools.d.ts +0 -51
  169. package/dist/hooks/toolsHooks/useListToolsSuspense.d.ts +0 -51
  170. package/dist/hooks/toolsHooks/useRetrieveTool.d.ts +0 -63
  171. package/dist/hooks/toolsHooks/useRetrieveToolSuspense.d.ts +0 -63
  172. package/dist/hooks/toolsHooks/useRunToolFromSource.d.ts +0 -37
  173. package/dist/hooks/toolsHooks/useUpsertTool.d.ts +0 -37
  174. package/dist/hooks/voiceHooks/index.d.ts +0 -2
  175. package/dist/hooks/voiceHooks/useCreateVoiceChatCompletions.d.ts +0 -39
  176. package/dist/types/ActionModel.d.ts +0 -54
  177. package/dist/types/ActionParametersModel.d.ts +0 -25
  178. package/dist/types/ActionResponseModel.d.ts +0 -25
  179. package/dist/types/AddBaseTools.d.ts +0 -19
  180. package/dist/types/AddComposioTool.d.ts +0 -26
  181. package/dist/types/AddMcpServer.d.ts +0 -22
  182. package/dist/types/AddMcpTool.d.ts +0 -30
  183. package/dist/types/AgentEnvironmentVariable.d.ts +0 -47
  184. package/dist/types/AgentSchema.d.ts +0 -86
  185. package/dist/types/AgentState.d.ts +0 -140
  186. package/dist/types/AgentType.d.ts +0 -14
  187. package/dist/types/AppAuthScheme.d.ts +0 -44
  188. package/dist/types/AppModel.d.ts +0 -56
  189. package/dist/types/AssistantMessage.d.ts +0 -33
  190. package/dist/types/AttachCoreMemoryBlock.d.ts +0 -30
  191. package/dist/types/AttachSourceToAgent.d.ts +0 -30
  192. package/dist/types/AttachTool.d.ts +0 -30
  193. package/dist/types/Audio.d.ts +0 -10
  194. package/dist/types/AuthRequest.d.ts +0 -11
  195. package/dist/types/AuthResponse.d.ts +0 -15
  196. package/dist/types/AuthSchemeField.d.ts +0 -34
  197. package/dist/types/BaseToolRuleSchema.d.ts +0 -14
  198. package/dist/types/Block.d.ts +0 -59
  199. package/dist/types/BlockUpdate.d.ts +0 -42
  200. package/dist/types/BodyImportAgentSerialized.d.ts +0 -10
  201. package/dist/types/BodyUploadFileToSource.d.ts +0 -10
  202. package/dist/types/ChatCompletionAssistantMessageParam.d.ts +0 -27
  203. package/dist/types/ChatCompletionAudioParam.d.ts +0 -33
  204. package/dist/types/ChatCompletionContentPartImageParam.d.ts +0 -15
  205. package/dist/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -15
  206. package/dist/types/ChatCompletionContentPartRefusalParam.d.ts +0 -14
  207. package/dist/types/ChatCompletionContentPartTextParam.d.ts +0 -14
  208. package/dist/types/ChatCompletionDeveloperMessageParam.d.ts +0 -16
  209. package/dist/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -10
  210. package/dist/types/ChatCompletionFunctionMessageParam.d.ts +0 -15
  211. package/dist/types/ChatCompletionMessageToolCall.d.ts +0 -20
  212. package/dist/types/ChatCompletionMessageToolCallParam.d.ts +0 -19
  213. package/dist/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -15
  214. package/dist/types/ChatCompletionPredictionContentParam.d.ts +0 -12
  215. package/dist/types/ChatCompletionStreamOptionsParam.d.ts +0 -10
  216. package/dist/types/ChatCompletionSystemMessageParam.d.ts +0 -16
  217. package/dist/types/ChatCompletionToolMessageParam.d.ts +0 -16
  218. package/dist/types/ChatCompletionToolParam.d.ts +0 -15
  219. package/dist/types/ChatCompletionUserMessageParam.d.ts +0 -19
  220. package/dist/types/ChildToolRule.d.ts +0 -24
  221. package/dist/types/ChildToolRuleSchema.d.ts +0 -18
  222. package/dist/types/CompletionCreateParamsNonStreaming.d.ts +0 -149
  223. package/dist/types/CompletionCreateParamsStreaming.d.ts +0 -152
  224. package/dist/types/ConditionalToolRule.d.ts +0 -36
  225. package/dist/types/ConditionalToolRuleSchema.d.ts +0 -25
  226. package/dist/types/ContextWindowOverview.d.ts +0 -94
  227. package/dist/types/ContinueToolRule.d.ts +0 -19
  228. package/dist/types/CoreMemoryBlockSchema.d.ts +0 -35
  229. package/dist/types/CreateAgent.d.ts +0 -26
  230. package/dist/types/CreateAgentMessageAsync.d.ts +0 -29
  231. package/dist/types/CreateAgentMessageStream.d.ts +0 -28
  232. package/dist/types/CreateAgentRequest.d.ts +0 -185
  233. package/dist/types/CreateArchivalMemory.d.ts +0 -11
  234. package/dist/types/CreateBlock.d.ts +0 -62
  235. package/dist/types/CreateGroup.d.ts +0 -26
  236. package/dist/types/CreateIdentity.d.ts +0 -26
  237. package/dist/types/CreatePassage.d.ts +0 -29
  238. package/dist/types/CreateProvider.d.ts +0 -22
  239. package/dist/types/CreateSource.d.ts +0 -22
  240. package/dist/types/CreateTool.d.ts +0 -22
  241. package/dist/types/CreateVoiceChatCompletions.d.ts +0 -33
  242. package/dist/types/DeleteAgent.d.ts +0 -25
  243. package/dist/types/DeleteBlock.d.ts +0 -26
  244. package/dist/types/DeleteFileFromSource.d.ts +0 -29
  245. package/dist/types/DeleteGroup.d.ts +0 -25
  246. package/dist/types/DeleteIdentity.d.ts +0 -25
  247. package/dist/types/DeleteJob.d.ts +0 -26
  248. package/dist/types/DeleteMcpServer.d.ts +0 -27
  249. package/dist/types/DeletePassage.d.ts +0 -29
  250. package/dist/types/DeleteProvider.d.ts +0 -26
  251. package/dist/types/DeleteRun.d.ts +0 -26
  252. package/dist/types/DeleteSource.d.ts +0 -25
  253. package/dist/types/DeleteTool.d.ts +0 -25
  254. package/dist/types/DetachCoreMemoryBlock.d.ts +0 -30
  255. package/dist/types/DetachSourceFromAgent.d.ts +0 -30
  256. package/dist/types/DetachTool.d.ts +0 -30
  257. package/dist/types/DynamicManager.d.ts +0 -20
  258. package/dist/types/DynamicManagerUpdate.d.ts +0 -14
  259. package/dist/types/E2BSandboxConfig.d.ts +0 -20
  260. package/dist/types/EmbeddingConfig.d.ts +0 -71
  261. package/dist/types/ExportAgentSerialized.d.ts +0 -28
  262. package/dist/types/File.d.ts +0 -15
  263. package/dist/types/FileFile.d.ts +0 -18
  264. package/dist/types/FileMetadata.d.ts +0 -58
  265. package/dist/types/FunctionCall.d.ts +0 -14
  266. package/dist/types/FunctionDefinitionInput.d.ts +0 -21
  267. package/dist/types/FunctionDefinitionOutput.d.ts +0 -16
  268. package/dist/types/FunctionOutput.d.ts +0 -15
  269. package/dist/types/FunctionTool.d.ts +0 -16
  270. package/dist/types/GetSourceIdByName.d.ts +0 -25
  271. package/dist/types/Group.d.ts +0 -34
  272. package/dist/types/GroupCreate.d.ts +0 -26
  273. package/dist/types/GroupUpdate.d.ts +0 -14
  274. package/dist/types/HTTPValidationError.d.ts +0 -11
  275. package/dist/types/Health.d.ts +0 -17
  276. package/dist/types/HealthCheck.d.ts +0 -14
  277. package/dist/types/HiddenReasoningMessage.d.ts +0 -38
  278. package/dist/types/Identity.d.ts +0 -47
  279. package/dist/types/IdentityCreate.d.ts +0 -38
  280. package/dist/types/IdentityProperty.d.ts +0 -25
  281. package/dist/types/IdentityPropertyType.d.ts +0 -15
  282. package/dist/types/IdentityType.d.ts +0 -14
  283. package/dist/types/IdentityUpdate.d.ts +0 -32
  284. package/dist/types/IdentityUpsert.d.ts +0 -38
  285. package/dist/types/ImageURL.d.ts +0 -20
  286. package/dist/types/ImportAgentSerialized.d.ts +0 -47
  287. package/dist/types/InitToolRule.d.ts +0 -19
  288. package/dist/types/InputAudio.d.ts +0 -19
  289. package/dist/types/JSONSchema.d.ts +0 -21
  290. package/dist/types/Job.d.ts +0 -51
  291. package/dist/types/JobStatus.d.ts +0 -18
  292. package/dist/types/JobType.d.ts +0 -10
  293. package/dist/types/LLMConfig.d.ts +0 -89
  294. package/dist/types/LettaAssistantMessageContentUnion.d.ts +0 -12
  295. package/dist/types/LettaMessageContentUnion.d.ts +0 -32
  296. package/dist/types/LettaMessageUnion.d.ts +0 -36
  297. package/dist/types/LettaRequest.d.ts +0 -30
  298. package/dist/types/LettaRequestConfig.d.ts +0 -24
  299. package/dist/types/LettaResponse.d.ts +0 -20
  300. package/dist/types/LettaStreamingRequest.d.ts +0 -36
  301. package/dist/types/LettaUsageStatistics.d.ts +0 -47
  302. package/dist/types/LettaUserMessageContentUnion.d.ts +0 -12
  303. package/dist/types/ListActiveJobs.d.ts +0 -19
  304. package/dist/types/ListActiveRuns.d.ts +0 -26
  305. package/dist/types/ListAgentSources.d.ts +0 -26
  306. package/dist/types/ListAgentTools.d.ts +0 -26
  307. package/dist/types/ListAgents.d.ts +0 -83
  308. package/dist/types/ListAgentsForBlock.d.ts +0 -26
  309. package/dist/types/ListBlocks.d.ts +0 -44
  310. package/dist/types/ListComposioActionsByApp.d.ts +0 -26
  311. package/dist/types/ListComposioApps.d.ts +0 -23
  312. package/dist/types/ListCoreMemoryBlocks.d.ts +0 -26
  313. package/dist/types/ListEmbeddingModels.d.ts +0 -14
  314. package/dist/types/ListGroupMessages.d.ts +0 -61
  315. package/dist/types/ListGroups.d.ts +0 -43
  316. package/dist/types/ListIdentities.d.ts +0 -33
  317. package/dist/types/ListJobs.d.ts +0 -26
  318. package/dist/types/ListMcpServers.d.ts +0 -26
  319. package/dist/types/ListMcpToolsByServer.d.ts +0 -26
  320. package/dist/types/ListMessages.d.ts +0 -65
  321. package/dist/types/ListModels.d.ts +0 -14
  322. package/dist/types/ListPassages.d.ts +0 -50
  323. package/dist/types/ListProviders.d.ts +0 -27
  324. package/dist/types/ListRunMessages.d.ts +0 -53
  325. package/dist/types/ListRunSteps.d.ts +0 -48
  326. package/dist/types/ListRuns.d.ts +0 -26
  327. package/dist/types/ListSourceFiles.d.ts +0 -39
  328. package/dist/types/ListSourcePassages.d.ts +0 -26
  329. package/dist/types/ListSources.d.ts +0 -19
  330. package/dist/types/ListSteps.d.ts +0 -56
  331. package/dist/types/ListTags.d.ts +0 -27
  332. package/dist/types/ListTools.d.ts +0 -28
  333. package/dist/types/LocalSandboxConfig.d.ts +0 -28
  334. package/dist/types/MCPServerType.d.ts +0 -10
  335. package/dist/types/MCPTool.d.ts +0 -21
  336. package/dist/types/ManagerType.d.ts +0 -13
  337. package/dist/types/MaxCountPerStepToolRule.d.ts +0 -24
  338. package/dist/types/MaxCountPerStepToolRuleSchema.d.ts +0 -18
  339. package/dist/types/Memory.d.ts +0 -21
  340. package/dist/types/Message.d.ts +0 -85
  341. package/dist/types/MessageCreate.d.ts +0 -32
  342. package/dist/types/MessageRole.d.ts +0 -13
  343. package/dist/types/MessageSchema.d.ts +0 -35
  344. package/dist/types/ModifyAgent.d.ts +0 -29
  345. package/dist/types/ModifyBlock.d.ts +0 -29
  346. package/dist/types/ModifyCoreMemoryBlock.d.ts +0 -33
  347. package/dist/types/ModifyGroup.d.ts +0 -33
  348. package/dist/types/ModifyGroupMessage.d.ts +0 -42
  349. package/dist/types/ModifyMessage.d.ts +0 -42
  350. package/dist/types/ModifyPassage.d.ts +0 -33
  351. package/dist/types/ModifyProvider.d.ts +0 -22
  352. package/dist/types/ModifySource.d.ts +0 -29
  353. package/dist/types/ModifyTool.d.ts +0 -29
  354. package/dist/types/OmittedReasoningContent.d.ts +0 -21
  355. package/dist/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.d.ts +0 -14
  356. package/dist/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -10
  357. package/dist/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -20
  358. package/dist/types/Organization.d.ts +0 -28
  359. package/dist/types/OrganizationCreate.d.ts +0 -15
  360. package/dist/types/OrganizationUpdate.d.ts +0 -15
  361. package/dist/types/ParameterProperties.d.ts +0 -11
  362. package/dist/types/ParametersSchema.d.ts +0 -21
  363. package/dist/types/ParentToolRule.d.ts +0 -24
  364. package/dist/types/Passage.d.ts +0 -71
  365. package/dist/types/PassageUpdate.d.ts +0 -65
  366. package/dist/types/PipRequirement.d.ts +0 -16
  367. package/dist/types/Provider.d.ts +0 -23
  368. package/dist/types/ProviderCreate.d.ts +0 -16
  369. package/dist/types/ProviderUpdate.d.ts +0 -16
  370. package/dist/types/ReasoningContent.d.ts +0 -30
  371. package/dist/types/ReasoningMessage.d.ts +0 -43
  372. package/dist/types/RedactedReasoningContent.d.ts +0 -21
  373. package/dist/types/ResetGroupMessages.d.ts +0 -25
  374. package/dist/types/ResetMessages.d.ts +0 -35
  375. package/dist/types/ResponseFormatJSONObject.d.ts +0 -10
  376. package/dist/types/ResponseFormatJSONSchema.d.ts +0 -15
  377. package/dist/types/ResponseFormatText.d.ts +0 -10
  378. package/dist/types/RetrieveAgent.d.ts +0 -26
  379. package/dist/types/RetrieveAgentContextWindow.d.ts +0 -26
  380. package/dist/types/RetrieveAgentMemory.d.ts +0 -26
  381. package/dist/types/RetrieveBlock.d.ts +0 -26
  382. package/dist/types/RetrieveCoreMemoryBlock.d.ts +0 -30
  383. package/dist/types/RetrieveGroup.d.ts +0 -26
  384. package/dist/types/RetrieveIdentity.d.ts +0 -26
  385. package/dist/types/RetrieveJob.d.ts +0 -26
  386. package/dist/types/RetrieveRun.d.ts +0 -26
  387. package/dist/types/RetrieveRunUsage.d.ts +0 -26
  388. package/dist/types/RetrieveSource.d.ts +0 -26
  389. package/dist/types/RetrieveStep.d.ts +0 -26
  390. package/dist/types/RetrieveTool.d.ts +0 -26
  391. package/dist/types/RoundRobinManager.d.ts +0 -12
  392. package/dist/types/RoundRobinManagerUpdate.d.ts +0 -12
  393. package/dist/types/Run.d.ts +0 -56
  394. package/dist/types/RunToolFromSource.d.ts +0 -22
  395. package/dist/types/SSEServerConfig.d.ts +0 -21
  396. package/dist/types/SandboxConfig.d.ts +0 -40
  397. package/dist/types/SandboxConfigCreate.d.ts +0 -12
  398. package/dist/types/SandboxConfigUpdate.d.ts +0 -15
  399. package/dist/types/SandboxEnvironmentVariable.d.ts +0 -47
  400. package/dist/types/SandboxEnvironmentVariableCreate.d.ts +0 -20
  401. package/dist/types/SandboxEnvironmentVariableUpdate.d.ts +0 -18
  402. package/dist/types/SandboxType.d.ts +0 -10
  403. package/dist/types/SendGroupMessage.d.ts +0 -29
  404. package/dist/types/SendGroupMessageStreaming.d.ts +0 -28
  405. package/dist/types/SendMessage.d.ts +0 -29
  406. package/dist/types/SleeptimeManager.d.ts +0 -16
  407. package/dist/types/SleeptimeManagerUpdate.d.ts +0 -13
  408. package/dist/types/Source.d.ts +0 -51
  409. package/dist/types/SourceCreate.d.ts +0 -37
  410. package/dist/types/SourceUpdate.d.ts +0 -28
  411. package/dist/types/StdioServerConfig.d.ts +0 -32
  412. package/dist/types/Step.d.ts +0 -80
  413. package/dist/types/SupervisorManager.d.ts +0 -15
  414. package/dist/types/SupervisorManagerUpdate.d.ts +0 -12
  415. package/dist/types/SystemMessage.d.ts +0 -33
  416. package/dist/types/TagSchema.d.ts +0 -10
  417. package/dist/types/TerminalToolRule.d.ts +0 -19
  418. package/dist/types/TextContent.d.ts +0 -21
  419. package/dist/types/Tool.d.ts +0 -73
  420. package/dist/types/ToolCall.d.ts +0 -18
  421. package/dist/types/ToolCallContent.d.ts +0 -34
  422. package/dist/types/ToolCallDelta.d.ts +0 -9
  423. package/dist/types/ToolCallMessage.d.ts +0 -31
  424. package/dist/types/ToolCreate.d.ts +0 -44
  425. package/dist/types/ToolEnvVarSchema.d.ts +0 -23
  426. package/dist/types/ToolJSONSchema.d.ts +0 -21
  427. package/dist/types/ToolReturn.d.ts +0 -24
  428. package/dist/types/ToolReturnContent.d.ts +0 -27
  429. package/dist/types/ToolReturnMessage.d.ts +0 -47
  430. package/dist/types/ToolRunFromSource.d.ts +0 -45
  431. package/dist/types/ToolSchema.d.ts +0 -48
  432. package/dist/types/ToolType.d.ts +0 -16
  433. package/dist/types/ToolUpdate.d.ts +0 -38
  434. package/dist/types/UpdateAgent.d.ts +0 -103
  435. package/dist/types/UpdateAssistantMessage.d.ts +0 -16
  436. package/dist/types/UpdateIdentity.d.ts +0 -29
  437. package/dist/types/UpdateReasoningMessage.d.ts +0 -15
  438. package/dist/types/UpdateSystemMessage.d.ts +0 -16
  439. package/dist/types/UpdateUserMessage.d.ts +0 -16
  440. package/dist/types/UploadFileToSource.d.ts +0 -29
  441. package/dist/types/UpsertIdentity.d.ts +0 -26
  442. package/dist/types/UpsertIdentityProperties.d.ts +0 -28
  443. package/dist/types/UpsertTool.d.ts +0 -22
  444. package/dist/types/UsageStatistics.d.ts +0 -21
  445. package/dist/types/User.d.ts +0 -34
  446. package/dist/types/UserCreate.d.ts +0 -11
  447. package/dist/types/UserMessage.d.ts +0 -33
  448. package/dist/types/UserUpdate.d.ts +0 -15
  449. package/dist/types/ValidationError.d.ts +0 -18
  450. package/dist/types/WebSearchOptions.d.ts +0 -18
  451. package/dist/types/WebSearchOptionsUserLocation.d.ts +0 -15
  452. package/dist/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -22
  453. package/dist/types/agents/CreateTemplateFromAgent.d.ts +0 -52
  454. package/dist/types/agents/GetAgentVariables.d.ts +0 -40
  455. package/dist/types/agents/MigrateAgent.d.ts +0 -90
  456. package/dist/types/agents/SearchDeployedAgents.d.ts +0 -130
  457. package/dist/types/agents/VersionAgentTemplate.d.ts +0 -69
  458. package/dist/types/agents/index.d.ts +0 -10
  459. package/dist/types/clientSideAccessTokens/CreateClientSideAccessToken.d.ts +0 -120
  460. package/dist/types/clientSideAccessTokens/DeleteClientSideAccessToken.d.ts +0 -35
  461. package/dist/types/clientSideAccessTokens/index.d.ts +0 -3
  462. package/dist/types/index.d.ts +0 -328
  463. package/dist/types/templates/CreateAgentsFromTemplate.d.ts +0 -67
  464. package/dist/types/templates/index.d.ts +0 -1
  465. package/hooks/agentsHooks/index.d.ts +0 -72
  466. package/hooks/agentsHooks/useAgents/createTemplateFromAgent.d.ts +0 -39
  467. package/hooks/agentsHooks/useAgents/getAgentVariables.d.ts +0 -63
  468. package/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.d.ts +0 -63
  469. package/hooks/agentsHooks/useAgents/index.d.ts +0 -12
  470. package/hooks/agentsHooks/useAgents/migrateAgent.d.ts +0 -39
  471. package/hooks/agentsHooks/useAgents/searchDeployedAgents.d.ts +0 -37
  472. package/hooks/agentsHooks/useAgents/versionAgentTemplate.d.ts +0 -41
  473. package/hooks/agentsHooks/useCreateAgent.d.ts +0 -39
  474. package/hooks/agentsHooks/useCreateAgentMessageAsync.d.ts +0 -39
  475. package/hooks/agentsHooks/useCreateAgentMessageStream.d.ts +0 -39
  476. package/hooks/agentsHooks/useCreatePassage.d.ts +0 -39
  477. package/hooks/agentsHooks/useDeleteAgent.d.ts +0 -37
  478. package/hooks/agentsHooks/useDeletePassage.d.ts +0 -39
  479. package/hooks/agentsHooks/useExportAgentSerialized.d.ts +0 -63
  480. package/hooks/agentsHooks/useExportAgentSerializedSuspense.d.ts +0 -63
  481. package/hooks/agentsHooks/useImportAgentSerialized.d.ts +0 -39
  482. package/hooks/agentsHooks/useListAgentSources.d.ts +0 -63
  483. package/hooks/agentsHooks/useListAgentSourcesSuspense.d.ts +0 -63
  484. package/hooks/agentsHooks/useListAgentTools.d.ts +0 -63
  485. package/hooks/agentsHooks/useListAgentToolsSuspense.d.ts +0 -63
  486. package/hooks/agentsHooks/useListAgents.d.ts +0 -51
  487. package/hooks/agentsHooks/useListAgentsSuspense.d.ts +0 -51
  488. package/hooks/agentsHooks/useListCoreMemoryBlocks.d.ts +0 -63
  489. package/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.d.ts +0 -63
  490. package/hooks/agentsHooks/useListMessages.d.ts +0 -63
  491. package/hooks/agentsHooks/useListMessagesSuspense.d.ts +0 -63
  492. package/hooks/agentsHooks/useListPassages.d.ts +0 -63
  493. package/hooks/agentsHooks/useListPassagesSuspense.d.ts +0 -63
  494. package/hooks/agentsHooks/useRetrieveAgent.d.ts +0 -63
  495. package/hooks/agentsHooks/useRetrieveAgentContextWindow.d.ts +0 -63
  496. package/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.d.ts +0 -63
  497. package/hooks/agentsHooks/useRetrieveAgentMemory.d.ts +0 -63
  498. package/hooks/agentsHooks/useRetrieveAgentMemorySuspense.d.ts +0 -63
  499. package/hooks/agentsHooks/useRetrieveAgentSuspense.d.ts +0 -63
  500. package/hooks/agentsHooks/useRetrieveCoreMemoryBlock.d.ts +0 -67
  501. package/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.d.ts +0 -67
  502. package/hooks/agentsHooks/useSendMessage.d.ts +0 -39
  503. package/hooks/blocksHooks/index.d.ts +0 -16
  504. package/hooks/blocksHooks/useCreateBlock.d.ts +0 -35
  505. package/hooks/blocksHooks/useDeleteBlock.d.ts +0 -35
  506. package/hooks/blocksHooks/useListAgentsForBlock.d.ts +0 -63
  507. package/hooks/blocksHooks/useListAgentsForBlockSuspense.d.ts +0 -63
  508. package/hooks/blocksHooks/useListBlocks.d.ts +0 -49
  509. package/hooks/blocksHooks/useListBlocksSuspense.d.ts +0 -49
  510. package/hooks/blocksHooks/useRetrieveBlock.d.ts +0 -61
  511. package/hooks/blocksHooks/useRetrieveBlockSuspense.d.ts +0 -61
  512. package/hooks/clientSideAccessTokensHooks/index.d.ts +0 -4
  513. package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.d.ts +0 -37
  514. package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.d.ts +0 -39
  515. package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.d.ts +0 -4
  516. package/hooks/groupsHooks/index.d.ts +0 -20
  517. package/hooks/groupsHooks/useCreateGroup.d.ts +0 -39
  518. package/hooks/groupsHooks/useDeleteGroup.d.ts +0 -37
  519. package/hooks/groupsHooks/useListGroupMessages.d.ts +0 -63
  520. package/hooks/groupsHooks/useListGroupMessagesSuspense.d.ts +0 -63
  521. package/hooks/groupsHooks/useListGroups.d.ts +0 -51
  522. package/hooks/groupsHooks/useListGroupsSuspense.d.ts +0 -51
  523. package/hooks/groupsHooks/useRetrieveGroup.d.ts +0 -63
  524. package/hooks/groupsHooks/useRetrieveGroupSuspense.d.ts +0 -63
  525. package/hooks/groupsHooks/useSendGroupMessage.d.ts +0 -39
  526. package/hooks/groupsHooks/useSendGroupMessageStreaming.d.ts +0 -39
  527. package/hooks/healthHooks/index.d.ts +0 -4
  528. package/hooks/healthHooks/useHealthCheck.d.ts +0 -49
  529. package/hooks/healthHooks/useHealthCheckSuspense.d.ts +0 -49
  530. package/hooks/identitiesHooks/index.d.ts +0 -16
  531. package/hooks/identitiesHooks/useCreateIdentity.d.ts +0 -37
  532. package/hooks/identitiesHooks/useDeleteIdentity.d.ts +0 -37
  533. package/hooks/identitiesHooks/useListIdentities.d.ts +0 -51
  534. package/hooks/identitiesHooks/useListIdentitiesSuspense.d.ts +0 -51
  535. package/hooks/identitiesHooks/useRetrieveIdentity.d.ts +0 -61
  536. package/hooks/identitiesHooks/useRetrieveIdentitySuspense.d.ts +0 -61
  537. package/hooks/identitiesHooks/useUpsertIdentity.d.ts +0 -37
  538. package/hooks/identitiesHooks/useUpsertIdentityProperties.d.ts +0 -37
  539. package/hooks/index.d.ts +0 -274
  540. package/hooks/jobsHooks/index.d.ts +0 -14
  541. package/hooks/jobsHooks/useDeleteJob.d.ts +0 -37
  542. package/hooks/jobsHooks/useListActiveJobs.d.ts +0 -51
  543. package/hooks/jobsHooks/useListActiveJobsSuspense.d.ts +0 -51
  544. package/hooks/jobsHooks/useListJobs.d.ts +0 -51
  545. package/hooks/jobsHooks/useListJobsSuspense.d.ts +0 -51
  546. package/hooks/jobsHooks/useRetrieveJob.d.ts +0 -63
  547. package/hooks/jobsHooks/useRetrieveJobSuspense.d.ts +0 -63
  548. package/hooks/modelsHooks/index.d.ts +0 -8
  549. package/hooks/modelsHooks/useListEmbeddingModels.d.ts +0 -49
  550. package/hooks/modelsHooks/useListEmbeddingModelsSuspense.d.ts +0 -49
  551. package/hooks/modelsHooks/useListModels.d.ts +0 -49
  552. package/hooks/modelsHooks/useListModelsSuspense.d.ts +0 -49
  553. package/hooks/providersHooks/index.d.ts +0 -8
  554. package/hooks/providersHooks/useCreateProvider.d.ts +0 -37
  555. package/hooks/providersHooks/useDeleteProvider.d.ts +0 -37
  556. package/hooks/providersHooks/useListProviders.d.ts +0 -51
  557. package/hooks/providersHooks/useListProvidersSuspense.d.ts +0 -51
  558. package/hooks/runsHooks/index.d.ts +0 -26
  559. package/hooks/runsHooks/useDeleteRun.d.ts +0 -37
  560. package/hooks/runsHooks/useListActiveRuns.d.ts +0 -51
  561. package/hooks/runsHooks/useListActiveRunsSuspense.d.ts +0 -51
  562. package/hooks/runsHooks/useListRunMessages.d.ts +0 -63
  563. package/hooks/runsHooks/useListRunMessagesSuspense.d.ts +0 -63
  564. package/hooks/runsHooks/useListRunSteps.d.ts +0 -63
  565. package/hooks/runsHooks/useListRunStepsSuspense.d.ts +0 -63
  566. package/hooks/runsHooks/useListRuns.d.ts +0 -51
  567. package/hooks/runsHooks/useListRunsSuspense.d.ts +0 -51
  568. package/hooks/runsHooks/useRetrieveRun.d.ts +0 -63
  569. package/hooks/runsHooks/useRetrieveRunSuspense.d.ts +0 -63
  570. package/hooks/runsHooks/useRetrieveRunUsage.d.ts +0 -63
  571. package/hooks/runsHooks/useRetrieveRunUsageSuspense.d.ts +0 -63
  572. package/hooks/sourcesHooks/index.d.ts +0 -28
  573. package/hooks/sourcesHooks/useCreateSource.d.ts +0 -37
  574. package/hooks/sourcesHooks/useDeleteFileFromSource.d.ts +0 -39
  575. package/hooks/sourcesHooks/useDeleteSource.d.ts +0 -37
  576. package/hooks/sourcesHooks/useGetSourceIdByName.d.ts +0 -63
  577. package/hooks/sourcesHooks/useGetSourceIdByNameSuspense.d.ts +0 -63
  578. package/hooks/sourcesHooks/useListSourceFiles.d.ts +0 -63
  579. package/hooks/sourcesHooks/useListSourceFilesSuspense.d.ts +0 -63
  580. package/hooks/sourcesHooks/useListSourcePassages.d.ts +0 -63
  581. package/hooks/sourcesHooks/useListSourcePassagesSuspense.d.ts +0 -63
  582. package/hooks/sourcesHooks/useListSources.d.ts +0 -51
  583. package/hooks/sourcesHooks/useListSourcesSuspense.d.ts +0 -51
  584. package/hooks/sourcesHooks/useRetrieveSource.d.ts +0 -63
  585. package/hooks/sourcesHooks/useRetrieveSourceSuspense.d.ts +0 -63
  586. package/hooks/sourcesHooks/useUploadFileToSource.d.ts +0 -39
  587. package/hooks/stepsHooks/index.d.ts +0 -8
  588. package/hooks/stepsHooks/useListSteps.d.ts +0 -51
  589. package/hooks/stepsHooks/useListStepsSuspense.d.ts +0 -51
  590. package/hooks/stepsHooks/useRetrieveStep.d.ts +0 -63
  591. package/hooks/stepsHooks/useRetrieveStepSuspense.d.ts +0 -63
  592. package/hooks/tagHooks/index.d.ts +0 -4
  593. package/hooks/tagHooks/useListTags.d.ts +0 -51
  594. package/hooks/tagHooks/useListTagsSuspense.d.ts +0 -51
  595. package/hooks/templatesHooks/index.d.ts +0 -2
  596. package/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.d.ts +0 -41
  597. package/hooks/templatesHooks/useTemplates/index.d.ts +0 -2
  598. package/hooks/toolsHooks/index.d.ts +0 -42
  599. package/hooks/toolsHooks/useAddBaseTools.d.ts +0 -33
  600. package/hooks/toolsHooks/useAddComposioTool.d.ts +0 -37
  601. package/hooks/toolsHooks/useAddMcpServer.d.ts +0 -37
  602. package/hooks/toolsHooks/useAddMcpTool.d.ts +0 -39
  603. package/hooks/toolsHooks/useCreateTool.d.ts +0 -37
  604. package/hooks/toolsHooks/useDeleteMcpServer.d.ts +0 -37
  605. package/hooks/toolsHooks/useDeleteTool.d.ts +0 -37
  606. package/hooks/toolsHooks/useListComposioActionsByApp.d.ts +0 -63
  607. package/hooks/toolsHooks/useListComposioActionsByAppSuspense.d.ts +0 -63
  608. package/hooks/toolsHooks/useListComposioApps.d.ts +0 -51
  609. package/hooks/toolsHooks/useListComposioAppsSuspense.d.ts +0 -51
  610. package/hooks/toolsHooks/useListMcpServers.d.ts +0 -51
  611. package/hooks/toolsHooks/useListMcpServersSuspense.d.ts +0 -51
  612. package/hooks/toolsHooks/useListMcpToolsByServer.d.ts +0 -63
  613. package/hooks/toolsHooks/useListMcpToolsByServerSuspense.d.ts +0 -63
  614. package/hooks/toolsHooks/useListTools.d.ts +0 -51
  615. package/hooks/toolsHooks/useListToolsSuspense.d.ts +0 -51
  616. package/hooks/toolsHooks/useRetrieveTool.d.ts +0 -63
  617. package/hooks/toolsHooks/useRetrieveToolSuspense.d.ts +0 -63
  618. package/hooks/toolsHooks/useRunToolFromSource.d.ts +0 -37
  619. package/hooks/toolsHooks/useUpsertTool.d.ts +0 -37
  620. package/hooks/voiceHooks/index.d.ts +0 -2
  621. package/hooks/voiceHooks/useCreateVoiceChatCompletions.d.ts +0 -39
  622. package/src/hooks/agentsHooks/index.ts +0 -240
  623. package/src/hooks/agentsHooks/useAgents/createTemplateFromAgent.ts +0 -101
  624. package/src/hooks/agentsHooks/useAgents/getAgentVariables.ts +0 -131
  625. package/src/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.ts +0 -130
  626. package/src/hooks/agentsHooks/useAgents/index.ts +0 -38
  627. package/src/hooks/agentsHooks/useAgents/migrateAgent.ts +0 -109
  628. package/src/hooks/agentsHooks/useAgents/searchDeployedAgents.ts +0 -92
  629. package/src/hooks/agentsHooks/useAgents/versionAgentTemplate.ts +0 -113
  630. package/src/hooks/agentsHooks/useCreateAgent.ts +0 -92
  631. package/src/hooks/agentsHooks/useCreateAgentMessageAsync.ts +0 -101
  632. package/src/hooks/agentsHooks/useCreateAgentMessageStream.ts +0 -101
  633. package/src/hooks/agentsHooks/useCreatePassage.ts +0 -101
  634. package/src/hooks/agentsHooks/useDeleteAgent.ts +0 -85
  635. package/src/hooks/agentsHooks/useDeletePassage.ts +0 -95
  636. package/src/hooks/agentsHooks/useExportAgentSerialized.ts +0 -141
  637. package/src/hooks/agentsHooks/useExportAgentSerializedSuspense.ts +0 -142
  638. package/src/hooks/agentsHooks/useImportAgentSerialized.ts +0 -118
  639. package/src/hooks/agentsHooks/useListAgentSources.ts +0 -126
  640. package/src/hooks/agentsHooks/useListAgentSourcesSuspense.ts +0 -129
  641. package/src/hooks/agentsHooks/useListAgentTools.ts +0 -126
  642. package/src/hooks/agentsHooks/useListAgentToolsSuspense.ts +0 -128
  643. package/src/hooks/agentsHooks/useListAgents.ts +0 -122
  644. package/src/hooks/agentsHooks/useListAgentsSuspense.ts +0 -123
  645. package/src/hooks/agentsHooks/useListCoreMemoryBlocks.ts +0 -130
  646. package/src/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.ts +0 -130
  647. package/src/hooks/agentsHooks/useListMessages.ts +0 -135
  648. package/src/hooks/agentsHooks/useListMessagesSuspense.ts +0 -136
  649. package/src/hooks/agentsHooks/useListPassages.ts +0 -138
  650. package/src/hooks/agentsHooks/useListPassagesSuspense.ts +0 -139
  651. package/src/hooks/agentsHooks/useRetrieveAgent.ts +0 -123
  652. package/src/hooks/agentsHooks/useRetrieveAgentContextWindow.ts +0 -128
  653. package/src/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.ts +0 -128
  654. package/src/hooks/agentsHooks/useRetrieveAgentMemory.ts +0 -127
  655. package/src/hooks/agentsHooks/useRetrieveAgentMemorySuspense.ts +0 -127
  656. package/src/hooks/agentsHooks/useRetrieveAgentSuspense.ts +0 -125
  657. package/src/hooks/agentsHooks/useRetrieveCoreMemoryBlock.ts +0 -137
  658. package/src/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.ts +0 -139
  659. package/src/hooks/agentsHooks/useSendMessage.ts +0 -98
  660. package/src/hooks/blocksHooks/index.ts +0 -54
  661. package/src/hooks/blocksHooks/useCreateBlock.ts +0 -87
  662. package/src/hooks/blocksHooks/useDeleteBlock.ts +0 -83
  663. package/src/hooks/blocksHooks/useListAgentsForBlock.ts +0 -127
  664. package/src/hooks/blocksHooks/useListAgentsForBlockSuspense.ts +0 -129
  665. package/src/hooks/blocksHooks/useListBlocks.ts +0 -120
  666. package/src/hooks/blocksHooks/useListBlocksSuspense.ts +0 -121
  667. package/src/hooks/blocksHooks/useRetrieveBlock.ts +0 -121
  668. package/src/hooks/blocksHooks/useRetrieveBlockSuspense.ts +0 -123
  669. package/src/hooks/clientSideAccessTokensHooks/index.ts +0 -12
  670. package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.ts +0 -97
  671. package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.ts +0 -107
  672. package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.ts +0 -12
  673. package/src/hooks/groupsHooks/index.ts +0 -66
  674. package/src/hooks/groupsHooks/useCreateGroup.ts +0 -92
  675. package/src/hooks/groupsHooks/useDeleteGroup.ts +0 -85
  676. package/src/hooks/groupsHooks/useListGroupMessages.ts +0 -135
  677. package/src/hooks/groupsHooks/useListGroupMessagesSuspense.ts +0 -138
  678. package/src/hooks/groupsHooks/useListGroups.ts +0 -122
  679. package/src/hooks/groupsHooks/useListGroupsSuspense.ts +0 -123
  680. package/src/hooks/groupsHooks/useRetrieveGroup.ts +0 -123
  681. package/src/hooks/groupsHooks/useRetrieveGroupSuspense.ts +0 -125
  682. package/src/hooks/groupsHooks/useSendGroupMessage.ts +0 -101
  683. package/src/hooks/groupsHooks/useSendGroupMessageStreaming.ts +0 -101
  684. package/src/hooks/healthHooks/index.ts +0 -14
  685. package/src/hooks/healthHooks/useHealthCheck.ts +0 -104
  686. package/src/hooks/healthHooks/useHealthCheckSuspense.ts +0 -106
  687. package/src/hooks/identitiesHooks/index.ts +0 -52
  688. package/src/hooks/identitiesHooks/useCreateIdentity.ts +0 -100
  689. package/src/hooks/identitiesHooks/useDeleteIdentity.ts +0 -88
  690. package/src/hooks/identitiesHooks/useListIdentities.ts +0 -122
  691. package/src/hooks/identitiesHooks/useListIdentitiesSuspense.ts +0 -125
  692. package/src/hooks/identitiesHooks/useRetrieveIdentity.ts +0 -128
  693. package/src/hooks/identitiesHooks/useRetrieveIdentitySuspense.ts +0 -130
  694. package/src/hooks/identitiesHooks/useUpsertIdentity.ts +0 -100
  695. package/src/hooks/identitiesHooks/useUpsertIdentityProperties.ts +0 -99
  696. package/src/hooks/index.ts +0 -916
  697. package/src/hooks/jobsHooks/index.ts +0 -48
  698. package/src/hooks/jobsHooks/useDeleteJob.ts +0 -85
  699. package/src/hooks/jobsHooks/useListActiveJobs.ts +0 -116
  700. package/src/hooks/jobsHooks/useListActiveJobsSuspense.ts +0 -117
  701. package/src/hooks/jobsHooks/useListJobs.ts +0 -117
  702. package/src/hooks/jobsHooks/useListJobsSuspense.ts +0 -118
  703. package/src/hooks/jobsHooks/useRetrieveJob.ts +0 -122
  704. package/src/hooks/jobsHooks/useRetrieveJobSuspense.ts +0 -125
  705. package/src/hooks/modelsHooks/index.ts +0 -28
  706. package/src/hooks/modelsHooks/useListEmbeddingModels.ts +0 -113
  707. package/src/hooks/modelsHooks/useListEmbeddingModelsSuspense.ts +0 -113
  708. package/src/hooks/modelsHooks/useListModels.ts +0 -104
  709. package/src/hooks/modelsHooks/useListModelsSuspense.ts +0 -106
  710. package/src/hooks/providersHooks/index.ts +0 -26
  711. package/src/hooks/providersHooks/useCreateProvider.ts +0 -93
  712. package/src/hooks/providersHooks/useDeleteProvider.ts +0 -89
  713. package/src/hooks/providersHooks/useListProviders.ts +0 -122
  714. package/src/hooks/providersHooks/useListProvidersSuspense.ts +0 -125
  715. package/src/hooks/runsHooks/index.ts +0 -90
  716. package/src/hooks/runsHooks/useDeleteRun.ts +0 -85
  717. package/src/hooks/runsHooks/useListActiveRuns.ts +0 -122
  718. package/src/hooks/runsHooks/useListActiveRunsSuspense.ts +0 -125
  719. package/src/hooks/runsHooks/useListRunMessages.ts +0 -135
  720. package/src/hooks/runsHooks/useListRunMessagesSuspense.ts +0 -137
  721. package/src/hooks/runsHooks/useListRunSteps.ts +0 -135
  722. package/src/hooks/runsHooks/useListRunStepsSuspense.ts +0 -136
  723. package/src/hooks/runsHooks/useListRuns.ts +0 -117
  724. package/src/hooks/runsHooks/useListRunsSuspense.ts +0 -118
  725. package/src/hooks/runsHooks/useRetrieveRun.ts +0 -122
  726. package/src/hooks/runsHooks/useRetrieveRunSuspense.ts +0 -125
  727. package/src/hooks/runsHooks/useRetrieveRunUsage.ts +0 -123
  728. package/src/hooks/runsHooks/useRetrieveRunUsageSuspense.ts +0 -126
  729. package/src/hooks/sourcesHooks/index.ts +0 -94
  730. package/src/hooks/sourcesHooks/useCreateSource.ts +0 -91
  731. package/src/hooks/sourcesHooks/useDeleteFileFromSource.ts +0 -95
  732. package/src/hooks/sourcesHooks/useDeleteSource.ts +0 -87
  733. package/src/hooks/sourcesHooks/useGetSourceIdByName.ts +0 -130
  734. package/src/hooks/sourcesHooks/useGetSourceIdByNameSuspense.ts +0 -132
  735. package/src/hooks/sourcesHooks/useListSourceFiles.ts +0 -135
  736. package/src/hooks/sourcesHooks/useListSourceFilesSuspense.ts +0 -138
  737. package/src/hooks/sourcesHooks/useListSourcePassages.ts +0 -130
  738. package/src/hooks/sourcesHooks/useListSourcePassagesSuspense.ts +0 -132
  739. package/src/hooks/sourcesHooks/useListSources.ts +0 -109
  740. package/src/hooks/sourcesHooks/useListSourcesSuspense.ts +0 -113
  741. package/src/hooks/sourcesHooks/useRetrieveSource.ts +0 -126
  742. package/src/hooks/sourcesHooks/useRetrieveSourceSuspense.ts +0 -128
  743. package/src/hooks/sourcesHooks/useUploadFileToSource.ts +0 -117
  744. package/src/hooks/stepsHooks/index.ts +0 -28
  745. package/src/hooks/stepsHooks/useListSteps.ts +0 -117
  746. package/src/hooks/stepsHooks/useListStepsSuspense.ts +0 -118
  747. package/src/hooks/stepsHooks/useRetrieveStep.ts +0 -123
  748. package/src/hooks/stepsHooks/useRetrieveStepSuspense.ts +0 -125
  749. package/src/hooks/tagHooks/index.ts +0 -14
  750. package/src/hooks/tagHooks/useListTags.ts +0 -117
  751. package/src/hooks/tagHooks/useListTagsSuspense.ts +0 -118
  752. package/src/hooks/templatesHooks/index.ts +0 -6
  753. package/src/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.ts +0 -109
  754. package/src/hooks/templatesHooks/useTemplates/index.ts +0 -6
  755. package/src/hooks/toolsHooks/index.ts +0 -138
  756. package/src/hooks/toolsHooks/useAddBaseTools.ts +0 -85
  757. package/src/hooks/toolsHooks/useAddComposioTool.ts +0 -90
  758. package/src/hooks/toolsHooks/useAddMcpServer.ts +0 -92
  759. package/src/hooks/toolsHooks/useAddMcpTool.ts +0 -92
  760. package/src/hooks/toolsHooks/useCreateTool.ts +0 -89
  761. package/src/hooks/toolsHooks/useDeleteMcpServer.ts +0 -88
  762. package/src/hooks/toolsHooks/useDeleteTool.ts +0 -85
  763. package/src/hooks/toolsHooks/useListComposioActionsByApp.ts +0 -132
  764. package/src/hooks/toolsHooks/useListComposioActionsByAppSuspense.ts +0 -131
  765. package/src/hooks/toolsHooks/useListComposioApps.ts +0 -122
  766. package/src/hooks/toolsHooks/useListComposioAppsSuspense.ts +0 -124
  767. package/src/hooks/toolsHooks/useListMcpServers.ts +0 -122
  768. package/src/hooks/toolsHooks/useListMcpServersSuspense.ts +0 -123
  769. package/src/hooks/toolsHooks/useListMcpToolsByServer.ts +0 -130
  770. package/src/hooks/toolsHooks/useListMcpToolsByServerSuspense.ts +0 -131
  771. package/src/hooks/toolsHooks/useListTools.ts +0 -117
  772. package/src/hooks/toolsHooks/useListToolsSuspense.ts +0 -118
  773. package/src/hooks/toolsHooks/useRetrieveTool.ts +0 -123
  774. package/src/hooks/toolsHooks/useRetrieveToolSuspense.ts +0 -125
  775. package/src/hooks/toolsHooks/useRunToolFromSource.ts +0 -93
  776. package/src/hooks/toolsHooks/useUpsertTool.ts +0 -89
  777. package/src/hooks/voiceHooks/index.ts +0 -6
  778. package/src/hooks/voiceHooks/useCreateVoiceChatCompletions.ts +0 -104
  779. package/src/schemas/HTTPValidationError.json +0 -26
  780. package/src/schemas/JSONSchema.json +0 -19
  781. package/src/schemas/LLMConfig.json +0 -93
  782. package/src/schemas/MCPServerType.json +0 -6
  783. package/src/schemas/MCPTool.json +0 -20
  784. package/src/schemas/SSEServerConfig.json +0 -25
  785. package/src/schemas/actionModel.json +0 -93
  786. package/src/schemas/actionParametersModel.json +0 -27
  787. package/src/schemas/actionResponseModel.json +0 -27
  788. package/src/schemas/agentEnvironmentVariable.json +0 -62
  789. package/src/schemas/agentSchema.json +0 -562
  790. package/src/schemas/agentState.json +0 -995
  791. package/src/schemas/agentType.json +0 -7
  792. package/src/schemas/appAuthScheme.json +0 -95
  793. package/src/schemas/appModel.json +0 -159
  794. package/src/schemas/assistantMessage.json +0 -67
  795. package/src/schemas/audio.json +0 -7
  796. package/src/schemas/authRequest.json +0 -12
  797. package/src/schemas/authResponse.json +0 -19
  798. package/src/schemas/authSchemeField.json +0 -30
  799. package/src/schemas/baseToolRuleSchema.json +0 -10
  800. package/src/schemas/block.json +0 -67
  801. package/src/schemas/blockUpdate.json +0 -48
  802. package/src/schemas/bodyImportAgentSerialized.json +0 -9
  803. package/src/schemas/bodyUploadFileToSource.json +0 -9
  804. package/src/schemas/chatCompletionAssistantMessageParam.json +0 -103
  805. package/src/schemas/chatCompletionAudioParam.json +0 -35
  806. package/src/schemas/chatCompletionContentPartImageParam.json +0 -23
  807. package/src/schemas/chatCompletionContentPartInputAudioParam.json +0 -23
  808. package/src/schemas/chatCompletionContentPartRefusalParam.json +0 -10
  809. package/src/schemas/chatCompletionContentPartTextParam.json +0 -10
  810. package/src/schemas/chatCompletionDeveloperMessageParam.json +0 -29
  811. package/src/schemas/chatCompletionFunctionCallOptionParam.json +0 -7
  812. package/src/schemas/chatCompletionFunctionMessageParam.json +0 -14
  813. package/src/schemas/chatCompletionMessageToolCall.json +0 -22
  814. package/src/schemas/chatCompletionMessageToolCallParam.json +0 -20
  815. package/src/schemas/chatCompletionNamedToolChoiceParam.json +0 -16
  816. package/src/schemas/chatCompletionPredictionContentParam.json +0 -28
  817. package/src/schemas/chatCompletionStreamOptionsParam.json +0 -8
  818. package/src/schemas/chatCompletionSystemMessageParam.json +0 -29
  819. package/src/schemas/chatCompletionToolMessageParam.json +0 -29
  820. package/src/schemas/chatCompletionToolParam.json +0 -28
  821. package/src/schemas/chatCompletionUserMessageParam.json +0 -106
  822. package/src/schemas/childToolRule.json +0 -27
  823. package/src/schemas/childToolRuleSchema.json +0 -15
  824. package/src/schemas/completionCreateParamsNonStreaming.json +0 -797
  825. package/src/schemas/completionCreateParamsStreaming.json +0 -794
  826. package/src/schemas/conditionalToolRule.json +0 -38
  827. package/src/schemas/conditionalToolRuleSchema.json +0 -29
  828. package/src/schemas/contextWindowOverview.json +0 -491
  829. package/src/schemas/continueToolRule.json +0 -21
  830. package/src/schemas/coreMemoryBlockSchema.json +0 -38
  831. package/src/schemas/createAgentRequest.json +0 -883
  832. package/src/schemas/createArchivalMemory.json +0 -13
  833. package/src/schemas/createBlock.json +0 -49
  834. package/src/schemas/dynamicManager.json +0 -31
  835. package/src/schemas/dynamicManagerUpdate.json +0 -29
  836. package/src/schemas/e2BSandboxConfig.json +0 -26
  837. package/src/schemas/embeddingConfig.json +0 -76
  838. package/src/schemas/file.json +0 -19
  839. package/src/schemas/fileFile.json +0 -10
  840. package/src/schemas/fileMetadata.json +0 -74
  841. package/src/schemas/functionCall.json +0 -10
  842. package/src/schemas/functionDefinitionInput.json +0 -19
  843. package/src/schemas/functionDefinitionOutput.json +0 -25
  844. package/src/schemas/functionOutput.json +0 -11
  845. package/src/schemas/functionTool.json +0 -35
  846. package/src/schemas/group.json +0 -69
  847. package/src/schemas/groupCreate.json +0 -137
  848. package/src/schemas/groupUpdate.json +0 -140
  849. package/src/schemas/health.json +0 -11
  850. package/src/schemas/hiddenReasoningMessage.json +0 -35
  851. package/src/schemas/identity.json +0 -94
  852. package/src/schemas/identityCreate.json +0 -90
  853. package/src/schemas/identityProperty.json +0 -33
  854. package/src/schemas/identityPropertyType.json +0 -7
  855. package/src/schemas/identityType.json +0 -7
  856. package/src/schemas/identityUpdate.json +0 -90
  857. package/src/schemas/identityUpsert.json +0 -90
  858. package/src/schemas/imageURL.json +0 -14
  859. package/src/schemas/initToolRule.json +0 -21
  860. package/src/schemas/inputAudio.json +0 -10
  861. package/src/schemas/job.json +0 -82
  862. package/src/schemas/jobStatus.json +0 -15
  863. package/src/schemas/jobType.json +0 -6
  864. package/src/schemas/lettaAssistantMessageContentUnion.json +0 -31
  865. package/src/schemas/lettaMessageContentUnion.json +0 -184
  866. package/src/schemas/lettaMessageUnion.json +0 -382
  867. package/src/schemas/lettaRequest.json +0 -250
  868. package/src/schemas/lettaRequestConfig.json +0 -25
  869. package/src/schemas/lettaResponse.json +0 -860
  870. package/src/schemas/lettaStreamingRequest.json +0 -256
  871. package/src/schemas/lettaUsageStatistics.json +0 -411
  872. package/src/schemas/lettaUserMessageContentUnion.json +0 -31
  873. package/src/schemas/localSandboxConfig.json +0 -48
  874. package/src/schemas/managerType.json +0 -6
  875. package/src/schemas/maxCountPerStepToolRule.json +0 -26
  876. package/src/schemas/maxCountPerStepToolRuleSchema.json +0 -11
  877. package/src/schemas/memory.json +0 -87
  878. package/src/schemas/message.json +0 -336
  879. package/src/schemas/messageCreate.json +0 -219
  880. package/src/schemas/messageRole.json +0 -6
  881. package/src/schemas/messageSchema.json +0 -65
  882. package/src/schemas/omittedReasoningContent.json +0 -21
  883. package/src/schemas/openaiTypesChatChatCompletionMessageToolCallParamFunction.json +0 -10
  884. package/src/schemas/openaiTypesChatChatCompletionNamedToolChoiceParamFunction.json +0 -7
  885. package/src/schemas/openaiTypesChatCompletionCreateParamsFunction.json +0 -15
  886. package/src/schemas/organization.json +0 -35
  887. package/src/schemas/organizationCreate.json +0 -19
  888. package/src/schemas/organizationUpdate.json +0 -19
  889. package/src/schemas/parameterProperties.json +0 -13
  890. package/src/schemas/parametersSchema.json +0 -35
  891. package/src/schemas/parentToolRule.json +0 -27
  892. package/src/schemas/passage.json +0 -170
  893. package/src/schemas/passageUpdate.json +0 -169
  894. package/src/schemas/pipRequirement.json +0 -19
  895. package/src/schemas/provider.json +0 -32
  896. package/src/schemas/providerCreate.json +0 -19
  897. package/src/schemas/providerUpdate.json +0 -19
  898. package/src/schemas/reasoningContent.json +0 -31
  899. package/src/schemas/reasoningMessage.json +0 -37
  900. package/src/schemas/redactedReasoningContent.json +0 -21
  901. package/src/schemas/responseFormatJSONObject.json +0 -9
  902. package/src/schemas/responseFormatJSONSchema.json +0 -28
  903. package/src/schemas/responseFormatText.json +0 -9
  904. package/src/schemas/roundRobinManager.json +0 -19
  905. package/src/schemas/roundRobinManagerUpdate.json +0 -19
  906. package/src/schemas/run.json +0 -112
  907. package/src/schemas/sandboxConfig.json +0 -54
  908. package/src/schemas/sandboxConfigCreate.json +0 -89
  909. package/src/schemas/sandboxConfigUpdate.json +0 -89
  910. package/src/schemas/sandboxEnvironmentVariable.json +0 -62
  911. package/src/schemas/sandboxEnvironmentVariableCreate.json +0 -24
  912. package/src/schemas/sandboxEnvironmentVariableUpdate.json +0 -23
  913. package/src/schemas/sandboxType.json +0 -6
  914. package/src/schemas/sleeptimeManager.json +0 -25
  915. package/src/schemas/sleeptimeManagerUpdate.json +0 -24
  916. package/src/schemas/source.json +0 -141
  917. package/src/schemas/sourceCreate.json +0 -124
  918. package/src/schemas/sourceUpdate.json +0 -113
  919. package/src/schemas/stdioServerConfig.json +0 -39
  920. package/src/schemas/step.json +0 -440
  921. package/src/schemas/supervisorManager.json +0 -20
  922. package/src/schemas/supervisorManagerUpdate.json +0 -20
  923. package/src/schemas/systemMessage.json +0 -31
  924. package/src/schemas/tagSchema.json +0 -7
  925. package/src/schemas/terminalToolRule.json +0 -21
  926. package/src/schemas/textContent.json +0 -21
  927. package/src/schemas/tool.json +0 -100
  928. package/src/schemas/toolCall.json +0 -11
  929. package/src/schemas/toolCallContent.json +0 -32
  930. package/src/schemas/toolCallDelta.json +0 -19
  931. package/src/schemas/toolCallMessage.json +0 -61
  932. package/src/schemas/toolCreate.json +0 -54
  933. package/src/schemas/toolEnvVarSchema.json +0 -16
  934. package/src/schemas/toolJSONSchema.json +0 -56
  935. package/src/schemas/toolReturn.json +0 -30
  936. package/src/schemas/toolReturnContent.json +0 -30
  937. package/src/schemas/toolReturnMessage.json +0 -54
  938. package/src/schemas/toolRunFromSource.json +0 -52
  939. package/src/schemas/toolSchema.json +0 -99
  940. package/src/schemas/toolType.json +0 -15
  941. package/src/schemas/toolUpdate.json +0 -51
  942. package/src/schemas/updateAgent.json +0 -513
  943. package/src/schemas/updateAssistantMessage.json +0 -55
  944. package/src/schemas/updateReasoningMessage.json +0 -15
  945. package/src/schemas/updateSystemMessage.json +0 -19
  946. package/src/schemas/updateUserMessage.json +0 -55
  947. package/src/schemas/usageStatistics.json +0 -18
  948. package/src/schemas/user.json +0 -44
  949. package/src/schemas/userCreate.json +0 -14
  950. package/src/schemas/userMessage.json +0 -67
  951. package/src/schemas/userUpdate.json +0 -19
  952. package/src/schemas/validationError.json +0 -15
  953. package/src/schemas/webSearchOptions.json +0 -41
  954. package/src/schemas/webSearchOptionsUserLocation.json +0 -20
  955. package/src/schemas/webSearchOptionsUserLocationApproximate.json +0 -11
  956. package/src/types/ActionModel.ts +0 -56
  957. package/src/types/ActionParametersModel.ts +0 -26
  958. package/src/types/ActionResponseModel.ts +0 -26
  959. package/src/types/AddBaseTools.ts +0 -24
  960. package/src/types/AddComposioTool.ts +0 -32
  961. package/src/types/AddMcpServer.ts +0 -28
  962. package/src/types/AddMcpTool.ts +0 -36
  963. package/src/types/AgentEnvironmentVariable.ts +0 -48
  964. package/src/types/AgentSchema.ts +0 -93
  965. package/src/types/AgentState.ts +0 -152
  966. package/src/types/AgentType.ts +0 -17
  967. package/src/types/AppAuthScheme.ts +0 -49
  968. package/src/types/AppModel.ts +0 -60
  969. package/src/types/AssistantMessage.ts +0 -38
  970. package/src/types/AttachCoreMemoryBlock.ts +0 -36
  971. package/src/types/AttachSourceToAgent.ts +0 -36
  972. package/src/types/AttachTool.ts +0 -36
  973. package/src/types/Audio.ts +0 -11
  974. package/src/types/AuthRequest.ts +0 -12
  975. package/src/types/AuthResponse.ts +0 -16
  976. package/src/types/AuthSchemeField.ts +0 -35
  977. package/src/types/BaseToolRuleSchema.ts +0 -15
  978. package/src/types/Block.ts +0 -60
  979. package/src/types/BlockUpdate.ts +0 -43
  980. package/src/types/BodyImportAgentSerialized.ts +0 -11
  981. package/src/types/BodyUploadFileToSource.ts +0 -11
  982. package/src/types/ChatCompletionAssistantMessageParam.ts +0 -35
  983. package/src/types/ChatCompletionAudioParam.ts +0 -40
  984. package/src/types/ChatCompletionContentPartImageParam.ts +0 -17
  985. package/src/types/ChatCompletionContentPartInputAudioParam.ts +0 -17
  986. package/src/types/ChatCompletionContentPartRefusalParam.ts +0 -15
  987. package/src/types/ChatCompletionContentPartTextParam.ts +0 -15
  988. package/src/types/ChatCompletionDeveloperMessageParam.ts +0 -18
  989. package/src/types/ChatCompletionFunctionCallOptionParam.ts +0 -11
  990. package/src/types/ChatCompletionFunctionMessageParam.ts +0 -16
  991. package/src/types/ChatCompletionMessageToolCall.ts +0 -22
  992. package/src/types/ChatCompletionMessageToolCallParam.ts +0 -21
  993. package/src/types/ChatCompletionNamedToolChoiceParam.ts +0 -17
  994. package/src/types/ChatCompletionPredictionContentParam.ts +0 -14
  995. package/src/types/ChatCompletionStreamOptionsParam.ts +0 -11
  996. package/src/types/ChatCompletionSystemMessageParam.ts +0 -18
  997. package/src/types/ChatCompletionToolMessageParam.ts +0 -18
  998. package/src/types/ChatCompletionToolParam.ts +0 -17
  999. package/src/types/ChatCompletionUserMessageParam.ts +0 -28
  1000. package/src/types/ChildToolRule.ts +0 -25
  1001. package/src/types/ChildToolRuleSchema.ts +0 -19
  1002. package/src/types/CompletionCreateParamsNonStreaming.ts +0 -185
  1003. package/src/types/CompletionCreateParamsStreaming.ts +0 -188
  1004. package/src/types/ConditionalToolRule.ts +0 -37
  1005. package/src/types/ConditionalToolRuleSchema.ts +0 -26
  1006. package/src/types/ContextWindowOverview.ts +0 -96
  1007. package/src/types/ContinueToolRule.ts +0 -20
  1008. package/src/types/CoreMemoryBlockSchema.ts +0 -36
  1009. package/src/types/CreateAgent.ts +0 -33
  1010. package/src/types/CreateAgentMessageAsync.ts +0 -37
  1011. package/src/types/CreateAgentMessageStream.ts +0 -36
  1012. package/src/types/CreateAgentRequest.ts +0 -197
  1013. package/src/types/CreateArchivalMemory.ts +0 -12
  1014. package/src/types/CreateBlock.ts +0 -69
  1015. package/src/types/CreateGroup.ts +0 -33
  1016. package/src/types/CreateIdentity.ts +0 -33
  1017. package/src/types/CreatePassage.ts +0 -36
  1018. package/src/types/CreateProvider.ts +0 -28
  1019. package/src/types/CreateSource.ts +0 -28
  1020. package/src/types/CreateTool.ts +0 -28
  1021. package/src/types/CreateVoiceChatCompletions.ts +0 -44
  1022. package/src/types/DeleteAgent.ts +0 -31
  1023. package/src/types/DeleteBlock.ts +0 -32
  1024. package/src/types/DeleteFileFromSource.ts +0 -35
  1025. package/src/types/DeleteGroup.ts +0 -31
  1026. package/src/types/DeleteIdentity.ts +0 -31
  1027. package/src/types/DeleteJob.ts +0 -32
  1028. package/src/types/DeleteMcpServer.ts +0 -33
  1029. package/src/types/DeletePassage.ts +0 -35
  1030. package/src/types/DeleteProvider.ts +0 -32
  1031. package/src/types/DeleteRun.ts +0 -32
  1032. package/src/types/DeleteSource.ts +0 -31
  1033. package/src/types/DeleteTool.ts +0 -31
  1034. package/src/types/DetachCoreMemoryBlock.ts +0 -36
  1035. package/src/types/DetachSourceFromAgent.ts +0 -36
  1036. package/src/types/DetachTool.ts +0 -36
  1037. package/src/types/DynamicManager.ts +0 -21
  1038. package/src/types/DynamicManagerUpdate.ts +0 -15
  1039. package/src/types/E2BSandboxConfig.ts +0 -21
  1040. package/src/types/EmbeddingConfig.ts +0 -75
  1041. package/src/types/ExportAgentSerialized.ts +0 -35
  1042. package/src/types/File.ts +0 -17
  1043. package/src/types/FileFile.ts +0 -19
  1044. package/src/types/FileMetadata.ts +0 -59
  1045. package/src/types/FunctionCall.ts +0 -15
  1046. package/src/types/FunctionDefinitionInput.ts +0 -22
  1047. package/src/types/FunctionDefinitionOutput.ts +0 -17
  1048. package/src/types/FunctionOutput.ts +0 -16
  1049. package/src/types/FunctionTool.ts +0 -18
  1050. package/src/types/GetSourceIdByName.ts +0 -31
  1051. package/src/types/Group.ts +0 -36
  1052. package/src/types/GroupCreate.ts +0 -32
  1053. package/src/types/GroupUpdate.ts +0 -23
  1054. package/src/types/HTTPValidationError.ts +0 -13
  1055. package/src/types/Health.ts +0 -18
  1056. package/src/types/HealthCheck.ts +0 -18
  1057. package/src/types/HiddenReasoningMessage.ts +0 -45
  1058. package/src/types/Identity.ts +0 -49
  1059. package/src/types/IdentityCreate.ts +0 -40
  1060. package/src/types/IdentityProperty.ts +0 -32
  1061. package/src/types/IdentityPropertyType.ts +0 -19
  1062. package/src/types/IdentityType.ts +0 -18
  1063. package/src/types/IdentityUpdate.ts +0 -34
  1064. package/src/types/IdentityUpsert.ts +0 -40
  1065. package/src/types/ImageURL.ts +0 -24
  1066. package/src/types/ImportAgentSerialized.ts +0 -54
  1067. package/src/types/InitToolRule.ts +0 -20
  1068. package/src/types/InputAudio.ts +0 -23
  1069. package/src/types/JSONSchema.ts +0 -22
  1070. package/src/types/Job.ts +0 -53
  1071. package/src/types/JobStatus.ts +0 -21
  1072. package/src/types/JobType.ts +0 -13
  1073. package/src/types/LLMConfig.ts +0 -93
  1074. package/src/types/LettaAssistantMessageContentUnion.ts +0 -17
  1075. package/src/types/LettaMessageContentUnion.ts +0 -43
  1076. package/src/types/LettaMessageUnion.ts +0 -48
  1077. package/src/types/LettaRequest.ts +0 -32
  1078. package/src/types/LettaRequestConfig.ts +0 -25
  1079. package/src/types/LettaResponse.ts +0 -22
  1080. package/src/types/LettaStreamingRequest.ts +0 -38
  1081. package/src/types/LettaUsageStatistics.ts +0 -49
  1082. package/src/types/LettaUserMessageContentUnion.ts +0 -17
  1083. package/src/types/ListActiveJobs.ts +0 -24
  1084. package/src/types/ListActiveRuns.ts +0 -32
  1085. package/src/types/ListAgentSources.ts +0 -32
  1086. package/src/types/ListAgentTools.ts +0 -32
  1087. package/src/types/ListAgents.ts +0 -89
  1088. package/src/types/ListAgentsForBlock.ts +0 -32
  1089. package/src/types/ListBlocks.ts +0 -50
  1090. package/src/types/ListComposioActionsByApp.ts +0 -32
  1091. package/src/types/ListComposioApps.ts +0 -29
  1092. package/src/types/ListCoreMemoryBlocks.ts +0 -32
  1093. package/src/types/ListEmbeddingModels.ts +0 -18
  1094. package/src/types/ListGroupMessages.ts +0 -68
  1095. package/src/types/ListGroups.ts +0 -49
  1096. package/src/types/ListIdentities.ts +0 -39
  1097. package/src/types/ListJobs.ts +0 -32
  1098. package/src/types/ListMcpServers.ts +0 -32
  1099. package/src/types/ListMcpToolsByServer.ts +0 -32
  1100. package/src/types/ListMessages.ts +0 -72
  1101. package/src/types/ListModels.ts +0 -18
  1102. package/src/types/ListPassages.ts +0 -57
  1103. package/src/types/ListProviders.ts +0 -33
  1104. package/src/types/ListRunMessages.ts +0 -60
  1105. package/src/types/ListRunSteps.ts +0 -55
  1106. package/src/types/ListRuns.ts +0 -32
  1107. package/src/types/ListSourceFiles.ts +0 -46
  1108. package/src/types/ListSourcePassages.ts +0 -32
  1109. package/src/types/ListSources.ts +0 -24
  1110. package/src/types/ListSteps.ts +0 -62
  1111. package/src/types/ListTags.ts +0 -33
  1112. package/src/types/ListTools.ts +0 -34
  1113. package/src/types/LocalSandboxConfig.ts +0 -30
  1114. package/src/types/MCPServerType.ts +0 -14
  1115. package/src/types/MCPTool.ts +0 -22
  1116. package/src/types/ManagerType.ts +0 -17
  1117. package/src/types/MaxCountPerStepToolRule.ts +0 -25
  1118. package/src/types/MaxCountPerStepToolRuleSchema.ts +0 -19
  1119. package/src/types/Memory.ts +0 -23
  1120. package/src/types/Message.ts +0 -96
  1121. package/src/types/MessageCreate.ts +0 -37
  1122. package/src/types/MessageRole.ts +0 -17
  1123. package/src/types/MessageSchema.ts +0 -37
  1124. package/src/types/ModifyAgent.ts +0 -36
  1125. package/src/types/ModifyBlock.ts +0 -36
  1126. package/src/types/ModifyCoreMemoryBlock.ts +0 -40
  1127. package/src/types/ModifyGroup.ts +0 -41
  1128. package/src/types/ModifyGroupMessage.ts +0 -60
  1129. package/src/types/ModifyMessage.ts +0 -60
  1130. package/src/types/ModifyPassage.ts +0 -40
  1131. package/src/types/ModifyProvider.ts +0 -28
  1132. package/src/types/ModifySource.ts +0 -36
  1133. package/src/types/ModifyTool.ts +0 -36
  1134. package/src/types/OmittedReasoningContent.ts +0 -25
  1135. package/src/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.ts +0 -15
  1136. package/src/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.ts +0 -11
  1137. package/src/types/OpenaiTypesChatCompletionCreateParamsFunction.ts +0 -21
  1138. package/src/types/Organization.ts +0 -29
  1139. package/src/types/OrganizationCreate.ts +0 -16
  1140. package/src/types/OrganizationUpdate.ts +0 -16
  1141. package/src/types/ParameterProperties.ts +0 -12
  1142. package/src/types/ParametersSchema.ts +0 -23
  1143. package/src/types/ParentToolRule.ts +0 -25
  1144. package/src/types/Passage.ts +0 -73
  1145. package/src/types/PassageUpdate.ts +0 -67
  1146. package/src/types/PipRequirement.ts +0 -17
  1147. package/src/types/Provider.ts +0 -24
  1148. package/src/types/ProviderCreate.ts +0 -17
  1149. package/src/types/ProviderUpdate.ts +0 -17
  1150. package/src/types/ReasoningContent.ts +0 -34
  1151. package/src/types/ReasoningMessage.ts +0 -50
  1152. package/src/types/RedactedReasoningContent.ts +0 -25
  1153. package/src/types/ResetGroupMessages.ts +0 -31
  1154. package/src/types/ResetMessages.ts +0 -42
  1155. package/src/types/ResponseFormatJSONObject.ts +0 -11
  1156. package/src/types/ResponseFormatJSONSchema.ts +0 -17
  1157. package/src/types/ResponseFormatText.ts +0 -11
  1158. package/src/types/RetrieveAgent.ts +0 -32
  1159. package/src/types/RetrieveAgentContextWindow.ts +0 -33
  1160. package/src/types/RetrieveAgentMemory.ts +0 -32
  1161. package/src/types/RetrieveBlock.ts +0 -32
  1162. package/src/types/RetrieveCoreMemoryBlock.ts +0 -36
  1163. package/src/types/RetrieveGroup.ts +0 -32
  1164. package/src/types/RetrieveIdentity.ts +0 -32
  1165. package/src/types/RetrieveJob.ts +0 -32
  1166. package/src/types/RetrieveRun.ts +0 -32
  1167. package/src/types/RetrieveRunUsage.ts +0 -32
  1168. package/src/types/RetrieveSource.ts +0 -32
  1169. package/src/types/RetrieveStep.ts +0 -32
  1170. package/src/types/RetrieveTool.ts +0 -32
  1171. package/src/types/RoundRobinManager.ts +0 -13
  1172. package/src/types/RoundRobinManagerUpdate.ts +0 -13
  1173. package/src/types/Run.ts +0 -58
  1174. package/src/types/RunToolFromSource.ts +0 -28
  1175. package/src/types/SSEServerConfig.ts +0 -23
  1176. package/src/types/SandboxConfig.ts +0 -42
  1177. package/src/types/SandboxConfigCreate.ts +0 -14
  1178. package/src/types/SandboxConfigUpdate.ts +0 -17
  1179. package/src/types/SandboxEnvironmentVariable.ts +0 -48
  1180. package/src/types/SandboxEnvironmentVariableCreate.ts +0 -21
  1181. package/src/types/SandboxEnvironmentVariableUpdate.ts +0 -19
  1182. package/src/types/SandboxType.ts +0 -14
  1183. package/src/types/SendGroupMessage.ts +0 -36
  1184. package/src/types/SendGroupMessageStreaming.ts +0 -36
  1185. package/src/types/SendMessage.ts +0 -36
  1186. package/src/types/SleeptimeManager.ts +0 -17
  1187. package/src/types/SleeptimeManagerUpdate.ts +0 -14
  1188. package/src/types/Source.ts +0 -53
  1189. package/src/types/SourceCreate.ts +0 -39
  1190. package/src/types/SourceUpdate.ts +0 -30
  1191. package/src/types/StdioServerConfig.ts +0 -34
  1192. package/src/types/Step.ts +0 -82
  1193. package/src/types/SupervisorManager.ts +0 -16
  1194. package/src/types/SupervisorManagerUpdate.ts +0 -13
  1195. package/src/types/SystemMessage.ts +0 -37
  1196. package/src/types/TagSchema.ts +0 -11
  1197. package/src/types/TerminalToolRule.ts +0 -20
  1198. package/src/types/TextContent.ts +0 -25
  1199. package/src/types/Tool.ts +0 -75
  1200. package/src/types/ToolCall.ts +0 -19
  1201. package/src/types/ToolCallContent.ts +0 -38
  1202. package/src/types/ToolCallDelta.ts +0 -10
  1203. package/src/types/ToolCallMessage.ts +0 -36
  1204. package/src/types/ToolCreate.ts +0 -45
  1205. package/src/types/ToolEnvVarSchema.ts +0 -24
  1206. package/src/types/ToolJSONSchema.ts +0 -23
  1207. package/src/types/ToolReturn.ts +0 -28
  1208. package/src/types/ToolReturnContent.ts +0 -28
  1209. package/src/types/ToolReturnMessage.ts +0 -54
  1210. package/src/types/ToolRunFromSource.ts +0 -46
  1211. package/src/types/ToolSchema.ts +0 -50
  1212. package/src/types/ToolType.ts +0 -19
  1213. package/src/types/ToolUpdate.ts +0 -39
  1214. package/src/types/UpdateAgent.ts +0 -115
  1215. package/src/types/UpdateAssistantMessage.ts +0 -18
  1216. package/src/types/UpdateIdentity.ts +0 -36
  1217. package/src/types/UpdateReasoningMessage.ts +0 -16
  1218. package/src/types/UpdateSystemMessage.ts +0 -17
  1219. package/src/types/UpdateUserMessage.ts +0 -18
  1220. package/src/types/UploadFileToSource.ts +0 -36
  1221. package/src/types/UpsertIdentity.ts +0 -33
  1222. package/src/types/UpsertIdentityProperties.ts +0 -36
  1223. package/src/types/UpsertTool.ts +0 -28
  1224. package/src/types/UsageStatistics.ts +0 -22
  1225. package/src/types/User.ts +0 -35
  1226. package/src/types/UserCreate.ts +0 -12
  1227. package/src/types/UserMessage.ts +0 -38
  1228. package/src/types/UserUpdate.ts +0 -16
  1229. package/src/types/ValidationError.ts +0 -19
  1230. package/src/types/WebSearchOptions.ts +0 -23
  1231. package/src/types/WebSearchOptionsUserLocation.ts +0 -17
  1232. package/src/types/WebSearchOptionsUserLocationApproximate.ts +0 -23
  1233. package/src/types/agents/CreateTemplateFromAgent.ts +0 -62
  1234. package/src/types/agents/GetAgentVariables.ts +0 -48
  1235. package/src/types/agents/MigrateAgent.ts +0 -113
  1236. package/src/types/agents/SearchDeployedAgents.ts +0 -165
  1237. package/src/types/agents/VersionAgentTemplate.ts +0 -84
  1238. package/src/types/agents/index.ts +0 -79
  1239. package/src/types/clientSideAccessTokens/CreateClientSideAccessToken.ts +0 -140
  1240. package/src/types/clientSideAccessTokens/DeleteClientSideAccessToken.ts +0 -43
  1241. package/src/types/clientSideAccessTokens/index.ts +0 -27
  1242. package/src/types/index.ts +0 -1162
  1243. package/src/types/templates/CreateAgentsFromTemplate.ts +0 -74
  1244. package/src/types/templates/index.ts +0 -7
  1245. package/types/ActionModel.d.ts +0 -54
  1246. package/types/ActionParametersModel.d.ts +0 -25
  1247. package/types/ActionResponseModel.d.ts +0 -25
  1248. package/types/AddBaseTools.d.ts +0 -19
  1249. package/types/AddComposioTool.d.ts +0 -26
  1250. package/types/AddMcpServer.d.ts +0 -22
  1251. package/types/AddMcpTool.d.ts +0 -30
  1252. package/types/AgentEnvironmentVariable.d.ts +0 -47
  1253. package/types/AgentSchema.d.ts +0 -86
  1254. package/types/AgentState.d.ts +0 -140
  1255. package/types/AgentType.d.ts +0 -14
  1256. package/types/AppAuthScheme.d.ts +0 -44
  1257. package/types/AppModel.d.ts +0 -56
  1258. package/types/AssistantMessage.d.ts +0 -33
  1259. package/types/AttachCoreMemoryBlock.d.ts +0 -30
  1260. package/types/AttachSourceToAgent.d.ts +0 -30
  1261. package/types/AttachTool.d.ts +0 -30
  1262. package/types/Audio.d.ts +0 -10
  1263. package/types/AuthRequest.d.ts +0 -11
  1264. package/types/AuthResponse.d.ts +0 -15
  1265. package/types/AuthSchemeField.d.ts +0 -34
  1266. package/types/BaseToolRuleSchema.d.ts +0 -14
  1267. package/types/Block.d.ts +0 -59
  1268. package/types/BlockUpdate.d.ts +0 -42
  1269. package/types/BodyImportAgentSerialized.d.ts +0 -10
  1270. package/types/BodyUploadFileToSource.d.ts +0 -10
  1271. package/types/ChatCompletionAssistantMessageParam.d.ts +0 -27
  1272. package/types/ChatCompletionAudioParam.d.ts +0 -33
  1273. package/types/ChatCompletionContentPartImageParam.d.ts +0 -15
  1274. package/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -15
  1275. package/types/ChatCompletionContentPartRefusalParam.d.ts +0 -14
  1276. package/types/ChatCompletionContentPartTextParam.d.ts +0 -14
  1277. package/types/ChatCompletionDeveloperMessageParam.d.ts +0 -16
  1278. package/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -10
  1279. package/types/ChatCompletionFunctionMessageParam.d.ts +0 -15
  1280. package/types/ChatCompletionMessageToolCall.d.ts +0 -20
  1281. package/types/ChatCompletionMessageToolCallParam.d.ts +0 -19
  1282. package/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -15
  1283. package/types/ChatCompletionPredictionContentParam.d.ts +0 -12
  1284. package/types/ChatCompletionStreamOptionsParam.d.ts +0 -10
  1285. package/types/ChatCompletionSystemMessageParam.d.ts +0 -16
  1286. package/types/ChatCompletionToolMessageParam.d.ts +0 -16
  1287. package/types/ChatCompletionToolParam.d.ts +0 -15
  1288. package/types/ChatCompletionUserMessageParam.d.ts +0 -19
  1289. package/types/ChildToolRule.d.ts +0 -24
  1290. package/types/ChildToolRuleSchema.d.ts +0 -18
  1291. package/types/CompletionCreateParamsNonStreaming.d.ts +0 -149
  1292. package/types/CompletionCreateParamsStreaming.d.ts +0 -152
  1293. package/types/ConditionalToolRule.d.ts +0 -36
  1294. package/types/ConditionalToolRuleSchema.d.ts +0 -25
  1295. package/types/ContextWindowOverview.d.ts +0 -94
  1296. package/types/ContinueToolRule.d.ts +0 -19
  1297. package/types/CoreMemoryBlockSchema.d.ts +0 -35
  1298. package/types/CreateAgent.d.ts +0 -26
  1299. package/types/CreateAgentMessageAsync.d.ts +0 -29
  1300. package/types/CreateAgentMessageStream.d.ts +0 -28
  1301. package/types/CreateAgentRequest.d.ts +0 -185
  1302. package/types/CreateArchivalMemory.d.ts +0 -11
  1303. package/types/CreateBlock.d.ts +0 -62
  1304. package/types/CreateGroup.d.ts +0 -26
  1305. package/types/CreateIdentity.d.ts +0 -26
  1306. package/types/CreatePassage.d.ts +0 -29
  1307. package/types/CreateProvider.d.ts +0 -22
  1308. package/types/CreateSource.d.ts +0 -22
  1309. package/types/CreateTool.d.ts +0 -22
  1310. package/types/CreateVoiceChatCompletions.d.ts +0 -33
  1311. package/types/DeleteAgent.d.ts +0 -25
  1312. package/types/DeleteBlock.d.ts +0 -26
  1313. package/types/DeleteFileFromSource.d.ts +0 -29
  1314. package/types/DeleteGroup.d.ts +0 -25
  1315. package/types/DeleteIdentity.d.ts +0 -25
  1316. package/types/DeleteJob.d.ts +0 -26
  1317. package/types/DeleteMcpServer.d.ts +0 -27
  1318. package/types/DeletePassage.d.ts +0 -29
  1319. package/types/DeleteProvider.d.ts +0 -26
  1320. package/types/DeleteRun.d.ts +0 -26
  1321. package/types/DeleteSource.d.ts +0 -25
  1322. package/types/DeleteTool.d.ts +0 -25
  1323. package/types/DetachCoreMemoryBlock.d.ts +0 -30
  1324. package/types/DetachSourceFromAgent.d.ts +0 -30
  1325. package/types/DetachTool.d.ts +0 -30
  1326. package/types/DynamicManager.d.ts +0 -20
  1327. package/types/DynamicManagerUpdate.d.ts +0 -14
  1328. package/types/E2BSandboxConfig.d.ts +0 -20
  1329. package/types/EmbeddingConfig.d.ts +0 -71
  1330. package/types/ExportAgentSerialized.d.ts +0 -28
  1331. package/types/File.d.ts +0 -15
  1332. package/types/FileFile.d.ts +0 -18
  1333. package/types/FileMetadata.d.ts +0 -58
  1334. package/types/FunctionCall.d.ts +0 -14
  1335. package/types/FunctionDefinitionInput.d.ts +0 -21
  1336. package/types/FunctionDefinitionOutput.d.ts +0 -16
  1337. package/types/FunctionOutput.d.ts +0 -15
  1338. package/types/FunctionTool.d.ts +0 -16
  1339. package/types/GetSourceIdByName.d.ts +0 -25
  1340. package/types/Group.d.ts +0 -34
  1341. package/types/GroupCreate.d.ts +0 -26
  1342. package/types/GroupUpdate.d.ts +0 -14
  1343. package/types/HTTPValidationError.d.ts +0 -11
  1344. package/types/Health.d.ts +0 -17
  1345. package/types/HealthCheck.d.ts +0 -14
  1346. package/types/HiddenReasoningMessage.d.ts +0 -38
  1347. package/types/Identity.d.ts +0 -47
  1348. package/types/IdentityCreate.d.ts +0 -38
  1349. package/types/IdentityProperty.d.ts +0 -25
  1350. package/types/IdentityPropertyType.d.ts +0 -15
  1351. package/types/IdentityType.d.ts +0 -14
  1352. package/types/IdentityUpdate.d.ts +0 -32
  1353. package/types/IdentityUpsert.d.ts +0 -38
  1354. package/types/ImageURL.d.ts +0 -20
  1355. package/types/ImportAgentSerialized.d.ts +0 -47
  1356. package/types/InitToolRule.d.ts +0 -19
  1357. package/types/InputAudio.d.ts +0 -19
  1358. package/types/JSONSchema.d.ts +0 -21
  1359. package/types/Job.d.ts +0 -51
  1360. package/types/JobStatus.d.ts +0 -18
  1361. package/types/JobType.d.ts +0 -10
  1362. package/types/LLMConfig.d.ts +0 -89
  1363. package/types/LettaAssistantMessageContentUnion.d.ts +0 -12
  1364. package/types/LettaMessageContentUnion.d.ts +0 -32
  1365. package/types/LettaMessageUnion.d.ts +0 -36
  1366. package/types/LettaRequest.d.ts +0 -30
  1367. package/types/LettaRequestConfig.d.ts +0 -24
  1368. package/types/LettaResponse.d.ts +0 -20
  1369. package/types/LettaStreamingRequest.d.ts +0 -36
  1370. package/types/LettaUsageStatistics.d.ts +0 -47
  1371. package/types/LettaUserMessageContentUnion.d.ts +0 -12
  1372. package/types/ListActiveJobs.d.ts +0 -19
  1373. package/types/ListActiveRuns.d.ts +0 -26
  1374. package/types/ListAgentSources.d.ts +0 -26
  1375. package/types/ListAgentTools.d.ts +0 -26
  1376. package/types/ListAgents.d.ts +0 -83
  1377. package/types/ListAgentsForBlock.d.ts +0 -26
  1378. package/types/ListBlocks.d.ts +0 -44
  1379. package/types/ListComposioActionsByApp.d.ts +0 -26
  1380. package/types/ListComposioApps.d.ts +0 -23
  1381. package/types/ListCoreMemoryBlocks.d.ts +0 -26
  1382. package/types/ListEmbeddingModels.d.ts +0 -14
  1383. package/types/ListGroupMessages.d.ts +0 -61
  1384. package/types/ListGroups.d.ts +0 -43
  1385. package/types/ListIdentities.d.ts +0 -33
  1386. package/types/ListJobs.d.ts +0 -26
  1387. package/types/ListMcpServers.d.ts +0 -26
  1388. package/types/ListMcpToolsByServer.d.ts +0 -26
  1389. package/types/ListMessages.d.ts +0 -65
  1390. package/types/ListModels.d.ts +0 -14
  1391. package/types/ListPassages.d.ts +0 -50
  1392. package/types/ListProviders.d.ts +0 -27
  1393. package/types/ListRunMessages.d.ts +0 -53
  1394. package/types/ListRunSteps.d.ts +0 -48
  1395. package/types/ListRuns.d.ts +0 -26
  1396. package/types/ListSourceFiles.d.ts +0 -39
  1397. package/types/ListSourcePassages.d.ts +0 -26
  1398. package/types/ListSources.d.ts +0 -19
  1399. package/types/ListSteps.d.ts +0 -56
  1400. package/types/ListTags.d.ts +0 -27
  1401. package/types/ListTools.d.ts +0 -28
  1402. package/types/LocalSandboxConfig.d.ts +0 -28
  1403. package/types/MCPServerType.d.ts +0 -10
  1404. package/types/MCPTool.d.ts +0 -21
  1405. package/types/ManagerType.d.ts +0 -13
  1406. package/types/MaxCountPerStepToolRule.d.ts +0 -24
  1407. package/types/MaxCountPerStepToolRuleSchema.d.ts +0 -18
  1408. package/types/Memory.d.ts +0 -21
  1409. package/types/Message.d.ts +0 -85
  1410. package/types/MessageCreate.d.ts +0 -32
  1411. package/types/MessageRole.d.ts +0 -13
  1412. package/types/MessageSchema.d.ts +0 -35
  1413. package/types/ModifyAgent.d.ts +0 -29
  1414. package/types/ModifyBlock.d.ts +0 -29
  1415. package/types/ModifyCoreMemoryBlock.d.ts +0 -33
  1416. package/types/ModifyGroup.d.ts +0 -33
  1417. package/types/ModifyGroupMessage.d.ts +0 -42
  1418. package/types/ModifyMessage.d.ts +0 -42
  1419. package/types/ModifyPassage.d.ts +0 -33
  1420. package/types/ModifyProvider.d.ts +0 -22
  1421. package/types/ModifySource.d.ts +0 -29
  1422. package/types/ModifyTool.d.ts +0 -29
  1423. package/types/OmittedReasoningContent.d.ts +0 -21
  1424. package/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.d.ts +0 -14
  1425. package/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -10
  1426. package/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -20
  1427. package/types/Organization.d.ts +0 -28
  1428. package/types/OrganizationCreate.d.ts +0 -15
  1429. package/types/OrganizationUpdate.d.ts +0 -15
  1430. package/types/ParameterProperties.d.ts +0 -11
  1431. package/types/ParametersSchema.d.ts +0 -21
  1432. package/types/ParentToolRule.d.ts +0 -24
  1433. package/types/Passage.d.ts +0 -71
  1434. package/types/PassageUpdate.d.ts +0 -65
  1435. package/types/PipRequirement.d.ts +0 -16
  1436. package/types/Provider.d.ts +0 -23
  1437. package/types/ProviderCreate.d.ts +0 -16
  1438. package/types/ProviderUpdate.d.ts +0 -16
  1439. package/types/ReasoningContent.d.ts +0 -30
  1440. package/types/ReasoningMessage.d.ts +0 -43
  1441. package/types/RedactedReasoningContent.d.ts +0 -21
  1442. package/types/ResetGroupMessages.d.ts +0 -25
  1443. package/types/ResetMessages.d.ts +0 -35
  1444. package/types/ResponseFormatJSONObject.d.ts +0 -10
  1445. package/types/ResponseFormatJSONSchema.d.ts +0 -15
  1446. package/types/ResponseFormatText.d.ts +0 -10
  1447. package/types/RetrieveAgent.d.ts +0 -26
  1448. package/types/RetrieveAgentContextWindow.d.ts +0 -26
  1449. package/types/RetrieveAgentMemory.d.ts +0 -26
  1450. package/types/RetrieveBlock.d.ts +0 -26
  1451. package/types/RetrieveCoreMemoryBlock.d.ts +0 -30
  1452. package/types/RetrieveGroup.d.ts +0 -26
  1453. package/types/RetrieveIdentity.d.ts +0 -26
  1454. package/types/RetrieveJob.d.ts +0 -26
  1455. package/types/RetrieveRun.d.ts +0 -26
  1456. package/types/RetrieveRunUsage.d.ts +0 -26
  1457. package/types/RetrieveSource.d.ts +0 -26
  1458. package/types/RetrieveStep.d.ts +0 -26
  1459. package/types/RetrieveTool.d.ts +0 -26
  1460. package/types/RoundRobinManager.d.ts +0 -12
  1461. package/types/RoundRobinManagerUpdate.d.ts +0 -12
  1462. package/types/Run.d.ts +0 -56
  1463. package/types/RunToolFromSource.d.ts +0 -22
  1464. package/types/SSEServerConfig.d.ts +0 -21
  1465. package/types/SandboxConfig.d.ts +0 -40
  1466. package/types/SandboxConfigCreate.d.ts +0 -12
  1467. package/types/SandboxConfigUpdate.d.ts +0 -15
  1468. package/types/SandboxEnvironmentVariable.d.ts +0 -47
  1469. package/types/SandboxEnvironmentVariableCreate.d.ts +0 -20
  1470. package/types/SandboxEnvironmentVariableUpdate.d.ts +0 -18
  1471. package/types/SandboxType.d.ts +0 -10
  1472. package/types/SendGroupMessage.d.ts +0 -29
  1473. package/types/SendGroupMessageStreaming.d.ts +0 -28
  1474. package/types/SendMessage.d.ts +0 -29
  1475. package/types/SleeptimeManager.d.ts +0 -16
  1476. package/types/SleeptimeManagerUpdate.d.ts +0 -13
  1477. package/types/Source.d.ts +0 -51
  1478. package/types/SourceCreate.d.ts +0 -37
  1479. package/types/SourceUpdate.d.ts +0 -28
  1480. package/types/StdioServerConfig.d.ts +0 -32
  1481. package/types/Step.d.ts +0 -80
  1482. package/types/SupervisorManager.d.ts +0 -15
  1483. package/types/SupervisorManagerUpdate.d.ts +0 -12
  1484. package/types/SystemMessage.d.ts +0 -33
  1485. package/types/TagSchema.d.ts +0 -10
  1486. package/types/TerminalToolRule.d.ts +0 -19
  1487. package/types/TextContent.d.ts +0 -21
  1488. package/types/Tool.d.ts +0 -73
  1489. package/types/ToolCall.d.ts +0 -18
  1490. package/types/ToolCallContent.d.ts +0 -34
  1491. package/types/ToolCallDelta.d.ts +0 -9
  1492. package/types/ToolCallMessage.d.ts +0 -31
  1493. package/types/ToolCreate.d.ts +0 -44
  1494. package/types/ToolEnvVarSchema.d.ts +0 -23
  1495. package/types/ToolJSONSchema.d.ts +0 -21
  1496. package/types/ToolReturn.d.ts +0 -24
  1497. package/types/ToolReturnContent.d.ts +0 -27
  1498. package/types/ToolReturnMessage.d.ts +0 -47
  1499. package/types/ToolRunFromSource.d.ts +0 -45
  1500. package/types/ToolSchema.d.ts +0 -48
  1501. package/types/ToolType.d.ts +0 -16
  1502. package/types/ToolUpdate.d.ts +0 -38
  1503. package/types/UpdateAgent.d.ts +0 -103
  1504. package/types/UpdateAssistantMessage.d.ts +0 -16
  1505. package/types/UpdateIdentity.d.ts +0 -29
  1506. package/types/UpdateReasoningMessage.d.ts +0 -15
  1507. package/types/UpdateSystemMessage.d.ts +0 -16
  1508. package/types/UpdateUserMessage.d.ts +0 -16
  1509. package/types/UploadFileToSource.d.ts +0 -29
  1510. package/types/UpsertIdentity.d.ts +0 -26
  1511. package/types/UpsertIdentityProperties.d.ts +0 -28
  1512. package/types/UpsertTool.d.ts +0 -22
  1513. package/types/UsageStatistics.d.ts +0 -21
  1514. package/types/User.d.ts +0 -34
  1515. package/types/UserCreate.d.ts +0 -11
  1516. package/types/UserMessage.d.ts +0 -33
  1517. package/types/UserUpdate.d.ts +0 -15
  1518. package/types/ValidationError.d.ts +0 -18
  1519. package/types/WebSearchOptions.d.ts +0 -18
  1520. package/types/WebSearchOptionsUserLocation.d.ts +0 -15
  1521. package/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -22
  1522. package/types/agents/CreateTemplateFromAgent.d.ts +0 -52
  1523. package/types/agents/GetAgentVariables.d.ts +0 -40
  1524. package/types/agents/MigrateAgent.d.ts +0 -90
  1525. package/types/agents/SearchDeployedAgents.d.ts +0 -130
  1526. package/types/agents/VersionAgentTemplate.d.ts +0 -69
  1527. package/types/agents/index.d.ts +0 -10
  1528. package/types/clientSideAccessTokens/CreateClientSideAccessToken.d.ts +0 -120
  1529. package/types/clientSideAccessTokens/DeleteClientSideAccessToken.d.ts +0 -35
  1530. package/types/clientSideAccessTokens/index.d.ts +0 -3
  1531. package/types/index.d.ts +0 -328
  1532. package/types/templates/CreateAgentsFromTemplate.d.ts +0 -67
  1533. package/types/templates/index.d.ts +0 -1
@@ -1,860 +0,0 @@
1
- {
2
- "properties": {
3
- "messages": {
4
- "items": {
5
- "oneOf": [
6
- {
7
- "properties": {
8
- "id": { "type": "string", "title": "Id" },
9
- "date": {
10
- "type": "string",
11
- "format": "date-time",
12
- "title": "Date"
13
- },
14
- "name": {
15
- "anyOf": [{ "type": "string" }, { "type": "null" }],
16
- "title": "Name"
17
- },
18
- "otid": {
19
- "anyOf": [{ "type": "string" }, { "type": "null" }],
20
- "title": "Otid"
21
- },
22
- "message_type": {
23
- "type": "string",
24
- "const": "system_message",
25
- "title": "Message Type",
26
- "default": "system_message",
27
- "enum": ["system_message"]
28
- },
29
- "content": {
30
- "type": "string",
31
- "title": "Content",
32
- "description": "The message content sent by the system"
33
- }
34
- },
35
- "type": "object",
36
- "required": ["id", "date", "content", "message_type"],
37
- "title": "SystemMessage",
38
- "description": "A message generated by the system. Never streamed back on a response, only used for cursor pagination.\n\nArgs:\n id (str): The ID of the message\n date (datetime): The date the message was created in ISO format\n name (Optional[str]): The name of the sender of the message\n content (str): The message content sent by the system",
39
- "x-readme-ref-name": "SystemMessage"
40
- },
41
- {
42
- "properties": {
43
- "id": { "type": "string", "title": "Id" },
44
- "date": {
45
- "type": "string",
46
- "format": "date-time",
47
- "title": "Date"
48
- },
49
- "name": {
50
- "anyOf": [{ "type": "string" }, { "type": "null" }],
51
- "title": "Name"
52
- },
53
- "otid": {
54
- "anyOf": [{ "type": "string" }, { "type": "null" }],
55
- "title": "Otid"
56
- },
57
- "message_type": {
58
- "type": "string",
59
- "const": "user_message",
60
- "title": "Message Type",
61
- "default": "user_message",
62
- "enum": ["user_message"]
63
- },
64
- "content": {
65
- "anyOf": [
66
- {
67
- "items": {
68
- "oneOf": [
69
- {
70
- "properties": {
71
- "type": {
72
- "type": "string",
73
- "const": "text",
74
- "title": "Type",
75
- "description": "The type of the message.",
76
- "default": "text",
77
- "enum": ["text"]
78
- },
79
- "text": {
80
- "type": "string",
81
- "title": "Text",
82
- "description": "The text content of the message."
83
- }
84
- },
85
- "type": "object",
86
- "required": ["text", "type", "type", "type"],
87
- "title": "TextContent",
88
- "x-readme-ref-name": "TextContent"
89
- }
90
- ],
91
- "discriminator": {
92
- "propertyName": "type",
93
- "mapping": {
94
- "text": "#/components/schemas/TextContent"
95
- }
96
- },
97
- "x-readme-ref-name": "LettaUserMessageContentUnion",
98
- "properties": { "type": { "enum": ["text"] } }
99
- },
100
- "type": "array"
101
- },
102
- { "type": "string" }
103
- ],
104
- "title": "Content",
105
- "description": "The message content sent by the user (can be a string or an array of multi-modal content parts)"
106
- }
107
- },
108
- "type": "object",
109
- "required": ["id", "date", "content", "message_type"],
110
- "title": "UserMessage",
111
- "description": "A message sent by the user. Never streamed back on a response, only used for cursor pagination.\n\nArgs:\n id (str): The ID of the message\n date (datetime): The date the message was created in ISO format\n name (Optional[str]): The name of the sender of the message\n content (Union[str, List[LettaUserMessageContentUnion]]): The message content sent by the user (can be a string or an array of multi-modal content parts)",
112
- "x-readme-ref-name": "UserMessage"
113
- },
114
- {
115
- "properties": {
116
- "id": { "type": "string", "title": "Id" },
117
- "date": {
118
- "type": "string",
119
- "format": "date-time",
120
- "title": "Date"
121
- },
122
- "name": {
123
- "anyOf": [{ "type": "string" }, { "type": "null" }],
124
- "title": "Name"
125
- },
126
- "otid": {
127
- "anyOf": [{ "type": "string" }, { "type": "null" }],
128
- "title": "Otid"
129
- },
130
- "message_type": {
131
- "type": "string",
132
- "const": "reasoning_message",
133
- "title": "Message Type",
134
- "default": "reasoning_message",
135
- "enum": ["reasoning_message"]
136
- },
137
- "source": {
138
- "type": "string",
139
- "enum": ["reasoner_model", "non_reasoner_model"],
140
- "title": "Source",
141
- "default": "non_reasoner_model"
142
- },
143
- "reasoning": { "type": "string", "title": "Reasoning" },
144
- "signature": {
145
- "anyOf": [{ "type": "string" }, { "type": "null" }],
146
- "title": "Signature"
147
- }
148
- },
149
- "type": "object",
150
- "required": ["id", "date", "reasoning", "message_type"],
151
- "title": "ReasoningMessage",
152
- "description": "Representation of an agent's internal reasoning.\n\nArgs:\n id (str): The ID of the message\n date (datetime): The date the message was created in ISO format\n name (Optional[str]): The name of the sender of the message\n source (Literal[\"reasoner_model\", \"non_reasoner_model\"]): Whether the reasoning\n content was generated natively by a reasoner model or derived via prompting\n reasoning (str): The internal reasoning of the agent\n signature (Optional[str]): The model-generated signature of the reasoning step",
153
- "x-readme-ref-name": "ReasoningMessage"
154
- },
155
- {
156
- "properties": {
157
- "id": { "type": "string", "title": "Id" },
158
- "date": {
159
- "type": "string",
160
- "format": "date-time",
161
- "title": "Date"
162
- },
163
- "name": {
164
- "anyOf": [{ "type": "string" }, { "type": "null" }],
165
- "title": "Name"
166
- },
167
- "otid": {
168
- "anyOf": [{ "type": "string" }, { "type": "null" }],
169
- "title": "Otid"
170
- },
171
- "message_type": {
172
- "type": "string",
173
- "const": "hidden_reasoning_message",
174
- "title": "Message Type",
175
- "default": "hidden_reasoning_message",
176
- "enum": ["hidden_reasoning_message"]
177
- },
178
- "state": {
179
- "type": "string",
180
- "enum": ["redacted", "omitted"],
181
- "title": "State"
182
- },
183
- "hidden_reasoning": {
184
- "anyOf": [{ "type": "string" }, { "type": "null" }],
185
- "title": "Hidden Reasoning"
186
- }
187
- },
188
- "type": "object",
189
- "required": ["id", "date", "state", "message_type"],
190
- "title": "HiddenReasoningMessage",
191
- "description": "Representation of an agent's internal reasoning where reasoning content\nhas been hidden from the response.\n\nArgs:\n id (str): The ID of the message\n date (datetime): The date the message was created in ISO format\n name (Optional[str]): The name of the sender of the message\n state (Literal[\"redacted\", \"omitted\"]): Whether the reasoning\n content was redacted by the provider or simply omitted by the API\n hidden_reasoning (Optional[str]): The internal reasoning of the agent",
192
- "x-readme-ref-name": "HiddenReasoningMessage"
193
- },
194
- {
195
- "properties": {
196
- "id": { "type": "string", "title": "Id" },
197
- "date": {
198
- "type": "string",
199
- "format": "date-time",
200
- "title": "Date"
201
- },
202
- "name": {
203
- "anyOf": [{ "type": "string" }, { "type": "null" }],
204
- "title": "Name"
205
- },
206
- "otid": {
207
- "anyOf": [{ "type": "string" }, { "type": "null" }],
208
- "title": "Otid"
209
- },
210
- "message_type": {
211
- "type": "string",
212
- "const": "tool_call_message",
213
- "title": "Message Type",
214
- "default": "tool_call_message",
215
- "enum": ["tool_call_message"]
216
- },
217
- "tool_call": {
218
- "anyOf": [
219
- {
220
- "properties": {
221
- "name": { "type": "string", "title": "Name" },
222
- "arguments": { "type": "string", "title": "Arguments" },
223
- "tool_call_id": {
224
- "type": "string",
225
- "title": "Tool Call Id"
226
- }
227
- },
228
- "type": "object",
229
- "required": ["name", "arguments", "tool_call_id"],
230
- "title": "ToolCall",
231
- "x-readme-ref-name": "ToolCall"
232
- },
233
- {
234
- "properties": {
235
- "name": {
236
- "anyOf": [{ "type": "string" }, { "type": "null" }],
237
- "title": "Name"
238
- },
239
- "arguments": {
240
- "anyOf": [{ "type": "string" }, { "type": "null" }],
241
- "title": "Arguments"
242
- },
243
- "tool_call_id": {
244
- "anyOf": [{ "type": "string" }, { "type": "null" }],
245
- "title": "Tool Call Id"
246
- }
247
- },
248
- "type": "object",
249
- "title": "ToolCallDelta",
250
- "x-readme-ref-name": "ToolCallDelta"
251
- }
252
- ],
253
- "title": "Tool Call"
254
- }
255
- },
256
- "type": "object",
257
- "required": ["id", "date", "tool_call", "message_type"],
258
- "title": "ToolCallMessage",
259
- "description": "A message representing a request to call a tool (generated by the LLM to trigger tool execution).\n\nArgs:\n id (str): The ID of the message\n date (datetime): The date the message was created in ISO format\n name (Optional[str]): The name of the sender of the message\n tool_call (Union[ToolCall, ToolCallDelta]): The tool call",
260
- "x-readme-ref-name": "ToolCallMessage"
261
- },
262
- {
263
- "properties": {
264
- "id": { "type": "string", "title": "Id" },
265
- "date": {
266
- "type": "string",
267
- "format": "date-time",
268
- "title": "Date"
269
- },
270
- "name": {
271
- "anyOf": [{ "type": "string" }, { "type": "null" }],
272
- "title": "Name"
273
- },
274
- "otid": {
275
- "anyOf": [{ "type": "string" }, { "type": "null" }],
276
- "title": "Otid"
277
- },
278
- "message_type": {
279
- "type": "string",
280
- "const": "tool_return_message",
281
- "title": "Message Type",
282
- "default": "tool_return_message",
283
- "enum": ["tool_return_message"]
284
- },
285
- "tool_return": { "type": "string", "title": "Tool Return" },
286
- "status": {
287
- "type": "string",
288
- "enum": ["success", "error"],
289
- "title": "Status"
290
- },
291
- "tool_call_id": { "type": "string", "title": "Tool Call Id" },
292
- "stdout": {
293
- "anyOf": [
294
- { "items": { "type": "string" }, "type": "array" },
295
- { "type": "null" }
296
- ],
297
- "title": "Stdout"
298
- },
299
- "stderr": {
300
- "anyOf": [
301
- { "items": { "type": "string" }, "type": "array" },
302
- { "type": "null" }
303
- ],
304
- "title": "Stderr"
305
- }
306
- },
307
- "type": "object",
308
- "required": [
309
- "id",
310
- "date",
311
- "tool_return",
312
- "status",
313
- "tool_call_id",
314
- "message_type"
315
- ],
316
- "title": "ToolReturnMessage",
317
- "description": "A message representing the return value of a tool call (generated by Letta executing the requested tool).\n\nArgs:\n id (str): The ID of the message\n date (datetime): The date the message was created in ISO format\n name (Optional[str]): The name of the sender of the message\n tool_return (str): The return value of the tool\n status (Literal[\"success\", \"error\"]): The status of the tool call\n tool_call_id (str): A unique identifier for the tool call that generated this message\n stdout (Optional[List(str)]): Captured stdout (e.g. prints, logs) from the tool invocation\n stderr (Optional[List(str)]): Captured stderr from the tool invocation",
318
- "x-readme-ref-name": "ToolReturnMessage"
319
- },
320
- {
321
- "properties": {
322
- "id": { "type": "string", "title": "Id" },
323
- "date": {
324
- "type": "string",
325
- "format": "date-time",
326
- "title": "Date"
327
- },
328
- "name": {
329
- "anyOf": [{ "type": "string" }, { "type": "null" }],
330
- "title": "Name"
331
- },
332
- "otid": {
333
- "anyOf": [{ "type": "string" }, { "type": "null" }],
334
- "title": "Otid"
335
- },
336
- "message_type": {
337
- "type": "string",
338
- "const": "assistant_message",
339
- "title": "Message Type",
340
- "default": "assistant_message",
341
- "enum": ["assistant_message"]
342
- },
343
- "content": {
344
- "anyOf": [
345
- {
346
- "items": {
347
- "oneOf": [
348
- {
349
- "properties": {
350
- "type": {
351
- "type": "string",
352
- "const": "text",
353
- "title": "Type",
354
- "description": "The type of the message.",
355
- "default": "text",
356
- "enum": ["text"]
357
- },
358
- "text": {
359
- "type": "string",
360
- "title": "Text",
361
- "description": "The text content of the message."
362
- }
363
- },
364
- "type": "object",
365
- "required": ["text", "type", "type", "type"],
366
- "title": "TextContent",
367
- "x-readme-ref-name": "TextContent"
368
- }
369
- ],
370
- "discriminator": {
371
- "propertyName": "type",
372
- "mapping": {
373
- "text": "#/components/schemas/TextContent"
374
- }
375
- },
376
- "x-readme-ref-name": "LettaAssistantMessageContentUnion",
377
- "properties": { "type": { "enum": ["text"] } }
378
- },
379
- "type": "array"
380
- },
381
- { "type": "string" }
382
- ],
383
- "title": "Content",
384
- "description": "The message content sent by the agent (can be a string or an array of content parts)"
385
- }
386
- },
387
- "type": "object",
388
- "required": ["id", "date", "content", "message_type"],
389
- "title": "AssistantMessage",
390
- "description": "A message sent by the LLM in response to user input. Used in the LLM context.\n\nArgs:\n id (str): The ID of the message\n date (datetime): The date the message was created in ISO format\n name (Optional[str]): The name of the sender of the message\n content (Union[str, List[LettaAssistantMessageContentUnion]]): The message content sent by the agent (can be a string or an array of content parts)",
391
- "x-readme-ref-name": "AssistantMessage"
392
- }
393
- ],
394
- "discriminator": {
395
- "propertyName": "message_type",
396
- "mapping": {
397
- "system_message": "#/components/schemas/SystemMessage",
398
- "user_message": "#/components/schemas/UserMessage",
399
- "reasoning_message": "#/components/schemas/ReasoningMessage",
400
- "hidden_reasoning_message": "#/components/schemas/HiddenReasoningMessage",
401
- "tool_call_message": "#/components/schemas/ToolCallMessage",
402
- "tool_return_message": "#/components/schemas/ToolReturnMessage",
403
- "assistant_message": "#/components/schemas/AssistantMessage"
404
- }
405
- },
406
- "x-readme-ref-name": "LettaMessageUnion",
407
- "properties": {
408
- "message_type": {
409
- "enum": [
410
- "system_message",
411
- "user_message",
412
- "reasoning_message",
413
- "hidden_reasoning_message",
414
- "tool_call_message",
415
- "tool_return_message",
416
- "assistant_message"
417
- ]
418
- }
419
- }
420
- },
421
- "type": "array",
422
- "title": "Messages",
423
- "description": "The messages returned by the agent."
424
- },
425
- "usage": {
426
- "description": "The usage statistics of the agent.",
427
- "properties": {
428
- "message_type": {
429
- "type": "string",
430
- "const": "usage_statistics",
431
- "title": "Message Type",
432
- "default": "usage_statistics"
433
- },
434
- "completion_tokens": {
435
- "type": "integer",
436
- "title": "Completion Tokens",
437
- "description": "The number of tokens generated by the agent.",
438
- "default": 0
439
- },
440
- "prompt_tokens": {
441
- "type": "integer",
442
- "title": "Prompt Tokens",
443
- "description": "The number of tokens in the prompt.",
444
- "default": 0
445
- },
446
- "total_tokens": {
447
- "type": "integer",
448
- "title": "Total Tokens",
449
- "description": "The total number of tokens processed by the agent.",
450
- "default": 0
451
- },
452
- "step_count": {
453
- "type": "integer",
454
- "title": "Step Count",
455
- "description": "The number of steps taken by the agent.",
456
- "default": 0
457
- },
458
- "steps_messages": {
459
- "anyOf": [
460
- {
461
- "items": {
462
- "items": {
463
- "properties": {
464
- "created_by_id": {
465
- "anyOf": [{ "type": "string" }, { "type": "null" }],
466
- "title": "Created By Id",
467
- "description": "The id of the user that made this object."
468
- },
469
- "last_updated_by_id": {
470
- "anyOf": [{ "type": "string" }, { "type": "null" }],
471
- "title": "Last Updated By Id",
472
- "description": "The id of the user that made this object."
473
- },
474
- "created_at": {
475
- "type": "string",
476
- "format": "date-time",
477
- "title": "Created At",
478
- "description": "The timestamp when the object was created."
479
- },
480
- "updated_at": {
481
- "anyOf": [
482
- { "type": "string", "format": "date-time" },
483
- { "type": "null" }
484
- ],
485
- "title": "Updated At",
486
- "description": "The timestamp when the object was last updated."
487
- },
488
- "id": {
489
- "type": "string",
490
- "pattern": "^message-[a-fA-F0-9]{8}",
491
- "title": "Id",
492
- "description": "The human-friendly ID of the Message",
493
- "examples": [
494
- "message-123e4567-e89b-12d3-a456-426614174000"
495
- ]
496
- },
497
- "agent_id": {
498
- "anyOf": [{ "type": "string" }, { "type": "null" }],
499
- "title": "Agent Id",
500
- "description": "The unique identifier of the agent."
501
- },
502
- "model": {
503
- "anyOf": [{ "type": "string" }, { "type": "null" }],
504
- "title": "Model",
505
- "description": "The model used to make the function call."
506
- },
507
- "role": {
508
- "description": "The role of the participant.",
509
- "type": "string",
510
- "enum": [
511
- "assistant",
512
- "user",
513
- "tool",
514
- "function",
515
- "system"
516
- ],
517
- "title": "MessageRole",
518
- "x-readme-ref-name": "MessageRole"
519
- },
520
- "content": {
521
- "anyOf": [
522
- {
523
- "items": {
524
- "oneOf": [
525
- {
526
- "properties": {
527
- "type": {
528
- "type": "string",
529
- "const": "text",
530
- "title": "Type",
531
- "description": "The type of the message.",
532
- "default": "text",
533
- "enum": ["text"]
534
- },
535
- "text": {
536
- "type": "string",
537
- "title": "Text",
538
- "description": "The text content of the message."
539
- }
540
- },
541
- "type": "object",
542
- "required": ["text", "type", "type", "type"],
543
- "title": "TextContent",
544
- "x-readme-ref-name": "TextContent"
545
- },
546
- {
547
- "properties": {
548
- "type": {
549
- "type": "string",
550
- "const": "tool_call",
551
- "title": "Type",
552
- "description": "Indicates this content represents a tool call event.",
553
- "default": "tool_call",
554
- "enum": ["tool_call", "tool_return"]
555
- },
556
- "id": {
557
- "type": "string",
558
- "title": "Id",
559
- "description": "A unique identifier for this specific tool call instance."
560
- },
561
- "name": {
562
- "type": "string",
563
- "title": "Name",
564
- "description": "The name of the tool being called."
565
- },
566
- "input": {
567
- "additionalProperties": true,
568
- "type": "object",
569
- "title": "Input",
570
- "description": "The parameters being passed to the tool, structured as a dictionary of parameter names to values."
571
- }
572
- },
573
- "type": "object",
574
- "required": [
575
- "id",
576
- "name",
577
- "input",
578
- "type",
579
- "type"
580
- ],
581
- "title": "ToolCallContent",
582
- "x-readme-ref-name": "ToolCallContent"
583
- },
584
- {
585
- "properties": {
586
- "type": {
587
- "type": "string",
588
- "const": "tool_return",
589
- "title": "Type",
590
- "description": "Indicates this content represents a tool return event.",
591
- "default": "tool_return"
592
- },
593
- "tool_call_id": {
594
- "type": "string",
595
- "title": "Tool Call Id",
596
- "description": "References the ID of the ToolCallContent that initiated this tool call."
597
- },
598
- "content": {
599
- "type": "string",
600
- "title": "Content",
601
- "description": "The content returned by the tool execution."
602
- },
603
- "is_error": {
604
- "type": "boolean",
605
- "title": "Is Error",
606
- "description": "Indicates whether the tool execution resulted in an error."
607
- }
608
- },
609
- "type": "object",
610
- "required": [
611
- "tool_call_id",
612
- "content",
613
- "is_error"
614
- ],
615
- "title": "ToolReturnContent",
616
- "x-readme-ref-name": "ToolReturnContent"
617
- },
618
- {
619
- "properties": {
620
- "type": {
621
- "type": "string",
622
- "const": "reasoning",
623
- "title": "Type",
624
- "description": "Indicates this is a reasoning/intermediate step.",
625
- "default": "reasoning",
626
- "enum": ["reasoning"]
627
- },
628
- "is_native": {
629
- "type": "boolean",
630
- "title": "Is Native",
631
- "description": "Whether the reasoning content was generated by a reasoner model that processed this step."
632
- },
633
- "reasoning": {
634
- "type": "string",
635
- "title": "Reasoning",
636
- "description": "The intermediate reasoning or thought process content."
637
- },
638
- "signature": {
639
- "anyOf": [
640
- { "type": "string" },
641
- { "type": "null" }
642
- ],
643
- "title": "Signature",
644
- "description": "A unique identifier for this reasoning step."
645
- }
646
- },
647
- "type": "object",
648
- "required": ["is_native", "reasoning", "type"],
649
- "title": "ReasoningContent",
650
- "x-readme-ref-name": "ReasoningContent"
651
- },
652
- {
653
- "properties": {
654
- "type": {
655
- "type": "string",
656
- "const": "redacted_reasoning",
657
- "title": "Type",
658
- "description": "Indicates this is a redacted thinking step.",
659
- "default": "redacted_reasoning",
660
- "enum": ["redacted_reasoning"]
661
- },
662
- "data": {
663
- "type": "string",
664
- "title": "Data",
665
- "description": "The redacted or filtered intermediate reasoning content."
666
- }
667
- },
668
- "type": "object",
669
- "required": ["data", "type"],
670
- "title": "RedactedReasoningContent",
671
- "x-readme-ref-name": "RedactedReasoningContent"
672
- },
673
- {
674
- "properties": {
675
- "type": {
676
- "type": "string",
677
- "const": "omitted_reasoning",
678
- "title": "Type",
679
- "description": "Indicates this is an omitted reasoning step.",
680
- "default": "omitted_reasoning",
681
- "enum": ["omitted_reasoning"]
682
- },
683
- "tokens": {
684
- "type": "integer",
685
- "title": "Tokens",
686
- "description": "The reasoning token count for intermediate reasoning content."
687
- }
688
- },
689
- "type": "object",
690
- "required": ["tokens", "type"],
691
- "title": "OmittedReasoningContent",
692
- "x-readme-ref-name": "OmittedReasoningContent"
693
- }
694
- ],
695
- "discriminator": {
696
- "propertyName": "type",
697
- "mapping": {
698
- "omitted_reasoning": "#/components/schemas/OmittedReasoningContent",
699
- "reasoning": "#/components/schemas/ReasoningContent",
700
- "redacted_reasoning": "#/components/schemas/RedactedReasoningContent",
701
- "text": "#/components/schemas/TextContent",
702
- "tool_call": "#/components/schemas/ToolCallContent",
703
- "tool_return": "#/components/schemas/ToolReturnContent"
704
- }
705
- }
706
- },
707
- "type": "array"
708
- },
709
- { "type": "null" }
710
- ],
711
- "title": "Content",
712
- "description": "The content of the message."
713
- },
714
- "name": {
715
- "anyOf": [{ "type": "string" }, { "type": "null" }],
716
- "title": "Name",
717
- "description": "For role user/assistant: the (optional) name of the participant. For role tool/function: the name of the function called."
718
- },
719
- "tool_calls": {
720
- "anyOf": [
721
- {
722
- "items": {
723
- "properties": {
724
- "id": { "type": "string", "title": "Id" },
725
- "function": {
726
- "properties": {
727
- "arguments": {
728
- "type": "string",
729
- "title": "Arguments"
730
- },
731
- "name": { "type": "string", "title": "Name" }
732
- },
733
- "additionalProperties": true,
734
- "type": "object",
735
- "required": ["arguments", "name"],
736
- "title": "Function",
737
- "x-readme-ref-name": "Function-Output"
738
- },
739
- "type": {
740
- "type": "string",
741
- "const": "function",
742
- "title": "Type"
743
- }
744
- },
745
- "additionalProperties": true,
746
- "type": "object",
747
- "required": ["id", "function", "type"],
748
- "title": "ChatCompletionMessageToolCall",
749
- "x-readme-ref-name": "ChatCompletionMessageToolCall"
750
- },
751
- "type": "array"
752
- },
753
- { "type": "null" }
754
- ],
755
- "title": "Tool Calls",
756
- "description": "The list of tool calls requested. Only applicable for role assistant."
757
- },
758
- "tool_call_id": {
759
- "anyOf": [{ "type": "string" }, { "type": "null" }],
760
- "title": "Tool Call Id",
761
- "description": "The ID of the tool call. Only applicable for role tool."
762
- },
763
- "step_id": {
764
- "anyOf": [{ "type": "string" }, { "type": "null" }],
765
- "title": "Step Id",
766
- "description": "The id of the step that this message was created in."
767
- },
768
- "otid": {
769
- "anyOf": [{ "type": "string" }, { "type": "null" }],
770
- "title": "Otid",
771
- "description": "The offline threading id associated with this message"
772
- },
773
- "tool_returns": {
774
- "anyOf": [
775
- {
776
- "items": {
777
- "properties": {
778
- "status": {
779
- "type": "string",
780
- "enum": ["success", "error"],
781
- "title": "Status",
782
- "description": "The status of the tool call"
783
- },
784
- "stdout": {
785
- "anyOf": [
786
- {
787
- "items": { "type": "string" },
788
- "type": "array"
789
- },
790
- { "type": "null" }
791
- ],
792
- "title": "Stdout",
793
- "description": "Captured stdout (e.g. prints, logs) from the tool invocation"
794
- },
795
- "stderr": {
796
- "anyOf": [
797
- {
798
- "items": { "type": "string" },
799
- "type": "array"
800
- },
801
- { "type": "null" }
802
- ],
803
- "title": "Stderr",
804
- "description": "Captured stderr from the tool invocation"
805
- }
806
- },
807
- "type": "object",
808
- "required": ["status"],
809
- "title": "ToolReturn",
810
- "x-readme-ref-name": "ToolReturn"
811
- },
812
- "type": "array"
813
- },
814
- { "type": "null" }
815
- ],
816
- "title": "Tool Returns",
817
- "description": "Tool execution return information for prior tool calls"
818
- },
819
- "group_id": {
820
- "anyOf": [{ "type": "string" }, { "type": "null" }],
821
- "title": "Group Id",
822
- "description": "The multi-agent group that the message was sent in"
823
- }
824
- },
825
- "additionalProperties": false,
826
- "type": "object",
827
- "required": ["role"],
828
- "title": "Message",
829
- "description": "Letta's internal representation of a message. Includes methods to convert to/from LLM provider formats.\n\nAttributes:\n id (str): The unique identifier of the message.\n role (MessageRole): The role of the participant.\n text (str): The text of the message.\n user_id (str): The unique identifier of the user.\n agent_id (str): The unique identifier of the agent.\n model (str): The model used to make the function call.\n name (str): The name of the participant.\n created_at (datetime): The time the message was created.\n tool_calls (List[OpenAIToolCall,]): The list of tool calls requested.\n tool_call_id (str): The id of the tool call.",
830
- "x-readme-ref-name": "Message"
831
- },
832
- "type": "array"
833
- },
834
- "type": "array"
835
- },
836
- { "type": "null" }
837
- ],
838
- "title": "Steps Messages",
839
- "description": "The messages generated per step"
840
- },
841
- "run_ids": {
842
- "anyOf": [
843
- { "items": { "type": "string" }, "type": "array" },
844
- { "type": "null" }
845
- ],
846
- "title": "Run Ids",
847
- "description": "The background task run IDs associated with the agent interaction"
848
- }
849
- },
850
- "type": "object",
851
- "title": "LettaUsageStatistics",
852
- "x-readme-ref-name": "LettaUsageStatistics"
853
- }
854
- },
855
- "type": "object",
856
- "required": ["messages", "usage"],
857
- "title": "LettaResponse",
858
- "description": "Response object from an agent interaction, consisting of the new messages generated by the agent and usage statistics.\nThe type of the returned messages can be either `Message` or `LettaMessage`, depending on what was specified in the request.\n\nAttributes:\n messages (List[Union[Message, LettaMessage]]): The messages returned by the agent.\n usage (LettaUsageStatistics): The usage statistics",
859
- "x-readme-ref-name": "LettaResponse"
860
- }