@letta-ai/letta-react 0.0.9 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -132
- package/dist/hooks/agentsHooks/index.d.ts +72 -0
- package/dist/hooks/agentsHooks/useAgents/createTemplateFromAgent.d.ts +39 -0
- package/dist/hooks/agentsHooks/useAgents/getAgentVariables.d.ts +63 -0
- package/dist/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.d.ts +63 -0
- package/dist/hooks/agentsHooks/useAgents/index.d.ts +12 -0
- package/dist/hooks/agentsHooks/useAgents/migrateAgent.d.ts +39 -0
- package/dist/hooks/agentsHooks/useAgents/searchDeployedAgents.d.ts +37 -0
- package/dist/hooks/agentsHooks/useAgents/versionAgentTemplate.d.ts +41 -0
- package/dist/hooks/agentsHooks/useCreateAgent.d.ts +39 -0
- package/dist/hooks/agentsHooks/useCreateAgentMessageAsync.d.ts +39 -0
- package/dist/hooks/agentsHooks/useCreateAgentMessageStream.d.ts +39 -0
- package/dist/hooks/agentsHooks/useCreatePassage.d.ts +39 -0
- package/dist/hooks/agentsHooks/useDeleteAgent.d.ts +37 -0
- package/dist/hooks/agentsHooks/useDeletePassage.d.ts +39 -0
- package/dist/hooks/agentsHooks/useExportAgentSerialized.d.ts +63 -0
- package/dist/hooks/agentsHooks/useExportAgentSerializedSuspense.d.ts +63 -0
- package/dist/hooks/agentsHooks/useImportAgentSerialized.d.ts +39 -0
- package/dist/hooks/agentsHooks/useListAgentSources.d.ts +63 -0
- package/dist/hooks/agentsHooks/useListAgentSourcesSuspense.d.ts +63 -0
- package/dist/hooks/agentsHooks/useListAgentTools.d.ts +63 -0
- package/dist/hooks/agentsHooks/useListAgentToolsSuspense.d.ts +63 -0
- package/dist/hooks/agentsHooks/useListAgents.d.ts +51 -0
- package/dist/hooks/agentsHooks/useListAgentsSuspense.d.ts +51 -0
- package/dist/hooks/agentsHooks/useListCoreMemoryBlocks.d.ts +63 -0
- package/dist/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.d.ts +63 -0
- package/dist/hooks/agentsHooks/useListMessages.d.ts +63 -0
- package/dist/hooks/agentsHooks/useListMessagesSuspense.d.ts +63 -0
- package/dist/hooks/agentsHooks/useListPassages.d.ts +63 -0
- package/dist/hooks/agentsHooks/useListPassagesSuspense.d.ts +63 -0
- package/dist/hooks/agentsHooks/useRetrieveAgent.d.ts +63 -0
- package/dist/hooks/agentsHooks/useRetrieveAgentContextWindow.d.ts +63 -0
- package/dist/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.d.ts +63 -0
- package/dist/hooks/agentsHooks/useRetrieveAgentMemory.d.ts +63 -0
- package/dist/hooks/agentsHooks/useRetrieveAgentMemorySuspense.d.ts +63 -0
- package/dist/hooks/agentsHooks/useRetrieveAgentSuspense.d.ts +63 -0
- package/dist/hooks/agentsHooks/useRetrieveCoreMemoryBlock.d.ts +67 -0
- package/dist/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.d.ts +67 -0
- package/dist/hooks/agentsHooks/useSendMessage.d.ts +39 -0
- package/dist/hooks/blocksHooks/index.d.ts +16 -0
- package/dist/hooks/blocksHooks/useCreateBlock.d.ts +35 -0
- package/dist/hooks/blocksHooks/useDeleteBlock.d.ts +35 -0
- package/dist/hooks/blocksHooks/useListAgentsForBlock.d.ts +63 -0
- package/dist/hooks/blocksHooks/useListAgentsForBlockSuspense.d.ts +63 -0
- package/dist/hooks/blocksHooks/useListBlocks.d.ts +49 -0
- package/dist/hooks/blocksHooks/useListBlocksSuspense.d.ts +49 -0
- package/dist/hooks/blocksHooks/useRetrieveBlock.d.ts +61 -0
- package/dist/hooks/blocksHooks/useRetrieveBlockSuspense.d.ts +61 -0
- package/dist/hooks/clientSideAccessTokensHooks/index.d.ts +4 -0
- package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.d.ts +37 -0
- package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.d.ts +39 -0
- package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.d.ts +4 -0
- package/dist/hooks/groupsHooks/index.d.ts +20 -0
- package/dist/hooks/groupsHooks/useCreateGroup.d.ts +39 -0
- package/dist/hooks/groupsHooks/useDeleteGroup.d.ts +37 -0
- package/dist/hooks/groupsHooks/useListGroupMessages.d.ts +63 -0
- package/dist/hooks/groupsHooks/useListGroupMessagesSuspense.d.ts +63 -0
- package/dist/hooks/groupsHooks/useListGroups.d.ts +51 -0
- package/dist/hooks/groupsHooks/useListGroupsSuspense.d.ts +51 -0
- package/dist/hooks/groupsHooks/useRetrieveGroup.d.ts +63 -0
- package/dist/hooks/groupsHooks/useRetrieveGroupSuspense.d.ts +63 -0
- package/dist/hooks/groupsHooks/useSendGroupMessage.d.ts +39 -0
- package/dist/hooks/groupsHooks/useSendGroupMessageStreaming.d.ts +39 -0
- package/dist/hooks/healthHooks/index.d.ts +4 -0
- package/dist/hooks/healthHooks/useHealthCheck.d.ts +49 -0
- package/dist/hooks/healthHooks/useHealthCheckSuspense.d.ts +49 -0
- package/dist/hooks/identitiesHooks/index.d.ts +16 -0
- package/dist/hooks/identitiesHooks/useCreateIdentity.d.ts +37 -0
- package/dist/hooks/identitiesHooks/useDeleteIdentity.d.ts +37 -0
- package/dist/hooks/identitiesHooks/useListIdentities.d.ts +51 -0
- package/dist/hooks/identitiesHooks/useListIdentitiesSuspense.d.ts +51 -0
- package/dist/hooks/identitiesHooks/useRetrieveIdentity.d.ts +61 -0
- package/dist/hooks/identitiesHooks/useRetrieveIdentitySuspense.d.ts +61 -0
- package/dist/hooks/identitiesHooks/useUpsertIdentity.d.ts +37 -0
- package/dist/hooks/identitiesHooks/useUpsertIdentityProperties.d.ts +37 -0
- package/dist/hooks/index.d.ts +274 -0
- package/dist/hooks/jobsHooks/index.d.ts +14 -0
- package/dist/hooks/jobsHooks/useDeleteJob.d.ts +37 -0
- package/dist/hooks/jobsHooks/useListActiveJobs.d.ts +51 -0
- package/dist/hooks/jobsHooks/useListActiveJobsSuspense.d.ts +51 -0
- package/dist/hooks/jobsHooks/useListJobs.d.ts +51 -0
- package/dist/hooks/jobsHooks/useListJobsSuspense.d.ts +51 -0
- package/dist/hooks/jobsHooks/useRetrieveJob.d.ts +63 -0
- package/dist/hooks/jobsHooks/useRetrieveJobSuspense.d.ts +63 -0
- package/dist/hooks/modelsHooks/index.d.ts +8 -0
- package/dist/hooks/modelsHooks/useListEmbeddingModels.d.ts +49 -0
- package/dist/hooks/modelsHooks/useListEmbeddingModelsSuspense.d.ts +49 -0
- package/dist/hooks/modelsHooks/useListModels.d.ts +49 -0
- package/dist/hooks/modelsHooks/useListModelsSuspense.d.ts +49 -0
- package/dist/hooks/providersHooks/index.d.ts +8 -0
- package/dist/hooks/providersHooks/useCreateProvider.d.ts +37 -0
- package/dist/hooks/providersHooks/useDeleteProvider.d.ts +37 -0
- package/dist/hooks/providersHooks/useListProviders.d.ts +51 -0
- package/dist/hooks/providersHooks/useListProvidersSuspense.d.ts +51 -0
- package/dist/hooks/runsHooks/index.d.ts +26 -0
- package/dist/hooks/runsHooks/useDeleteRun.d.ts +37 -0
- package/dist/hooks/runsHooks/useListActiveRuns.d.ts +51 -0
- package/dist/hooks/runsHooks/useListActiveRunsSuspense.d.ts +51 -0
- package/dist/hooks/runsHooks/useListRunMessages.d.ts +63 -0
- package/dist/hooks/runsHooks/useListRunMessagesSuspense.d.ts +63 -0
- package/dist/hooks/runsHooks/useListRunSteps.d.ts +63 -0
- package/dist/hooks/runsHooks/useListRunStepsSuspense.d.ts +63 -0
- package/dist/hooks/runsHooks/useListRuns.d.ts +51 -0
- package/dist/hooks/runsHooks/useListRunsSuspense.d.ts +51 -0
- package/dist/hooks/runsHooks/useRetrieveRun.d.ts +63 -0
- package/dist/hooks/runsHooks/useRetrieveRunSuspense.d.ts +63 -0
- package/dist/hooks/runsHooks/useRetrieveRunUsage.d.ts +63 -0
- package/dist/hooks/runsHooks/useRetrieveRunUsageSuspense.d.ts +63 -0
- package/dist/hooks/sourcesHooks/index.d.ts +28 -0
- package/dist/hooks/sourcesHooks/useCreateSource.d.ts +37 -0
- package/dist/hooks/sourcesHooks/useDeleteFileFromSource.d.ts +39 -0
- package/dist/hooks/sourcesHooks/useDeleteSource.d.ts +37 -0
- package/dist/hooks/sourcesHooks/useGetSourceIdByName.d.ts +63 -0
- package/dist/hooks/sourcesHooks/useGetSourceIdByNameSuspense.d.ts +63 -0
- package/dist/hooks/sourcesHooks/useListSourceFiles.d.ts +63 -0
- package/dist/hooks/sourcesHooks/useListSourceFilesSuspense.d.ts +63 -0
- package/dist/hooks/sourcesHooks/useListSourcePassages.d.ts +63 -0
- package/dist/hooks/sourcesHooks/useListSourcePassagesSuspense.d.ts +63 -0
- package/dist/hooks/sourcesHooks/useListSources.d.ts +51 -0
- package/dist/hooks/sourcesHooks/useListSourcesSuspense.d.ts +51 -0
- package/dist/hooks/sourcesHooks/useRetrieveSource.d.ts +63 -0
- package/dist/hooks/sourcesHooks/useRetrieveSourceSuspense.d.ts +63 -0
- package/dist/hooks/sourcesHooks/useUploadFileToSource.d.ts +39 -0
- package/dist/hooks/stepsHooks/index.d.ts +8 -0
- package/dist/hooks/stepsHooks/useListSteps.d.ts +51 -0
- package/dist/hooks/stepsHooks/useListStepsSuspense.d.ts +51 -0
- package/dist/hooks/stepsHooks/useRetrieveStep.d.ts +63 -0
- package/dist/hooks/stepsHooks/useRetrieveStepSuspense.d.ts +63 -0
- package/dist/hooks/tagHooks/index.d.ts +4 -0
- package/dist/hooks/tagHooks/useListTags.d.ts +51 -0
- package/dist/hooks/tagHooks/useListTagsSuspense.d.ts +51 -0
- package/dist/hooks/templatesHooks/index.d.ts +2 -0
- package/dist/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.d.ts +41 -0
- package/dist/hooks/templatesHooks/useTemplates/index.d.ts +2 -0
- package/dist/hooks/toolsHooks/index.d.ts +42 -0
- package/dist/hooks/toolsHooks/useAddBaseTools.d.ts +33 -0
- package/dist/hooks/toolsHooks/useAddComposioTool.d.ts +37 -0
- package/dist/hooks/toolsHooks/useAddMcpServer.d.ts +37 -0
- package/dist/hooks/toolsHooks/useAddMcpTool.d.ts +39 -0
- package/dist/hooks/toolsHooks/useCreateTool.d.ts +37 -0
- package/dist/hooks/toolsHooks/useDeleteMcpServer.d.ts +37 -0
- package/dist/hooks/toolsHooks/useDeleteTool.d.ts +37 -0
- package/dist/hooks/toolsHooks/useListComposioActionsByApp.d.ts +63 -0
- package/dist/hooks/toolsHooks/useListComposioActionsByAppSuspense.d.ts +63 -0
- package/dist/hooks/toolsHooks/useListComposioApps.d.ts +51 -0
- package/dist/hooks/toolsHooks/useListComposioAppsSuspense.d.ts +51 -0
- package/dist/hooks/toolsHooks/useListMcpServers.d.ts +51 -0
- package/dist/hooks/toolsHooks/useListMcpServersSuspense.d.ts +51 -0
- package/dist/hooks/toolsHooks/useListMcpToolsByServer.d.ts +63 -0
- package/dist/hooks/toolsHooks/useListMcpToolsByServerSuspense.d.ts +63 -0
- package/dist/hooks/toolsHooks/useListTools.d.ts +51 -0
- package/dist/hooks/toolsHooks/useListToolsSuspense.d.ts +51 -0
- package/dist/hooks/toolsHooks/useRetrieveTool.d.ts +63 -0
- package/dist/hooks/toolsHooks/useRetrieveToolSuspense.d.ts +63 -0
- package/dist/hooks/toolsHooks/useRunToolFromSource.d.ts +37 -0
- package/dist/hooks/toolsHooks/useUpsertTool.d.ts +37 -0
- package/dist/hooks/voiceHooks/index.d.ts +2 -0
- package/dist/hooks/voiceHooks/useCreateVoiceChatCompletions.d.ts +39 -0
- package/dist/index.d.ts +602 -4
- package/dist/index.js +10249 -4
- package/dist/index.js.map +7 -0
- package/dist/types/ActionModel.d.ts +54 -0
- package/dist/types/ActionParametersModel.d.ts +25 -0
- package/dist/types/ActionResponseModel.d.ts +25 -0
- package/dist/types/AddBaseTools.d.ts +19 -0
- package/dist/types/AddComposioTool.d.ts +26 -0
- package/dist/types/AddMcpServer.d.ts +22 -0
- package/dist/types/AddMcpTool.d.ts +30 -0
- package/dist/types/AgentEnvironmentVariable.d.ts +47 -0
- package/dist/types/AgentSchema.d.ts +86 -0
- package/dist/types/AgentState.d.ts +140 -0
- package/dist/types/AgentType.d.ts +14 -0
- package/dist/types/AppAuthScheme.d.ts +44 -0
- package/dist/types/AppModel.d.ts +56 -0
- package/dist/types/AssistantMessage.d.ts +33 -0
- package/dist/types/AttachCoreMemoryBlock.d.ts +30 -0
- package/dist/types/AttachSourceToAgent.d.ts +30 -0
- package/dist/types/AttachTool.d.ts +30 -0
- package/dist/types/Audio.d.ts +10 -0
- package/dist/types/AuthRequest.d.ts +11 -0
- package/dist/types/AuthResponse.d.ts +15 -0
- package/dist/types/AuthSchemeField.d.ts +34 -0
- package/dist/types/BaseToolRuleSchema.d.ts +14 -0
- package/dist/types/Block.d.ts +59 -0
- package/dist/types/BlockUpdate.d.ts +42 -0
- package/dist/types/BodyImportAgentSerialized.d.ts +10 -0
- package/dist/types/BodyUploadFileToSource.d.ts +10 -0
- package/dist/types/ChatCompletionAssistantMessageParam.d.ts +27 -0
- package/dist/types/ChatCompletionAudioParam.d.ts +33 -0
- package/dist/types/ChatCompletionContentPartImageParam.d.ts +15 -0
- package/dist/types/ChatCompletionContentPartInputAudioParam.d.ts +15 -0
- package/dist/types/ChatCompletionContentPartRefusalParam.d.ts +14 -0
- package/dist/types/ChatCompletionContentPartTextParam.d.ts +14 -0
- package/dist/types/ChatCompletionDeveloperMessageParam.d.ts +16 -0
- package/dist/types/ChatCompletionFunctionCallOptionParam.d.ts +10 -0
- package/dist/types/ChatCompletionFunctionMessageParam.d.ts +15 -0
- package/dist/types/ChatCompletionMessageToolCall.d.ts +20 -0
- package/dist/types/ChatCompletionMessageToolCallParam.d.ts +19 -0
- package/dist/types/ChatCompletionNamedToolChoiceParam.d.ts +15 -0
- package/dist/types/ChatCompletionPredictionContentParam.d.ts +12 -0
- package/dist/types/ChatCompletionStreamOptionsParam.d.ts +10 -0
- package/dist/types/ChatCompletionSystemMessageParam.d.ts +16 -0
- package/dist/types/ChatCompletionToolMessageParam.d.ts +16 -0
- package/dist/types/ChatCompletionToolParam.d.ts +15 -0
- package/dist/types/ChatCompletionUserMessageParam.d.ts +19 -0
- package/dist/types/ChildToolRule.d.ts +24 -0
- package/dist/types/ChildToolRuleSchema.d.ts +18 -0
- package/dist/types/CompletionCreateParamsNonStreaming.d.ts +149 -0
- package/dist/types/CompletionCreateParamsStreaming.d.ts +152 -0
- package/dist/types/ConditionalToolRule.d.ts +36 -0
- package/dist/types/ConditionalToolRuleSchema.d.ts +25 -0
- package/dist/types/ContextWindowOverview.d.ts +94 -0
- package/dist/types/ContinueToolRule.d.ts +19 -0
- package/dist/types/CoreMemoryBlockSchema.d.ts +35 -0
- package/dist/types/CreateAgent.d.ts +26 -0
- package/dist/types/CreateAgentMessageAsync.d.ts +29 -0
- package/dist/types/CreateAgentMessageStream.d.ts +28 -0
- package/dist/types/CreateAgentRequest.d.ts +185 -0
- package/dist/types/CreateArchivalMemory.d.ts +11 -0
- package/dist/types/CreateBlock.d.ts +62 -0
- package/dist/types/CreateGroup.d.ts +26 -0
- package/dist/types/CreateIdentity.d.ts +26 -0
- package/dist/types/CreatePassage.d.ts +29 -0
- package/dist/types/CreateProvider.d.ts +22 -0
- package/dist/types/CreateSource.d.ts +22 -0
- package/dist/types/CreateTool.d.ts +22 -0
- package/dist/types/CreateVoiceChatCompletions.d.ts +33 -0
- package/dist/types/DeleteAgent.d.ts +25 -0
- package/dist/types/DeleteBlock.d.ts +26 -0
- package/dist/types/DeleteFileFromSource.d.ts +29 -0
- package/dist/types/DeleteGroup.d.ts +25 -0
- package/dist/types/DeleteIdentity.d.ts +25 -0
- package/dist/types/DeleteJob.d.ts +26 -0
- package/dist/types/DeleteMcpServer.d.ts +27 -0
- package/dist/types/DeletePassage.d.ts +29 -0
- package/dist/types/DeleteProvider.d.ts +26 -0
- package/dist/types/DeleteRun.d.ts +26 -0
- package/dist/types/DeleteSource.d.ts +25 -0
- package/dist/types/DeleteTool.d.ts +25 -0
- package/dist/types/DetachCoreMemoryBlock.d.ts +30 -0
- package/dist/types/DetachSourceFromAgent.d.ts +30 -0
- package/dist/types/DetachTool.d.ts +30 -0
- package/dist/types/DynamicManager.d.ts +20 -0
- package/dist/types/DynamicManagerUpdate.d.ts +14 -0
- package/dist/types/E2BSandboxConfig.d.ts +20 -0
- package/dist/types/EmbeddingConfig.d.ts +71 -0
- package/dist/types/ExportAgentSerialized.d.ts +28 -0
- package/dist/types/File.d.ts +15 -0
- package/dist/types/FileFile.d.ts +18 -0
- package/dist/types/FileMetadata.d.ts +58 -0
- package/dist/types/FunctionCall.d.ts +14 -0
- package/dist/types/FunctionDefinitionInput.d.ts +21 -0
- package/dist/types/FunctionDefinitionOutput.d.ts +16 -0
- package/dist/types/FunctionOutput.d.ts +15 -0
- package/dist/types/FunctionTool.d.ts +16 -0
- package/dist/types/GetSourceIdByName.d.ts +25 -0
- package/dist/types/Group.d.ts +34 -0
- package/dist/types/GroupCreate.d.ts +26 -0
- package/dist/types/GroupUpdate.d.ts +14 -0
- package/dist/types/HTTPValidationError.d.ts +11 -0
- package/dist/types/Health.d.ts +17 -0
- package/dist/types/HealthCheck.d.ts +14 -0
- package/dist/types/HiddenReasoningMessage.d.ts +38 -0
- package/dist/types/Identity.d.ts +47 -0
- package/dist/types/IdentityCreate.d.ts +38 -0
- package/dist/types/IdentityProperty.d.ts +25 -0
- package/dist/types/IdentityPropertyType.d.ts +15 -0
- package/dist/types/IdentityType.d.ts +14 -0
- package/dist/types/IdentityUpdate.d.ts +32 -0
- package/dist/types/IdentityUpsert.d.ts +38 -0
- package/dist/types/ImageURL.d.ts +20 -0
- package/dist/types/ImportAgentSerialized.d.ts +47 -0
- package/dist/types/InitToolRule.d.ts +19 -0
- package/dist/types/InputAudio.d.ts +19 -0
- package/dist/types/JSONSchema.d.ts +21 -0
- package/dist/types/Job.d.ts +51 -0
- package/dist/types/JobStatus.d.ts +18 -0
- package/dist/types/JobType.d.ts +10 -0
- package/dist/types/LLMConfig.d.ts +89 -0
- package/dist/types/LettaAssistantMessageContentUnion.d.ts +12 -0
- package/dist/types/LettaMessageContentUnion.d.ts +32 -0
- package/dist/types/LettaMessageUnion.d.ts +36 -0
- package/dist/types/LettaRequest.d.ts +30 -0
- package/dist/types/LettaRequestConfig.d.ts +24 -0
- package/dist/types/LettaResponse.d.ts +20 -0
- package/dist/types/LettaStreamingRequest.d.ts +36 -0
- package/dist/types/LettaUsageStatistics.d.ts +47 -0
- package/dist/types/LettaUserMessageContentUnion.d.ts +12 -0
- package/dist/types/ListActiveJobs.d.ts +19 -0
- package/dist/types/ListActiveRuns.d.ts +26 -0
- package/dist/types/ListAgentSources.d.ts +26 -0
- package/dist/types/ListAgentTools.d.ts +26 -0
- package/dist/types/ListAgents.d.ts +83 -0
- package/dist/types/ListAgentsForBlock.d.ts +26 -0
- package/dist/types/ListBlocks.d.ts +44 -0
- package/dist/types/ListComposioActionsByApp.d.ts +26 -0
- package/dist/types/ListComposioApps.d.ts +23 -0
- package/dist/types/ListCoreMemoryBlocks.d.ts +26 -0
- package/dist/types/ListEmbeddingModels.d.ts +14 -0
- package/dist/types/ListGroupMessages.d.ts +61 -0
- package/dist/types/ListGroups.d.ts +43 -0
- package/dist/types/ListIdentities.d.ts +33 -0
- package/dist/types/ListJobs.d.ts +26 -0
- package/dist/types/ListMcpServers.d.ts +26 -0
- package/dist/types/ListMcpToolsByServer.d.ts +26 -0
- package/dist/types/ListMessages.d.ts +65 -0
- package/dist/types/ListModels.d.ts +14 -0
- package/dist/types/ListPassages.d.ts +50 -0
- package/dist/types/ListProviders.d.ts +27 -0
- package/dist/types/ListRunMessages.d.ts +53 -0
- package/dist/types/ListRunSteps.d.ts +48 -0
- package/dist/types/ListRuns.d.ts +26 -0
- package/dist/types/ListSourceFiles.d.ts +39 -0
- package/dist/types/ListSourcePassages.d.ts +26 -0
- package/dist/types/ListSources.d.ts +19 -0
- package/dist/types/ListSteps.d.ts +56 -0
- package/dist/types/ListTags.d.ts +27 -0
- package/dist/types/ListTools.d.ts +28 -0
- package/dist/types/LocalSandboxConfig.d.ts +28 -0
- package/dist/types/MCPServerType.d.ts +10 -0
- package/dist/types/MCPTool.d.ts +21 -0
- package/dist/types/ManagerType.d.ts +13 -0
- package/dist/types/MaxCountPerStepToolRule.d.ts +24 -0
- package/dist/types/MaxCountPerStepToolRuleSchema.d.ts +18 -0
- package/dist/types/Memory.d.ts +21 -0
- package/dist/types/Message.d.ts +85 -0
- package/dist/types/MessageCreate.d.ts +32 -0
- package/dist/types/MessageRole.d.ts +13 -0
- package/dist/types/MessageSchema.d.ts +35 -0
- package/dist/types/ModifyAgent.d.ts +29 -0
- package/dist/types/ModifyBlock.d.ts +29 -0
- package/dist/types/ModifyCoreMemoryBlock.d.ts +33 -0
- package/dist/types/ModifyGroup.d.ts +33 -0
- package/dist/types/ModifyGroupMessage.d.ts +42 -0
- package/dist/types/ModifyMessage.d.ts +42 -0
- package/dist/types/ModifyPassage.d.ts +33 -0
- package/dist/types/ModifyProvider.d.ts +22 -0
- package/dist/types/ModifySource.d.ts +29 -0
- package/dist/types/ModifyTool.d.ts +29 -0
- package/dist/types/OmittedReasoningContent.d.ts +21 -0
- package/dist/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.d.ts +14 -0
- package/dist/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +10 -0
- package/dist/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +20 -0
- package/dist/types/Organization.d.ts +28 -0
- package/dist/types/OrganizationCreate.d.ts +15 -0
- package/dist/types/OrganizationUpdate.d.ts +15 -0
- package/dist/types/ParameterProperties.d.ts +11 -0
- package/dist/types/ParametersSchema.d.ts +21 -0
- package/dist/types/ParentToolRule.d.ts +24 -0
- package/dist/types/Passage.d.ts +71 -0
- package/dist/types/PassageUpdate.d.ts +65 -0
- package/dist/types/PipRequirement.d.ts +16 -0
- package/dist/types/Provider.d.ts +23 -0
- package/dist/types/ProviderCreate.d.ts +16 -0
- package/dist/types/ProviderUpdate.d.ts +16 -0
- package/dist/types/ReasoningContent.d.ts +30 -0
- package/dist/types/ReasoningMessage.d.ts +43 -0
- package/dist/types/RedactedReasoningContent.d.ts +21 -0
- package/dist/types/ResetGroupMessages.d.ts +25 -0
- package/dist/types/ResetMessages.d.ts +35 -0
- package/dist/types/ResponseFormatJSONObject.d.ts +10 -0
- package/dist/types/ResponseFormatJSONSchema.d.ts +15 -0
- package/dist/types/ResponseFormatText.d.ts +10 -0
- package/dist/types/RetrieveAgent.d.ts +26 -0
- package/dist/types/RetrieveAgentContextWindow.d.ts +26 -0
- package/dist/types/RetrieveAgentMemory.d.ts +26 -0
- package/dist/types/RetrieveBlock.d.ts +26 -0
- package/dist/types/RetrieveCoreMemoryBlock.d.ts +30 -0
- package/dist/types/RetrieveGroup.d.ts +26 -0
- package/dist/types/RetrieveIdentity.d.ts +26 -0
- package/dist/types/RetrieveJob.d.ts +26 -0
- package/dist/types/RetrieveRun.d.ts +26 -0
- package/dist/types/RetrieveRunUsage.d.ts +26 -0
- package/dist/types/RetrieveSource.d.ts +26 -0
- package/dist/types/RetrieveStep.d.ts +26 -0
- package/dist/types/RetrieveTool.d.ts +26 -0
- package/dist/types/RoundRobinManager.d.ts +12 -0
- package/dist/types/RoundRobinManagerUpdate.d.ts +12 -0
- package/dist/types/Run.d.ts +56 -0
- package/dist/types/RunToolFromSource.d.ts +22 -0
- package/dist/types/SSEServerConfig.d.ts +21 -0
- package/dist/types/SandboxConfig.d.ts +40 -0
- package/dist/types/SandboxConfigCreate.d.ts +12 -0
- package/dist/types/SandboxConfigUpdate.d.ts +15 -0
- package/dist/types/SandboxEnvironmentVariable.d.ts +47 -0
- package/dist/types/SandboxEnvironmentVariableCreate.d.ts +20 -0
- package/dist/types/SandboxEnvironmentVariableUpdate.d.ts +18 -0
- package/dist/types/SandboxType.d.ts +10 -0
- package/dist/types/SendGroupMessage.d.ts +29 -0
- package/dist/types/SendGroupMessageStreaming.d.ts +28 -0
- package/dist/types/SendMessage.d.ts +29 -0
- package/dist/types/SleeptimeManager.d.ts +16 -0
- package/dist/types/SleeptimeManagerUpdate.d.ts +13 -0
- package/dist/types/Source.d.ts +51 -0
- package/dist/types/SourceCreate.d.ts +37 -0
- package/dist/types/SourceUpdate.d.ts +28 -0
- package/dist/types/StdioServerConfig.d.ts +32 -0
- package/dist/types/Step.d.ts +80 -0
- package/dist/types/SupervisorManager.d.ts +15 -0
- package/dist/types/SupervisorManagerUpdate.d.ts +12 -0
- package/dist/types/SystemMessage.d.ts +33 -0
- package/dist/types/TagSchema.d.ts +10 -0
- package/dist/types/TerminalToolRule.d.ts +19 -0
- package/dist/types/TextContent.d.ts +21 -0
- package/dist/types/Tool.d.ts +73 -0
- package/dist/types/ToolCall.d.ts +18 -0
- package/dist/types/ToolCallContent.d.ts +34 -0
- package/dist/types/ToolCallDelta.d.ts +9 -0
- package/dist/types/ToolCallMessage.d.ts +31 -0
- package/dist/types/ToolCreate.d.ts +44 -0
- package/dist/types/ToolEnvVarSchema.d.ts +23 -0
- package/dist/types/ToolJSONSchema.d.ts +21 -0
- package/dist/types/ToolReturn.d.ts +24 -0
- package/dist/types/ToolReturnContent.d.ts +27 -0
- package/dist/types/ToolReturnMessage.d.ts +47 -0
- package/dist/types/ToolRunFromSource.d.ts +45 -0
- package/dist/types/ToolSchema.d.ts +48 -0
- package/dist/types/ToolType.d.ts +16 -0
- package/dist/types/ToolUpdate.d.ts +38 -0
- package/dist/types/UpdateAgent.d.ts +103 -0
- package/dist/types/UpdateAssistantMessage.d.ts +16 -0
- package/dist/types/UpdateIdentity.d.ts +29 -0
- package/dist/types/UpdateReasoningMessage.d.ts +15 -0
- package/dist/types/UpdateSystemMessage.d.ts +16 -0
- package/dist/types/UpdateUserMessage.d.ts +16 -0
- package/dist/types/UploadFileToSource.d.ts +29 -0
- package/dist/types/UpsertIdentity.d.ts +26 -0
- package/dist/types/UpsertIdentityProperties.d.ts +28 -0
- package/dist/types/UpsertTool.d.ts +22 -0
- package/dist/types/UsageStatistics.d.ts +21 -0
- package/dist/types/User.d.ts +34 -0
- package/dist/types/UserCreate.d.ts +11 -0
- package/dist/types/UserMessage.d.ts +33 -0
- package/dist/types/UserUpdate.d.ts +15 -0
- package/dist/types/ValidationError.d.ts +18 -0
- package/dist/types/WebSearchOptions.d.ts +18 -0
- package/dist/types/WebSearchOptionsUserLocation.d.ts +15 -0
- package/dist/types/WebSearchOptionsUserLocationApproximate.d.ts +22 -0
- package/dist/types/agents/CreateTemplateFromAgent.d.ts +52 -0
- package/dist/types/agents/GetAgentVariables.d.ts +40 -0
- package/dist/types/agents/MigrateAgent.d.ts +90 -0
- package/dist/types/agents/SearchDeployedAgents.d.ts +130 -0
- package/dist/types/agents/VersionAgentTemplate.d.ts +69 -0
- package/dist/types/agents/index.d.ts +10 -0
- package/dist/types/clientSideAccessTokens/CreateClientSideAccessToken.d.ts +120 -0
- package/dist/types/clientSideAccessTokens/DeleteClientSideAccessToken.d.ts +35 -0
- package/dist/types/clientSideAccessTokens/index.d.ts +3 -0
- package/dist/types/index.d.ts +328 -0
- package/dist/types/templates/CreateAgentsFromTemplate.d.ts +67 -0
- package/dist/types/templates/index.d.ts +1 -0
- package/hooks/agentsHooks/index.d.ts +72 -0
- package/hooks/agentsHooks/useAgents/createTemplateFromAgent.d.ts +39 -0
- package/hooks/agentsHooks/useAgents/getAgentVariables.d.ts +63 -0
- package/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.d.ts +63 -0
- package/hooks/agentsHooks/useAgents/index.d.ts +12 -0
- package/hooks/agentsHooks/useAgents/migrateAgent.d.ts +39 -0
- package/hooks/agentsHooks/useAgents/searchDeployedAgents.d.ts +37 -0
- package/hooks/agentsHooks/useAgents/versionAgentTemplate.d.ts +41 -0
- package/hooks/agentsHooks/useCreateAgent.d.ts +39 -0
- package/hooks/agentsHooks/useCreateAgentMessageAsync.d.ts +39 -0
- package/hooks/agentsHooks/useCreateAgentMessageStream.d.ts +39 -0
- package/hooks/agentsHooks/useCreatePassage.d.ts +39 -0
- package/hooks/agentsHooks/useDeleteAgent.d.ts +37 -0
- package/hooks/agentsHooks/useDeletePassage.d.ts +39 -0
- package/hooks/agentsHooks/useExportAgentSerialized.d.ts +63 -0
- package/hooks/agentsHooks/useExportAgentSerializedSuspense.d.ts +63 -0
- package/hooks/agentsHooks/useImportAgentSerialized.d.ts +39 -0
- package/hooks/agentsHooks/useListAgentSources.d.ts +63 -0
- package/hooks/agentsHooks/useListAgentSourcesSuspense.d.ts +63 -0
- package/hooks/agentsHooks/useListAgentTools.d.ts +63 -0
- package/hooks/agentsHooks/useListAgentToolsSuspense.d.ts +63 -0
- package/hooks/agentsHooks/useListAgents.d.ts +51 -0
- package/hooks/agentsHooks/useListAgentsSuspense.d.ts +51 -0
- package/hooks/agentsHooks/useListCoreMemoryBlocks.d.ts +63 -0
- package/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.d.ts +63 -0
- package/hooks/agentsHooks/useListMessages.d.ts +63 -0
- package/hooks/agentsHooks/useListMessagesSuspense.d.ts +63 -0
- package/hooks/agentsHooks/useListPassages.d.ts +63 -0
- package/hooks/agentsHooks/useListPassagesSuspense.d.ts +63 -0
- package/hooks/agentsHooks/useRetrieveAgent.d.ts +63 -0
- package/hooks/agentsHooks/useRetrieveAgentContextWindow.d.ts +63 -0
- package/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.d.ts +63 -0
- package/hooks/agentsHooks/useRetrieveAgentMemory.d.ts +63 -0
- package/hooks/agentsHooks/useRetrieveAgentMemorySuspense.d.ts +63 -0
- package/hooks/agentsHooks/useRetrieveAgentSuspense.d.ts +63 -0
- package/hooks/agentsHooks/useRetrieveCoreMemoryBlock.d.ts +67 -0
- package/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.d.ts +67 -0
- package/hooks/agentsHooks/useSendMessage.d.ts +39 -0
- package/hooks/blocksHooks/index.d.ts +16 -0
- package/hooks/blocksHooks/useCreateBlock.d.ts +35 -0
- package/hooks/blocksHooks/useDeleteBlock.d.ts +35 -0
- package/hooks/blocksHooks/useListAgentsForBlock.d.ts +63 -0
- package/hooks/blocksHooks/useListAgentsForBlockSuspense.d.ts +63 -0
- package/hooks/blocksHooks/useListBlocks.d.ts +49 -0
- package/hooks/blocksHooks/useListBlocksSuspense.d.ts +49 -0
- package/hooks/blocksHooks/useRetrieveBlock.d.ts +61 -0
- package/hooks/blocksHooks/useRetrieveBlockSuspense.d.ts +61 -0
- package/hooks/clientSideAccessTokensHooks/index.d.ts +4 -0
- package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.d.ts +37 -0
- package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.d.ts +39 -0
- package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.d.ts +4 -0
- package/hooks/groupsHooks/index.d.ts +20 -0
- package/hooks/groupsHooks/useCreateGroup.d.ts +39 -0
- package/hooks/groupsHooks/useDeleteGroup.d.ts +37 -0
- package/hooks/groupsHooks/useListGroupMessages.d.ts +63 -0
- package/hooks/groupsHooks/useListGroupMessagesSuspense.d.ts +63 -0
- package/hooks/groupsHooks/useListGroups.d.ts +51 -0
- package/hooks/groupsHooks/useListGroupsSuspense.d.ts +51 -0
- package/hooks/groupsHooks/useRetrieveGroup.d.ts +63 -0
- package/hooks/groupsHooks/useRetrieveGroupSuspense.d.ts +63 -0
- package/hooks/groupsHooks/useSendGroupMessage.d.ts +39 -0
- package/hooks/groupsHooks/useSendGroupMessageStreaming.d.ts +39 -0
- package/hooks/healthHooks/index.d.ts +4 -0
- package/hooks/healthHooks/useHealthCheck.d.ts +49 -0
- package/hooks/healthHooks/useHealthCheckSuspense.d.ts +49 -0
- package/hooks/identitiesHooks/index.d.ts +16 -0
- package/hooks/identitiesHooks/useCreateIdentity.d.ts +37 -0
- package/hooks/identitiesHooks/useDeleteIdentity.d.ts +37 -0
- package/hooks/identitiesHooks/useListIdentities.d.ts +51 -0
- package/hooks/identitiesHooks/useListIdentitiesSuspense.d.ts +51 -0
- package/hooks/identitiesHooks/useRetrieveIdentity.d.ts +61 -0
- package/hooks/identitiesHooks/useRetrieveIdentitySuspense.d.ts +61 -0
- package/hooks/identitiesHooks/useUpsertIdentity.d.ts +37 -0
- package/hooks/identitiesHooks/useUpsertIdentityProperties.d.ts +37 -0
- package/hooks/index.d.ts +274 -0
- package/hooks/jobsHooks/index.d.ts +14 -0
- package/hooks/jobsHooks/useDeleteJob.d.ts +37 -0
- package/hooks/jobsHooks/useListActiveJobs.d.ts +51 -0
- package/hooks/jobsHooks/useListActiveJobsSuspense.d.ts +51 -0
- package/hooks/jobsHooks/useListJobs.d.ts +51 -0
- package/hooks/jobsHooks/useListJobsSuspense.d.ts +51 -0
- package/hooks/jobsHooks/useRetrieveJob.d.ts +63 -0
- package/hooks/jobsHooks/useRetrieveJobSuspense.d.ts +63 -0
- package/hooks/modelsHooks/index.d.ts +8 -0
- package/hooks/modelsHooks/useListEmbeddingModels.d.ts +49 -0
- package/hooks/modelsHooks/useListEmbeddingModelsSuspense.d.ts +49 -0
- package/hooks/modelsHooks/useListModels.d.ts +49 -0
- package/hooks/modelsHooks/useListModelsSuspense.d.ts +49 -0
- package/hooks/providersHooks/index.d.ts +8 -0
- package/hooks/providersHooks/useCreateProvider.d.ts +37 -0
- package/hooks/providersHooks/useDeleteProvider.d.ts +37 -0
- package/hooks/providersHooks/useListProviders.d.ts +51 -0
- package/hooks/providersHooks/useListProvidersSuspense.d.ts +51 -0
- package/hooks/runsHooks/index.d.ts +26 -0
- package/hooks/runsHooks/useDeleteRun.d.ts +37 -0
- package/hooks/runsHooks/useListActiveRuns.d.ts +51 -0
- package/hooks/runsHooks/useListActiveRunsSuspense.d.ts +51 -0
- package/hooks/runsHooks/useListRunMessages.d.ts +63 -0
- package/hooks/runsHooks/useListRunMessagesSuspense.d.ts +63 -0
- package/hooks/runsHooks/useListRunSteps.d.ts +63 -0
- package/hooks/runsHooks/useListRunStepsSuspense.d.ts +63 -0
- package/hooks/runsHooks/useListRuns.d.ts +51 -0
- package/hooks/runsHooks/useListRunsSuspense.d.ts +51 -0
- package/hooks/runsHooks/useRetrieveRun.d.ts +63 -0
- package/hooks/runsHooks/useRetrieveRunSuspense.d.ts +63 -0
- package/hooks/runsHooks/useRetrieveRunUsage.d.ts +63 -0
- package/hooks/runsHooks/useRetrieveRunUsageSuspense.d.ts +63 -0
- package/hooks/sourcesHooks/index.d.ts +28 -0
- package/hooks/sourcesHooks/useCreateSource.d.ts +37 -0
- package/hooks/sourcesHooks/useDeleteFileFromSource.d.ts +39 -0
- package/hooks/sourcesHooks/useDeleteSource.d.ts +37 -0
- package/hooks/sourcesHooks/useGetSourceIdByName.d.ts +63 -0
- package/hooks/sourcesHooks/useGetSourceIdByNameSuspense.d.ts +63 -0
- package/hooks/sourcesHooks/useListSourceFiles.d.ts +63 -0
- package/hooks/sourcesHooks/useListSourceFilesSuspense.d.ts +63 -0
- package/hooks/sourcesHooks/useListSourcePassages.d.ts +63 -0
- package/hooks/sourcesHooks/useListSourcePassagesSuspense.d.ts +63 -0
- package/hooks/sourcesHooks/useListSources.d.ts +51 -0
- package/hooks/sourcesHooks/useListSourcesSuspense.d.ts +51 -0
- package/hooks/sourcesHooks/useRetrieveSource.d.ts +63 -0
- package/hooks/sourcesHooks/useRetrieveSourceSuspense.d.ts +63 -0
- package/hooks/sourcesHooks/useUploadFileToSource.d.ts +39 -0
- package/hooks/stepsHooks/index.d.ts +8 -0
- package/hooks/stepsHooks/useListSteps.d.ts +51 -0
- package/hooks/stepsHooks/useListStepsSuspense.d.ts +51 -0
- package/hooks/stepsHooks/useRetrieveStep.d.ts +63 -0
- package/hooks/stepsHooks/useRetrieveStepSuspense.d.ts +63 -0
- package/hooks/tagHooks/index.d.ts +4 -0
- package/hooks/tagHooks/useListTags.d.ts +51 -0
- package/hooks/tagHooks/useListTagsSuspense.d.ts +51 -0
- package/hooks/templatesHooks/index.d.ts +2 -0
- package/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.d.ts +41 -0
- package/hooks/templatesHooks/useTemplates/index.d.ts +2 -0
- package/hooks/toolsHooks/index.d.ts +42 -0
- package/hooks/toolsHooks/useAddBaseTools.d.ts +33 -0
- package/hooks/toolsHooks/useAddComposioTool.d.ts +37 -0
- package/hooks/toolsHooks/useAddMcpServer.d.ts +37 -0
- package/hooks/toolsHooks/useAddMcpTool.d.ts +39 -0
- package/hooks/toolsHooks/useCreateTool.d.ts +37 -0
- package/hooks/toolsHooks/useDeleteMcpServer.d.ts +37 -0
- package/hooks/toolsHooks/useDeleteTool.d.ts +37 -0
- package/hooks/toolsHooks/useListComposioActionsByApp.d.ts +63 -0
- package/hooks/toolsHooks/useListComposioActionsByAppSuspense.d.ts +63 -0
- package/hooks/toolsHooks/useListComposioApps.d.ts +51 -0
- package/hooks/toolsHooks/useListComposioAppsSuspense.d.ts +51 -0
- package/hooks/toolsHooks/useListMcpServers.d.ts +51 -0
- package/hooks/toolsHooks/useListMcpServersSuspense.d.ts +51 -0
- package/hooks/toolsHooks/useListMcpToolsByServer.d.ts +63 -0
- package/hooks/toolsHooks/useListMcpToolsByServerSuspense.d.ts +63 -0
- package/hooks/toolsHooks/useListTools.d.ts +51 -0
- package/hooks/toolsHooks/useListToolsSuspense.d.ts +51 -0
- package/hooks/toolsHooks/useRetrieveTool.d.ts +63 -0
- package/hooks/toolsHooks/useRetrieveToolSuspense.d.ts +63 -0
- package/hooks/toolsHooks/useRunToolFromSource.d.ts +37 -0
- package/hooks/toolsHooks/useUpsertTool.d.ts +37 -0
- package/hooks/voiceHooks/index.d.ts +2 -0
- package/hooks/voiceHooks/useCreateVoiceChatCompletions.d.ts +39 -0
- package/index.d.ts +602 -4
- package/index.js +10249 -4
- package/index.js.map +7 -0
- package/package.json +9 -3
- package/src/hooks/agentsHooks/index.ts +240 -0
- package/src/hooks/agentsHooks/useAgents/createTemplateFromAgent.ts +101 -0
- package/src/hooks/agentsHooks/useAgents/getAgentVariables.ts +131 -0
- package/src/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.ts +130 -0
- package/src/hooks/agentsHooks/useAgents/index.ts +38 -0
- package/src/hooks/agentsHooks/useAgents/migrateAgent.ts +109 -0
- package/src/hooks/agentsHooks/useAgents/searchDeployedAgents.ts +92 -0
- package/src/hooks/agentsHooks/useAgents/versionAgentTemplate.ts +113 -0
- package/src/hooks/agentsHooks/useCreateAgent.ts +92 -0
- package/src/hooks/agentsHooks/useCreateAgentMessageAsync.ts +101 -0
- package/src/hooks/agentsHooks/useCreateAgentMessageStream.ts +101 -0
- package/src/hooks/agentsHooks/useCreatePassage.ts +101 -0
- package/src/hooks/agentsHooks/useDeleteAgent.ts +85 -0
- package/src/hooks/agentsHooks/useDeletePassage.ts +95 -0
- package/src/hooks/agentsHooks/useExportAgentSerialized.ts +141 -0
- package/src/hooks/agentsHooks/useExportAgentSerializedSuspense.ts +142 -0
- package/src/hooks/agentsHooks/useImportAgentSerialized.ts +118 -0
- package/src/hooks/agentsHooks/useListAgentSources.ts +126 -0
- package/src/hooks/agentsHooks/useListAgentSourcesSuspense.ts +129 -0
- package/src/hooks/agentsHooks/useListAgentTools.ts +126 -0
- package/src/hooks/agentsHooks/useListAgentToolsSuspense.ts +128 -0
- package/src/hooks/agentsHooks/useListAgents.ts +122 -0
- package/src/hooks/agentsHooks/useListAgentsSuspense.ts +123 -0
- package/src/hooks/agentsHooks/useListCoreMemoryBlocks.ts +130 -0
- package/src/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.ts +130 -0
- package/src/hooks/agentsHooks/useListMessages.ts +135 -0
- package/src/hooks/agentsHooks/useListMessagesSuspense.ts +136 -0
- package/src/hooks/agentsHooks/useListPassages.ts +138 -0
- package/src/hooks/agentsHooks/useListPassagesSuspense.ts +139 -0
- package/src/hooks/agentsHooks/useRetrieveAgent.ts +123 -0
- package/src/hooks/agentsHooks/useRetrieveAgentContextWindow.ts +128 -0
- package/src/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.ts +128 -0
- package/src/hooks/agentsHooks/useRetrieveAgentMemory.ts +127 -0
- package/src/hooks/agentsHooks/useRetrieveAgentMemorySuspense.ts +127 -0
- package/src/hooks/agentsHooks/useRetrieveAgentSuspense.ts +125 -0
- package/src/hooks/agentsHooks/useRetrieveCoreMemoryBlock.ts +137 -0
- package/src/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.ts +139 -0
- package/src/hooks/agentsHooks/useSendMessage.ts +98 -0
- package/src/hooks/blocksHooks/index.ts +54 -0
- package/src/hooks/blocksHooks/useCreateBlock.ts +87 -0
- package/src/hooks/blocksHooks/useDeleteBlock.ts +83 -0
- package/src/hooks/blocksHooks/useListAgentsForBlock.ts +127 -0
- package/src/hooks/blocksHooks/useListAgentsForBlockSuspense.ts +129 -0
- package/src/hooks/blocksHooks/useListBlocks.ts +120 -0
- package/src/hooks/blocksHooks/useListBlocksSuspense.ts +121 -0
- package/src/hooks/blocksHooks/useRetrieveBlock.ts +121 -0
- package/src/hooks/blocksHooks/useRetrieveBlockSuspense.ts +123 -0
- package/src/hooks/clientSideAccessTokensHooks/index.ts +12 -0
- package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.ts +97 -0
- package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.ts +107 -0
- package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.ts +12 -0
- package/src/hooks/groupsHooks/index.ts +66 -0
- package/src/hooks/groupsHooks/useCreateGroup.ts +92 -0
- package/src/hooks/groupsHooks/useDeleteGroup.ts +85 -0
- package/src/hooks/groupsHooks/useListGroupMessages.ts +135 -0
- package/src/hooks/groupsHooks/useListGroupMessagesSuspense.ts +138 -0
- package/src/hooks/groupsHooks/useListGroups.ts +122 -0
- package/src/hooks/groupsHooks/useListGroupsSuspense.ts +123 -0
- package/src/hooks/groupsHooks/useRetrieveGroup.ts +123 -0
- package/src/hooks/groupsHooks/useRetrieveGroupSuspense.ts +125 -0
- package/src/hooks/groupsHooks/useSendGroupMessage.ts +101 -0
- package/src/hooks/groupsHooks/useSendGroupMessageStreaming.ts +101 -0
- package/src/hooks/healthHooks/index.ts +14 -0
- package/src/hooks/healthHooks/useHealthCheck.ts +104 -0
- package/src/hooks/healthHooks/useHealthCheckSuspense.ts +106 -0
- package/src/hooks/identitiesHooks/index.ts +52 -0
- package/src/hooks/identitiesHooks/useCreateIdentity.ts +100 -0
- package/src/hooks/identitiesHooks/useDeleteIdentity.ts +88 -0
- package/src/hooks/identitiesHooks/useListIdentities.ts +122 -0
- package/src/hooks/identitiesHooks/useListIdentitiesSuspense.ts +125 -0
- package/src/hooks/identitiesHooks/useRetrieveIdentity.ts +128 -0
- package/src/hooks/identitiesHooks/useRetrieveIdentitySuspense.ts +130 -0
- package/src/hooks/identitiesHooks/useUpsertIdentity.ts +100 -0
- package/src/hooks/identitiesHooks/useUpsertIdentityProperties.ts +99 -0
- package/src/hooks/index.ts +916 -0
- package/src/hooks/jobsHooks/index.ts +48 -0
- package/src/hooks/jobsHooks/useDeleteJob.ts +85 -0
- package/src/hooks/jobsHooks/useListActiveJobs.ts +116 -0
- package/src/hooks/jobsHooks/useListActiveJobsSuspense.ts +117 -0
- package/src/hooks/jobsHooks/useListJobs.ts +117 -0
- package/src/hooks/jobsHooks/useListJobsSuspense.ts +118 -0
- package/src/hooks/jobsHooks/useRetrieveJob.ts +122 -0
- package/src/hooks/jobsHooks/useRetrieveJobSuspense.ts +125 -0
- package/src/hooks/modelsHooks/index.ts +28 -0
- package/src/hooks/modelsHooks/useListEmbeddingModels.ts +113 -0
- package/src/hooks/modelsHooks/useListEmbeddingModelsSuspense.ts +113 -0
- package/src/hooks/modelsHooks/useListModels.ts +104 -0
- package/src/hooks/modelsHooks/useListModelsSuspense.ts +106 -0
- package/src/hooks/providersHooks/index.ts +26 -0
- package/src/hooks/providersHooks/useCreateProvider.ts +93 -0
- package/src/hooks/providersHooks/useDeleteProvider.ts +89 -0
- package/src/hooks/providersHooks/useListProviders.ts +122 -0
- package/src/hooks/providersHooks/useListProvidersSuspense.ts +125 -0
- package/src/hooks/runsHooks/index.ts +90 -0
- package/src/hooks/runsHooks/useDeleteRun.ts +85 -0
- package/src/hooks/runsHooks/useListActiveRuns.ts +122 -0
- package/src/hooks/runsHooks/useListActiveRunsSuspense.ts +125 -0
- package/src/hooks/runsHooks/useListRunMessages.ts +135 -0
- package/src/hooks/runsHooks/useListRunMessagesSuspense.ts +137 -0
- package/src/hooks/runsHooks/useListRunSteps.ts +135 -0
- package/src/hooks/runsHooks/useListRunStepsSuspense.ts +136 -0
- package/src/hooks/runsHooks/useListRuns.ts +117 -0
- package/src/hooks/runsHooks/useListRunsSuspense.ts +118 -0
- package/src/hooks/runsHooks/useRetrieveRun.ts +122 -0
- package/src/hooks/runsHooks/useRetrieveRunSuspense.ts +125 -0
- package/src/hooks/runsHooks/useRetrieveRunUsage.ts +123 -0
- package/src/hooks/runsHooks/useRetrieveRunUsageSuspense.ts +126 -0
- package/src/hooks/sourcesHooks/index.ts +94 -0
- package/src/hooks/sourcesHooks/useCreateSource.ts +91 -0
- package/src/hooks/sourcesHooks/useDeleteFileFromSource.ts +95 -0
- package/src/hooks/sourcesHooks/useDeleteSource.ts +87 -0
- package/src/hooks/sourcesHooks/useGetSourceIdByName.ts +130 -0
- package/src/hooks/sourcesHooks/useGetSourceIdByNameSuspense.ts +132 -0
- package/src/hooks/sourcesHooks/useListSourceFiles.ts +135 -0
- package/src/hooks/sourcesHooks/useListSourceFilesSuspense.ts +138 -0
- package/src/hooks/sourcesHooks/useListSourcePassages.ts +130 -0
- package/src/hooks/sourcesHooks/useListSourcePassagesSuspense.ts +132 -0
- package/src/hooks/sourcesHooks/useListSources.ts +109 -0
- package/src/hooks/sourcesHooks/useListSourcesSuspense.ts +113 -0
- package/src/hooks/sourcesHooks/useRetrieveSource.ts +126 -0
- package/src/hooks/sourcesHooks/useRetrieveSourceSuspense.ts +128 -0
- package/src/hooks/sourcesHooks/useUploadFileToSource.ts +117 -0
- package/src/hooks/stepsHooks/index.ts +28 -0
- package/src/hooks/stepsHooks/useListSteps.ts +117 -0
- package/src/hooks/stepsHooks/useListStepsSuspense.ts +118 -0
- package/src/hooks/stepsHooks/useRetrieveStep.ts +123 -0
- package/src/hooks/stepsHooks/useRetrieveStepSuspense.ts +125 -0
- package/src/hooks/tagHooks/index.ts +14 -0
- package/src/hooks/tagHooks/useListTags.ts +117 -0
- package/src/hooks/tagHooks/useListTagsSuspense.ts +118 -0
- package/src/hooks/templatesHooks/index.ts +6 -0
- package/src/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.ts +109 -0
- package/src/hooks/templatesHooks/useTemplates/index.ts +6 -0
- package/src/hooks/toolsHooks/index.ts +138 -0
- package/src/hooks/toolsHooks/useAddBaseTools.ts +85 -0
- package/src/hooks/toolsHooks/useAddComposioTool.ts +90 -0
- package/src/hooks/toolsHooks/useAddMcpServer.ts +92 -0
- package/src/hooks/toolsHooks/useAddMcpTool.ts +92 -0
- package/src/hooks/toolsHooks/useCreateTool.ts +89 -0
- package/src/hooks/toolsHooks/useDeleteMcpServer.ts +88 -0
- package/src/hooks/toolsHooks/useDeleteTool.ts +85 -0
- package/src/hooks/toolsHooks/useListComposioActionsByApp.ts +132 -0
- package/src/hooks/toolsHooks/useListComposioActionsByAppSuspense.ts +131 -0
- package/src/hooks/toolsHooks/useListComposioApps.ts +122 -0
- package/src/hooks/toolsHooks/useListComposioAppsSuspense.ts +124 -0
- package/src/hooks/toolsHooks/useListMcpServers.ts +122 -0
- package/src/hooks/toolsHooks/useListMcpServersSuspense.ts +123 -0
- package/src/hooks/toolsHooks/useListMcpToolsByServer.ts +130 -0
- package/src/hooks/toolsHooks/useListMcpToolsByServerSuspense.ts +131 -0
- package/src/hooks/toolsHooks/useListTools.ts +117 -0
- package/src/hooks/toolsHooks/useListToolsSuspense.ts +118 -0
- package/src/hooks/toolsHooks/useRetrieveTool.ts +123 -0
- package/src/hooks/toolsHooks/useRetrieveToolSuspense.ts +125 -0
- package/src/hooks/toolsHooks/useRunToolFromSource.ts +93 -0
- package/src/hooks/toolsHooks/useUpsertTool.ts +89 -0
- package/src/hooks/voiceHooks/index.ts +6 -0
- package/src/hooks/voiceHooks/useCreateVoiceChatCompletions.ts +104 -0
- package/src/index.ts +2084 -4
- package/src/schemas/HTTPValidationError.json +26 -0
- package/src/schemas/JSONSchema.json +19 -0
- package/src/schemas/LLMConfig.json +93 -0
- package/src/schemas/MCPServerType.json +6 -0
- package/src/schemas/MCPTool.json +20 -0
- package/src/schemas/SSEServerConfig.json +25 -0
- package/src/schemas/actionModel.json +93 -0
- package/src/schemas/actionParametersModel.json +27 -0
- package/src/schemas/actionResponseModel.json +27 -0
- package/src/schemas/agentEnvironmentVariable.json +62 -0
- package/src/schemas/agentSchema.json +562 -0
- package/src/schemas/agentState.json +995 -0
- package/src/schemas/agentType.json +7 -0
- package/src/schemas/appAuthScheme.json +95 -0
- package/src/schemas/appModel.json +159 -0
- package/src/schemas/assistantMessage.json +67 -0
- package/src/schemas/audio.json +7 -0
- package/src/schemas/authRequest.json +12 -0
- package/src/schemas/authResponse.json +19 -0
- package/src/schemas/authSchemeField.json +30 -0
- package/src/schemas/baseToolRuleSchema.json +10 -0
- package/src/schemas/block.json +67 -0
- package/src/schemas/blockUpdate.json +48 -0
- package/src/schemas/bodyImportAgentSerialized.json +9 -0
- package/src/schemas/bodyUploadFileToSource.json +9 -0
- package/src/schemas/chatCompletionAssistantMessageParam.json +103 -0
- package/src/schemas/chatCompletionAudioParam.json +35 -0
- package/src/schemas/chatCompletionContentPartImageParam.json +23 -0
- package/src/schemas/chatCompletionContentPartInputAudioParam.json +23 -0
- package/src/schemas/chatCompletionContentPartRefusalParam.json +10 -0
- package/src/schemas/chatCompletionContentPartTextParam.json +10 -0
- package/src/schemas/chatCompletionDeveloperMessageParam.json +29 -0
- package/src/schemas/chatCompletionFunctionCallOptionParam.json +7 -0
- package/src/schemas/chatCompletionFunctionMessageParam.json +14 -0
- package/src/schemas/chatCompletionMessageToolCall.json +22 -0
- package/src/schemas/chatCompletionMessageToolCallParam.json +20 -0
- package/src/schemas/chatCompletionNamedToolChoiceParam.json +16 -0
- package/src/schemas/chatCompletionPredictionContentParam.json +28 -0
- package/src/schemas/chatCompletionStreamOptionsParam.json +8 -0
- package/src/schemas/chatCompletionSystemMessageParam.json +29 -0
- package/src/schemas/chatCompletionToolMessageParam.json +29 -0
- package/src/schemas/chatCompletionToolParam.json +28 -0
- package/src/schemas/chatCompletionUserMessageParam.json +106 -0
- package/src/schemas/childToolRule.json +27 -0
- package/src/schemas/childToolRuleSchema.json +15 -0
- package/src/schemas/completionCreateParamsNonStreaming.json +797 -0
- package/src/schemas/completionCreateParamsStreaming.json +794 -0
- package/src/schemas/conditionalToolRule.json +38 -0
- package/src/schemas/conditionalToolRuleSchema.json +29 -0
- package/src/schemas/contextWindowOverview.json +491 -0
- package/src/schemas/continueToolRule.json +21 -0
- package/src/schemas/coreMemoryBlockSchema.json +38 -0
- package/src/schemas/createAgentRequest.json +883 -0
- package/src/schemas/createArchivalMemory.json +13 -0
- package/src/schemas/createBlock.json +49 -0
- package/src/schemas/dynamicManager.json +31 -0
- package/src/schemas/dynamicManagerUpdate.json +29 -0
- package/src/schemas/e2BSandboxConfig.json +26 -0
- package/src/schemas/embeddingConfig.json +76 -0
- package/src/schemas/file.json +19 -0
- package/src/schemas/fileFile.json +10 -0
- package/src/schemas/fileMetadata.json +74 -0
- package/src/schemas/functionCall.json +10 -0
- package/src/schemas/functionDefinitionInput.json +19 -0
- package/src/schemas/functionDefinitionOutput.json +25 -0
- package/src/schemas/functionOutput.json +11 -0
- package/src/schemas/functionTool.json +35 -0
- package/src/schemas/group.json +69 -0
- package/src/schemas/groupCreate.json +137 -0
- package/src/schemas/groupUpdate.json +140 -0
- package/src/schemas/health.json +11 -0
- package/src/schemas/hiddenReasoningMessage.json +35 -0
- package/src/schemas/identity.json +94 -0
- package/src/schemas/identityCreate.json +90 -0
- package/src/schemas/identityProperty.json +33 -0
- package/src/schemas/identityPropertyType.json +7 -0
- package/src/schemas/identityType.json +7 -0
- package/src/schemas/identityUpdate.json +90 -0
- package/src/schemas/identityUpsert.json +90 -0
- package/src/schemas/imageURL.json +14 -0
- package/src/schemas/initToolRule.json +21 -0
- package/src/schemas/inputAudio.json +10 -0
- package/src/schemas/job.json +82 -0
- package/src/schemas/jobStatus.json +15 -0
- package/src/schemas/jobType.json +6 -0
- package/src/schemas/lettaAssistantMessageContentUnion.json +31 -0
- package/src/schemas/lettaMessageContentUnion.json +184 -0
- package/src/schemas/lettaMessageUnion.json +382 -0
- package/src/schemas/lettaRequest.json +250 -0
- package/src/schemas/lettaRequestConfig.json +25 -0
- package/src/schemas/lettaResponse.json +860 -0
- package/src/schemas/lettaStreamingRequest.json +256 -0
- package/src/schemas/lettaUsageStatistics.json +411 -0
- package/src/schemas/lettaUserMessageContentUnion.json +31 -0
- package/src/schemas/localSandboxConfig.json +48 -0
- package/src/schemas/managerType.json +6 -0
- package/src/schemas/maxCountPerStepToolRule.json +26 -0
- package/src/schemas/maxCountPerStepToolRuleSchema.json +11 -0
- package/src/schemas/memory.json +87 -0
- package/src/schemas/message.json +336 -0
- package/src/schemas/messageCreate.json +219 -0
- package/src/schemas/messageRole.json +6 -0
- package/src/schemas/messageSchema.json +65 -0
- package/src/schemas/omittedReasoningContent.json +21 -0
- package/src/schemas/openaiTypesChatChatCompletionMessageToolCallParamFunction.json +10 -0
- package/src/schemas/openaiTypesChatChatCompletionNamedToolChoiceParamFunction.json +7 -0
- package/src/schemas/openaiTypesChatCompletionCreateParamsFunction.json +15 -0
- package/src/schemas/organization.json +35 -0
- package/src/schemas/organizationCreate.json +19 -0
- package/src/schemas/organizationUpdate.json +19 -0
- package/src/schemas/parameterProperties.json +13 -0
- package/src/schemas/parametersSchema.json +35 -0
- package/src/schemas/parentToolRule.json +27 -0
- package/src/schemas/passage.json +170 -0
- package/src/schemas/passageUpdate.json +169 -0
- package/src/schemas/pipRequirement.json +19 -0
- package/src/schemas/provider.json +32 -0
- package/src/schemas/providerCreate.json +19 -0
- package/src/schemas/providerUpdate.json +19 -0
- package/src/schemas/reasoningContent.json +31 -0
- package/src/schemas/reasoningMessage.json +37 -0
- package/src/schemas/redactedReasoningContent.json +21 -0
- package/src/schemas/responseFormatJSONObject.json +9 -0
- package/src/schemas/responseFormatJSONSchema.json +28 -0
- package/src/schemas/responseFormatText.json +9 -0
- package/src/schemas/roundRobinManager.json +19 -0
- package/src/schemas/roundRobinManagerUpdate.json +19 -0
- package/src/schemas/run.json +112 -0
- package/src/schemas/sandboxConfig.json +54 -0
- package/src/schemas/sandboxConfigCreate.json +89 -0
- package/src/schemas/sandboxConfigUpdate.json +89 -0
- package/src/schemas/sandboxEnvironmentVariable.json +62 -0
- package/src/schemas/sandboxEnvironmentVariableCreate.json +24 -0
- package/src/schemas/sandboxEnvironmentVariableUpdate.json +23 -0
- package/src/schemas/sandboxType.json +6 -0
- package/src/schemas/sleeptimeManager.json +25 -0
- package/src/schemas/sleeptimeManagerUpdate.json +24 -0
- package/src/schemas/source.json +141 -0
- package/src/schemas/sourceCreate.json +124 -0
- package/src/schemas/sourceUpdate.json +113 -0
- package/src/schemas/stdioServerConfig.json +39 -0
- package/src/schemas/step.json +440 -0
- package/src/schemas/supervisorManager.json +20 -0
- package/src/schemas/supervisorManagerUpdate.json +20 -0
- package/src/schemas/systemMessage.json +31 -0
- package/src/schemas/tagSchema.json +7 -0
- package/src/schemas/terminalToolRule.json +21 -0
- package/src/schemas/textContent.json +21 -0
- package/src/schemas/tool.json +100 -0
- package/src/schemas/toolCall.json +11 -0
- package/src/schemas/toolCallContent.json +32 -0
- package/src/schemas/toolCallDelta.json +19 -0
- package/src/schemas/toolCallMessage.json +61 -0
- package/src/schemas/toolCreate.json +54 -0
- package/src/schemas/toolEnvVarSchema.json +16 -0
- package/src/schemas/toolJSONSchema.json +56 -0
- package/src/schemas/toolReturn.json +30 -0
- package/src/schemas/toolReturnContent.json +30 -0
- package/src/schemas/toolReturnMessage.json +54 -0
- package/src/schemas/toolRunFromSource.json +52 -0
- package/src/schemas/toolSchema.json +99 -0
- package/src/schemas/toolType.json +15 -0
- package/src/schemas/toolUpdate.json +51 -0
- package/src/schemas/updateAgent.json +513 -0
- package/src/schemas/updateAssistantMessage.json +55 -0
- package/src/schemas/updateReasoningMessage.json +15 -0
- package/src/schemas/updateSystemMessage.json +19 -0
- package/src/schemas/updateUserMessage.json +55 -0
- package/src/schemas/usageStatistics.json +18 -0
- package/src/schemas/user.json +44 -0
- package/src/schemas/userCreate.json +14 -0
- package/src/schemas/userMessage.json +67 -0
- package/src/schemas/userUpdate.json +19 -0
- package/src/schemas/validationError.json +15 -0
- package/src/schemas/webSearchOptions.json +41 -0
- package/src/schemas/webSearchOptionsUserLocation.json +20 -0
- package/src/schemas/webSearchOptionsUserLocationApproximate.json +11 -0
- package/src/types/ActionModel.ts +56 -0
- package/src/types/ActionParametersModel.ts +26 -0
- package/src/types/ActionResponseModel.ts +26 -0
- package/src/types/AddBaseTools.ts +24 -0
- package/src/types/AddComposioTool.ts +32 -0
- package/src/types/AddMcpServer.ts +28 -0
- package/src/types/AddMcpTool.ts +36 -0
- package/src/types/AgentEnvironmentVariable.ts +48 -0
- package/src/types/AgentSchema.ts +93 -0
- package/src/types/AgentState.ts +152 -0
- package/src/types/AgentType.ts +17 -0
- package/src/types/AppAuthScheme.ts +49 -0
- package/src/types/AppModel.ts +60 -0
- package/src/types/AssistantMessage.ts +38 -0
- package/src/types/AttachCoreMemoryBlock.ts +36 -0
- package/src/types/AttachSourceToAgent.ts +36 -0
- package/src/types/AttachTool.ts +36 -0
- package/src/types/Audio.ts +11 -0
- package/src/types/AuthRequest.ts +12 -0
- package/src/types/AuthResponse.ts +16 -0
- package/src/types/AuthSchemeField.ts +35 -0
- package/src/types/BaseToolRuleSchema.ts +15 -0
- package/src/types/Block.ts +60 -0
- package/src/types/BlockUpdate.ts +43 -0
- package/src/types/BodyImportAgentSerialized.ts +11 -0
- package/src/types/BodyUploadFileToSource.ts +11 -0
- package/src/types/ChatCompletionAssistantMessageParam.ts +35 -0
- package/src/types/ChatCompletionAudioParam.ts +40 -0
- package/src/types/ChatCompletionContentPartImageParam.ts +17 -0
- package/src/types/ChatCompletionContentPartInputAudioParam.ts +17 -0
- package/src/types/ChatCompletionContentPartRefusalParam.ts +15 -0
- package/src/types/ChatCompletionContentPartTextParam.ts +15 -0
- package/src/types/ChatCompletionDeveloperMessageParam.ts +18 -0
- package/src/types/ChatCompletionFunctionCallOptionParam.ts +11 -0
- package/src/types/ChatCompletionFunctionMessageParam.ts +16 -0
- package/src/types/ChatCompletionMessageToolCall.ts +22 -0
- package/src/types/ChatCompletionMessageToolCallParam.ts +21 -0
- package/src/types/ChatCompletionNamedToolChoiceParam.ts +17 -0
- package/src/types/ChatCompletionPredictionContentParam.ts +14 -0
- package/src/types/ChatCompletionStreamOptionsParam.ts +11 -0
- package/src/types/ChatCompletionSystemMessageParam.ts +18 -0
- package/src/types/ChatCompletionToolMessageParam.ts +18 -0
- package/src/types/ChatCompletionToolParam.ts +17 -0
- package/src/types/ChatCompletionUserMessageParam.ts +28 -0
- package/src/types/ChildToolRule.ts +25 -0
- package/src/types/ChildToolRuleSchema.ts +19 -0
- package/src/types/CompletionCreateParamsNonStreaming.ts +185 -0
- package/src/types/CompletionCreateParamsStreaming.ts +188 -0
- package/src/types/ConditionalToolRule.ts +37 -0
- package/src/types/ConditionalToolRuleSchema.ts +26 -0
- package/src/types/ContextWindowOverview.ts +96 -0
- package/src/types/ContinueToolRule.ts +20 -0
- package/src/types/CoreMemoryBlockSchema.ts +36 -0
- package/src/types/CreateAgent.ts +33 -0
- package/src/types/CreateAgentMessageAsync.ts +37 -0
- package/src/types/CreateAgentMessageStream.ts +36 -0
- package/src/types/CreateAgentRequest.ts +197 -0
- package/src/types/CreateArchivalMemory.ts +12 -0
- package/src/types/CreateBlock.ts +69 -0
- package/src/types/CreateGroup.ts +33 -0
- package/src/types/CreateIdentity.ts +33 -0
- package/src/types/CreatePassage.ts +36 -0
- package/src/types/CreateProvider.ts +28 -0
- package/src/types/CreateSource.ts +28 -0
- package/src/types/CreateTool.ts +28 -0
- package/src/types/CreateVoiceChatCompletions.ts +44 -0
- package/src/types/DeleteAgent.ts +31 -0
- package/src/types/DeleteBlock.ts +32 -0
- package/src/types/DeleteFileFromSource.ts +35 -0
- package/src/types/DeleteGroup.ts +31 -0
- package/src/types/DeleteIdentity.ts +31 -0
- package/src/types/DeleteJob.ts +32 -0
- package/src/types/DeleteMcpServer.ts +33 -0
- package/src/types/DeletePassage.ts +35 -0
- package/src/types/DeleteProvider.ts +32 -0
- package/src/types/DeleteRun.ts +32 -0
- package/src/types/DeleteSource.ts +31 -0
- package/src/types/DeleteTool.ts +31 -0
- package/src/types/DetachCoreMemoryBlock.ts +36 -0
- package/src/types/DetachSourceFromAgent.ts +36 -0
- package/src/types/DetachTool.ts +36 -0
- package/src/types/DynamicManager.ts +21 -0
- package/src/types/DynamicManagerUpdate.ts +15 -0
- package/src/types/E2BSandboxConfig.ts +21 -0
- package/src/types/EmbeddingConfig.ts +75 -0
- package/src/types/ExportAgentSerialized.ts +35 -0
- package/src/types/File.ts +17 -0
- package/src/types/FileFile.ts +19 -0
- package/src/types/FileMetadata.ts +59 -0
- package/src/types/FunctionCall.ts +15 -0
- package/src/types/FunctionDefinitionInput.ts +22 -0
- package/src/types/FunctionDefinitionOutput.ts +17 -0
- package/src/types/FunctionOutput.ts +16 -0
- package/src/types/FunctionTool.ts +18 -0
- package/src/types/GetSourceIdByName.ts +31 -0
- package/src/types/Group.ts +36 -0
- package/src/types/GroupCreate.ts +32 -0
- package/src/types/GroupUpdate.ts +23 -0
- package/src/types/HTTPValidationError.ts +13 -0
- package/src/types/Health.ts +18 -0
- package/src/types/HealthCheck.ts +18 -0
- package/src/types/HiddenReasoningMessage.ts +45 -0
- package/src/types/Identity.ts +49 -0
- package/src/types/IdentityCreate.ts +40 -0
- package/src/types/IdentityProperty.ts +32 -0
- package/src/types/IdentityPropertyType.ts +19 -0
- package/src/types/IdentityType.ts +18 -0
- package/src/types/IdentityUpdate.ts +34 -0
- package/src/types/IdentityUpsert.ts +40 -0
- package/src/types/ImageURL.ts +24 -0
- package/src/types/ImportAgentSerialized.ts +54 -0
- package/src/types/InitToolRule.ts +20 -0
- package/src/types/InputAudio.ts +23 -0
- package/src/types/JSONSchema.ts +22 -0
- package/src/types/Job.ts +53 -0
- package/src/types/JobStatus.ts +21 -0
- package/src/types/JobType.ts +13 -0
- package/src/types/LLMConfig.ts +93 -0
- package/src/types/LettaAssistantMessageContentUnion.ts +17 -0
- package/src/types/LettaMessageContentUnion.ts +43 -0
- package/src/types/LettaMessageUnion.ts +48 -0
- package/src/types/LettaRequest.ts +32 -0
- package/src/types/LettaRequestConfig.ts +25 -0
- package/src/types/LettaResponse.ts +22 -0
- package/src/types/LettaStreamingRequest.ts +38 -0
- package/src/types/LettaUsageStatistics.ts +49 -0
- package/src/types/LettaUserMessageContentUnion.ts +17 -0
- package/src/types/ListActiveJobs.ts +24 -0
- package/src/types/ListActiveRuns.ts +32 -0
- package/src/types/ListAgentSources.ts +32 -0
- package/src/types/ListAgentTools.ts +32 -0
- package/src/types/ListAgents.ts +89 -0
- package/src/types/ListAgentsForBlock.ts +32 -0
- package/src/types/ListBlocks.ts +50 -0
- package/src/types/ListComposioActionsByApp.ts +32 -0
- package/src/types/ListComposioApps.ts +29 -0
- package/src/types/ListCoreMemoryBlocks.ts +32 -0
- package/src/types/ListEmbeddingModels.ts +18 -0
- package/src/types/ListGroupMessages.ts +68 -0
- package/src/types/ListGroups.ts +49 -0
- package/src/types/ListIdentities.ts +39 -0
- package/src/types/ListJobs.ts +32 -0
- package/src/types/ListMcpServers.ts +32 -0
- package/src/types/ListMcpToolsByServer.ts +32 -0
- package/src/types/ListMessages.ts +72 -0
- package/src/types/ListModels.ts +18 -0
- package/src/types/ListPassages.ts +57 -0
- package/src/types/ListProviders.ts +33 -0
- package/src/types/ListRunMessages.ts +60 -0
- package/src/types/ListRunSteps.ts +55 -0
- package/src/types/ListRuns.ts +32 -0
- package/src/types/ListSourceFiles.ts +46 -0
- package/src/types/ListSourcePassages.ts +32 -0
- package/src/types/ListSources.ts +24 -0
- package/src/types/ListSteps.ts +62 -0
- package/src/types/ListTags.ts +33 -0
- package/src/types/ListTools.ts +34 -0
- package/src/types/LocalSandboxConfig.ts +30 -0
- package/src/types/MCPServerType.ts +14 -0
- package/src/types/MCPTool.ts +22 -0
- package/src/types/ManagerType.ts +17 -0
- package/src/types/MaxCountPerStepToolRule.ts +25 -0
- package/src/types/MaxCountPerStepToolRuleSchema.ts +19 -0
- package/src/types/Memory.ts +23 -0
- package/src/types/Message.ts +96 -0
- package/src/types/MessageCreate.ts +37 -0
- package/src/types/MessageRole.ts +17 -0
- package/src/types/MessageSchema.ts +37 -0
- package/src/types/ModifyAgent.ts +36 -0
- package/src/types/ModifyBlock.ts +36 -0
- package/src/types/ModifyCoreMemoryBlock.ts +40 -0
- package/src/types/ModifyGroup.ts +41 -0
- package/src/types/ModifyGroupMessage.ts +60 -0
- package/src/types/ModifyMessage.ts +60 -0
- package/src/types/ModifyPassage.ts +40 -0
- package/src/types/ModifyProvider.ts +28 -0
- package/src/types/ModifySource.ts +36 -0
- package/src/types/ModifyTool.ts +36 -0
- package/src/types/OmittedReasoningContent.ts +25 -0
- package/src/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.ts +15 -0
- package/src/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.ts +11 -0
- package/src/types/OpenaiTypesChatCompletionCreateParamsFunction.ts +21 -0
- package/src/types/Organization.ts +29 -0
- package/src/types/OrganizationCreate.ts +16 -0
- package/src/types/OrganizationUpdate.ts +16 -0
- package/src/types/ParameterProperties.ts +12 -0
- package/src/types/ParametersSchema.ts +23 -0
- package/src/types/ParentToolRule.ts +25 -0
- package/src/types/Passage.ts +73 -0
- package/src/types/PassageUpdate.ts +67 -0
- package/src/types/PipRequirement.ts +17 -0
- package/src/types/Provider.ts +24 -0
- package/src/types/ProviderCreate.ts +17 -0
- package/src/types/ProviderUpdate.ts +17 -0
- package/src/types/ReasoningContent.ts +34 -0
- package/src/types/ReasoningMessage.ts +50 -0
- package/src/types/RedactedReasoningContent.ts +25 -0
- package/src/types/ResetGroupMessages.ts +31 -0
- package/src/types/ResetMessages.ts +42 -0
- package/src/types/ResponseFormatJSONObject.ts +11 -0
- package/src/types/ResponseFormatJSONSchema.ts +17 -0
- package/src/types/ResponseFormatText.ts +11 -0
- package/src/types/RetrieveAgent.ts +32 -0
- package/src/types/RetrieveAgentContextWindow.ts +33 -0
- package/src/types/RetrieveAgentMemory.ts +32 -0
- package/src/types/RetrieveBlock.ts +32 -0
- package/src/types/RetrieveCoreMemoryBlock.ts +36 -0
- package/src/types/RetrieveGroup.ts +32 -0
- package/src/types/RetrieveIdentity.ts +32 -0
- package/src/types/RetrieveJob.ts +32 -0
- package/src/types/RetrieveRun.ts +32 -0
- package/src/types/RetrieveRunUsage.ts +32 -0
- package/src/types/RetrieveSource.ts +32 -0
- package/src/types/RetrieveStep.ts +32 -0
- package/src/types/RetrieveTool.ts +32 -0
- package/src/types/RoundRobinManager.ts +13 -0
- package/src/types/RoundRobinManagerUpdate.ts +13 -0
- package/src/types/Run.ts +58 -0
- package/src/types/RunToolFromSource.ts +28 -0
- package/src/types/SSEServerConfig.ts +23 -0
- package/src/types/SandboxConfig.ts +42 -0
- package/src/types/SandboxConfigCreate.ts +14 -0
- package/src/types/SandboxConfigUpdate.ts +17 -0
- package/src/types/SandboxEnvironmentVariable.ts +48 -0
- package/src/types/SandboxEnvironmentVariableCreate.ts +21 -0
- package/src/types/SandboxEnvironmentVariableUpdate.ts +19 -0
- package/src/types/SandboxType.ts +14 -0
- package/src/types/SendGroupMessage.ts +36 -0
- package/src/types/SendGroupMessageStreaming.ts +36 -0
- package/src/types/SendMessage.ts +36 -0
- package/src/types/SleeptimeManager.ts +17 -0
- package/src/types/SleeptimeManagerUpdate.ts +14 -0
- package/src/types/Source.ts +53 -0
- package/src/types/SourceCreate.ts +39 -0
- package/src/types/SourceUpdate.ts +30 -0
- package/src/types/StdioServerConfig.ts +34 -0
- package/src/types/Step.ts +82 -0
- package/src/types/SupervisorManager.ts +16 -0
- package/src/types/SupervisorManagerUpdate.ts +13 -0
- package/src/types/SystemMessage.ts +37 -0
- package/src/types/TagSchema.ts +11 -0
- package/src/types/TerminalToolRule.ts +20 -0
- package/src/types/TextContent.ts +25 -0
- package/src/types/Tool.ts +75 -0
- package/src/types/ToolCall.ts +19 -0
- package/src/types/ToolCallContent.ts +38 -0
- package/src/types/ToolCallDelta.ts +10 -0
- package/src/types/ToolCallMessage.ts +36 -0
- package/src/types/ToolCreate.ts +45 -0
- package/src/types/ToolEnvVarSchema.ts +24 -0
- package/src/types/ToolJSONSchema.ts +23 -0
- package/src/types/ToolReturn.ts +28 -0
- package/src/types/ToolReturnContent.ts +28 -0
- package/src/types/ToolReturnMessage.ts +54 -0
- package/src/types/ToolRunFromSource.ts +46 -0
- package/src/types/ToolSchema.ts +50 -0
- package/src/types/ToolType.ts +19 -0
- package/src/types/ToolUpdate.ts +39 -0
- package/src/types/UpdateAgent.ts +115 -0
- package/src/types/UpdateAssistantMessage.ts +18 -0
- package/src/types/UpdateIdentity.ts +36 -0
- package/src/types/UpdateReasoningMessage.ts +16 -0
- package/src/types/UpdateSystemMessage.ts +17 -0
- package/src/types/UpdateUserMessage.ts +18 -0
- package/src/types/UploadFileToSource.ts +36 -0
- package/src/types/UpsertIdentity.ts +33 -0
- package/src/types/UpsertIdentityProperties.ts +36 -0
- package/src/types/UpsertTool.ts +28 -0
- package/src/types/UsageStatistics.ts +22 -0
- package/src/types/User.ts +35 -0
- package/src/types/UserCreate.ts +12 -0
- package/src/types/UserMessage.ts +38 -0
- package/src/types/UserUpdate.ts +16 -0
- package/src/types/ValidationError.ts +19 -0
- package/src/types/WebSearchOptions.ts +23 -0
- package/src/types/WebSearchOptionsUserLocation.ts +17 -0
- package/src/types/WebSearchOptionsUserLocationApproximate.ts +23 -0
- package/src/types/agents/CreateTemplateFromAgent.ts +62 -0
- package/src/types/agents/GetAgentVariables.ts +48 -0
- package/src/types/agents/MigrateAgent.ts +113 -0
- package/src/types/agents/SearchDeployedAgents.ts +165 -0
- package/src/types/agents/VersionAgentTemplate.ts +84 -0
- package/src/types/agents/index.ts +79 -0
- package/src/types/clientSideAccessTokens/CreateClientSideAccessToken.ts +140 -0
- package/src/types/clientSideAccessTokens/DeleteClientSideAccessToken.ts +43 -0
- package/src/types/clientSideAccessTokens/index.ts +27 -0
- package/src/types/index.ts +1162 -0
- package/src/types/templates/CreateAgentsFromTemplate.ts +74 -0
- package/src/types/templates/index.ts +7 -0
- package/tsconfig.json +3 -1
- package/types/ActionModel.d.ts +54 -0
- package/types/ActionParametersModel.d.ts +25 -0
- package/types/ActionResponseModel.d.ts +25 -0
- package/types/AddBaseTools.d.ts +19 -0
- package/types/AddComposioTool.d.ts +26 -0
- package/types/AddMcpServer.d.ts +22 -0
- package/types/AddMcpTool.d.ts +30 -0
- package/types/AgentEnvironmentVariable.d.ts +47 -0
- package/types/AgentSchema.d.ts +86 -0
- package/types/AgentState.d.ts +140 -0
- package/types/AgentType.d.ts +14 -0
- package/types/AppAuthScheme.d.ts +44 -0
- package/types/AppModel.d.ts +56 -0
- package/types/AssistantMessage.d.ts +33 -0
- package/types/AttachCoreMemoryBlock.d.ts +30 -0
- package/types/AttachSourceToAgent.d.ts +30 -0
- package/types/AttachTool.d.ts +30 -0
- package/types/Audio.d.ts +10 -0
- package/types/AuthRequest.d.ts +11 -0
- package/types/AuthResponse.d.ts +15 -0
- package/types/AuthSchemeField.d.ts +34 -0
- package/types/BaseToolRuleSchema.d.ts +14 -0
- package/types/Block.d.ts +59 -0
- package/types/BlockUpdate.d.ts +42 -0
- package/types/BodyImportAgentSerialized.d.ts +10 -0
- package/types/BodyUploadFileToSource.d.ts +10 -0
- package/types/ChatCompletionAssistantMessageParam.d.ts +27 -0
- package/types/ChatCompletionAudioParam.d.ts +33 -0
- package/types/ChatCompletionContentPartImageParam.d.ts +15 -0
- package/types/ChatCompletionContentPartInputAudioParam.d.ts +15 -0
- package/types/ChatCompletionContentPartRefusalParam.d.ts +14 -0
- package/types/ChatCompletionContentPartTextParam.d.ts +14 -0
- package/types/ChatCompletionDeveloperMessageParam.d.ts +16 -0
- package/types/ChatCompletionFunctionCallOptionParam.d.ts +10 -0
- package/types/ChatCompletionFunctionMessageParam.d.ts +15 -0
- package/types/ChatCompletionMessageToolCall.d.ts +20 -0
- package/types/ChatCompletionMessageToolCallParam.d.ts +19 -0
- package/types/ChatCompletionNamedToolChoiceParam.d.ts +15 -0
- package/types/ChatCompletionPredictionContentParam.d.ts +12 -0
- package/types/ChatCompletionStreamOptionsParam.d.ts +10 -0
- package/types/ChatCompletionSystemMessageParam.d.ts +16 -0
- package/types/ChatCompletionToolMessageParam.d.ts +16 -0
- package/types/ChatCompletionToolParam.d.ts +15 -0
- package/types/ChatCompletionUserMessageParam.d.ts +19 -0
- package/types/ChildToolRule.d.ts +24 -0
- package/types/ChildToolRuleSchema.d.ts +18 -0
- package/types/CompletionCreateParamsNonStreaming.d.ts +149 -0
- package/types/CompletionCreateParamsStreaming.d.ts +152 -0
- package/types/ConditionalToolRule.d.ts +36 -0
- package/types/ConditionalToolRuleSchema.d.ts +25 -0
- package/types/ContextWindowOverview.d.ts +94 -0
- package/types/ContinueToolRule.d.ts +19 -0
- package/types/CoreMemoryBlockSchema.d.ts +35 -0
- package/types/CreateAgent.d.ts +26 -0
- package/types/CreateAgentMessageAsync.d.ts +29 -0
- package/types/CreateAgentMessageStream.d.ts +28 -0
- package/types/CreateAgentRequest.d.ts +185 -0
- package/types/CreateArchivalMemory.d.ts +11 -0
- package/types/CreateBlock.d.ts +62 -0
- package/types/CreateGroup.d.ts +26 -0
- package/types/CreateIdentity.d.ts +26 -0
- package/types/CreatePassage.d.ts +29 -0
- package/types/CreateProvider.d.ts +22 -0
- package/types/CreateSource.d.ts +22 -0
- package/types/CreateTool.d.ts +22 -0
- package/types/CreateVoiceChatCompletions.d.ts +33 -0
- package/types/DeleteAgent.d.ts +25 -0
- package/types/DeleteBlock.d.ts +26 -0
- package/types/DeleteFileFromSource.d.ts +29 -0
- package/types/DeleteGroup.d.ts +25 -0
- package/types/DeleteIdentity.d.ts +25 -0
- package/types/DeleteJob.d.ts +26 -0
- package/types/DeleteMcpServer.d.ts +27 -0
- package/types/DeletePassage.d.ts +29 -0
- package/types/DeleteProvider.d.ts +26 -0
- package/types/DeleteRun.d.ts +26 -0
- package/types/DeleteSource.d.ts +25 -0
- package/types/DeleteTool.d.ts +25 -0
- package/types/DetachCoreMemoryBlock.d.ts +30 -0
- package/types/DetachSourceFromAgent.d.ts +30 -0
- package/types/DetachTool.d.ts +30 -0
- package/types/DynamicManager.d.ts +20 -0
- package/types/DynamicManagerUpdate.d.ts +14 -0
- package/types/E2BSandboxConfig.d.ts +20 -0
- package/types/EmbeddingConfig.d.ts +71 -0
- package/types/ExportAgentSerialized.d.ts +28 -0
- package/types/File.d.ts +15 -0
- package/types/FileFile.d.ts +18 -0
- package/types/FileMetadata.d.ts +58 -0
- package/types/FunctionCall.d.ts +14 -0
- package/types/FunctionDefinitionInput.d.ts +21 -0
- package/types/FunctionDefinitionOutput.d.ts +16 -0
- package/types/FunctionOutput.d.ts +15 -0
- package/types/FunctionTool.d.ts +16 -0
- package/types/GetSourceIdByName.d.ts +25 -0
- package/types/Group.d.ts +34 -0
- package/types/GroupCreate.d.ts +26 -0
- package/types/GroupUpdate.d.ts +14 -0
- package/types/HTTPValidationError.d.ts +11 -0
- package/types/Health.d.ts +17 -0
- package/types/HealthCheck.d.ts +14 -0
- package/types/HiddenReasoningMessage.d.ts +38 -0
- package/types/Identity.d.ts +47 -0
- package/types/IdentityCreate.d.ts +38 -0
- package/types/IdentityProperty.d.ts +25 -0
- package/types/IdentityPropertyType.d.ts +15 -0
- package/types/IdentityType.d.ts +14 -0
- package/types/IdentityUpdate.d.ts +32 -0
- package/types/IdentityUpsert.d.ts +38 -0
- package/types/ImageURL.d.ts +20 -0
- package/types/ImportAgentSerialized.d.ts +47 -0
- package/types/InitToolRule.d.ts +19 -0
- package/types/InputAudio.d.ts +19 -0
- package/types/JSONSchema.d.ts +21 -0
- package/types/Job.d.ts +51 -0
- package/types/JobStatus.d.ts +18 -0
- package/types/JobType.d.ts +10 -0
- package/types/LLMConfig.d.ts +89 -0
- package/types/LettaAssistantMessageContentUnion.d.ts +12 -0
- package/types/LettaMessageContentUnion.d.ts +32 -0
- package/types/LettaMessageUnion.d.ts +36 -0
- package/types/LettaRequest.d.ts +30 -0
- package/types/LettaRequestConfig.d.ts +24 -0
- package/types/LettaResponse.d.ts +20 -0
- package/types/LettaStreamingRequest.d.ts +36 -0
- package/types/LettaUsageStatistics.d.ts +47 -0
- package/types/LettaUserMessageContentUnion.d.ts +12 -0
- package/types/ListActiveJobs.d.ts +19 -0
- package/types/ListActiveRuns.d.ts +26 -0
- package/types/ListAgentSources.d.ts +26 -0
- package/types/ListAgentTools.d.ts +26 -0
- package/types/ListAgents.d.ts +83 -0
- package/types/ListAgentsForBlock.d.ts +26 -0
- package/types/ListBlocks.d.ts +44 -0
- package/types/ListComposioActionsByApp.d.ts +26 -0
- package/types/ListComposioApps.d.ts +23 -0
- package/types/ListCoreMemoryBlocks.d.ts +26 -0
- package/types/ListEmbeddingModels.d.ts +14 -0
- package/types/ListGroupMessages.d.ts +61 -0
- package/types/ListGroups.d.ts +43 -0
- package/types/ListIdentities.d.ts +33 -0
- package/types/ListJobs.d.ts +26 -0
- package/types/ListMcpServers.d.ts +26 -0
- package/types/ListMcpToolsByServer.d.ts +26 -0
- package/types/ListMessages.d.ts +65 -0
- package/types/ListModels.d.ts +14 -0
- package/types/ListPassages.d.ts +50 -0
- package/types/ListProviders.d.ts +27 -0
- package/types/ListRunMessages.d.ts +53 -0
- package/types/ListRunSteps.d.ts +48 -0
- package/types/ListRuns.d.ts +26 -0
- package/types/ListSourceFiles.d.ts +39 -0
- package/types/ListSourcePassages.d.ts +26 -0
- package/types/ListSources.d.ts +19 -0
- package/types/ListSteps.d.ts +56 -0
- package/types/ListTags.d.ts +27 -0
- package/types/ListTools.d.ts +28 -0
- package/types/LocalSandboxConfig.d.ts +28 -0
- package/types/MCPServerType.d.ts +10 -0
- package/types/MCPTool.d.ts +21 -0
- package/types/ManagerType.d.ts +13 -0
- package/types/MaxCountPerStepToolRule.d.ts +24 -0
- package/types/MaxCountPerStepToolRuleSchema.d.ts +18 -0
- package/types/Memory.d.ts +21 -0
- package/types/Message.d.ts +85 -0
- package/types/MessageCreate.d.ts +32 -0
- package/types/MessageRole.d.ts +13 -0
- package/types/MessageSchema.d.ts +35 -0
- package/types/ModifyAgent.d.ts +29 -0
- package/types/ModifyBlock.d.ts +29 -0
- package/types/ModifyCoreMemoryBlock.d.ts +33 -0
- package/types/ModifyGroup.d.ts +33 -0
- package/types/ModifyGroupMessage.d.ts +42 -0
- package/types/ModifyMessage.d.ts +42 -0
- package/types/ModifyPassage.d.ts +33 -0
- package/types/ModifyProvider.d.ts +22 -0
- package/types/ModifySource.d.ts +29 -0
- package/types/ModifyTool.d.ts +29 -0
- package/types/OmittedReasoningContent.d.ts +21 -0
- package/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.d.ts +14 -0
- package/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +10 -0
- package/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +20 -0
- package/types/Organization.d.ts +28 -0
- package/types/OrganizationCreate.d.ts +15 -0
- package/types/OrganizationUpdate.d.ts +15 -0
- package/types/ParameterProperties.d.ts +11 -0
- package/types/ParametersSchema.d.ts +21 -0
- package/types/ParentToolRule.d.ts +24 -0
- package/types/Passage.d.ts +71 -0
- package/types/PassageUpdate.d.ts +65 -0
- package/types/PipRequirement.d.ts +16 -0
- package/types/Provider.d.ts +23 -0
- package/types/ProviderCreate.d.ts +16 -0
- package/types/ProviderUpdate.d.ts +16 -0
- package/types/ReasoningContent.d.ts +30 -0
- package/types/ReasoningMessage.d.ts +43 -0
- package/types/RedactedReasoningContent.d.ts +21 -0
- package/types/ResetGroupMessages.d.ts +25 -0
- package/types/ResetMessages.d.ts +35 -0
- package/types/ResponseFormatJSONObject.d.ts +10 -0
- package/types/ResponseFormatJSONSchema.d.ts +15 -0
- package/types/ResponseFormatText.d.ts +10 -0
- package/types/RetrieveAgent.d.ts +26 -0
- package/types/RetrieveAgentContextWindow.d.ts +26 -0
- package/types/RetrieveAgentMemory.d.ts +26 -0
- package/types/RetrieveBlock.d.ts +26 -0
- package/types/RetrieveCoreMemoryBlock.d.ts +30 -0
- package/types/RetrieveGroup.d.ts +26 -0
- package/types/RetrieveIdentity.d.ts +26 -0
- package/types/RetrieveJob.d.ts +26 -0
- package/types/RetrieveRun.d.ts +26 -0
- package/types/RetrieveRunUsage.d.ts +26 -0
- package/types/RetrieveSource.d.ts +26 -0
- package/types/RetrieveStep.d.ts +26 -0
- package/types/RetrieveTool.d.ts +26 -0
- package/types/RoundRobinManager.d.ts +12 -0
- package/types/RoundRobinManagerUpdate.d.ts +12 -0
- package/types/Run.d.ts +56 -0
- package/types/RunToolFromSource.d.ts +22 -0
- package/types/SSEServerConfig.d.ts +21 -0
- package/types/SandboxConfig.d.ts +40 -0
- package/types/SandboxConfigCreate.d.ts +12 -0
- package/types/SandboxConfigUpdate.d.ts +15 -0
- package/types/SandboxEnvironmentVariable.d.ts +47 -0
- package/types/SandboxEnvironmentVariableCreate.d.ts +20 -0
- package/types/SandboxEnvironmentVariableUpdate.d.ts +18 -0
- package/types/SandboxType.d.ts +10 -0
- package/types/SendGroupMessage.d.ts +29 -0
- package/types/SendGroupMessageStreaming.d.ts +28 -0
- package/types/SendMessage.d.ts +29 -0
- package/types/SleeptimeManager.d.ts +16 -0
- package/types/SleeptimeManagerUpdate.d.ts +13 -0
- package/types/Source.d.ts +51 -0
- package/types/SourceCreate.d.ts +37 -0
- package/types/SourceUpdate.d.ts +28 -0
- package/types/StdioServerConfig.d.ts +32 -0
- package/types/Step.d.ts +80 -0
- package/types/SupervisorManager.d.ts +15 -0
- package/types/SupervisorManagerUpdate.d.ts +12 -0
- package/types/SystemMessage.d.ts +33 -0
- package/types/TagSchema.d.ts +10 -0
- package/types/TerminalToolRule.d.ts +19 -0
- package/types/TextContent.d.ts +21 -0
- package/types/Tool.d.ts +73 -0
- package/types/ToolCall.d.ts +18 -0
- package/types/ToolCallContent.d.ts +34 -0
- package/types/ToolCallDelta.d.ts +9 -0
- package/types/ToolCallMessage.d.ts +31 -0
- package/types/ToolCreate.d.ts +44 -0
- package/types/ToolEnvVarSchema.d.ts +23 -0
- package/types/ToolJSONSchema.d.ts +21 -0
- package/types/ToolReturn.d.ts +24 -0
- package/types/ToolReturnContent.d.ts +27 -0
- package/types/ToolReturnMessage.d.ts +47 -0
- package/types/ToolRunFromSource.d.ts +45 -0
- package/types/ToolSchema.d.ts +48 -0
- package/types/ToolType.d.ts +16 -0
- package/types/ToolUpdate.d.ts +38 -0
- package/types/UpdateAgent.d.ts +103 -0
- package/types/UpdateAssistantMessage.d.ts +16 -0
- package/types/UpdateIdentity.d.ts +29 -0
- package/types/UpdateReasoningMessage.d.ts +15 -0
- package/types/UpdateSystemMessage.d.ts +16 -0
- package/types/UpdateUserMessage.d.ts +16 -0
- package/types/UploadFileToSource.d.ts +29 -0
- package/types/UpsertIdentity.d.ts +26 -0
- package/types/UpsertIdentityProperties.d.ts +28 -0
- package/types/UpsertTool.d.ts +22 -0
- package/types/UsageStatistics.d.ts +21 -0
- package/types/User.d.ts +34 -0
- package/types/UserCreate.d.ts +11 -0
- package/types/UserMessage.d.ts +33 -0
- package/types/UserUpdate.d.ts +15 -0
- package/types/ValidationError.d.ts +18 -0
- package/types/WebSearchOptions.d.ts +18 -0
- package/types/WebSearchOptionsUserLocation.d.ts +15 -0
- package/types/WebSearchOptionsUserLocationApproximate.d.ts +22 -0
- package/types/agents/CreateTemplateFromAgent.d.ts +52 -0
- package/types/agents/GetAgentVariables.d.ts +40 -0
- package/types/agents/MigrateAgent.d.ts +90 -0
- package/types/agents/SearchDeployedAgents.d.ts +130 -0
- package/types/agents/VersionAgentTemplate.d.ts +69 -0
- package/types/agents/index.d.ts +10 -0
- package/types/clientSideAccessTokens/CreateClientSideAccessToken.d.ts +120 -0
- package/types/clientSideAccessTokens/DeleteClientSideAccessToken.d.ts +35 -0
- package/types/clientSideAccessTokens/index.d.ts +3 -0
- package/types/index.d.ts +328 -0
- package/types/templates/CreateAgentsFromTemplate.d.ts +67 -0
- package/types/templates/index.d.ts +1 -0
- package/dist/hooks/useAgentMessages/useAgentMessages.d.ts +0 -27
- package/dist/hooks/useAgentMessages/useAgentMessages.js +0 -252
- package/dist/hooks/useAgentPassages/useAgentPassages.d.ts +0 -14
- package/dist/hooks/useAgentPassages/useAgentPassages.js +0 -46
- package/dist/hooks/useAgentState/useAgentState.d.ts +0 -16
- package/dist/hooks/useAgentState/useAgentState.js +0 -63
- package/dist/hooks/useCachedState/useCachedState.d.ts +0 -2
- package/dist/hooks/useCachedState/useCachedState.js +0 -19
- package/dist/hooks/useGlobalLettaConfig/useGlobalLettaConfig.d.ts +0 -17
- package/dist/hooks/useGlobalLettaConfig/useGlobalLettaConfig.js +0 -22
- package/dist/hooks/useLettaClient/useLettaClient.d.ts +0 -2
- package/dist/hooks/useLettaClient/useLettaClient.js +0 -8
- package/dist/types.d.ts +0 -5
- package/dist/types.js +0 -1
- package/examples/view-and-send-messages/package-lock.json +0 -1020
- package/examples/view-and-send-messages/package.json +0 -15
- package/examples/view-and-send-messages/src/App.css +0 -24
- package/examples/view-and-send-messages/src/App.tsx +0 -109
- package/examples/view-and-send-messages/src/client.tsx +0 -34
- package/examples/view-and-send-messages/src/index.html +0 -13
- package/examples/view-and-send-messages/tsconfig.json +0 -21
- package/examples/view-and-send-messages/vite.config.mts +0 -6
- package/hooks/useAgentMessages/useAgentMessages.d.ts +0 -27
- package/hooks/useAgentMessages/useAgentMessages.js +0 -252
- package/hooks/useAgentPassages/useAgentPassages.d.ts +0 -14
- package/hooks/useAgentPassages/useAgentPassages.js +0 -46
- package/hooks/useAgentState/useAgentState.d.ts +0 -16
- package/hooks/useAgentState/useAgentState.js +0 -63
- package/hooks/useCachedState/useCachedState.d.ts +0 -2
- package/hooks/useCachedState/useCachedState.js +0 -19
- package/hooks/useGlobalLettaConfig/useGlobalLettaConfig.d.ts +0 -17
- package/hooks/useGlobalLettaConfig/useGlobalLettaConfig.js +0 -22
- package/hooks/useLettaClient/useLettaClient.d.ts +0 -2
- package/hooks/useLettaClient/useLettaClient.js +0 -8
- package/src/hooks/useAgentMessages/useAgentMessages.ts +0 -394
- package/src/hooks/useAgentPassages/useAgentPassages.ts +0 -52
- package/src/hooks/useAgentState/useAgentState.ts +0 -72
- package/src/hooks/useCachedState/useCachedState.ts +0 -30
- package/src/hooks/useGlobalLettaConfig/useGlobalLettaConfig.tsx +0 -49
- package/src/hooks/useLettaClient/useLettaClient.ts +0 -17
- package/src/types.ts +0 -6
- package/types.d.ts +0 -5
- package/types.js +0 -1
@@ -0,0 +1,916 @@
|
|
1
|
+
export type { AgentsCreateTemplateFromAgentMutationKey } from './agentsHooks/useAgents/createTemplateFromAgent.ts';
|
2
|
+
export type { AgentsGetAgentVariablesQueryKey } from './agentsHooks/useAgents/getAgentVariables.ts';
|
3
|
+
export type { AgentsGetAgentVariablesSuspenseQueryKey } from './agentsHooks/useAgents/getAgentVariablesSuspense.ts';
|
4
|
+
export type { AgentsMigrateAgentMutationKey } from './agentsHooks/useAgents/migrateAgent.ts';
|
5
|
+
export type { AgentsSearchDeployedAgentsMutationKey } from './agentsHooks/useAgents/searchDeployedAgents.ts';
|
6
|
+
export type { AgentsVersionAgentTemplateMutationKey } from './agentsHooks/useAgents/versionAgentTemplate.ts';
|
7
|
+
export type { CreateAgentMutationKey } from './agentsHooks/useCreateAgent.ts';
|
8
|
+
export type { CreateAgentMessageAsyncMutationKey } from './agentsHooks/useCreateAgentMessageAsync.ts';
|
9
|
+
export type { CreateAgentMessageStreamMutationKey } from './agentsHooks/useCreateAgentMessageStream.ts';
|
10
|
+
export type { CreatePassageMutationKey } from './agentsHooks/useCreatePassage.ts';
|
11
|
+
export type { DeleteAgentMutationKey } from './agentsHooks/useDeleteAgent.ts';
|
12
|
+
export type { DeletePassageMutationKey } from './agentsHooks/useDeletePassage.ts';
|
13
|
+
export type { ExportAgentSerializedQueryKey } from './agentsHooks/useExportAgentSerialized.ts';
|
14
|
+
export type { ExportAgentSerializedSuspenseQueryKey } from './agentsHooks/useExportAgentSerializedSuspense.ts';
|
15
|
+
export type { ImportAgentSerializedMutationKey } from './agentsHooks/useImportAgentSerialized.ts';
|
16
|
+
export type { ListAgentsQueryKey } from './agentsHooks/useListAgents.ts';
|
17
|
+
export type { ListAgentSourcesQueryKey } from './agentsHooks/useListAgentSources.ts';
|
18
|
+
export type { ListAgentSourcesSuspenseQueryKey } from './agentsHooks/useListAgentSourcesSuspense.ts';
|
19
|
+
export type { ListAgentsSuspenseQueryKey } from './agentsHooks/useListAgentsSuspense.ts';
|
20
|
+
export type { ListAgentToolsQueryKey } from './agentsHooks/useListAgentTools.ts';
|
21
|
+
export type { ListAgentToolsSuspenseQueryKey } from './agentsHooks/useListAgentToolsSuspense.ts';
|
22
|
+
export type { ListCoreMemoryBlocksQueryKey } from './agentsHooks/useListCoreMemoryBlocks.ts';
|
23
|
+
export type { ListCoreMemoryBlocksSuspenseQueryKey } from './agentsHooks/useListCoreMemoryBlocksSuspense.ts';
|
24
|
+
export type { ListMessagesQueryKey } from './agentsHooks/useListMessages.ts';
|
25
|
+
export type { ListMessagesSuspenseQueryKey } from './agentsHooks/useListMessagesSuspense.ts';
|
26
|
+
export type { ListPassagesQueryKey } from './agentsHooks/useListPassages.ts';
|
27
|
+
export type { ListPassagesSuspenseQueryKey } from './agentsHooks/useListPassagesSuspense.ts';
|
28
|
+
export type { RetrieveAgentQueryKey } from './agentsHooks/useRetrieveAgent.ts';
|
29
|
+
export type { RetrieveAgentContextWindowQueryKey } from './agentsHooks/useRetrieveAgentContextWindow.ts';
|
30
|
+
export type { RetrieveAgentContextWindowSuspenseQueryKey } from './agentsHooks/useRetrieveAgentContextWindowSuspense.ts';
|
31
|
+
export type { RetrieveAgentMemoryQueryKey } from './agentsHooks/useRetrieveAgentMemory.ts';
|
32
|
+
export type { RetrieveAgentMemorySuspenseQueryKey } from './agentsHooks/useRetrieveAgentMemorySuspense.ts';
|
33
|
+
export type { RetrieveAgentSuspenseQueryKey } from './agentsHooks/useRetrieveAgentSuspense.ts';
|
34
|
+
export type { RetrieveCoreMemoryBlockQueryKey } from './agentsHooks/useRetrieveCoreMemoryBlock.ts';
|
35
|
+
export type { RetrieveCoreMemoryBlockSuspenseQueryKey } from './agentsHooks/useRetrieveCoreMemoryBlockSuspense.ts';
|
36
|
+
export type { SendMessageMutationKey } from './agentsHooks/useSendMessage.ts';
|
37
|
+
export type { CreateBlockMutationKey } from './blocksHooks/useCreateBlock.ts';
|
38
|
+
export type { DeleteBlockMutationKey } from './blocksHooks/useDeleteBlock.ts';
|
39
|
+
export type { ListAgentsForBlockQueryKey } from './blocksHooks/useListAgentsForBlock.ts';
|
40
|
+
export type { ListAgentsForBlockSuspenseQueryKey } from './blocksHooks/useListAgentsForBlockSuspense.ts';
|
41
|
+
export type { ListBlocksQueryKey } from './blocksHooks/useListBlocks.ts';
|
42
|
+
export type { ListBlocksSuspenseQueryKey } from './blocksHooks/useListBlocksSuspense.ts';
|
43
|
+
export type { RetrieveBlockQueryKey } from './blocksHooks/useRetrieveBlock.ts';
|
44
|
+
export type { RetrieveBlockSuspenseQueryKey } from './blocksHooks/useRetrieveBlockSuspense.ts';
|
45
|
+
export type { ClientSideAccessTokensCreateClientSideAccessTokenMutationKey } from './clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.ts';
|
46
|
+
export type { ClientSideAccessTokensDeleteClientSideAccessTokenMutationKey } from './clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.ts';
|
47
|
+
export type { CreateGroupMutationKey } from './groupsHooks/useCreateGroup.ts';
|
48
|
+
export type { DeleteGroupMutationKey } from './groupsHooks/useDeleteGroup.ts';
|
49
|
+
export type { ListGroupMessagesQueryKey } from './groupsHooks/useListGroupMessages.ts';
|
50
|
+
export type { ListGroupMessagesSuspenseQueryKey } from './groupsHooks/useListGroupMessagesSuspense.ts';
|
51
|
+
export type { ListGroupsQueryKey } from './groupsHooks/useListGroups.ts';
|
52
|
+
export type { ListGroupsSuspenseQueryKey } from './groupsHooks/useListGroupsSuspense.ts';
|
53
|
+
export type { RetrieveGroupQueryKey } from './groupsHooks/useRetrieveGroup.ts';
|
54
|
+
export type { RetrieveGroupSuspenseQueryKey } from './groupsHooks/useRetrieveGroupSuspense.ts';
|
55
|
+
export type { SendGroupMessageMutationKey } from './groupsHooks/useSendGroupMessage.ts';
|
56
|
+
export type { SendGroupMessageStreamingMutationKey } from './groupsHooks/useSendGroupMessageStreaming.ts';
|
57
|
+
export type { HealthCheckQueryKey } from './healthHooks/useHealthCheck.ts';
|
58
|
+
export type { HealthCheckSuspenseQueryKey } from './healthHooks/useHealthCheckSuspense.ts';
|
59
|
+
export type { CreateIdentityMutationKey } from './identitiesHooks/useCreateIdentity.ts';
|
60
|
+
export type { DeleteIdentityMutationKey } from './identitiesHooks/useDeleteIdentity.ts';
|
61
|
+
export type { ListIdentitiesQueryKey } from './identitiesHooks/useListIdentities.ts';
|
62
|
+
export type { ListIdentitiesSuspenseQueryKey } from './identitiesHooks/useListIdentitiesSuspense.ts';
|
63
|
+
export type { RetrieveIdentityQueryKey } from './identitiesHooks/useRetrieveIdentity.ts';
|
64
|
+
export type { RetrieveIdentitySuspenseQueryKey } from './identitiesHooks/useRetrieveIdentitySuspense.ts';
|
65
|
+
export type { UpsertIdentityMutationKey } from './identitiesHooks/useUpsertIdentity.ts';
|
66
|
+
export type { UpsertIdentityPropertiesMutationKey } from './identitiesHooks/useUpsertIdentityProperties.ts';
|
67
|
+
export type { DeleteJobMutationKey } from './jobsHooks/useDeleteJob.ts';
|
68
|
+
export type { ListActiveJobsQueryKey } from './jobsHooks/useListActiveJobs.ts';
|
69
|
+
export type { ListActiveJobsSuspenseQueryKey } from './jobsHooks/useListActiveJobsSuspense.ts';
|
70
|
+
export type { ListJobsQueryKey } from './jobsHooks/useListJobs.ts';
|
71
|
+
export type { ListJobsSuspenseQueryKey } from './jobsHooks/useListJobsSuspense.ts';
|
72
|
+
export type { RetrieveJobQueryKey } from './jobsHooks/useRetrieveJob.ts';
|
73
|
+
export type { RetrieveJobSuspenseQueryKey } from './jobsHooks/useRetrieveJobSuspense.ts';
|
74
|
+
export type { ListEmbeddingModelsQueryKey } from './modelsHooks/useListEmbeddingModels.ts';
|
75
|
+
export type { ListEmbeddingModelsSuspenseQueryKey } from './modelsHooks/useListEmbeddingModelsSuspense.ts';
|
76
|
+
export type { ListModelsQueryKey } from './modelsHooks/useListModels.ts';
|
77
|
+
export type { ListModelsSuspenseQueryKey } from './modelsHooks/useListModelsSuspense.ts';
|
78
|
+
export type { CreateProviderMutationKey } from './providersHooks/useCreateProvider.ts';
|
79
|
+
export type { DeleteProviderMutationKey } from './providersHooks/useDeleteProvider.ts';
|
80
|
+
export type { ListProvidersQueryKey } from './providersHooks/useListProviders.ts';
|
81
|
+
export type { ListProvidersSuspenseQueryKey } from './providersHooks/useListProvidersSuspense.ts';
|
82
|
+
export type { DeleteRunMutationKey } from './runsHooks/useDeleteRun.ts';
|
83
|
+
export type { ListActiveRunsQueryKey } from './runsHooks/useListActiveRuns.ts';
|
84
|
+
export type { ListActiveRunsSuspenseQueryKey } from './runsHooks/useListActiveRunsSuspense.ts';
|
85
|
+
export type { ListRunMessagesQueryKey } from './runsHooks/useListRunMessages.ts';
|
86
|
+
export type { ListRunMessagesSuspenseQueryKey } from './runsHooks/useListRunMessagesSuspense.ts';
|
87
|
+
export type { ListRunsQueryKey } from './runsHooks/useListRuns.ts';
|
88
|
+
export type { ListRunsSuspenseQueryKey } from './runsHooks/useListRunsSuspense.ts';
|
89
|
+
export type { ListRunStepsQueryKey } from './runsHooks/useListRunSteps.ts';
|
90
|
+
export type { ListRunStepsSuspenseQueryKey } from './runsHooks/useListRunStepsSuspense.ts';
|
91
|
+
export type { RetrieveRunQueryKey } from './runsHooks/useRetrieveRun.ts';
|
92
|
+
export type { RetrieveRunSuspenseQueryKey } from './runsHooks/useRetrieveRunSuspense.ts';
|
93
|
+
export type { RetrieveRunUsageQueryKey } from './runsHooks/useRetrieveRunUsage.ts';
|
94
|
+
export type { RetrieveRunUsageSuspenseQueryKey } from './runsHooks/useRetrieveRunUsageSuspense.ts';
|
95
|
+
export type { CreateSourceMutationKey } from './sourcesHooks/useCreateSource.ts';
|
96
|
+
export type { DeleteFileFromSourceMutationKey } from './sourcesHooks/useDeleteFileFromSource.ts';
|
97
|
+
export type { DeleteSourceMutationKey } from './sourcesHooks/useDeleteSource.ts';
|
98
|
+
export type { GetSourceIdByNameQueryKey } from './sourcesHooks/useGetSourceIdByName.ts';
|
99
|
+
export type { GetSourceIdByNameSuspenseQueryKey } from './sourcesHooks/useGetSourceIdByNameSuspense.ts';
|
100
|
+
export type { ListSourceFilesQueryKey } from './sourcesHooks/useListSourceFiles.ts';
|
101
|
+
export type { ListSourceFilesSuspenseQueryKey } from './sourcesHooks/useListSourceFilesSuspense.ts';
|
102
|
+
export type { ListSourcePassagesQueryKey } from './sourcesHooks/useListSourcePassages.ts';
|
103
|
+
export type { ListSourcePassagesSuspenseQueryKey } from './sourcesHooks/useListSourcePassagesSuspense.ts';
|
104
|
+
export type { ListSourcesQueryKey } from './sourcesHooks/useListSources.ts';
|
105
|
+
export type { ListSourcesSuspenseQueryKey } from './sourcesHooks/useListSourcesSuspense.ts';
|
106
|
+
export type { RetrieveSourceQueryKey } from './sourcesHooks/useRetrieveSource.ts';
|
107
|
+
export type { RetrieveSourceSuspenseQueryKey } from './sourcesHooks/useRetrieveSourceSuspense.ts';
|
108
|
+
export type { UploadFileToSourceMutationKey } from './sourcesHooks/useUploadFileToSource.ts';
|
109
|
+
export type { ListStepsQueryKey } from './stepsHooks/useListSteps.ts';
|
110
|
+
export type { ListStepsSuspenseQueryKey } from './stepsHooks/useListStepsSuspense.ts';
|
111
|
+
export type { RetrieveStepQueryKey } from './stepsHooks/useRetrieveStep.ts';
|
112
|
+
export type { RetrieveStepSuspenseQueryKey } from './stepsHooks/useRetrieveStepSuspense.ts';
|
113
|
+
export type { ListTagsQueryKey } from './tagHooks/useListTags.ts';
|
114
|
+
export type { ListTagsSuspenseQueryKey } from './tagHooks/useListTagsSuspense.ts';
|
115
|
+
export type { TemplatesCreateAgentsFromTemplateMutationKey } from './templatesHooks/useTemplates/createAgentsFromTemplate.ts';
|
116
|
+
export type { AddBaseToolsMutationKey } from './toolsHooks/useAddBaseTools.ts';
|
117
|
+
export type { AddComposioToolMutationKey } from './toolsHooks/useAddComposioTool.ts';
|
118
|
+
export type { AddMcpServerMutationKey } from './toolsHooks/useAddMcpServer.ts';
|
119
|
+
export type { AddMcpToolMutationKey } from './toolsHooks/useAddMcpTool.ts';
|
120
|
+
export type { CreateToolMutationKey } from './toolsHooks/useCreateTool.ts';
|
121
|
+
export type { DeleteMcpServerMutationKey } from './toolsHooks/useDeleteMcpServer.ts';
|
122
|
+
export type { DeleteToolMutationKey } from './toolsHooks/useDeleteTool.ts';
|
123
|
+
export type { ListComposioActionsByAppQueryKey } from './toolsHooks/useListComposioActionsByApp.ts';
|
124
|
+
export type { ListComposioActionsByAppSuspenseQueryKey } from './toolsHooks/useListComposioActionsByAppSuspense.ts';
|
125
|
+
export type { ListComposioAppsQueryKey } from './toolsHooks/useListComposioApps.ts';
|
126
|
+
export type { ListComposioAppsSuspenseQueryKey } from './toolsHooks/useListComposioAppsSuspense.ts';
|
127
|
+
export type { ListMcpServersQueryKey } from './toolsHooks/useListMcpServers.ts';
|
128
|
+
export type { ListMcpServersSuspenseQueryKey } from './toolsHooks/useListMcpServersSuspense.ts';
|
129
|
+
export type { ListMcpToolsByServerQueryKey } from './toolsHooks/useListMcpToolsByServer.ts';
|
130
|
+
export type { ListMcpToolsByServerSuspenseQueryKey } from './toolsHooks/useListMcpToolsByServerSuspense.ts';
|
131
|
+
export type { ListToolsQueryKey } from './toolsHooks/useListTools.ts';
|
132
|
+
export type { ListToolsSuspenseQueryKey } from './toolsHooks/useListToolsSuspense.ts';
|
133
|
+
export type { RetrieveToolQueryKey } from './toolsHooks/useRetrieveTool.ts';
|
134
|
+
export type { RetrieveToolSuspenseQueryKey } from './toolsHooks/useRetrieveToolSuspense.ts';
|
135
|
+
export type { RunToolFromSourceMutationKey } from './toolsHooks/useRunToolFromSource.ts';
|
136
|
+
export type { UpsertToolMutationKey } from './toolsHooks/useUpsertTool.ts';
|
137
|
+
export type { CreateVoiceChatCompletionsMutationKey } from './voiceHooks/useCreateVoiceChatCompletions.ts';
|
138
|
+
export {
|
139
|
+
agentsCreateTemplateFromAgentMutationKey,
|
140
|
+
agentsCreateTemplateFromAgent,
|
141
|
+
useAgentsCreateTemplateFromAgent,
|
142
|
+
} from './agentsHooks/useAgents/createTemplateFromAgent.ts';
|
143
|
+
export {
|
144
|
+
agentsGetAgentVariablesQueryKey,
|
145
|
+
agentsGetAgentVariables,
|
146
|
+
agentsGetAgentVariablesQueryOptions,
|
147
|
+
useAgentsGetAgentVariables,
|
148
|
+
} from './agentsHooks/useAgents/getAgentVariables.ts';
|
149
|
+
export {
|
150
|
+
agentsGetAgentVariablesSuspenseQueryKey,
|
151
|
+
agentsGetAgentVariablesSuspense,
|
152
|
+
agentsGetAgentVariablesSuspenseQueryOptions,
|
153
|
+
useAgentsGetAgentVariablesSuspense,
|
154
|
+
} from './agentsHooks/useAgents/getAgentVariablesSuspense.ts';
|
155
|
+
export {
|
156
|
+
agentsMigrateAgentMutationKey,
|
157
|
+
agentsMigrateAgent,
|
158
|
+
useAgentsMigrateAgent,
|
159
|
+
} from './agentsHooks/useAgents/migrateAgent.ts';
|
160
|
+
export {
|
161
|
+
agentsSearchDeployedAgentsMutationKey,
|
162
|
+
agentsSearchDeployedAgents,
|
163
|
+
useAgentsSearchDeployedAgents,
|
164
|
+
} from './agentsHooks/useAgents/searchDeployedAgents.ts';
|
165
|
+
export {
|
166
|
+
agentsVersionAgentTemplateMutationKey,
|
167
|
+
agentsVersionAgentTemplate,
|
168
|
+
useAgentsVersionAgentTemplate,
|
169
|
+
} from './agentsHooks/useAgents/versionAgentTemplate.ts';
|
170
|
+
export {
|
171
|
+
createAgentMutationKey,
|
172
|
+
createAgent,
|
173
|
+
useCreateAgent,
|
174
|
+
} from './agentsHooks/useCreateAgent.ts';
|
175
|
+
export {
|
176
|
+
createAgentMessageAsyncMutationKey,
|
177
|
+
createAgentMessageAsync,
|
178
|
+
useCreateAgentMessageAsync,
|
179
|
+
} from './agentsHooks/useCreateAgentMessageAsync.ts';
|
180
|
+
export {
|
181
|
+
createAgentMessageStreamMutationKey,
|
182
|
+
createAgentMessageStream,
|
183
|
+
useCreateAgentMessageStream,
|
184
|
+
} from './agentsHooks/useCreateAgentMessageStream.ts';
|
185
|
+
export {
|
186
|
+
createPassageMutationKey,
|
187
|
+
createPassage,
|
188
|
+
useCreatePassage,
|
189
|
+
} from './agentsHooks/useCreatePassage.ts';
|
190
|
+
export {
|
191
|
+
deleteAgentMutationKey,
|
192
|
+
deleteAgent,
|
193
|
+
useDeleteAgent,
|
194
|
+
} from './agentsHooks/useDeleteAgent.ts';
|
195
|
+
export {
|
196
|
+
deletePassageMutationKey,
|
197
|
+
deletePassage,
|
198
|
+
useDeletePassage,
|
199
|
+
} from './agentsHooks/useDeletePassage.ts';
|
200
|
+
export {
|
201
|
+
exportAgentSerializedQueryKey,
|
202
|
+
exportAgentSerialized,
|
203
|
+
exportAgentSerializedQueryOptions,
|
204
|
+
useExportAgentSerialized,
|
205
|
+
} from './agentsHooks/useExportAgentSerialized.ts';
|
206
|
+
export {
|
207
|
+
exportAgentSerializedSuspenseQueryKey,
|
208
|
+
exportAgentSerializedSuspense,
|
209
|
+
exportAgentSerializedSuspenseQueryOptions,
|
210
|
+
useExportAgentSerializedSuspense,
|
211
|
+
} from './agentsHooks/useExportAgentSerializedSuspense.ts';
|
212
|
+
export {
|
213
|
+
importAgentSerializedMutationKey,
|
214
|
+
importAgentSerialized,
|
215
|
+
useImportAgentSerialized,
|
216
|
+
} from './agentsHooks/useImportAgentSerialized.ts';
|
217
|
+
export {
|
218
|
+
listAgentsQueryKey,
|
219
|
+
listAgents,
|
220
|
+
listAgentsQueryOptions,
|
221
|
+
useListAgents,
|
222
|
+
} from './agentsHooks/useListAgents.ts';
|
223
|
+
export {
|
224
|
+
listAgentSourcesQueryKey,
|
225
|
+
listAgentSources,
|
226
|
+
listAgentSourcesQueryOptions,
|
227
|
+
useListAgentSources,
|
228
|
+
} from './agentsHooks/useListAgentSources.ts';
|
229
|
+
export {
|
230
|
+
listAgentSourcesSuspenseQueryKey,
|
231
|
+
listAgentSourcesSuspense,
|
232
|
+
listAgentSourcesSuspenseQueryOptions,
|
233
|
+
useListAgentSourcesSuspense,
|
234
|
+
} from './agentsHooks/useListAgentSourcesSuspense.ts';
|
235
|
+
export {
|
236
|
+
listAgentsSuspenseQueryKey,
|
237
|
+
listAgentsSuspense,
|
238
|
+
listAgentsSuspenseQueryOptions,
|
239
|
+
useListAgentsSuspense,
|
240
|
+
} from './agentsHooks/useListAgentsSuspense.ts';
|
241
|
+
export {
|
242
|
+
listAgentToolsQueryKey,
|
243
|
+
listAgentTools,
|
244
|
+
listAgentToolsQueryOptions,
|
245
|
+
useListAgentTools,
|
246
|
+
} from './agentsHooks/useListAgentTools.ts';
|
247
|
+
export {
|
248
|
+
listAgentToolsSuspenseQueryKey,
|
249
|
+
listAgentToolsSuspense,
|
250
|
+
listAgentToolsSuspenseQueryOptions,
|
251
|
+
useListAgentToolsSuspense,
|
252
|
+
} from './agentsHooks/useListAgentToolsSuspense.ts';
|
253
|
+
export {
|
254
|
+
listCoreMemoryBlocksQueryKey,
|
255
|
+
listCoreMemoryBlocks,
|
256
|
+
listCoreMemoryBlocksQueryOptions,
|
257
|
+
useListCoreMemoryBlocks,
|
258
|
+
} from './agentsHooks/useListCoreMemoryBlocks.ts';
|
259
|
+
export {
|
260
|
+
listCoreMemoryBlocksSuspenseQueryKey,
|
261
|
+
listCoreMemoryBlocksSuspense,
|
262
|
+
listCoreMemoryBlocksSuspenseQueryOptions,
|
263
|
+
useListCoreMemoryBlocksSuspense,
|
264
|
+
} from './agentsHooks/useListCoreMemoryBlocksSuspense.ts';
|
265
|
+
export {
|
266
|
+
listMessagesQueryKey,
|
267
|
+
listMessages,
|
268
|
+
listMessagesQueryOptions,
|
269
|
+
useListMessages,
|
270
|
+
} from './agentsHooks/useListMessages.ts';
|
271
|
+
export {
|
272
|
+
listMessagesSuspenseQueryKey,
|
273
|
+
listMessagesSuspense,
|
274
|
+
listMessagesSuspenseQueryOptions,
|
275
|
+
useListMessagesSuspense,
|
276
|
+
} from './agentsHooks/useListMessagesSuspense.ts';
|
277
|
+
export {
|
278
|
+
listPassagesQueryKey,
|
279
|
+
listPassages,
|
280
|
+
listPassagesQueryOptions,
|
281
|
+
useListPassages,
|
282
|
+
} from './agentsHooks/useListPassages.ts';
|
283
|
+
export {
|
284
|
+
listPassagesSuspenseQueryKey,
|
285
|
+
listPassagesSuspense,
|
286
|
+
listPassagesSuspenseQueryOptions,
|
287
|
+
useListPassagesSuspense,
|
288
|
+
} from './agentsHooks/useListPassagesSuspense.ts';
|
289
|
+
export {
|
290
|
+
retrieveAgentQueryKey,
|
291
|
+
retrieveAgent,
|
292
|
+
retrieveAgentQueryOptions,
|
293
|
+
useRetrieveAgent,
|
294
|
+
} from './agentsHooks/useRetrieveAgent.ts';
|
295
|
+
export {
|
296
|
+
retrieveAgentContextWindowQueryKey,
|
297
|
+
retrieveAgentContextWindow,
|
298
|
+
retrieveAgentContextWindowQueryOptions,
|
299
|
+
useRetrieveAgentContextWindow,
|
300
|
+
} from './agentsHooks/useRetrieveAgentContextWindow.ts';
|
301
|
+
export {
|
302
|
+
retrieveAgentContextWindowSuspenseQueryKey,
|
303
|
+
retrieveAgentContextWindowSuspense,
|
304
|
+
retrieveAgentContextWindowSuspenseQueryOptions,
|
305
|
+
useRetrieveAgentContextWindowSuspense,
|
306
|
+
} from './agentsHooks/useRetrieveAgentContextWindowSuspense.ts';
|
307
|
+
export {
|
308
|
+
retrieveAgentMemoryQueryKey,
|
309
|
+
retrieveAgentMemory,
|
310
|
+
retrieveAgentMemoryQueryOptions,
|
311
|
+
useRetrieveAgentMemory,
|
312
|
+
} from './agentsHooks/useRetrieveAgentMemory.ts';
|
313
|
+
export {
|
314
|
+
retrieveAgentMemorySuspenseQueryKey,
|
315
|
+
retrieveAgentMemorySuspense,
|
316
|
+
retrieveAgentMemorySuspenseQueryOptions,
|
317
|
+
useRetrieveAgentMemorySuspense,
|
318
|
+
} from './agentsHooks/useRetrieveAgentMemorySuspense.ts';
|
319
|
+
export {
|
320
|
+
retrieveAgentSuspenseQueryKey,
|
321
|
+
retrieveAgentSuspense,
|
322
|
+
retrieveAgentSuspenseQueryOptions,
|
323
|
+
useRetrieveAgentSuspense,
|
324
|
+
} from './agentsHooks/useRetrieveAgentSuspense.ts';
|
325
|
+
export {
|
326
|
+
retrieveCoreMemoryBlockQueryKey,
|
327
|
+
retrieveCoreMemoryBlock,
|
328
|
+
retrieveCoreMemoryBlockQueryOptions,
|
329
|
+
useRetrieveCoreMemoryBlock,
|
330
|
+
} from './agentsHooks/useRetrieveCoreMemoryBlock.ts';
|
331
|
+
export {
|
332
|
+
retrieveCoreMemoryBlockSuspenseQueryKey,
|
333
|
+
retrieveCoreMemoryBlockSuspense,
|
334
|
+
retrieveCoreMemoryBlockSuspenseQueryOptions,
|
335
|
+
useRetrieveCoreMemoryBlockSuspense,
|
336
|
+
} from './agentsHooks/useRetrieveCoreMemoryBlockSuspense.ts';
|
337
|
+
export {
|
338
|
+
sendMessageMutationKey,
|
339
|
+
sendMessage,
|
340
|
+
useSendMessage,
|
341
|
+
} from './agentsHooks/useSendMessage.ts';
|
342
|
+
export {
|
343
|
+
createBlockMutationKey,
|
344
|
+
createBlock,
|
345
|
+
useCreateBlock,
|
346
|
+
} from './blocksHooks/useCreateBlock.ts';
|
347
|
+
export {
|
348
|
+
deleteBlockMutationKey,
|
349
|
+
deleteBlock,
|
350
|
+
useDeleteBlock,
|
351
|
+
} from './blocksHooks/useDeleteBlock.ts';
|
352
|
+
export {
|
353
|
+
listAgentsForBlockQueryKey,
|
354
|
+
listAgentsForBlock,
|
355
|
+
listAgentsForBlockQueryOptions,
|
356
|
+
useListAgentsForBlock,
|
357
|
+
} from './blocksHooks/useListAgentsForBlock.ts';
|
358
|
+
export {
|
359
|
+
listAgentsForBlockSuspenseQueryKey,
|
360
|
+
listAgentsForBlockSuspense,
|
361
|
+
listAgentsForBlockSuspenseQueryOptions,
|
362
|
+
useListAgentsForBlockSuspense,
|
363
|
+
} from './blocksHooks/useListAgentsForBlockSuspense.ts';
|
364
|
+
export {
|
365
|
+
listBlocksQueryKey,
|
366
|
+
listBlocks,
|
367
|
+
listBlocksQueryOptions,
|
368
|
+
useListBlocks,
|
369
|
+
} from './blocksHooks/useListBlocks.ts';
|
370
|
+
export {
|
371
|
+
listBlocksSuspenseQueryKey,
|
372
|
+
listBlocksSuspense,
|
373
|
+
listBlocksSuspenseQueryOptions,
|
374
|
+
useListBlocksSuspense,
|
375
|
+
} from './blocksHooks/useListBlocksSuspense.ts';
|
376
|
+
export {
|
377
|
+
retrieveBlockQueryKey,
|
378
|
+
retrieveBlock,
|
379
|
+
retrieveBlockQueryOptions,
|
380
|
+
useRetrieveBlock,
|
381
|
+
} from './blocksHooks/useRetrieveBlock.ts';
|
382
|
+
export {
|
383
|
+
retrieveBlockSuspenseQueryKey,
|
384
|
+
retrieveBlockSuspense,
|
385
|
+
retrieveBlockSuspenseQueryOptions,
|
386
|
+
useRetrieveBlockSuspense,
|
387
|
+
} from './blocksHooks/useRetrieveBlockSuspense.ts';
|
388
|
+
export {
|
389
|
+
clientSideAccessTokensCreateClientSideAccessTokenMutationKey,
|
390
|
+
clientSideAccessTokensCreateClientSideAccessToken,
|
391
|
+
useClientSideAccessTokensCreateClientSideAccessToken,
|
392
|
+
} from './clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.ts';
|
393
|
+
export {
|
394
|
+
clientSideAccessTokensDeleteClientSideAccessTokenMutationKey,
|
395
|
+
clientSideAccessTokensDeleteClientSideAccessToken,
|
396
|
+
useClientSideAccessTokensDeleteClientSideAccessToken,
|
397
|
+
} from './clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.ts';
|
398
|
+
export {
|
399
|
+
createGroupMutationKey,
|
400
|
+
createGroup,
|
401
|
+
useCreateGroup,
|
402
|
+
} from './groupsHooks/useCreateGroup.ts';
|
403
|
+
export {
|
404
|
+
deleteGroupMutationKey,
|
405
|
+
deleteGroup,
|
406
|
+
useDeleteGroup,
|
407
|
+
} from './groupsHooks/useDeleteGroup.ts';
|
408
|
+
export {
|
409
|
+
listGroupMessagesQueryKey,
|
410
|
+
listGroupMessages,
|
411
|
+
listGroupMessagesQueryOptions,
|
412
|
+
useListGroupMessages,
|
413
|
+
} from './groupsHooks/useListGroupMessages.ts';
|
414
|
+
export {
|
415
|
+
listGroupMessagesSuspenseQueryKey,
|
416
|
+
listGroupMessagesSuspense,
|
417
|
+
listGroupMessagesSuspenseQueryOptions,
|
418
|
+
useListGroupMessagesSuspense,
|
419
|
+
} from './groupsHooks/useListGroupMessagesSuspense.ts';
|
420
|
+
export {
|
421
|
+
listGroupsQueryKey,
|
422
|
+
listGroups,
|
423
|
+
listGroupsQueryOptions,
|
424
|
+
useListGroups,
|
425
|
+
} from './groupsHooks/useListGroups.ts';
|
426
|
+
export {
|
427
|
+
listGroupsSuspenseQueryKey,
|
428
|
+
listGroupsSuspense,
|
429
|
+
listGroupsSuspenseQueryOptions,
|
430
|
+
useListGroupsSuspense,
|
431
|
+
} from './groupsHooks/useListGroupsSuspense.ts';
|
432
|
+
export {
|
433
|
+
retrieveGroupQueryKey,
|
434
|
+
retrieveGroup,
|
435
|
+
retrieveGroupQueryOptions,
|
436
|
+
useRetrieveGroup,
|
437
|
+
} from './groupsHooks/useRetrieveGroup.ts';
|
438
|
+
export {
|
439
|
+
retrieveGroupSuspenseQueryKey,
|
440
|
+
retrieveGroupSuspense,
|
441
|
+
retrieveGroupSuspenseQueryOptions,
|
442
|
+
useRetrieveGroupSuspense,
|
443
|
+
} from './groupsHooks/useRetrieveGroupSuspense.ts';
|
444
|
+
export {
|
445
|
+
sendGroupMessageMutationKey,
|
446
|
+
sendGroupMessage,
|
447
|
+
useSendGroupMessage,
|
448
|
+
} from './groupsHooks/useSendGroupMessage.ts';
|
449
|
+
export {
|
450
|
+
sendGroupMessageStreamingMutationKey,
|
451
|
+
sendGroupMessageStreaming,
|
452
|
+
useSendGroupMessageStreaming,
|
453
|
+
} from './groupsHooks/useSendGroupMessageStreaming.ts';
|
454
|
+
export {
|
455
|
+
healthCheckQueryKey,
|
456
|
+
healthCheck,
|
457
|
+
healthCheckQueryOptions,
|
458
|
+
useHealthCheck,
|
459
|
+
} from './healthHooks/useHealthCheck.ts';
|
460
|
+
export {
|
461
|
+
healthCheckSuspenseQueryKey,
|
462
|
+
healthCheckSuspense,
|
463
|
+
healthCheckSuspenseQueryOptions,
|
464
|
+
useHealthCheckSuspense,
|
465
|
+
} from './healthHooks/useHealthCheckSuspense.ts';
|
466
|
+
export {
|
467
|
+
createIdentityMutationKey,
|
468
|
+
createIdentity,
|
469
|
+
useCreateIdentity,
|
470
|
+
} from './identitiesHooks/useCreateIdentity.ts';
|
471
|
+
export {
|
472
|
+
deleteIdentityMutationKey,
|
473
|
+
deleteIdentity,
|
474
|
+
useDeleteIdentity,
|
475
|
+
} from './identitiesHooks/useDeleteIdentity.ts';
|
476
|
+
export {
|
477
|
+
listIdentitiesQueryKey,
|
478
|
+
listIdentities,
|
479
|
+
listIdentitiesQueryOptions,
|
480
|
+
useListIdentities,
|
481
|
+
} from './identitiesHooks/useListIdentities.ts';
|
482
|
+
export {
|
483
|
+
listIdentitiesSuspenseQueryKey,
|
484
|
+
listIdentitiesSuspense,
|
485
|
+
listIdentitiesSuspenseQueryOptions,
|
486
|
+
useListIdentitiesSuspense,
|
487
|
+
} from './identitiesHooks/useListIdentitiesSuspense.ts';
|
488
|
+
export {
|
489
|
+
retrieveIdentityQueryKey,
|
490
|
+
retrieveIdentity,
|
491
|
+
retrieveIdentityQueryOptions,
|
492
|
+
useRetrieveIdentity,
|
493
|
+
} from './identitiesHooks/useRetrieveIdentity.ts';
|
494
|
+
export {
|
495
|
+
retrieveIdentitySuspenseQueryKey,
|
496
|
+
retrieveIdentitySuspense,
|
497
|
+
retrieveIdentitySuspenseQueryOptions,
|
498
|
+
useRetrieveIdentitySuspense,
|
499
|
+
} from './identitiesHooks/useRetrieveIdentitySuspense.ts';
|
500
|
+
export {
|
501
|
+
upsertIdentityMutationKey,
|
502
|
+
upsertIdentity,
|
503
|
+
useUpsertIdentity,
|
504
|
+
} from './identitiesHooks/useUpsertIdentity.ts';
|
505
|
+
export {
|
506
|
+
upsertIdentityPropertiesMutationKey,
|
507
|
+
upsertIdentityProperties,
|
508
|
+
useUpsertIdentityProperties,
|
509
|
+
} from './identitiesHooks/useUpsertIdentityProperties.ts';
|
510
|
+
export {
|
511
|
+
deleteJobMutationKey,
|
512
|
+
deleteJob,
|
513
|
+
useDeleteJob,
|
514
|
+
} from './jobsHooks/useDeleteJob.ts';
|
515
|
+
export {
|
516
|
+
listActiveJobsQueryKey,
|
517
|
+
listActiveJobs,
|
518
|
+
listActiveJobsQueryOptions,
|
519
|
+
useListActiveJobs,
|
520
|
+
} from './jobsHooks/useListActiveJobs.ts';
|
521
|
+
export {
|
522
|
+
listActiveJobsSuspenseQueryKey,
|
523
|
+
listActiveJobsSuspense,
|
524
|
+
listActiveJobsSuspenseQueryOptions,
|
525
|
+
useListActiveJobsSuspense,
|
526
|
+
} from './jobsHooks/useListActiveJobsSuspense.ts';
|
527
|
+
export {
|
528
|
+
listJobsQueryKey,
|
529
|
+
listJobs,
|
530
|
+
listJobsQueryOptions,
|
531
|
+
useListJobs,
|
532
|
+
} from './jobsHooks/useListJobs.ts';
|
533
|
+
export {
|
534
|
+
listJobsSuspenseQueryKey,
|
535
|
+
listJobsSuspense,
|
536
|
+
listJobsSuspenseQueryOptions,
|
537
|
+
useListJobsSuspense,
|
538
|
+
} from './jobsHooks/useListJobsSuspense.ts';
|
539
|
+
export {
|
540
|
+
retrieveJobQueryKey,
|
541
|
+
retrieveJob,
|
542
|
+
retrieveJobQueryOptions,
|
543
|
+
useRetrieveJob,
|
544
|
+
} from './jobsHooks/useRetrieveJob.ts';
|
545
|
+
export {
|
546
|
+
retrieveJobSuspenseQueryKey,
|
547
|
+
retrieveJobSuspense,
|
548
|
+
retrieveJobSuspenseQueryOptions,
|
549
|
+
useRetrieveJobSuspense,
|
550
|
+
} from './jobsHooks/useRetrieveJobSuspense.ts';
|
551
|
+
export {
|
552
|
+
listEmbeddingModelsQueryKey,
|
553
|
+
listEmbeddingModels,
|
554
|
+
listEmbeddingModelsQueryOptions,
|
555
|
+
useListEmbeddingModels,
|
556
|
+
} from './modelsHooks/useListEmbeddingModels.ts';
|
557
|
+
export {
|
558
|
+
listEmbeddingModelsSuspenseQueryKey,
|
559
|
+
listEmbeddingModelsSuspense,
|
560
|
+
listEmbeddingModelsSuspenseQueryOptions,
|
561
|
+
useListEmbeddingModelsSuspense,
|
562
|
+
} from './modelsHooks/useListEmbeddingModelsSuspense.ts';
|
563
|
+
export {
|
564
|
+
listModelsQueryKey,
|
565
|
+
listModels,
|
566
|
+
listModelsQueryOptions,
|
567
|
+
useListModels,
|
568
|
+
} from './modelsHooks/useListModels.ts';
|
569
|
+
export {
|
570
|
+
listModelsSuspenseQueryKey,
|
571
|
+
listModelsSuspense,
|
572
|
+
listModelsSuspenseQueryOptions,
|
573
|
+
useListModelsSuspense,
|
574
|
+
} from './modelsHooks/useListModelsSuspense.ts';
|
575
|
+
export {
|
576
|
+
createProviderMutationKey,
|
577
|
+
createProvider,
|
578
|
+
useCreateProvider,
|
579
|
+
} from './providersHooks/useCreateProvider.ts';
|
580
|
+
export {
|
581
|
+
deleteProviderMutationKey,
|
582
|
+
deleteProvider,
|
583
|
+
useDeleteProvider,
|
584
|
+
} from './providersHooks/useDeleteProvider.ts';
|
585
|
+
export {
|
586
|
+
listProvidersQueryKey,
|
587
|
+
listProviders,
|
588
|
+
listProvidersQueryOptions,
|
589
|
+
useListProviders,
|
590
|
+
} from './providersHooks/useListProviders.ts';
|
591
|
+
export {
|
592
|
+
listProvidersSuspenseQueryKey,
|
593
|
+
listProvidersSuspense,
|
594
|
+
listProvidersSuspenseQueryOptions,
|
595
|
+
useListProvidersSuspense,
|
596
|
+
} from './providersHooks/useListProvidersSuspense.ts';
|
597
|
+
export {
|
598
|
+
deleteRunMutationKey,
|
599
|
+
deleteRun,
|
600
|
+
useDeleteRun,
|
601
|
+
} from './runsHooks/useDeleteRun.ts';
|
602
|
+
export {
|
603
|
+
listActiveRunsQueryKey,
|
604
|
+
listActiveRuns,
|
605
|
+
listActiveRunsQueryOptions,
|
606
|
+
useListActiveRuns,
|
607
|
+
} from './runsHooks/useListActiveRuns.ts';
|
608
|
+
export {
|
609
|
+
listActiveRunsSuspenseQueryKey,
|
610
|
+
listActiveRunsSuspense,
|
611
|
+
listActiveRunsSuspenseQueryOptions,
|
612
|
+
useListActiveRunsSuspense,
|
613
|
+
} from './runsHooks/useListActiveRunsSuspense.ts';
|
614
|
+
export {
|
615
|
+
listRunMessagesQueryKey,
|
616
|
+
listRunMessages,
|
617
|
+
listRunMessagesQueryOptions,
|
618
|
+
useListRunMessages,
|
619
|
+
} from './runsHooks/useListRunMessages.ts';
|
620
|
+
export {
|
621
|
+
listRunMessagesSuspenseQueryKey,
|
622
|
+
listRunMessagesSuspense,
|
623
|
+
listRunMessagesSuspenseQueryOptions,
|
624
|
+
useListRunMessagesSuspense,
|
625
|
+
} from './runsHooks/useListRunMessagesSuspense.ts';
|
626
|
+
export {
|
627
|
+
listRunsQueryKey,
|
628
|
+
listRuns,
|
629
|
+
listRunsQueryOptions,
|
630
|
+
useListRuns,
|
631
|
+
} from './runsHooks/useListRuns.ts';
|
632
|
+
export {
|
633
|
+
listRunsSuspenseQueryKey,
|
634
|
+
listRunsSuspense,
|
635
|
+
listRunsSuspenseQueryOptions,
|
636
|
+
useListRunsSuspense,
|
637
|
+
} from './runsHooks/useListRunsSuspense.ts';
|
638
|
+
export {
|
639
|
+
listRunStepsQueryKey,
|
640
|
+
listRunSteps,
|
641
|
+
listRunStepsQueryOptions,
|
642
|
+
useListRunSteps,
|
643
|
+
} from './runsHooks/useListRunSteps.ts';
|
644
|
+
export {
|
645
|
+
listRunStepsSuspenseQueryKey,
|
646
|
+
listRunStepsSuspense,
|
647
|
+
listRunStepsSuspenseQueryOptions,
|
648
|
+
useListRunStepsSuspense,
|
649
|
+
} from './runsHooks/useListRunStepsSuspense.ts';
|
650
|
+
export {
|
651
|
+
retrieveRunQueryKey,
|
652
|
+
retrieveRun,
|
653
|
+
retrieveRunQueryOptions,
|
654
|
+
useRetrieveRun,
|
655
|
+
} from './runsHooks/useRetrieveRun.ts';
|
656
|
+
export {
|
657
|
+
retrieveRunSuspenseQueryKey,
|
658
|
+
retrieveRunSuspense,
|
659
|
+
retrieveRunSuspenseQueryOptions,
|
660
|
+
useRetrieveRunSuspense,
|
661
|
+
} from './runsHooks/useRetrieveRunSuspense.ts';
|
662
|
+
export {
|
663
|
+
retrieveRunUsageQueryKey,
|
664
|
+
retrieveRunUsage,
|
665
|
+
retrieveRunUsageQueryOptions,
|
666
|
+
useRetrieveRunUsage,
|
667
|
+
} from './runsHooks/useRetrieveRunUsage.ts';
|
668
|
+
export {
|
669
|
+
retrieveRunUsageSuspenseQueryKey,
|
670
|
+
retrieveRunUsageSuspense,
|
671
|
+
retrieveRunUsageSuspenseQueryOptions,
|
672
|
+
useRetrieveRunUsageSuspense,
|
673
|
+
} from './runsHooks/useRetrieveRunUsageSuspense.ts';
|
674
|
+
export {
|
675
|
+
createSourceMutationKey,
|
676
|
+
createSource,
|
677
|
+
useCreateSource,
|
678
|
+
} from './sourcesHooks/useCreateSource.ts';
|
679
|
+
export {
|
680
|
+
deleteFileFromSourceMutationKey,
|
681
|
+
deleteFileFromSource,
|
682
|
+
useDeleteFileFromSource,
|
683
|
+
} from './sourcesHooks/useDeleteFileFromSource.ts';
|
684
|
+
export {
|
685
|
+
deleteSourceMutationKey,
|
686
|
+
deleteSource,
|
687
|
+
useDeleteSource,
|
688
|
+
} from './sourcesHooks/useDeleteSource.ts';
|
689
|
+
export {
|
690
|
+
getSourceIdByNameQueryKey,
|
691
|
+
getSourceIdByName,
|
692
|
+
getSourceIdByNameQueryOptions,
|
693
|
+
useGetSourceIdByName,
|
694
|
+
} from './sourcesHooks/useGetSourceIdByName.ts';
|
695
|
+
export {
|
696
|
+
getSourceIdByNameSuspenseQueryKey,
|
697
|
+
getSourceIdByNameSuspense,
|
698
|
+
getSourceIdByNameSuspenseQueryOptions,
|
699
|
+
useGetSourceIdByNameSuspense,
|
700
|
+
} from './sourcesHooks/useGetSourceIdByNameSuspense.ts';
|
701
|
+
export {
|
702
|
+
listSourceFilesQueryKey,
|
703
|
+
listSourceFiles,
|
704
|
+
listSourceFilesQueryOptions,
|
705
|
+
useListSourceFiles,
|
706
|
+
} from './sourcesHooks/useListSourceFiles.ts';
|
707
|
+
export {
|
708
|
+
listSourceFilesSuspenseQueryKey,
|
709
|
+
listSourceFilesSuspense,
|
710
|
+
listSourceFilesSuspenseQueryOptions,
|
711
|
+
useListSourceFilesSuspense,
|
712
|
+
} from './sourcesHooks/useListSourceFilesSuspense.ts';
|
713
|
+
export {
|
714
|
+
listSourcePassagesQueryKey,
|
715
|
+
listSourcePassages,
|
716
|
+
listSourcePassagesQueryOptions,
|
717
|
+
useListSourcePassages,
|
718
|
+
} from './sourcesHooks/useListSourcePassages.ts';
|
719
|
+
export {
|
720
|
+
listSourcePassagesSuspenseQueryKey,
|
721
|
+
listSourcePassagesSuspense,
|
722
|
+
listSourcePassagesSuspenseQueryOptions,
|
723
|
+
useListSourcePassagesSuspense,
|
724
|
+
} from './sourcesHooks/useListSourcePassagesSuspense.ts';
|
725
|
+
export {
|
726
|
+
listSourcesQueryKey,
|
727
|
+
listSources,
|
728
|
+
listSourcesQueryOptions,
|
729
|
+
useListSources,
|
730
|
+
} from './sourcesHooks/useListSources.ts';
|
731
|
+
export {
|
732
|
+
listSourcesSuspenseQueryKey,
|
733
|
+
listSourcesSuspense,
|
734
|
+
listSourcesSuspenseQueryOptions,
|
735
|
+
useListSourcesSuspense,
|
736
|
+
} from './sourcesHooks/useListSourcesSuspense.ts';
|
737
|
+
export {
|
738
|
+
retrieveSourceQueryKey,
|
739
|
+
retrieveSource,
|
740
|
+
retrieveSourceQueryOptions,
|
741
|
+
useRetrieveSource,
|
742
|
+
} from './sourcesHooks/useRetrieveSource.ts';
|
743
|
+
export {
|
744
|
+
retrieveSourceSuspenseQueryKey,
|
745
|
+
retrieveSourceSuspense,
|
746
|
+
retrieveSourceSuspenseQueryOptions,
|
747
|
+
useRetrieveSourceSuspense,
|
748
|
+
} from './sourcesHooks/useRetrieveSourceSuspense.ts';
|
749
|
+
export {
|
750
|
+
uploadFileToSourceMutationKey,
|
751
|
+
uploadFileToSource,
|
752
|
+
useUploadFileToSource,
|
753
|
+
} from './sourcesHooks/useUploadFileToSource.ts';
|
754
|
+
export {
|
755
|
+
listStepsQueryKey,
|
756
|
+
listSteps,
|
757
|
+
listStepsQueryOptions,
|
758
|
+
useListSteps,
|
759
|
+
} from './stepsHooks/useListSteps.ts';
|
760
|
+
export {
|
761
|
+
listStepsSuspenseQueryKey,
|
762
|
+
listStepsSuspense,
|
763
|
+
listStepsSuspenseQueryOptions,
|
764
|
+
useListStepsSuspense,
|
765
|
+
} from './stepsHooks/useListStepsSuspense.ts';
|
766
|
+
export {
|
767
|
+
retrieveStepQueryKey,
|
768
|
+
retrieveStep,
|
769
|
+
retrieveStepQueryOptions,
|
770
|
+
useRetrieveStep,
|
771
|
+
} from './stepsHooks/useRetrieveStep.ts';
|
772
|
+
export {
|
773
|
+
retrieveStepSuspenseQueryKey,
|
774
|
+
retrieveStepSuspense,
|
775
|
+
retrieveStepSuspenseQueryOptions,
|
776
|
+
useRetrieveStepSuspense,
|
777
|
+
} from './stepsHooks/useRetrieveStepSuspense.ts';
|
778
|
+
export {
|
779
|
+
listTagsQueryKey,
|
780
|
+
listTags,
|
781
|
+
listTagsQueryOptions,
|
782
|
+
useListTags,
|
783
|
+
} from './tagHooks/useListTags.ts';
|
784
|
+
export {
|
785
|
+
listTagsSuspenseQueryKey,
|
786
|
+
listTagsSuspense,
|
787
|
+
listTagsSuspenseQueryOptions,
|
788
|
+
useListTagsSuspense,
|
789
|
+
} from './tagHooks/useListTagsSuspense.ts';
|
790
|
+
export {
|
791
|
+
templatesCreateAgentsFromTemplateMutationKey,
|
792
|
+
templatesCreateAgentsFromTemplate,
|
793
|
+
useTemplatesCreateAgentsFromTemplate,
|
794
|
+
} from './templatesHooks/useTemplates/createAgentsFromTemplate.ts';
|
795
|
+
export {
|
796
|
+
addBaseToolsMutationKey,
|
797
|
+
addBaseTools,
|
798
|
+
useAddBaseTools,
|
799
|
+
} from './toolsHooks/useAddBaseTools.ts';
|
800
|
+
export {
|
801
|
+
addComposioToolMutationKey,
|
802
|
+
addComposioTool,
|
803
|
+
useAddComposioTool,
|
804
|
+
} from './toolsHooks/useAddComposioTool.ts';
|
805
|
+
export {
|
806
|
+
addMcpServerMutationKey,
|
807
|
+
addMcpServer,
|
808
|
+
useAddMcpServer,
|
809
|
+
} from './toolsHooks/useAddMcpServer.ts';
|
810
|
+
export {
|
811
|
+
addMcpToolMutationKey,
|
812
|
+
addMcpTool,
|
813
|
+
useAddMcpTool,
|
814
|
+
} from './toolsHooks/useAddMcpTool.ts';
|
815
|
+
export {
|
816
|
+
createToolMutationKey,
|
817
|
+
createTool,
|
818
|
+
useCreateTool,
|
819
|
+
} from './toolsHooks/useCreateTool.ts';
|
820
|
+
export {
|
821
|
+
deleteMcpServerMutationKey,
|
822
|
+
deleteMcpServer,
|
823
|
+
useDeleteMcpServer,
|
824
|
+
} from './toolsHooks/useDeleteMcpServer.ts';
|
825
|
+
export {
|
826
|
+
deleteToolMutationKey,
|
827
|
+
deleteTool,
|
828
|
+
useDeleteTool,
|
829
|
+
} from './toolsHooks/useDeleteTool.ts';
|
830
|
+
export {
|
831
|
+
listComposioActionsByAppQueryKey,
|
832
|
+
listComposioActionsByApp,
|
833
|
+
listComposioActionsByAppQueryOptions,
|
834
|
+
useListComposioActionsByApp,
|
835
|
+
} from './toolsHooks/useListComposioActionsByApp.ts';
|
836
|
+
export {
|
837
|
+
listComposioActionsByAppSuspenseQueryKey,
|
838
|
+
listComposioActionsByAppSuspense,
|
839
|
+
listComposioActionsByAppSuspenseQueryOptions,
|
840
|
+
useListComposioActionsByAppSuspense,
|
841
|
+
} from './toolsHooks/useListComposioActionsByAppSuspense.ts';
|
842
|
+
export {
|
843
|
+
listComposioAppsQueryKey,
|
844
|
+
listComposioApps,
|
845
|
+
listComposioAppsQueryOptions,
|
846
|
+
useListComposioApps,
|
847
|
+
} from './toolsHooks/useListComposioApps.ts';
|
848
|
+
export {
|
849
|
+
listComposioAppsSuspenseQueryKey,
|
850
|
+
listComposioAppsSuspense,
|
851
|
+
listComposioAppsSuspenseQueryOptions,
|
852
|
+
useListComposioAppsSuspense,
|
853
|
+
} from './toolsHooks/useListComposioAppsSuspense.ts';
|
854
|
+
export {
|
855
|
+
listMcpServersQueryKey,
|
856
|
+
listMcpServers,
|
857
|
+
listMcpServersQueryOptions,
|
858
|
+
useListMcpServers,
|
859
|
+
} from './toolsHooks/useListMcpServers.ts';
|
860
|
+
export {
|
861
|
+
listMcpServersSuspenseQueryKey,
|
862
|
+
listMcpServersSuspense,
|
863
|
+
listMcpServersSuspenseQueryOptions,
|
864
|
+
useListMcpServersSuspense,
|
865
|
+
} from './toolsHooks/useListMcpServersSuspense.ts';
|
866
|
+
export {
|
867
|
+
listMcpToolsByServerQueryKey,
|
868
|
+
listMcpToolsByServer,
|
869
|
+
listMcpToolsByServerQueryOptions,
|
870
|
+
useListMcpToolsByServer,
|
871
|
+
} from './toolsHooks/useListMcpToolsByServer.ts';
|
872
|
+
export {
|
873
|
+
listMcpToolsByServerSuspenseQueryKey,
|
874
|
+
listMcpToolsByServerSuspense,
|
875
|
+
listMcpToolsByServerSuspenseQueryOptions,
|
876
|
+
useListMcpToolsByServerSuspense,
|
877
|
+
} from './toolsHooks/useListMcpToolsByServerSuspense.ts';
|
878
|
+
export {
|
879
|
+
listToolsQueryKey,
|
880
|
+
listTools,
|
881
|
+
listToolsQueryOptions,
|
882
|
+
useListTools,
|
883
|
+
} from './toolsHooks/useListTools.ts';
|
884
|
+
export {
|
885
|
+
listToolsSuspenseQueryKey,
|
886
|
+
listToolsSuspense,
|
887
|
+
listToolsSuspenseQueryOptions,
|
888
|
+
useListToolsSuspense,
|
889
|
+
} from './toolsHooks/useListToolsSuspense.ts';
|
890
|
+
export {
|
891
|
+
retrieveToolQueryKey,
|
892
|
+
retrieveTool,
|
893
|
+
retrieveToolQueryOptions,
|
894
|
+
useRetrieveTool,
|
895
|
+
} from './toolsHooks/useRetrieveTool.ts';
|
896
|
+
export {
|
897
|
+
retrieveToolSuspenseQueryKey,
|
898
|
+
retrieveToolSuspense,
|
899
|
+
retrieveToolSuspenseQueryOptions,
|
900
|
+
useRetrieveToolSuspense,
|
901
|
+
} from './toolsHooks/useRetrieveToolSuspense.ts';
|
902
|
+
export {
|
903
|
+
runToolFromSourceMutationKey,
|
904
|
+
runToolFromSource,
|
905
|
+
useRunToolFromSource,
|
906
|
+
} from './toolsHooks/useRunToolFromSource.ts';
|
907
|
+
export {
|
908
|
+
upsertToolMutationKey,
|
909
|
+
upsertTool,
|
910
|
+
useUpsertTool,
|
911
|
+
} from './toolsHooks/useUpsertTool.ts';
|
912
|
+
export {
|
913
|
+
createVoiceChatCompletionsMutationKey,
|
914
|
+
createVoiceChatCompletions,
|
915
|
+
useCreateVoiceChatCompletions,
|
916
|
+
} from './voiceHooks/useCreateVoiceChatCompletions.ts';
|