@letta-ai/letta-react 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -2
- package/dist/index.d.ts +2 -602
- package/dist/index.js +47917 -9867
- package/dist/index.js.map +4 -4
- package/dist/useLetta/useLetta.d.ts +2 -0
- package/dist/useLettaQuery/useLettaQuery.d.ts +6 -0
- package/index.d.ts +2 -602
- package/index.js +47917 -9867
- package/index.js.map +4 -4
- package/jest.config.ts +3 -4
- package/package.json +12 -6
- package/src/index.ts +2 -2084
- package/src/useLetta/useLetta.ts +8 -0
- package/src/useLettaQuery/useLettaQuery.test.tsx +52 -0
- package/src/useLettaQuery/useLettaQuery.ts +34 -0
- package/tsconfig.json +17 -1
- package/useLetta/useLetta.d.ts +2 -0
- package/useLettaQuery/useLettaQuery.d.ts +6 -0
- package/dist/hooks/agentsHooks/index.d.ts +0 -72
- package/dist/hooks/agentsHooks/useAgents/createTemplateFromAgent.d.ts +0 -39
- package/dist/hooks/agentsHooks/useAgents/getAgentVariables.d.ts +0 -63
- package/dist/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.d.ts +0 -63
- package/dist/hooks/agentsHooks/useAgents/index.d.ts +0 -12
- package/dist/hooks/agentsHooks/useAgents/migrateAgent.d.ts +0 -39
- package/dist/hooks/agentsHooks/useAgents/searchDeployedAgents.d.ts +0 -37
- package/dist/hooks/agentsHooks/useAgents/versionAgentTemplate.d.ts +0 -41
- package/dist/hooks/agentsHooks/useCreateAgent.d.ts +0 -39
- package/dist/hooks/agentsHooks/useCreateAgentMessageAsync.d.ts +0 -39
- package/dist/hooks/agentsHooks/useCreateAgentMessageStream.d.ts +0 -39
- package/dist/hooks/agentsHooks/useCreatePassage.d.ts +0 -39
- package/dist/hooks/agentsHooks/useDeleteAgent.d.ts +0 -37
- package/dist/hooks/agentsHooks/useDeletePassage.d.ts +0 -39
- package/dist/hooks/agentsHooks/useExportAgentSerialized.d.ts +0 -63
- package/dist/hooks/agentsHooks/useExportAgentSerializedSuspense.d.ts +0 -63
- package/dist/hooks/agentsHooks/useImportAgentSerialized.d.ts +0 -39
- package/dist/hooks/agentsHooks/useListAgentSources.d.ts +0 -63
- package/dist/hooks/agentsHooks/useListAgentSourcesSuspense.d.ts +0 -63
- package/dist/hooks/agentsHooks/useListAgentTools.d.ts +0 -63
- package/dist/hooks/agentsHooks/useListAgentToolsSuspense.d.ts +0 -63
- package/dist/hooks/agentsHooks/useListAgents.d.ts +0 -51
- package/dist/hooks/agentsHooks/useListAgentsSuspense.d.ts +0 -51
- package/dist/hooks/agentsHooks/useListCoreMemoryBlocks.d.ts +0 -63
- package/dist/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.d.ts +0 -63
- package/dist/hooks/agentsHooks/useListMessages.d.ts +0 -63
- package/dist/hooks/agentsHooks/useListMessagesSuspense.d.ts +0 -63
- package/dist/hooks/agentsHooks/useListPassages.d.ts +0 -63
- package/dist/hooks/agentsHooks/useListPassagesSuspense.d.ts +0 -63
- package/dist/hooks/agentsHooks/useRetrieveAgent.d.ts +0 -63
- package/dist/hooks/agentsHooks/useRetrieveAgentContextWindow.d.ts +0 -63
- package/dist/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.d.ts +0 -63
- package/dist/hooks/agentsHooks/useRetrieveAgentMemory.d.ts +0 -63
- package/dist/hooks/agentsHooks/useRetrieveAgentMemorySuspense.d.ts +0 -63
- package/dist/hooks/agentsHooks/useRetrieveAgentSuspense.d.ts +0 -63
- package/dist/hooks/agentsHooks/useRetrieveCoreMemoryBlock.d.ts +0 -67
- package/dist/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.d.ts +0 -67
- package/dist/hooks/agentsHooks/useSendMessage.d.ts +0 -39
- package/dist/hooks/blocksHooks/index.d.ts +0 -16
- package/dist/hooks/blocksHooks/useCreateBlock.d.ts +0 -35
- package/dist/hooks/blocksHooks/useDeleteBlock.d.ts +0 -35
- package/dist/hooks/blocksHooks/useListAgentsForBlock.d.ts +0 -63
- package/dist/hooks/blocksHooks/useListAgentsForBlockSuspense.d.ts +0 -63
- package/dist/hooks/blocksHooks/useListBlocks.d.ts +0 -49
- package/dist/hooks/blocksHooks/useListBlocksSuspense.d.ts +0 -49
- package/dist/hooks/blocksHooks/useRetrieveBlock.d.ts +0 -61
- package/dist/hooks/blocksHooks/useRetrieveBlockSuspense.d.ts +0 -61
- package/dist/hooks/clientSideAccessTokensHooks/index.d.ts +0 -4
- package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.d.ts +0 -37
- package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.d.ts +0 -39
- package/dist/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.d.ts +0 -4
- package/dist/hooks/groupsHooks/index.d.ts +0 -20
- package/dist/hooks/groupsHooks/useCreateGroup.d.ts +0 -39
- package/dist/hooks/groupsHooks/useDeleteGroup.d.ts +0 -37
- package/dist/hooks/groupsHooks/useListGroupMessages.d.ts +0 -63
- package/dist/hooks/groupsHooks/useListGroupMessagesSuspense.d.ts +0 -63
- package/dist/hooks/groupsHooks/useListGroups.d.ts +0 -51
- package/dist/hooks/groupsHooks/useListGroupsSuspense.d.ts +0 -51
- package/dist/hooks/groupsHooks/useRetrieveGroup.d.ts +0 -63
- package/dist/hooks/groupsHooks/useRetrieveGroupSuspense.d.ts +0 -63
- package/dist/hooks/groupsHooks/useSendGroupMessage.d.ts +0 -39
- package/dist/hooks/groupsHooks/useSendGroupMessageStreaming.d.ts +0 -39
- package/dist/hooks/healthHooks/index.d.ts +0 -4
- package/dist/hooks/healthHooks/useHealthCheck.d.ts +0 -49
- package/dist/hooks/healthHooks/useHealthCheckSuspense.d.ts +0 -49
- package/dist/hooks/identitiesHooks/index.d.ts +0 -16
- package/dist/hooks/identitiesHooks/useCreateIdentity.d.ts +0 -37
- package/dist/hooks/identitiesHooks/useDeleteIdentity.d.ts +0 -37
- package/dist/hooks/identitiesHooks/useListIdentities.d.ts +0 -51
- package/dist/hooks/identitiesHooks/useListIdentitiesSuspense.d.ts +0 -51
- package/dist/hooks/identitiesHooks/useRetrieveIdentity.d.ts +0 -61
- package/dist/hooks/identitiesHooks/useRetrieveIdentitySuspense.d.ts +0 -61
- package/dist/hooks/identitiesHooks/useUpsertIdentity.d.ts +0 -37
- package/dist/hooks/identitiesHooks/useUpsertIdentityProperties.d.ts +0 -37
- package/dist/hooks/index.d.ts +0 -274
- package/dist/hooks/jobsHooks/index.d.ts +0 -14
- package/dist/hooks/jobsHooks/useDeleteJob.d.ts +0 -37
- package/dist/hooks/jobsHooks/useListActiveJobs.d.ts +0 -51
- package/dist/hooks/jobsHooks/useListActiveJobsSuspense.d.ts +0 -51
- package/dist/hooks/jobsHooks/useListJobs.d.ts +0 -51
- package/dist/hooks/jobsHooks/useListJobsSuspense.d.ts +0 -51
- package/dist/hooks/jobsHooks/useRetrieveJob.d.ts +0 -63
- package/dist/hooks/jobsHooks/useRetrieveJobSuspense.d.ts +0 -63
- package/dist/hooks/modelsHooks/index.d.ts +0 -8
- package/dist/hooks/modelsHooks/useListEmbeddingModels.d.ts +0 -49
- package/dist/hooks/modelsHooks/useListEmbeddingModelsSuspense.d.ts +0 -49
- package/dist/hooks/modelsHooks/useListModels.d.ts +0 -49
- package/dist/hooks/modelsHooks/useListModelsSuspense.d.ts +0 -49
- package/dist/hooks/providersHooks/index.d.ts +0 -8
- package/dist/hooks/providersHooks/useCreateProvider.d.ts +0 -37
- package/dist/hooks/providersHooks/useDeleteProvider.d.ts +0 -37
- package/dist/hooks/providersHooks/useListProviders.d.ts +0 -51
- package/dist/hooks/providersHooks/useListProvidersSuspense.d.ts +0 -51
- package/dist/hooks/runsHooks/index.d.ts +0 -26
- package/dist/hooks/runsHooks/useDeleteRun.d.ts +0 -37
- package/dist/hooks/runsHooks/useListActiveRuns.d.ts +0 -51
- package/dist/hooks/runsHooks/useListActiveRunsSuspense.d.ts +0 -51
- package/dist/hooks/runsHooks/useListRunMessages.d.ts +0 -63
- package/dist/hooks/runsHooks/useListRunMessagesSuspense.d.ts +0 -63
- package/dist/hooks/runsHooks/useListRunSteps.d.ts +0 -63
- package/dist/hooks/runsHooks/useListRunStepsSuspense.d.ts +0 -63
- package/dist/hooks/runsHooks/useListRuns.d.ts +0 -51
- package/dist/hooks/runsHooks/useListRunsSuspense.d.ts +0 -51
- package/dist/hooks/runsHooks/useRetrieveRun.d.ts +0 -63
- package/dist/hooks/runsHooks/useRetrieveRunSuspense.d.ts +0 -63
- package/dist/hooks/runsHooks/useRetrieveRunUsage.d.ts +0 -63
- package/dist/hooks/runsHooks/useRetrieveRunUsageSuspense.d.ts +0 -63
- package/dist/hooks/sourcesHooks/index.d.ts +0 -28
- package/dist/hooks/sourcesHooks/useCreateSource.d.ts +0 -37
- package/dist/hooks/sourcesHooks/useDeleteFileFromSource.d.ts +0 -39
- package/dist/hooks/sourcesHooks/useDeleteSource.d.ts +0 -37
- package/dist/hooks/sourcesHooks/useGetSourceIdByName.d.ts +0 -63
- package/dist/hooks/sourcesHooks/useGetSourceIdByNameSuspense.d.ts +0 -63
- package/dist/hooks/sourcesHooks/useListSourceFiles.d.ts +0 -63
- package/dist/hooks/sourcesHooks/useListSourceFilesSuspense.d.ts +0 -63
- package/dist/hooks/sourcesHooks/useListSourcePassages.d.ts +0 -63
- package/dist/hooks/sourcesHooks/useListSourcePassagesSuspense.d.ts +0 -63
- package/dist/hooks/sourcesHooks/useListSources.d.ts +0 -51
- package/dist/hooks/sourcesHooks/useListSourcesSuspense.d.ts +0 -51
- package/dist/hooks/sourcesHooks/useRetrieveSource.d.ts +0 -63
- package/dist/hooks/sourcesHooks/useRetrieveSourceSuspense.d.ts +0 -63
- package/dist/hooks/sourcesHooks/useUploadFileToSource.d.ts +0 -39
- package/dist/hooks/stepsHooks/index.d.ts +0 -8
- package/dist/hooks/stepsHooks/useListSteps.d.ts +0 -51
- package/dist/hooks/stepsHooks/useListStepsSuspense.d.ts +0 -51
- package/dist/hooks/stepsHooks/useRetrieveStep.d.ts +0 -63
- package/dist/hooks/stepsHooks/useRetrieveStepSuspense.d.ts +0 -63
- package/dist/hooks/tagHooks/index.d.ts +0 -4
- package/dist/hooks/tagHooks/useListTags.d.ts +0 -51
- package/dist/hooks/tagHooks/useListTagsSuspense.d.ts +0 -51
- package/dist/hooks/templatesHooks/index.d.ts +0 -2
- package/dist/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.d.ts +0 -41
- package/dist/hooks/templatesHooks/useTemplates/index.d.ts +0 -2
- package/dist/hooks/toolsHooks/index.d.ts +0 -42
- package/dist/hooks/toolsHooks/useAddBaseTools.d.ts +0 -33
- package/dist/hooks/toolsHooks/useAddComposioTool.d.ts +0 -37
- package/dist/hooks/toolsHooks/useAddMcpServer.d.ts +0 -37
- package/dist/hooks/toolsHooks/useAddMcpTool.d.ts +0 -39
- package/dist/hooks/toolsHooks/useCreateTool.d.ts +0 -37
- package/dist/hooks/toolsHooks/useDeleteMcpServer.d.ts +0 -37
- package/dist/hooks/toolsHooks/useDeleteTool.d.ts +0 -37
- package/dist/hooks/toolsHooks/useListComposioActionsByApp.d.ts +0 -63
- package/dist/hooks/toolsHooks/useListComposioActionsByAppSuspense.d.ts +0 -63
- package/dist/hooks/toolsHooks/useListComposioApps.d.ts +0 -51
- package/dist/hooks/toolsHooks/useListComposioAppsSuspense.d.ts +0 -51
- package/dist/hooks/toolsHooks/useListMcpServers.d.ts +0 -51
- package/dist/hooks/toolsHooks/useListMcpServersSuspense.d.ts +0 -51
- package/dist/hooks/toolsHooks/useListMcpToolsByServer.d.ts +0 -63
- package/dist/hooks/toolsHooks/useListMcpToolsByServerSuspense.d.ts +0 -63
- package/dist/hooks/toolsHooks/useListTools.d.ts +0 -51
- package/dist/hooks/toolsHooks/useListToolsSuspense.d.ts +0 -51
- package/dist/hooks/toolsHooks/useRetrieveTool.d.ts +0 -63
- package/dist/hooks/toolsHooks/useRetrieveToolSuspense.d.ts +0 -63
- package/dist/hooks/toolsHooks/useRunToolFromSource.d.ts +0 -37
- package/dist/hooks/toolsHooks/useUpsertTool.d.ts +0 -37
- package/dist/hooks/voiceHooks/index.d.ts +0 -2
- package/dist/hooks/voiceHooks/useCreateVoiceChatCompletions.d.ts +0 -39
- package/dist/types/ActionModel.d.ts +0 -54
- package/dist/types/ActionParametersModel.d.ts +0 -25
- package/dist/types/ActionResponseModel.d.ts +0 -25
- package/dist/types/AddBaseTools.d.ts +0 -19
- package/dist/types/AddComposioTool.d.ts +0 -26
- package/dist/types/AddMcpServer.d.ts +0 -22
- package/dist/types/AddMcpTool.d.ts +0 -30
- package/dist/types/AgentEnvironmentVariable.d.ts +0 -47
- package/dist/types/AgentSchema.d.ts +0 -86
- package/dist/types/AgentState.d.ts +0 -140
- package/dist/types/AgentType.d.ts +0 -14
- package/dist/types/AppAuthScheme.d.ts +0 -44
- package/dist/types/AppModel.d.ts +0 -56
- package/dist/types/AssistantMessage.d.ts +0 -33
- package/dist/types/AttachCoreMemoryBlock.d.ts +0 -30
- package/dist/types/AttachSourceToAgent.d.ts +0 -30
- package/dist/types/AttachTool.d.ts +0 -30
- package/dist/types/Audio.d.ts +0 -10
- package/dist/types/AuthRequest.d.ts +0 -11
- package/dist/types/AuthResponse.d.ts +0 -15
- package/dist/types/AuthSchemeField.d.ts +0 -34
- package/dist/types/BaseToolRuleSchema.d.ts +0 -14
- package/dist/types/Block.d.ts +0 -59
- package/dist/types/BlockUpdate.d.ts +0 -42
- package/dist/types/BodyImportAgentSerialized.d.ts +0 -10
- package/dist/types/BodyUploadFileToSource.d.ts +0 -10
- package/dist/types/ChatCompletionAssistantMessageParam.d.ts +0 -27
- package/dist/types/ChatCompletionAudioParam.d.ts +0 -33
- package/dist/types/ChatCompletionContentPartImageParam.d.ts +0 -15
- package/dist/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -15
- package/dist/types/ChatCompletionContentPartRefusalParam.d.ts +0 -14
- package/dist/types/ChatCompletionContentPartTextParam.d.ts +0 -14
- package/dist/types/ChatCompletionDeveloperMessageParam.d.ts +0 -16
- package/dist/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -10
- package/dist/types/ChatCompletionFunctionMessageParam.d.ts +0 -15
- package/dist/types/ChatCompletionMessageToolCall.d.ts +0 -20
- package/dist/types/ChatCompletionMessageToolCallParam.d.ts +0 -19
- package/dist/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -15
- package/dist/types/ChatCompletionPredictionContentParam.d.ts +0 -12
- package/dist/types/ChatCompletionStreamOptionsParam.d.ts +0 -10
- package/dist/types/ChatCompletionSystemMessageParam.d.ts +0 -16
- package/dist/types/ChatCompletionToolMessageParam.d.ts +0 -16
- package/dist/types/ChatCompletionToolParam.d.ts +0 -15
- package/dist/types/ChatCompletionUserMessageParam.d.ts +0 -19
- package/dist/types/ChildToolRule.d.ts +0 -24
- package/dist/types/ChildToolRuleSchema.d.ts +0 -18
- package/dist/types/CompletionCreateParamsNonStreaming.d.ts +0 -149
- package/dist/types/CompletionCreateParamsStreaming.d.ts +0 -152
- package/dist/types/ConditionalToolRule.d.ts +0 -36
- package/dist/types/ConditionalToolRuleSchema.d.ts +0 -25
- package/dist/types/ContextWindowOverview.d.ts +0 -94
- package/dist/types/ContinueToolRule.d.ts +0 -19
- package/dist/types/CoreMemoryBlockSchema.d.ts +0 -35
- package/dist/types/CreateAgent.d.ts +0 -26
- package/dist/types/CreateAgentMessageAsync.d.ts +0 -29
- package/dist/types/CreateAgentMessageStream.d.ts +0 -28
- package/dist/types/CreateAgentRequest.d.ts +0 -185
- package/dist/types/CreateArchivalMemory.d.ts +0 -11
- package/dist/types/CreateBlock.d.ts +0 -62
- package/dist/types/CreateGroup.d.ts +0 -26
- package/dist/types/CreateIdentity.d.ts +0 -26
- package/dist/types/CreatePassage.d.ts +0 -29
- package/dist/types/CreateProvider.d.ts +0 -22
- package/dist/types/CreateSource.d.ts +0 -22
- package/dist/types/CreateTool.d.ts +0 -22
- package/dist/types/CreateVoiceChatCompletions.d.ts +0 -33
- package/dist/types/DeleteAgent.d.ts +0 -25
- package/dist/types/DeleteBlock.d.ts +0 -26
- package/dist/types/DeleteFileFromSource.d.ts +0 -29
- package/dist/types/DeleteGroup.d.ts +0 -25
- package/dist/types/DeleteIdentity.d.ts +0 -25
- package/dist/types/DeleteJob.d.ts +0 -26
- package/dist/types/DeleteMcpServer.d.ts +0 -27
- package/dist/types/DeletePassage.d.ts +0 -29
- package/dist/types/DeleteProvider.d.ts +0 -26
- package/dist/types/DeleteRun.d.ts +0 -26
- package/dist/types/DeleteSource.d.ts +0 -25
- package/dist/types/DeleteTool.d.ts +0 -25
- package/dist/types/DetachCoreMemoryBlock.d.ts +0 -30
- package/dist/types/DetachSourceFromAgent.d.ts +0 -30
- package/dist/types/DetachTool.d.ts +0 -30
- package/dist/types/DynamicManager.d.ts +0 -20
- package/dist/types/DynamicManagerUpdate.d.ts +0 -14
- package/dist/types/E2BSandboxConfig.d.ts +0 -20
- package/dist/types/EmbeddingConfig.d.ts +0 -71
- package/dist/types/ExportAgentSerialized.d.ts +0 -28
- package/dist/types/File.d.ts +0 -15
- package/dist/types/FileFile.d.ts +0 -18
- package/dist/types/FileMetadata.d.ts +0 -58
- package/dist/types/FunctionCall.d.ts +0 -14
- package/dist/types/FunctionDefinitionInput.d.ts +0 -21
- package/dist/types/FunctionDefinitionOutput.d.ts +0 -16
- package/dist/types/FunctionOutput.d.ts +0 -15
- package/dist/types/FunctionTool.d.ts +0 -16
- package/dist/types/GetSourceIdByName.d.ts +0 -25
- package/dist/types/Group.d.ts +0 -34
- package/dist/types/GroupCreate.d.ts +0 -26
- package/dist/types/GroupUpdate.d.ts +0 -14
- package/dist/types/HTTPValidationError.d.ts +0 -11
- package/dist/types/Health.d.ts +0 -17
- package/dist/types/HealthCheck.d.ts +0 -14
- package/dist/types/HiddenReasoningMessage.d.ts +0 -38
- package/dist/types/Identity.d.ts +0 -47
- package/dist/types/IdentityCreate.d.ts +0 -38
- package/dist/types/IdentityProperty.d.ts +0 -25
- package/dist/types/IdentityPropertyType.d.ts +0 -15
- package/dist/types/IdentityType.d.ts +0 -14
- package/dist/types/IdentityUpdate.d.ts +0 -32
- package/dist/types/IdentityUpsert.d.ts +0 -38
- package/dist/types/ImageURL.d.ts +0 -20
- package/dist/types/ImportAgentSerialized.d.ts +0 -47
- package/dist/types/InitToolRule.d.ts +0 -19
- package/dist/types/InputAudio.d.ts +0 -19
- package/dist/types/JSONSchema.d.ts +0 -21
- package/dist/types/Job.d.ts +0 -51
- package/dist/types/JobStatus.d.ts +0 -18
- package/dist/types/JobType.d.ts +0 -10
- package/dist/types/LLMConfig.d.ts +0 -89
- package/dist/types/LettaAssistantMessageContentUnion.d.ts +0 -12
- package/dist/types/LettaMessageContentUnion.d.ts +0 -32
- package/dist/types/LettaMessageUnion.d.ts +0 -36
- package/dist/types/LettaRequest.d.ts +0 -30
- package/dist/types/LettaRequestConfig.d.ts +0 -24
- package/dist/types/LettaResponse.d.ts +0 -20
- package/dist/types/LettaStreamingRequest.d.ts +0 -36
- package/dist/types/LettaUsageStatistics.d.ts +0 -47
- package/dist/types/LettaUserMessageContentUnion.d.ts +0 -12
- package/dist/types/ListActiveJobs.d.ts +0 -19
- package/dist/types/ListActiveRuns.d.ts +0 -26
- package/dist/types/ListAgentSources.d.ts +0 -26
- package/dist/types/ListAgentTools.d.ts +0 -26
- package/dist/types/ListAgents.d.ts +0 -83
- package/dist/types/ListAgentsForBlock.d.ts +0 -26
- package/dist/types/ListBlocks.d.ts +0 -44
- package/dist/types/ListComposioActionsByApp.d.ts +0 -26
- package/dist/types/ListComposioApps.d.ts +0 -23
- package/dist/types/ListCoreMemoryBlocks.d.ts +0 -26
- package/dist/types/ListEmbeddingModels.d.ts +0 -14
- package/dist/types/ListGroupMessages.d.ts +0 -61
- package/dist/types/ListGroups.d.ts +0 -43
- package/dist/types/ListIdentities.d.ts +0 -33
- package/dist/types/ListJobs.d.ts +0 -26
- package/dist/types/ListMcpServers.d.ts +0 -26
- package/dist/types/ListMcpToolsByServer.d.ts +0 -26
- package/dist/types/ListMessages.d.ts +0 -65
- package/dist/types/ListModels.d.ts +0 -14
- package/dist/types/ListPassages.d.ts +0 -50
- package/dist/types/ListProviders.d.ts +0 -27
- package/dist/types/ListRunMessages.d.ts +0 -53
- package/dist/types/ListRunSteps.d.ts +0 -48
- package/dist/types/ListRuns.d.ts +0 -26
- package/dist/types/ListSourceFiles.d.ts +0 -39
- package/dist/types/ListSourcePassages.d.ts +0 -26
- package/dist/types/ListSources.d.ts +0 -19
- package/dist/types/ListSteps.d.ts +0 -56
- package/dist/types/ListTags.d.ts +0 -27
- package/dist/types/ListTools.d.ts +0 -28
- package/dist/types/LocalSandboxConfig.d.ts +0 -28
- package/dist/types/MCPServerType.d.ts +0 -10
- package/dist/types/MCPTool.d.ts +0 -21
- package/dist/types/ManagerType.d.ts +0 -13
- package/dist/types/MaxCountPerStepToolRule.d.ts +0 -24
- package/dist/types/MaxCountPerStepToolRuleSchema.d.ts +0 -18
- package/dist/types/Memory.d.ts +0 -21
- package/dist/types/Message.d.ts +0 -85
- package/dist/types/MessageCreate.d.ts +0 -32
- package/dist/types/MessageRole.d.ts +0 -13
- package/dist/types/MessageSchema.d.ts +0 -35
- package/dist/types/ModifyAgent.d.ts +0 -29
- package/dist/types/ModifyBlock.d.ts +0 -29
- package/dist/types/ModifyCoreMemoryBlock.d.ts +0 -33
- package/dist/types/ModifyGroup.d.ts +0 -33
- package/dist/types/ModifyGroupMessage.d.ts +0 -42
- package/dist/types/ModifyMessage.d.ts +0 -42
- package/dist/types/ModifyPassage.d.ts +0 -33
- package/dist/types/ModifyProvider.d.ts +0 -22
- package/dist/types/ModifySource.d.ts +0 -29
- package/dist/types/ModifyTool.d.ts +0 -29
- package/dist/types/OmittedReasoningContent.d.ts +0 -21
- package/dist/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.d.ts +0 -14
- package/dist/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -10
- package/dist/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -20
- package/dist/types/Organization.d.ts +0 -28
- package/dist/types/OrganizationCreate.d.ts +0 -15
- package/dist/types/OrganizationUpdate.d.ts +0 -15
- package/dist/types/ParameterProperties.d.ts +0 -11
- package/dist/types/ParametersSchema.d.ts +0 -21
- package/dist/types/ParentToolRule.d.ts +0 -24
- package/dist/types/Passage.d.ts +0 -71
- package/dist/types/PassageUpdate.d.ts +0 -65
- package/dist/types/PipRequirement.d.ts +0 -16
- package/dist/types/Provider.d.ts +0 -23
- package/dist/types/ProviderCreate.d.ts +0 -16
- package/dist/types/ProviderUpdate.d.ts +0 -16
- package/dist/types/ReasoningContent.d.ts +0 -30
- package/dist/types/ReasoningMessage.d.ts +0 -43
- package/dist/types/RedactedReasoningContent.d.ts +0 -21
- package/dist/types/ResetGroupMessages.d.ts +0 -25
- package/dist/types/ResetMessages.d.ts +0 -35
- package/dist/types/ResponseFormatJSONObject.d.ts +0 -10
- package/dist/types/ResponseFormatJSONSchema.d.ts +0 -15
- package/dist/types/ResponseFormatText.d.ts +0 -10
- package/dist/types/RetrieveAgent.d.ts +0 -26
- package/dist/types/RetrieveAgentContextWindow.d.ts +0 -26
- package/dist/types/RetrieveAgentMemory.d.ts +0 -26
- package/dist/types/RetrieveBlock.d.ts +0 -26
- package/dist/types/RetrieveCoreMemoryBlock.d.ts +0 -30
- package/dist/types/RetrieveGroup.d.ts +0 -26
- package/dist/types/RetrieveIdentity.d.ts +0 -26
- package/dist/types/RetrieveJob.d.ts +0 -26
- package/dist/types/RetrieveRun.d.ts +0 -26
- package/dist/types/RetrieveRunUsage.d.ts +0 -26
- package/dist/types/RetrieveSource.d.ts +0 -26
- package/dist/types/RetrieveStep.d.ts +0 -26
- package/dist/types/RetrieveTool.d.ts +0 -26
- package/dist/types/RoundRobinManager.d.ts +0 -12
- package/dist/types/RoundRobinManagerUpdate.d.ts +0 -12
- package/dist/types/Run.d.ts +0 -56
- package/dist/types/RunToolFromSource.d.ts +0 -22
- package/dist/types/SSEServerConfig.d.ts +0 -21
- package/dist/types/SandboxConfig.d.ts +0 -40
- package/dist/types/SandboxConfigCreate.d.ts +0 -12
- package/dist/types/SandboxConfigUpdate.d.ts +0 -15
- package/dist/types/SandboxEnvironmentVariable.d.ts +0 -47
- package/dist/types/SandboxEnvironmentVariableCreate.d.ts +0 -20
- package/dist/types/SandboxEnvironmentVariableUpdate.d.ts +0 -18
- package/dist/types/SandboxType.d.ts +0 -10
- package/dist/types/SendGroupMessage.d.ts +0 -29
- package/dist/types/SendGroupMessageStreaming.d.ts +0 -28
- package/dist/types/SendMessage.d.ts +0 -29
- package/dist/types/SleeptimeManager.d.ts +0 -16
- package/dist/types/SleeptimeManagerUpdate.d.ts +0 -13
- package/dist/types/Source.d.ts +0 -51
- package/dist/types/SourceCreate.d.ts +0 -37
- package/dist/types/SourceUpdate.d.ts +0 -28
- package/dist/types/StdioServerConfig.d.ts +0 -32
- package/dist/types/Step.d.ts +0 -80
- package/dist/types/SupervisorManager.d.ts +0 -15
- package/dist/types/SupervisorManagerUpdate.d.ts +0 -12
- package/dist/types/SystemMessage.d.ts +0 -33
- package/dist/types/TagSchema.d.ts +0 -10
- package/dist/types/TerminalToolRule.d.ts +0 -19
- package/dist/types/TextContent.d.ts +0 -21
- package/dist/types/Tool.d.ts +0 -73
- package/dist/types/ToolCall.d.ts +0 -18
- package/dist/types/ToolCallContent.d.ts +0 -34
- package/dist/types/ToolCallDelta.d.ts +0 -9
- package/dist/types/ToolCallMessage.d.ts +0 -31
- package/dist/types/ToolCreate.d.ts +0 -44
- package/dist/types/ToolEnvVarSchema.d.ts +0 -23
- package/dist/types/ToolJSONSchema.d.ts +0 -21
- package/dist/types/ToolReturn.d.ts +0 -24
- package/dist/types/ToolReturnContent.d.ts +0 -27
- package/dist/types/ToolReturnMessage.d.ts +0 -47
- package/dist/types/ToolRunFromSource.d.ts +0 -45
- package/dist/types/ToolSchema.d.ts +0 -48
- package/dist/types/ToolType.d.ts +0 -16
- package/dist/types/ToolUpdate.d.ts +0 -38
- package/dist/types/UpdateAgent.d.ts +0 -103
- package/dist/types/UpdateAssistantMessage.d.ts +0 -16
- package/dist/types/UpdateIdentity.d.ts +0 -29
- package/dist/types/UpdateReasoningMessage.d.ts +0 -15
- package/dist/types/UpdateSystemMessage.d.ts +0 -16
- package/dist/types/UpdateUserMessage.d.ts +0 -16
- package/dist/types/UploadFileToSource.d.ts +0 -29
- package/dist/types/UpsertIdentity.d.ts +0 -26
- package/dist/types/UpsertIdentityProperties.d.ts +0 -28
- package/dist/types/UpsertTool.d.ts +0 -22
- package/dist/types/UsageStatistics.d.ts +0 -21
- package/dist/types/User.d.ts +0 -34
- package/dist/types/UserCreate.d.ts +0 -11
- package/dist/types/UserMessage.d.ts +0 -33
- package/dist/types/UserUpdate.d.ts +0 -15
- package/dist/types/ValidationError.d.ts +0 -18
- package/dist/types/WebSearchOptions.d.ts +0 -18
- package/dist/types/WebSearchOptionsUserLocation.d.ts +0 -15
- package/dist/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -22
- package/dist/types/agents/CreateTemplateFromAgent.d.ts +0 -52
- package/dist/types/agents/GetAgentVariables.d.ts +0 -40
- package/dist/types/agents/MigrateAgent.d.ts +0 -90
- package/dist/types/agents/SearchDeployedAgents.d.ts +0 -130
- package/dist/types/agents/VersionAgentTemplate.d.ts +0 -69
- package/dist/types/agents/index.d.ts +0 -10
- package/dist/types/clientSideAccessTokens/CreateClientSideAccessToken.d.ts +0 -120
- package/dist/types/clientSideAccessTokens/DeleteClientSideAccessToken.d.ts +0 -35
- package/dist/types/clientSideAccessTokens/index.d.ts +0 -3
- package/dist/types/index.d.ts +0 -328
- package/dist/types/templates/CreateAgentsFromTemplate.d.ts +0 -67
- package/dist/types/templates/index.d.ts +0 -1
- package/hooks/agentsHooks/index.d.ts +0 -72
- package/hooks/agentsHooks/useAgents/createTemplateFromAgent.d.ts +0 -39
- package/hooks/agentsHooks/useAgents/getAgentVariables.d.ts +0 -63
- package/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.d.ts +0 -63
- package/hooks/agentsHooks/useAgents/index.d.ts +0 -12
- package/hooks/agentsHooks/useAgents/migrateAgent.d.ts +0 -39
- package/hooks/agentsHooks/useAgents/searchDeployedAgents.d.ts +0 -37
- package/hooks/agentsHooks/useAgents/versionAgentTemplate.d.ts +0 -41
- package/hooks/agentsHooks/useCreateAgent.d.ts +0 -39
- package/hooks/agentsHooks/useCreateAgentMessageAsync.d.ts +0 -39
- package/hooks/agentsHooks/useCreateAgentMessageStream.d.ts +0 -39
- package/hooks/agentsHooks/useCreatePassage.d.ts +0 -39
- package/hooks/agentsHooks/useDeleteAgent.d.ts +0 -37
- package/hooks/agentsHooks/useDeletePassage.d.ts +0 -39
- package/hooks/agentsHooks/useExportAgentSerialized.d.ts +0 -63
- package/hooks/agentsHooks/useExportAgentSerializedSuspense.d.ts +0 -63
- package/hooks/agentsHooks/useImportAgentSerialized.d.ts +0 -39
- package/hooks/agentsHooks/useListAgentSources.d.ts +0 -63
- package/hooks/agentsHooks/useListAgentSourcesSuspense.d.ts +0 -63
- package/hooks/agentsHooks/useListAgentTools.d.ts +0 -63
- package/hooks/agentsHooks/useListAgentToolsSuspense.d.ts +0 -63
- package/hooks/agentsHooks/useListAgents.d.ts +0 -51
- package/hooks/agentsHooks/useListAgentsSuspense.d.ts +0 -51
- package/hooks/agentsHooks/useListCoreMemoryBlocks.d.ts +0 -63
- package/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.d.ts +0 -63
- package/hooks/agentsHooks/useListMessages.d.ts +0 -63
- package/hooks/agentsHooks/useListMessagesSuspense.d.ts +0 -63
- package/hooks/agentsHooks/useListPassages.d.ts +0 -63
- package/hooks/agentsHooks/useListPassagesSuspense.d.ts +0 -63
- package/hooks/agentsHooks/useRetrieveAgent.d.ts +0 -63
- package/hooks/agentsHooks/useRetrieveAgentContextWindow.d.ts +0 -63
- package/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.d.ts +0 -63
- package/hooks/agentsHooks/useRetrieveAgentMemory.d.ts +0 -63
- package/hooks/agentsHooks/useRetrieveAgentMemorySuspense.d.ts +0 -63
- package/hooks/agentsHooks/useRetrieveAgentSuspense.d.ts +0 -63
- package/hooks/agentsHooks/useRetrieveCoreMemoryBlock.d.ts +0 -67
- package/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.d.ts +0 -67
- package/hooks/agentsHooks/useSendMessage.d.ts +0 -39
- package/hooks/blocksHooks/index.d.ts +0 -16
- package/hooks/blocksHooks/useCreateBlock.d.ts +0 -35
- package/hooks/blocksHooks/useDeleteBlock.d.ts +0 -35
- package/hooks/blocksHooks/useListAgentsForBlock.d.ts +0 -63
- package/hooks/blocksHooks/useListAgentsForBlockSuspense.d.ts +0 -63
- package/hooks/blocksHooks/useListBlocks.d.ts +0 -49
- package/hooks/blocksHooks/useListBlocksSuspense.d.ts +0 -49
- package/hooks/blocksHooks/useRetrieveBlock.d.ts +0 -61
- package/hooks/blocksHooks/useRetrieveBlockSuspense.d.ts +0 -61
- package/hooks/clientSideAccessTokensHooks/index.d.ts +0 -4
- package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.d.ts +0 -37
- package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.d.ts +0 -39
- package/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.d.ts +0 -4
- package/hooks/groupsHooks/index.d.ts +0 -20
- package/hooks/groupsHooks/useCreateGroup.d.ts +0 -39
- package/hooks/groupsHooks/useDeleteGroup.d.ts +0 -37
- package/hooks/groupsHooks/useListGroupMessages.d.ts +0 -63
- package/hooks/groupsHooks/useListGroupMessagesSuspense.d.ts +0 -63
- package/hooks/groupsHooks/useListGroups.d.ts +0 -51
- package/hooks/groupsHooks/useListGroupsSuspense.d.ts +0 -51
- package/hooks/groupsHooks/useRetrieveGroup.d.ts +0 -63
- package/hooks/groupsHooks/useRetrieveGroupSuspense.d.ts +0 -63
- package/hooks/groupsHooks/useSendGroupMessage.d.ts +0 -39
- package/hooks/groupsHooks/useSendGroupMessageStreaming.d.ts +0 -39
- package/hooks/healthHooks/index.d.ts +0 -4
- package/hooks/healthHooks/useHealthCheck.d.ts +0 -49
- package/hooks/healthHooks/useHealthCheckSuspense.d.ts +0 -49
- package/hooks/identitiesHooks/index.d.ts +0 -16
- package/hooks/identitiesHooks/useCreateIdentity.d.ts +0 -37
- package/hooks/identitiesHooks/useDeleteIdentity.d.ts +0 -37
- package/hooks/identitiesHooks/useListIdentities.d.ts +0 -51
- package/hooks/identitiesHooks/useListIdentitiesSuspense.d.ts +0 -51
- package/hooks/identitiesHooks/useRetrieveIdentity.d.ts +0 -61
- package/hooks/identitiesHooks/useRetrieveIdentitySuspense.d.ts +0 -61
- package/hooks/identitiesHooks/useUpsertIdentity.d.ts +0 -37
- package/hooks/identitiesHooks/useUpsertIdentityProperties.d.ts +0 -37
- package/hooks/index.d.ts +0 -274
- package/hooks/jobsHooks/index.d.ts +0 -14
- package/hooks/jobsHooks/useDeleteJob.d.ts +0 -37
- package/hooks/jobsHooks/useListActiveJobs.d.ts +0 -51
- package/hooks/jobsHooks/useListActiveJobsSuspense.d.ts +0 -51
- package/hooks/jobsHooks/useListJobs.d.ts +0 -51
- package/hooks/jobsHooks/useListJobsSuspense.d.ts +0 -51
- package/hooks/jobsHooks/useRetrieveJob.d.ts +0 -63
- package/hooks/jobsHooks/useRetrieveJobSuspense.d.ts +0 -63
- package/hooks/modelsHooks/index.d.ts +0 -8
- package/hooks/modelsHooks/useListEmbeddingModels.d.ts +0 -49
- package/hooks/modelsHooks/useListEmbeddingModelsSuspense.d.ts +0 -49
- package/hooks/modelsHooks/useListModels.d.ts +0 -49
- package/hooks/modelsHooks/useListModelsSuspense.d.ts +0 -49
- package/hooks/providersHooks/index.d.ts +0 -8
- package/hooks/providersHooks/useCreateProvider.d.ts +0 -37
- package/hooks/providersHooks/useDeleteProvider.d.ts +0 -37
- package/hooks/providersHooks/useListProviders.d.ts +0 -51
- package/hooks/providersHooks/useListProvidersSuspense.d.ts +0 -51
- package/hooks/runsHooks/index.d.ts +0 -26
- package/hooks/runsHooks/useDeleteRun.d.ts +0 -37
- package/hooks/runsHooks/useListActiveRuns.d.ts +0 -51
- package/hooks/runsHooks/useListActiveRunsSuspense.d.ts +0 -51
- package/hooks/runsHooks/useListRunMessages.d.ts +0 -63
- package/hooks/runsHooks/useListRunMessagesSuspense.d.ts +0 -63
- package/hooks/runsHooks/useListRunSteps.d.ts +0 -63
- package/hooks/runsHooks/useListRunStepsSuspense.d.ts +0 -63
- package/hooks/runsHooks/useListRuns.d.ts +0 -51
- package/hooks/runsHooks/useListRunsSuspense.d.ts +0 -51
- package/hooks/runsHooks/useRetrieveRun.d.ts +0 -63
- package/hooks/runsHooks/useRetrieveRunSuspense.d.ts +0 -63
- package/hooks/runsHooks/useRetrieveRunUsage.d.ts +0 -63
- package/hooks/runsHooks/useRetrieveRunUsageSuspense.d.ts +0 -63
- package/hooks/sourcesHooks/index.d.ts +0 -28
- package/hooks/sourcesHooks/useCreateSource.d.ts +0 -37
- package/hooks/sourcesHooks/useDeleteFileFromSource.d.ts +0 -39
- package/hooks/sourcesHooks/useDeleteSource.d.ts +0 -37
- package/hooks/sourcesHooks/useGetSourceIdByName.d.ts +0 -63
- package/hooks/sourcesHooks/useGetSourceIdByNameSuspense.d.ts +0 -63
- package/hooks/sourcesHooks/useListSourceFiles.d.ts +0 -63
- package/hooks/sourcesHooks/useListSourceFilesSuspense.d.ts +0 -63
- package/hooks/sourcesHooks/useListSourcePassages.d.ts +0 -63
- package/hooks/sourcesHooks/useListSourcePassagesSuspense.d.ts +0 -63
- package/hooks/sourcesHooks/useListSources.d.ts +0 -51
- package/hooks/sourcesHooks/useListSourcesSuspense.d.ts +0 -51
- package/hooks/sourcesHooks/useRetrieveSource.d.ts +0 -63
- package/hooks/sourcesHooks/useRetrieveSourceSuspense.d.ts +0 -63
- package/hooks/sourcesHooks/useUploadFileToSource.d.ts +0 -39
- package/hooks/stepsHooks/index.d.ts +0 -8
- package/hooks/stepsHooks/useListSteps.d.ts +0 -51
- package/hooks/stepsHooks/useListStepsSuspense.d.ts +0 -51
- package/hooks/stepsHooks/useRetrieveStep.d.ts +0 -63
- package/hooks/stepsHooks/useRetrieveStepSuspense.d.ts +0 -63
- package/hooks/tagHooks/index.d.ts +0 -4
- package/hooks/tagHooks/useListTags.d.ts +0 -51
- package/hooks/tagHooks/useListTagsSuspense.d.ts +0 -51
- package/hooks/templatesHooks/index.d.ts +0 -2
- package/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.d.ts +0 -41
- package/hooks/templatesHooks/useTemplates/index.d.ts +0 -2
- package/hooks/toolsHooks/index.d.ts +0 -42
- package/hooks/toolsHooks/useAddBaseTools.d.ts +0 -33
- package/hooks/toolsHooks/useAddComposioTool.d.ts +0 -37
- package/hooks/toolsHooks/useAddMcpServer.d.ts +0 -37
- package/hooks/toolsHooks/useAddMcpTool.d.ts +0 -39
- package/hooks/toolsHooks/useCreateTool.d.ts +0 -37
- package/hooks/toolsHooks/useDeleteMcpServer.d.ts +0 -37
- package/hooks/toolsHooks/useDeleteTool.d.ts +0 -37
- package/hooks/toolsHooks/useListComposioActionsByApp.d.ts +0 -63
- package/hooks/toolsHooks/useListComposioActionsByAppSuspense.d.ts +0 -63
- package/hooks/toolsHooks/useListComposioApps.d.ts +0 -51
- package/hooks/toolsHooks/useListComposioAppsSuspense.d.ts +0 -51
- package/hooks/toolsHooks/useListMcpServers.d.ts +0 -51
- package/hooks/toolsHooks/useListMcpServersSuspense.d.ts +0 -51
- package/hooks/toolsHooks/useListMcpToolsByServer.d.ts +0 -63
- package/hooks/toolsHooks/useListMcpToolsByServerSuspense.d.ts +0 -63
- package/hooks/toolsHooks/useListTools.d.ts +0 -51
- package/hooks/toolsHooks/useListToolsSuspense.d.ts +0 -51
- package/hooks/toolsHooks/useRetrieveTool.d.ts +0 -63
- package/hooks/toolsHooks/useRetrieveToolSuspense.d.ts +0 -63
- package/hooks/toolsHooks/useRunToolFromSource.d.ts +0 -37
- package/hooks/toolsHooks/useUpsertTool.d.ts +0 -37
- package/hooks/voiceHooks/index.d.ts +0 -2
- package/hooks/voiceHooks/useCreateVoiceChatCompletions.d.ts +0 -39
- package/src/hooks/agentsHooks/index.ts +0 -240
- package/src/hooks/agentsHooks/useAgents/createTemplateFromAgent.ts +0 -101
- package/src/hooks/agentsHooks/useAgents/getAgentVariables.ts +0 -131
- package/src/hooks/agentsHooks/useAgents/getAgentVariablesSuspense.ts +0 -130
- package/src/hooks/agentsHooks/useAgents/index.ts +0 -38
- package/src/hooks/agentsHooks/useAgents/migrateAgent.ts +0 -109
- package/src/hooks/agentsHooks/useAgents/searchDeployedAgents.ts +0 -92
- package/src/hooks/agentsHooks/useAgents/versionAgentTemplate.ts +0 -113
- package/src/hooks/agentsHooks/useCreateAgent.ts +0 -92
- package/src/hooks/agentsHooks/useCreateAgentMessageAsync.ts +0 -101
- package/src/hooks/agentsHooks/useCreateAgentMessageStream.ts +0 -101
- package/src/hooks/agentsHooks/useCreatePassage.ts +0 -101
- package/src/hooks/agentsHooks/useDeleteAgent.ts +0 -85
- package/src/hooks/agentsHooks/useDeletePassage.ts +0 -95
- package/src/hooks/agentsHooks/useExportAgentSerialized.ts +0 -141
- package/src/hooks/agentsHooks/useExportAgentSerializedSuspense.ts +0 -142
- package/src/hooks/agentsHooks/useImportAgentSerialized.ts +0 -118
- package/src/hooks/agentsHooks/useListAgentSources.ts +0 -126
- package/src/hooks/agentsHooks/useListAgentSourcesSuspense.ts +0 -129
- package/src/hooks/agentsHooks/useListAgentTools.ts +0 -126
- package/src/hooks/agentsHooks/useListAgentToolsSuspense.ts +0 -128
- package/src/hooks/agentsHooks/useListAgents.ts +0 -122
- package/src/hooks/agentsHooks/useListAgentsSuspense.ts +0 -123
- package/src/hooks/agentsHooks/useListCoreMemoryBlocks.ts +0 -130
- package/src/hooks/agentsHooks/useListCoreMemoryBlocksSuspense.ts +0 -130
- package/src/hooks/agentsHooks/useListMessages.ts +0 -135
- package/src/hooks/agentsHooks/useListMessagesSuspense.ts +0 -136
- package/src/hooks/agentsHooks/useListPassages.ts +0 -138
- package/src/hooks/agentsHooks/useListPassagesSuspense.ts +0 -139
- package/src/hooks/agentsHooks/useRetrieveAgent.ts +0 -123
- package/src/hooks/agentsHooks/useRetrieveAgentContextWindow.ts +0 -128
- package/src/hooks/agentsHooks/useRetrieveAgentContextWindowSuspense.ts +0 -128
- package/src/hooks/agentsHooks/useRetrieveAgentMemory.ts +0 -127
- package/src/hooks/agentsHooks/useRetrieveAgentMemorySuspense.ts +0 -127
- package/src/hooks/agentsHooks/useRetrieveAgentSuspense.ts +0 -125
- package/src/hooks/agentsHooks/useRetrieveCoreMemoryBlock.ts +0 -137
- package/src/hooks/agentsHooks/useRetrieveCoreMemoryBlockSuspense.ts +0 -139
- package/src/hooks/agentsHooks/useSendMessage.ts +0 -98
- package/src/hooks/blocksHooks/index.ts +0 -54
- package/src/hooks/blocksHooks/useCreateBlock.ts +0 -87
- package/src/hooks/blocksHooks/useDeleteBlock.ts +0 -83
- package/src/hooks/blocksHooks/useListAgentsForBlock.ts +0 -127
- package/src/hooks/blocksHooks/useListAgentsForBlockSuspense.ts +0 -129
- package/src/hooks/blocksHooks/useListBlocks.ts +0 -120
- package/src/hooks/blocksHooks/useListBlocksSuspense.ts +0 -121
- package/src/hooks/blocksHooks/useRetrieveBlock.ts +0 -121
- package/src/hooks/blocksHooks/useRetrieveBlockSuspense.ts +0 -123
- package/src/hooks/clientSideAccessTokensHooks/index.ts +0 -12
- package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/createClientSideAccessToken.ts +0 -97
- package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/deleteClientSideAccessToken.ts +0 -107
- package/src/hooks/clientSideAccessTokensHooks/useClientSideAccessTokens/index.ts +0 -12
- package/src/hooks/groupsHooks/index.ts +0 -66
- package/src/hooks/groupsHooks/useCreateGroup.ts +0 -92
- package/src/hooks/groupsHooks/useDeleteGroup.ts +0 -85
- package/src/hooks/groupsHooks/useListGroupMessages.ts +0 -135
- package/src/hooks/groupsHooks/useListGroupMessagesSuspense.ts +0 -138
- package/src/hooks/groupsHooks/useListGroups.ts +0 -122
- package/src/hooks/groupsHooks/useListGroupsSuspense.ts +0 -123
- package/src/hooks/groupsHooks/useRetrieveGroup.ts +0 -123
- package/src/hooks/groupsHooks/useRetrieveGroupSuspense.ts +0 -125
- package/src/hooks/groupsHooks/useSendGroupMessage.ts +0 -101
- package/src/hooks/groupsHooks/useSendGroupMessageStreaming.ts +0 -101
- package/src/hooks/healthHooks/index.ts +0 -14
- package/src/hooks/healthHooks/useHealthCheck.ts +0 -104
- package/src/hooks/healthHooks/useHealthCheckSuspense.ts +0 -106
- package/src/hooks/identitiesHooks/index.ts +0 -52
- package/src/hooks/identitiesHooks/useCreateIdentity.ts +0 -100
- package/src/hooks/identitiesHooks/useDeleteIdentity.ts +0 -88
- package/src/hooks/identitiesHooks/useListIdentities.ts +0 -122
- package/src/hooks/identitiesHooks/useListIdentitiesSuspense.ts +0 -125
- package/src/hooks/identitiesHooks/useRetrieveIdentity.ts +0 -128
- package/src/hooks/identitiesHooks/useRetrieveIdentitySuspense.ts +0 -130
- package/src/hooks/identitiesHooks/useUpsertIdentity.ts +0 -100
- package/src/hooks/identitiesHooks/useUpsertIdentityProperties.ts +0 -99
- package/src/hooks/index.ts +0 -916
- package/src/hooks/jobsHooks/index.ts +0 -48
- package/src/hooks/jobsHooks/useDeleteJob.ts +0 -85
- package/src/hooks/jobsHooks/useListActiveJobs.ts +0 -116
- package/src/hooks/jobsHooks/useListActiveJobsSuspense.ts +0 -117
- package/src/hooks/jobsHooks/useListJobs.ts +0 -117
- package/src/hooks/jobsHooks/useListJobsSuspense.ts +0 -118
- package/src/hooks/jobsHooks/useRetrieveJob.ts +0 -122
- package/src/hooks/jobsHooks/useRetrieveJobSuspense.ts +0 -125
- package/src/hooks/modelsHooks/index.ts +0 -28
- package/src/hooks/modelsHooks/useListEmbeddingModels.ts +0 -113
- package/src/hooks/modelsHooks/useListEmbeddingModelsSuspense.ts +0 -113
- package/src/hooks/modelsHooks/useListModels.ts +0 -104
- package/src/hooks/modelsHooks/useListModelsSuspense.ts +0 -106
- package/src/hooks/providersHooks/index.ts +0 -26
- package/src/hooks/providersHooks/useCreateProvider.ts +0 -93
- package/src/hooks/providersHooks/useDeleteProvider.ts +0 -89
- package/src/hooks/providersHooks/useListProviders.ts +0 -122
- package/src/hooks/providersHooks/useListProvidersSuspense.ts +0 -125
- package/src/hooks/runsHooks/index.ts +0 -90
- package/src/hooks/runsHooks/useDeleteRun.ts +0 -85
- package/src/hooks/runsHooks/useListActiveRuns.ts +0 -122
- package/src/hooks/runsHooks/useListActiveRunsSuspense.ts +0 -125
- package/src/hooks/runsHooks/useListRunMessages.ts +0 -135
- package/src/hooks/runsHooks/useListRunMessagesSuspense.ts +0 -137
- package/src/hooks/runsHooks/useListRunSteps.ts +0 -135
- package/src/hooks/runsHooks/useListRunStepsSuspense.ts +0 -136
- package/src/hooks/runsHooks/useListRuns.ts +0 -117
- package/src/hooks/runsHooks/useListRunsSuspense.ts +0 -118
- package/src/hooks/runsHooks/useRetrieveRun.ts +0 -122
- package/src/hooks/runsHooks/useRetrieveRunSuspense.ts +0 -125
- package/src/hooks/runsHooks/useRetrieveRunUsage.ts +0 -123
- package/src/hooks/runsHooks/useRetrieveRunUsageSuspense.ts +0 -126
- package/src/hooks/sourcesHooks/index.ts +0 -94
- package/src/hooks/sourcesHooks/useCreateSource.ts +0 -91
- package/src/hooks/sourcesHooks/useDeleteFileFromSource.ts +0 -95
- package/src/hooks/sourcesHooks/useDeleteSource.ts +0 -87
- package/src/hooks/sourcesHooks/useGetSourceIdByName.ts +0 -130
- package/src/hooks/sourcesHooks/useGetSourceIdByNameSuspense.ts +0 -132
- package/src/hooks/sourcesHooks/useListSourceFiles.ts +0 -135
- package/src/hooks/sourcesHooks/useListSourceFilesSuspense.ts +0 -138
- package/src/hooks/sourcesHooks/useListSourcePassages.ts +0 -130
- package/src/hooks/sourcesHooks/useListSourcePassagesSuspense.ts +0 -132
- package/src/hooks/sourcesHooks/useListSources.ts +0 -109
- package/src/hooks/sourcesHooks/useListSourcesSuspense.ts +0 -113
- package/src/hooks/sourcesHooks/useRetrieveSource.ts +0 -126
- package/src/hooks/sourcesHooks/useRetrieveSourceSuspense.ts +0 -128
- package/src/hooks/sourcesHooks/useUploadFileToSource.ts +0 -117
- package/src/hooks/stepsHooks/index.ts +0 -28
- package/src/hooks/stepsHooks/useListSteps.ts +0 -117
- package/src/hooks/stepsHooks/useListStepsSuspense.ts +0 -118
- package/src/hooks/stepsHooks/useRetrieveStep.ts +0 -123
- package/src/hooks/stepsHooks/useRetrieveStepSuspense.ts +0 -125
- package/src/hooks/tagHooks/index.ts +0 -14
- package/src/hooks/tagHooks/useListTags.ts +0 -117
- package/src/hooks/tagHooks/useListTagsSuspense.ts +0 -118
- package/src/hooks/templatesHooks/index.ts +0 -6
- package/src/hooks/templatesHooks/useTemplates/createAgentsFromTemplate.ts +0 -109
- package/src/hooks/templatesHooks/useTemplates/index.ts +0 -6
- package/src/hooks/toolsHooks/index.ts +0 -138
- package/src/hooks/toolsHooks/useAddBaseTools.ts +0 -85
- package/src/hooks/toolsHooks/useAddComposioTool.ts +0 -90
- package/src/hooks/toolsHooks/useAddMcpServer.ts +0 -92
- package/src/hooks/toolsHooks/useAddMcpTool.ts +0 -92
- package/src/hooks/toolsHooks/useCreateTool.ts +0 -89
- package/src/hooks/toolsHooks/useDeleteMcpServer.ts +0 -88
- package/src/hooks/toolsHooks/useDeleteTool.ts +0 -85
- package/src/hooks/toolsHooks/useListComposioActionsByApp.ts +0 -132
- package/src/hooks/toolsHooks/useListComposioActionsByAppSuspense.ts +0 -131
- package/src/hooks/toolsHooks/useListComposioApps.ts +0 -122
- package/src/hooks/toolsHooks/useListComposioAppsSuspense.ts +0 -124
- package/src/hooks/toolsHooks/useListMcpServers.ts +0 -122
- package/src/hooks/toolsHooks/useListMcpServersSuspense.ts +0 -123
- package/src/hooks/toolsHooks/useListMcpToolsByServer.ts +0 -130
- package/src/hooks/toolsHooks/useListMcpToolsByServerSuspense.ts +0 -131
- package/src/hooks/toolsHooks/useListTools.ts +0 -117
- package/src/hooks/toolsHooks/useListToolsSuspense.ts +0 -118
- package/src/hooks/toolsHooks/useRetrieveTool.ts +0 -123
- package/src/hooks/toolsHooks/useRetrieveToolSuspense.ts +0 -125
- package/src/hooks/toolsHooks/useRunToolFromSource.ts +0 -93
- package/src/hooks/toolsHooks/useUpsertTool.ts +0 -89
- package/src/hooks/voiceHooks/index.ts +0 -6
- package/src/hooks/voiceHooks/useCreateVoiceChatCompletions.ts +0 -104
- package/src/schemas/HTTPValidationError.json +0 -26
- package/src/schemas/JSONSchema.json +0 -19
- package/src/schemas/LLMConfig.json +0 -93
- package/src/schemas/MCPServerType.json +0 -6
- package/src/schemas/MCPTool.json +0 -20
- package/src/schemas/SSEServerConfig.json +0 -25
- package/src/schemas/actionModel.json +0 -93
- package/src/schemas/actionParametersModel.json +0 -27
- package/src/schemas/actionResponseModel.json +0 -27
- package/src/schemas/agentEnvironmentVariable.json +0 -62
- package/src/schemas/agentSchema.json +0 -562
- package/src/schemas/agentState.json +0 -995
- package/src/schemas/agentType.json +0 -7
- package/src/schemas/appAuthScheme.json +0 -95
- package/src/schemas/appModel.json +0 -159
- package/src/schemas/assistantMessage.json +0 -67
- package/src/schemas/audio.json +0 -7
- package/src/schemas/authRequest.json +0 -12
- package/src/schemas/authResponse.json +0 -19
- package/src/schemas/authSchemeField.json +0 -30
- package/src/schemas/baseToolRuleSchema.json +0 -10
- package/src/schemas/block.json +0 -67
- package/src/schemas/blockUpdate.json +0 -48
- package/src/schemas/bodyImportAgentSerialized.json +0 -9
- package/src/schemas/bodyUploadFileToSource.json +0 -9
- package/src/schemas/chatCompletionAssistantMessageParam.json +0 -103
- package/src/schemas/chatCompletionAudioParam.json +0 -35
- package/src/schemas/chatCompletionContentPartImageParam.json +0 -23
- package/src/schemas/chatCompletionContentPartInputAudioParam.json +0 -23
- package/src/schemas/chatCompletionContentPartRefusalParam.json +0 -10
- package/src/schemas/chatCompletionContentPartTextParam.json +0 -10
- package/src/schemas/chatCompletionDeveloperMessageParam.json +0 -29
- package/src/schemas/chatCompletionFunctionCallOptionParam.json +0 -7
- package/src/schemas/chatCompletionFunctionMessageParam.json +0 -14
- package/src/schemas/chatCompletionMessageToolCall.json +0 -22
- package/src/schemas/chatCompletionMessageToolCallParam.json +0 -20
- package/src/schemas/chatCompletionNamedToolChoiceParam.json +0 -16
- package/src/schemas/chatCompletionPredictionContentParam.json +0 -28
- package/src/schemas/chatCompletionStreamOptionsParam.json +0 -8
- package/src/schemas/chatCompletionSystemMessageParam.json +0 -29
- package/src/schemas/chatCompletionToolMessageParam.json +0 -29
- package/src/schemas/chatCompletionToolParam.json +0 -28
- package/src/schemas/chatCompletionUserMessageParam.json +0 -106
- package/src/schemas/childToolRule.json +0 -27
- package/src/schemas/childToolRuleSchema.json +0 -15
- package/src/schemas/completionCreateParamsNonStreaming.json +0 -797
- package/src/schemas/completionCreateParamsStreaming.json +0 -794
- package/src/schemas/conditionalToolRule.json +0 -38
- package/src/schemas/conditionalToolRuleSchema.json +0 -29
- package/src/schemas/contextWindowOverview.json +0 -491
- package/src/schemas/continueToolRule.json +0 -21
- package/src/schemas/coreMemoryBlockSchema.json +0 -38
- package/src/schemas/createAgentRequest.json +0 -883
- package/src/schemas/createArchivalMemory.json +0 -13
- package/src/schemas/createBlock.json +0 -49
- package/src/schemas/dynamicManager.json +0 -31
- package/src/schemas/dynamicManagerUpdate.json +0 -29
- package/src/schemas/e2BSandboxConfig.json +0 -26
- package/src/schemas/embeddingConfig.json +0 -76
- package/src/schemas/file.json +0 -19
- package/src/schemas/fileFile.json +0 -10
- package/src/schemas/fileMetadata.json +0 -74
- package/src/schemas/functionCall.json +0 -10
- package/src/schemas/functionDefinitionInput.json +0 -19
- package/src/schemas/functionDefinitionOutput.json +0 -25
- package/src/schemas/functionOutput.json +0 -11
- package/src/schemas/functionTool.json +0 -35
- package/src/schemas/group.json +0 -69
- package/src/schemas/groupCreate.json +0 -137
- package/src/schemas/groupUpdate.json +0 -140
- package/src/schemas/health.json +0 -11
- package/src/schemas/hiddenReasoningMessage.json +0 -35
- package/src/schemas/identity.json +0 -94
- package/src/schemas/identityCreate.json +0 -90
- package/src/schemas/identityProperty.json +0 -33
- package/src/schemas/identityPropertyType.json +0 -7
- package/src/schemas/identityType.json +0 -7
- package/src/schemas/identityUpdate.json +0 -90
- package/src/schemas/identityUpsert.json +0 -90
- package/src/schemas/imageURL.json +0 -14
- package/src/schemas/initToolRule.json +0 -21
- package/src/schemas/inputAudio.json +0 -10
- package/src/schemas/job.json +0 -82
- package/src/schemas/jobStatus.json +0 -15
- package/src/schemas/jobType.json +0 -6
- package/src/schemas/lettaAssistantMessageContentUnion.json +0 -31
- package/src/schemas/lettaMessageContentUnion.json +0 -184
- package/src/schemas/lettaMessageUnion.json +0 -382
- package/src/schemas/lettaRequest.json +0 -250
- package/src/schemas/lettaRequestConfig.json +0 -25
- package/src/schemas/lettaResponse.json +0 -860
- package/src/schemas/lettaStreamingRequest.json +0 -256
- package/src/schemas/lettaUsageStatistics.json +0 -411
- package/src/schemas/lettaUserMessageContentUnion.json +0 -31
- package/src/schemas/localSandboxConfig.json +0 -48
- package/src/schemas/managerType.json +0 -6
- package/src/schemas/maxCountPerStepToolRule.json +0 -26
- package/src/schemas/maxCountPerStepToolRuleSchema.json +0 -11
- package/src/schemas/memory.json +0 -87
- package/src/schemas/message.json +0 -336
- package/src/schemas/messageCreate.json +0 -219
- package/src/schemas/messageRole.json +0 -6
- package/src/schemas/messageSchema.json +0 -65
- package/src/schemas/omittedReasoningContent.json +0 -21
- package/src/schemas/openaiTypesChatChatCompletionMessageToolCallParamFunction.json +0 -10
- package/src/schemas/openaiTypesChatChatCompletionNamedToolChoiceParamFunction.json +0 -7
- package/src/schemas/openaiTypesChatCompletionCreateParamsFunction.json +0 -15
- package/src/schemas/organization.json +0 -35
- package/src/schemas/organizationCreate.json +0 -19
- package/src/schemas/organizationUpdate.json +0 -19
- package/src/schemas/parameterProperties.json +0 -13
- package/src/schemas/parametersSchema.json +0 -35
- package/src/schemas/parentToolRule.json +0 -27
- package/src/schemas/passage.json +0 -170
- package/src/schemas/passageUpdate.json +0 -169
- package/src/schemas/pipRequirement.json +0 -19
- package/src/schemas/provider.json +0 -32
- package/src/schemas/providerCreate.json +0 -19
- package/src/schemas/providerUpdate.json +0 -19
- package/src/schemas/reasoningContent.json +0 -31
- package/src/schemas/reasoningMessage.json +0 -37
- package/src/schemas/redactedReasoningContent.json +0 -21
- package/src/schemas/responseFormatJSONObject.json +0 -9
- package/src/schemas/responseFormatJSONSchema.json +0 -28
- package/src/schemas/responseFormatText.json +0 -9
- package/src/schemas/roundRobinManager.json +0 -19
- package/src/schemas/roundRobinManagerUpdate.json +0 -19
- package/src/schemas/run.json +0 -112
- package/src/schemas/sandboxConfig.json +0 -54
- package/src/schemas/sandboxConfigCreate.json +0 -89
- package/src/schemas/sandboxConfigUpdate.json +0 -89
- package/src/schemas/sandboxEnvironmentVariable.json +0 -62
- package/src/schemas/sandboxEnvironmentVariableCreate.json +0 -24
- package/src/schemas/sandboxEnvironmentVariableUpdate.json +0 -23
- package/src/schemas/sandboxType.json +0 -6
- package/src/schemas/sleeptimeManager.json +0 -25
- package/src/schemas/sleeptimeManagerUpdate.json +0 -24
- package/src/schemas/source.json +0 -141
- package/src/schemas/sourceCreate.json +0 -124
- package/src/schemas/sourceUpdate.json +0 -113
- package/src/schemas/stdioServerConfig.json +0 -39
- package/src/schemas/step.json +0 -440
- package/src/schemas/supervisorManager.json +0 -20
- package/src/schemas/supervisorManagerUpdate.json +0 -20
- package/src/schemas/systemMessage.json +0 -31
- package/src/schemas/tagSchema.json +0 -7
- package/src/schemas/terminalToolRule.json +0 -21
- package/src/schemas/textContent.json +0 -21
- package/src/schemas/tool.json +0 -100
- package/src/schemas/toolCall.json +0 -11
- package/src/schemas/toolCallContent.json +0 -32
- package/src/schemas/toolCallDelta.json +0 -19
- package/src/schemas/toolCallMessage.json +0 -61
- package/src/schemas/toolCreate.json +0 -54
- package/src/schemas/toolEnvVarSchema.json +0 -16
- package/src/schemas/toolJSONSchema.json +0 -56
- package/src/schemas/toolReturn.json +0 -30
- package/src/schemas/toolReturnContent.json +0 -30
- package/src/schemas/toolReturnMessage.json +0 -54
- package/src/schemas/toolRunFromSource.json +0 -52
- package/src/schemas/toolSchema.json +0 -99
- package/src/schemas/toolType.json +0 -15
- package/src/schemas/toolUpdate.json +0 -51
- package/src/schemas/updateAgent.json +0 -513
- package/src/schemas/updateAssistantMessage.json +0 -55
- package/src/schemas/updateReasoningMessage.json +0 -15
- package/src/schemas/updateSystemMessage.json +0 -19
- package/src/schemas/updateUserMessage.json +0 -55
- package/src/schemas/usageStatistics.json +0 -18
- package/src/schemas/user.json +0 -44
- package/src/schemas/userCreate.json +0 -14
- package/src/schemas/userMessage.json +0 -67
- package/src/schemas/userUpdate.json +0 -19
- package/src/schemas/validationError.json +0 -15
- package/src/schemas/webSearchOptions.json +0 -41
- package/src/schemas/webSearchOptionsUserLocation.json +0 -20
- package/src/schemas/webSearchOptionsUserLocationApproximate.json +0 -11
- package/src/types/ActionModel.ts +0 -56
- package/src/types/ActionParametersModel.ts +0 -26
- package/src/types/ActionResponseModel.ts +0 -26
- package/src/types/AddBaseTools.ts +0 -24
- package/src/types/AddComposioTool.ts +0 -32
- package/src/types/AddMcpServer.ts +0 -28
- package/src/types/AddMcpTool.ts +0 -36
- package/src/types/AgentEnvironmentVariable.ts +0 -48
- package/src/types/AgentSchema.ts +0 -93
- package/src/types/AgentState.ts +0 -152
- package/src/types/AgentType.ts +0 -17
- package/src/types/AppAuthScheme.ts +0 -49
- package/src/types/AppModel.ts +0 -60
- package/src/types/AssistantMessage.ts +0 -38
- package/src/types/AttachCoreMemoryBlock.ts +0 -36
- package/src/types/AttachSourceToAgent.ts +0 -36
- package/src/types/AttachTool.ts +0 -36
- package/src/types/Audio.ts +0 -11
- package/src/types/AuthRequest.ts +0 -12
- package/src/types/AuthResponse.ts +0 -16
- package/src/types/AuthSchemeField.ts +0 -35
- package/src/types/BaseToolRuleSchema.ts +0 -15
- package/src/types/Block.ts +0 -60
- package/src/types/BlockUpdate.ts +0 -43
- package/src/types/BodyImportAgentSerialized.ts +0 -11
- package/src/types/BodyUploadFileToSource.ts +0 -11
- package/src/types/ChatCompletionAssistantMessageParam.ts +0 -35
- package/src/types/ChatCompletionAudioParam.ts +0 -40
- package/src/types/ChatCompletionContentPartImageParam.ts +0 -17
- package/src/types/ChatCompletionContentPartInputAudioParam.ts +0 -17
- package/src/types/ChatCompletionContentPartRefusalParam.ts +0 -15
- package/src/types/ChatCompletionContentPartTextParam.ts +0 -15
- package/src/types/ChatCompletionDeveloperMessageParam.ts +0 -18
- package/src/types/ChatCompletionFunctionCallOptionParam.ts +0 -11
- package/src/types/ChatCompletionFunctionMessageParam.ts +0 -16
- package/src/types/ChatCompletionMessageToolCall.ts +0 -22
- package/src/types/ChatCompletionMessageToolCallParam.ts +0 -21
- package/src/types/ChatCompletionNamedToolChoiceParam.ts +0 -17
- package/src/types/ChatCompletionPredictionContentParam.ts +0 -14
- package/src/types/ChatCompletionStreamOptionsParam.ts +0 -11
- package/src/types/ChatCompletionSystemMessageParam.ts +0 -18
- package/src/types/ChatCompletionToolMessageParam.ts +0 -18
- package/src/types/ChatCompletionToolParam.ts +0 -17
- package/src/types/ChatCompletionUserMessageParam.ts +0 -28
- package/src/types/ChildToolRule.ts +0 -25
- package/src/types/ChildToolRuleSchema.ts +0 -19
- package/src/types/CompletionCreateParamsNonStreaming.ts +0 -185
- package/src/types/CompletionCreateParamsStreaming.ts +0 -188
- package/src/types/ConditionalToolRule.ts +0 -37
- package/src/types/ConditionalToolRuleSchema.ts +0 -26
- package/src/types/ContextWindowOverview.ts +0 -96
- package/src/types/ContinueToolRule.ts +0 -20
- package/src/types/CoreMemoryBlockSchema.ts +0 -36
- package/src/types/CreateAgent.ts +0 -33
- package/src/types/CreateAgentMessageAsync.ts +0 -37
- package/src/types/CreateAgentMessageStream.ts +0 -36
- package/src/types/CreateAgentRequest.ts +0 -197
- package/src/types/CreateArchivalMemory.ts +0 -12
- package/src/types/CreateBlock.ts +0 -69
- package/src/types/CreateGroup.ts +0 -33
- package/src/types/CreateIdentity.ts +0 -33
- package/src/types/CreatePassage.ts +0 -36
- package/src/types/CreateProvider.ts +0 -28
- package/src/types/CreateSource.ts +0 -28
- package/src/types/CreateTool.ts +0 -28
- package/src/types/CreateVoiceChatCompletions.ts +0 -44
- package/src/types/DeleteAgent.ts +0 -31
- package/src/types/DeleteBlock.ts +0 -32
- package/src/types/DeleteFileFromSource.ts +0 -35
- package/src/types/DeleteGroup.ts +0 -31
- package/src/types/DeleteIdentity.ts +0 -31
- package/src/types/DeleteJob.ts +0 -32
- package/src/types/DeleteMcpServer.ts +0 -33
- package/src/types/DeletePassage.ts +0 -35
- package/src/types/DeleteProvider.ts +0 -32
- package/src/types/DeleteRun.ts +0 -32
- package/src/types/DeleteSource.ts +0 -31
- package/src/types/DeleteTool.ts +0 -31
- package/src/types/DetachCoreMemoryBlock.ts +0 -36
- package/src/types/DetachSourceFromAgent.ts +0 -36
- package/src/types/DetachTool.ts +0 -36
- package/src/types/DynamicManager.ts +0 -21
- package/src/types/DynamicManagerUpdate.ts +0 -15
- package/src/types/E2BSandboxConfig.ts +0 -21
- package/src/types/EmbeddingConfig.ts +0 -75
- package/src/types/ExportAgentSerialized.ts +0 -35
- package/src/types/File.ts +0 -17
- package/src/types/FileFile.ts +0 -19
- package/src/types/FileMetadata.ts +0 -59
- package/src/types/FunctionCall.ts +0 -15
- package/src/types/FunctionDefinitionInput.ts +0 -22
- package/src/types/FunctionDefinitionOutput.ts +0 -17
- package/src/types/FunctionOutput.ts +0 -16
- package/src/types/FunctionTool.ts +0 -18
- package/src/types/GetSourceIdByName.ts +0 -31
- package/src/types/Group.ts +0 -36
- package/src/types/GroupCreate.ts +0 -32
- package/src/types/GroupUpdate.ts +0 -23
- package/src/types/HTTPValidationError.ts +0 -13
- package/src/types/Health.ts +0 -18
- package/src/types/HealthCheck.ts +0 -18
- package/src/types/HiddenReasoningMessage.ts +0 -45
- package/src/types/Identity.ts +0 -49
- package/src/types/IdentityCreate.ts +0 -40
- package/src/types/IdentityProperty.ts +0 -32
- package/src/types/IdentityPropertyType.ts +0 -19
- package/src/types/IdentityType.ts +0 -18
- package/src/types/IdentityUpdate.ts +0 -34
- package/src/types/IdentityUpsert.ts +0 -40
- package/src/types/ImageURL.ts +0 -24
- package/src/types/ImportAgentSerialized.ts +0 -54
- package/src/types/InitToolRule.ts +0 -20
- package/src/types/InputAudio.ts +0 -23
- package/src/types/JSONSchema.ts +0 -22
- package/src/types/Job.ts +0 -53
- package/src/types/JobStatus.ts +0 -21
- package/src/types/JobType.ts +0 -13
- package/src/types/LLMConfig.ts +0 -93
- package/src/types/LettaAssistantMessageContentUnion.ts +0 -17
- package/src/types/LettaMessageContentUnion.ts +0 -43
- package/src/types/LettaMessageUnion.ts +0 -48
- package/src/types/LettaRequest.ts +0 -32
- package/src/types/LettaRequestConfig.ts +0 -25
- package/src/types/LettaResponse.ts +0 -22
- package/src/types/LettaStreamingRequest.ts +0 -38
- package/src/types/LettaUsageStatistics.ts +0 -49
- package/src/types/LettaUserMessageContentUnion.ts +0 -17
- package/src/types/ListActiveJobs.ts +0 -24
- package/src/types/ListActiveRuns.ts +0 -32
- package/src/types/ListAgentSources.ts +0 -32
- package/src/types/ListAgentTools.ts +0 -32
- package/src/types/ListAgents.ts +0 -89
- package/src/types/ListAgentsForBlock.ts +0 -32
- package/src/types/ListBlocks.ts +0 -50
- package/src/types/ListComposioActionsByApp.ts +0 -32
- package/src/types/ListComposioApps.ts +0 -29
- package/src/types/ListCoreMemoryBlocks.ts +0 -32
- package/src/types/ListEmbeddingModels.ts +0 -18
- package/src/types/ListGroupMessages.ts +0 -68
- package/src/types/ListGroups.ts +0 -49
- package/src/types/ListIdentities.ts +0 -39
- package/src/types/ListJobs.ts +0 -32
- package/src/types/ListMcpServers.ts +0 -32
- package/src/types/ListMcpToolsByServer.ts +0 -32
- package/src/types/ListMessages.ts +0 -72
- package/src/types/ListModels.ts +0 -18
- package/src/types/ListPassages.ts +0 -57
- package/src/types/ListProviders.ts +0 -33
- package/src/types/ListRunMessages.ts +0 -60
- package/src/types/ListRunSteps.ts +0 -55
- package/src/types/ListRuns.ts +0 -32
- package/src/types/ListSourceFiles.ts +0 -46
- package/src/types/ListSourcePassages.ts +0 -32
- package/src/types/ListSources.ts +0 -24
- package/src/types/ListSteps.ts +0 -62
- package/src/types/ListTags.ts +0 -33
- package/src/types/ListTools.ts +0 -34
- package/src/types/LocalSandboxConfig.ts +0 -30
- package/src/types/MCPServerType.ts +0 -14
- package/src/types/MCPTool.ts +0 -22
- package/src/types/ManagerType.ts +0 -17
- package/src/types/MaxCountPerStepToolRule.ts +0 -25
- package/src/types/MaxCountPerStepToolRuleSchema.ts +0 -19
- package/src/types/Memory.ts +0 -23
- package/src/types/Message.ts +0 -96
- package/src/types/MessageCreate.ts +0 -37
- package/src/types/MessageRole.ts +0 -17
- package/src/types/MessageSchema.ts +0 -37
- package/src/types/ModifyAgent.ts +0 -36
- package/src/types/ModifyBlock.ts +0 -36
- package/src/types/ModifyCoreMemoryBlock.ts +0 -40
- package/src/types/ModifyGroup.ts +0 -41
- package/src/types/ModifyGroupMessage.ts +0 -60
- package/src/types/ModifyMessage.ts +0 -60
- package/src/types/ModifyPassage.ts +0 -40
- package/src/types/ModifyProvider.ts +0 -28
- package/src/types/ModifySource.ts +0 -36
- package/src/types/ModifyTool.ts +0 -36
- package/src/types/OmittedReasoningContent.ts +0 -25
- package/src/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.ts +0 -15
- package/src/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.ts +0 -11
- package/src/types/OpenaiTypesChatCompletionCreateParamsFunction.ts +0 -21
- package/src/types/Organization.ts +0 -29
- package/src/types/OrganizationCreate.ts +0 -16
- package/src/types/OrganizationUpdate.ts +0 -16
- package/src/types/ParameterProperties.ts +0 -12
- package/src/types/ParametersSchema.ts +0 -23
- package/src/types/ParentToolRule.ts +0 -25
- package/src/types/Passage.ts +0 -73
- package/src/types/PassageUpdate.ts +0 -67
- package/src/types/PipRequirement.ts +0 -17
- package/src/types/Provider.ts +0 -24
- package/src/types/ProviderCreate.ts +0 -17
- package/src/types/ProviderUpdate.ts +0 -17
- package/src/types/ReasoningContent.ts +0 -34
- package/src/types/ReasoningMessage.ts +0 -50
- package/src/types/RedactedReasoningContent.ts +0 -25
- package/src/types/ResetGroupMessages.ts +0 -31
- package/src/types/ResetMessages.ts +0 -42
- package/src/types/ResponseFormatJSONObject.ts +0 -11
- package/src/types/ResponseFormatJSONSchema.ts +0 -17
- package/src/types/ResponseFormatText.ts +0 -11
- package/src/types/RetrieveAgent.ts +0 -32
- package/src/types/RetrieveAgentContextWindow.ts +0 -33
- package/src/types/RetrieveAgentMemory.ts +0 -32
- package/src/types/RetrieveBlock.ts +0 -32
- package/src/types/RetrieveCoreMemoryBlock.ts +0 -36
- package/src/types/RetrieveGroup.ts +0 -32
- package/src/types/RetrieveIdentity.ts +0 -32
- package/src/types/RetrieveJob.ts +0 -32
- package/src/types/RetrieveRun.ts +0 -32
- package/src/types/RetrieveRunUsage.ts +0 -32
- package/src/types/RetrieveSource.ts +0 -32
- package/src/types/RetrieveStep.ts +0 -32
- package/src/types/RetrieveTool.ts +0 -32
- package/src/types/RoundRobinManager.ts +0 -13
- package/src/types/RoundRobinManagerUpdate.ts +0 -13
- package/src/types/Run.ts +0 -58
- package/src/types/RunToolFromSource.ts +0 -28
- package/src/types/SSEServerConfig.ts +0 -23
- package/src/types/SandboxConfig.ts +0 -42
- package/src/types/SandboxConfigCreate.ts +0 -14
- package/src/types/SandboxConfigUpdate.ts +0 -17
- package/src/types/SandboxEnvironmentVariable.ts +0 -48
- package/src/types/SandboxEnvironmentVariableCreate.ts +0 -21
- package/src/types/SandboxEnvironmentVariableUpdate.ts +0 -19
- package/src/types/SandboxType.ts +0 -14
- package/src/types/SendGroupMessage.ts +0 -36
- package/src/types/SendGroupMessageStreaming.ts +0 -36
- package/src/types/SendMessage.ts +0 -36
- package/src/types/SleeptimeManager.ts +0 -17
- package/src/types/SleeptimeManagerUpdate.ts +0 -14
- package/src/types/Source.ts +0 -53
- package/src/types/SourceCreate.ts +0 -39
- package/src/types/SourceUpdate.ts +0 -30
- package/src/types/StdioServerConfig.ts +0 -34
- package/src/types/Step.ts +0 -82
- package/src/types/SupervisorManager.ts +0 -16
- package/src/types/SupervisorManagerUpdate.ts +0 -13
- package/src/types/SystemMessage.ts +0 -37
- package/src/types/TagSchema.ts +0 -11
- package/src/types/TerminalToolRule.ts +0 -20
- package/src/types/TextContent.ts +0 -25
- package/src/types/Tool.ts +0 -75
- package/src/types/ToolCall.ts +0 -19
- package/src/types/ToolCallContent.ts +0 -38
- package/src/types/ToolCallDelta.ts +0 -10
- package/src/types/ToolCallMessage.ts +0 -36
- package/src/types/ToolCreate.ts +0 -45
- package/src/types/ToolEnvVarSchema.ts +0 -24
- package/src/types/ToolJSONSchema.ts +0 -23
- package/src/types/ToolReturn.ts +0 -28
- package/src/types/ToolReturnContent.ts +0 -28
- package/src/types/ToolReturnMessage.ts +0 -54
- package/src/types/ToolRunFromSource.ts +0 -46
- package/src/types/ToolSchema.ts +0 -50
- package/src/types/ToolType.ts +0 -19
- package/src/types/ToolUpdate.ts +0 -39
- package/src/types/UpdateAgent.ts +0 -115
- package/src/types/UpdateAssistantMessage.ts +0 -18
- package/src/types/UpdateIdentity.ts +0 -36
- package/src/types/UpdateReasoningMessage.ts +0 -16
- package/src/types/UpdateSystemMessage.ts +0 -17
- package/src/types/UpdateUserMessage.ts +0 -18
- package/src/types/UploadFileToSource.ts +0 -36
- package/src/types/UpsertIdentity.ts +0 -33
- package/src/types/UpsertIdentityProperties.ts +0 -36
- package/src/types/UpsertTool.ts +0 -28
- package/src/types/UsageStatistics.ts +0 -22
- package/src/types/User.ts +0 -35
- package/src/types/UserCreate.ts +0 -12
- package/src/types/UserMessage.ts +0 -38
- package/src/types/UserUpdate.ts +0 -16
- package/src/types/ValidationError.ts +0 -19
- package/src/types/WebSearchOptions.ts +0 -23
- package/src/types/WebSearchOptionsUserLocation.ts +0 -17
- package/src/types/WebSearchOptionsUserLocationApproximate.ts +0 -23
- package/src/types/agents/CreateTemplateFromAgent.ts +0 -62
- package/src/types/agents/GetAgentVariables.ts +0 -48
- package/src/types/agents/MigrateAgent.ts +0 -113
- package/src/types/agents/SearchDeployedAgents.ts +0 -165
- package/src/types/agents/VersionAgentTemplate.ts +0 -84
- package/src/types/agents/index.ts +0 -79
- package/src/types/clientSideAccessTokens/CreateClientSideAccessToken.ts +0 -140
- package/src/types/clientSideAccessTokens/DeleteClientSideAccessToken.ts +0 -43
- package/src/types/clientSideAccessTokens/index.ts +0 -27
- package/src/types/index.ts +0 -1162
- package/src/types/templates/CreateAgentsFromTemplate.ts +0 -74
- package/src/types/templates/index.ts +0 -7
- package/types/ActionModel.d.ts +0 -54
- package/types/ActionParametersModel.d.ts +0 -25
- package/types/ActionResponseModel.d.ts +0 -25
- package/types/AddBaseTools.d.ts +0 -19
- package/types/AddComposioTool.d.ts +0 -26
- package/types/AddMcpServer.d.ts +0 -22
- package/types/AddMcpTool.d.ts +0 -30
- package/types/AgentEnvironmentVariable.d.ts +0 -47
- package/types/AgentSchema.d.ts +0 -86
- package/types/AgentState.d.ts +0 -140
- package/types/AgentType.d.ts +0 -14
- package/types/AppAuthScheme.d.ts +0 -44
- package/types/AppModel.d.ts +0 -56
- package/types/AssistantMessage.d.ts +0 -33
- package/types/AttachCoreMemoryBlock.d.ts +0 -30
- package/types/AttachSourceToAgent.d.ts +0 -30
- package/types/AttachTool.d.ts +0 -30
- package/types/Audio.d.ts +0 -10
- package/types/AuthRequest.d.ts +0 -11
- package/types/AuthResponse.d.ts +0 -15
- package/types/AuthSchemeField.d.ts +0 -34
- package/types/BaseToolRuleSchema.d.ts +0 -14
- package/types/Block.d.ts +0 -59
- package/types/BlockUpdate.d.ts +0 -42
- package/types/BodyImportAgentSerialized.d.ts +0 -10
- package/types/BodyUploadFileToSource.d.ts +0 -10
- package/types/ChatCompletionAssistantMessageParam.d.ts +0 -27
- package/types/ChatCompletionAudioParam.d.ts +0 -33
- package/types/ChatCompletionContentPartImageParam.d.ts +0 -15
- package/types/ChatCompletionContentPartInputAudioParam.d.ts +0 -15
- package/types/ChatCompletionContentPartRefusalParam.d.ts +0 -14
- package/types/ChatCompletionContentPartTextParam.d.ts +0 -14
- package/types/ChatCompletionDeveloperMessageParam.d.ts +0 -16
- package/types/ChatCompletionFunctionCallOptionParam.d.ts +0 -10
- package/types/ChatCompletionFunctionMessageParam.d.ts +0 -15
- package/types/ChatCompletionMessageToolCall.d.ts +0 -20
- package/types/ChatCompletionMessageToolCallParam.d.ts +0 -19
- package/types/ChatCompletionNamedToolChoiceParam.d.ts +0 -15
- package/types/ChatCompletionPredictionContentParam.d.ts +0 -12
- package/types/ChatCompletionStreamOptionsParam.d.ts +0 -10
- package/types/ChatCompletionSystemMessageParam.d.ts +0 -16
- package/types/ChatCompletionToolMessageParam.d.ts +0 -16
- package/types/ChatCompletionToolParam.d.ts +0 -15
- package/types/ChatCompletionUserMessageParam.d.ts +0 -19
- package/types/ChildToolRule.d.ts +0 -24
- package/types/ChildToolRuleSchema.d.ts +0 -18
- package/types/CompletionCreateParamsNonStreaming.d.ts +0 -149
- package/types/CompletionCreateParamsStreaming.d.ts +0 -152
- package/types/ConditionalToolRule.d.ts +0 -36
- package/types/ConditionalToolRuleSchema.d.ts +0 -25
- package/types/ContextWindowOverview.d.ts +0 -94
- package/types/ContinueToolRule.d.ts +0 -19
- package/types/CoreMemoryBlockSchema.d.ts +0 -35
- package/types/CreateAgent.d.ts +0 -26
- package/types/CreateAgentMessageAsync.d.ts +0 -29
- package/types/CreateAgentMessageStream.d.ts +0 -28
- package/types/CreateAgentRequest.d.ts +0 -185
- package/types/CreateArchivalMemory.d.ts +0 -11
- package/types/CreateBlock.d.ts +0 -62
- package/types/CreateGroup.d.ts +0 -26
- package/types/CreateIdentity.d.ts +0 -26
- package/types/CreatePassage.d.ts +0 -29
- package/types/CreateProvider.d.ts +0 -22
- package/types/CreateSource.d.ts +0 -22
- package/types/CreateTool.d.ts +0 -22
- package/types/CreateVoiceChatCompletions.d.ts +0 -33
- package/types/DeleteAgent.d.ts +0 -25
- package/types/DeleteBlock.d.ts +0 -26
- package/types/DeleteFileFromSource.d.ts +0 -29
- package/types/DeleteGroup.d.ts +0 -25
- package/types/DeleteIdentity.d.ts +0 -25
- package/types/DeleteJob.d.ts +0 -26
- package/types/DeleteMcpServer.d.ts +0 -27
- package/types/DeletePassage.d.ts +0 -29
- package/types/DeleteProvider.d.ts +0 -26
- package/types/DeleteRun.d.ts +0 -26
- package/types/DeleteSource.d.ts +0 -25
- package/types/DeleteTool.d.ts +0 -25
- package/types/DetachCoreMemoryBlock.d.ts +0 -30
- package/types/DetachSourceFromAgent.d.ts +0 -30
- package/types/DetachTool.d.ts +0 -30
- package/types/DynamicManager.d.ts +0 -20
- package/types/DynamicManagerUpdate.d.ts +0 -14
- package/types/E2BSandboxConfig.d.ts +0 -20
- package/types/EmbeddingConfig.d.ts +0 -71
- package/types/ExportAgentSerialized.d.ts +0 -28
- package/types/File.d.ts +0 -15
- package/types/FileFile.d.ts +0 -18
- package/types/FileMetadata.d.ts +0 -58
- package/types/FunctionCall.d.ts +0 -14
- package/types/FunctionDefinitionInput.d.ts +0 -21
- package/types/FunctionDefinitionOutput.d.ts +0 -16
- package/types/FunctionOutput.d.ts +0 -15
- package/types/FunctionTool.d.ts +0 -16
- package/types/GetSourceIdByName.d.ts +0 -25
- package/types/Group.d.ts +0 -34
- package/types/GroupCreate.d.ts +0 -26
- package/types/GroupUpdate.d.ts +0 -14
- package/types/HTTPValidationError.d.ts +0 -11
- package/types/Health.d.ts +0 -17
- package/types/HealthCheck.d.ts +0 -14
- package/types/HiddenReasoningMessage.d.ts +0 -38
- package/types/Identity.d.ts +0 -47
- package/types/IdentityCreate.d.ts +0 -38
- package/types/IdentityProperty.d.ts +0 -25
- package/types/IdentityPropertyType.d.ts +0 -15
- package/types/IdentityType.d.ts +0 -14
- package/types/IdentityUpdate.d.ts +0 -32
- package/types/IdentityUpsert.d.ts +0 -38
- package/types/ImageURL.d.ts +0 -20
- package/types/ImportAgentSerialized.d.ts +0 -47
- package/types/InitToolRule.d.ts +0 -19
- package/types/InputAudio.d.ts +0 -19
- package/types/JSONSchema.d.ts +0 -21
- package/types/Job.d.ts +0 -51
- package/types/JobStatus.d.ts +0 -18
- package/types/JobType.d.ts +0 -10
- package/types/LLMConfig.d.ts +0 -89
- package/types/LettaAssistantMessageContentUnion.d.ts +0 -12
- package/types/LettaMessageContentUnion.d.ts +0 -32
- package/types/LettaMessageUnion.d.ts +0 -36
- package/types/LettaRequest.d.ts +0 -30
- package/types/LettaRequestConfig.d.ts +0 -24
- package/types/LettaResponse.d.ts +0 -20
- package/types/LettaStreamingRequest.d.ts +0 -36
- package/types/LettaUsageStatistics.d.ts +0 -47
- package/types/LettaUserMessageContentUnion.d.ts +0 -12
- package/types/ListActiveJobs.d.ts +0 -19
- package/types/ListActiveRuns.d.ts +0 -26
- package/types/ListAgentSources.d.ts +0 -26
- package/types/ListAgentTools.d.ts +0 -26
- package/types/ListAgents.d.ts +0 -83
- package/types/ListAgentsForBlock.d.ts +0 -26
- package/types/ListBlocks.d.ts +0 -44
- package/types/ListComposioActionsByApp.d.ts +0 -26
- package/types/ListComposioApps.d.ts +0 -23
- package/types/ListCoreMemoryBlocks.d.ts +0 -26
- package/types/ListEmbeddingModels.d.ts +0 -14
- package/types/ListGroupMessages.d.ts +0 -61
- package/types/ListGroups.d.ts +0 -43
- package/types/ListIdentities.d.ts +0 -33
- package/types/ListJobs.d.ts +0 -26
- package/types/ListMcpServers.d.ts +0 -26
- package/types/ListMcpToolsByServer.d.ts +0 -26
- package/types/ListMessages.d.ts +0 -65
- package/types/ListModels.d.ts +0 -14
- package/types/ListPassages.d.ts +0 -50
- package/types/ListProviders.d.ts +0 -27
- package/types/ListRunMessages.d.ts +0 -53
- package/types/ListRunSteps.d.ts +0 -48
- package/types/ListRuns.d.ts +0 -26
- package/types/ListSourceFiles.d.ts +0 -39
- package/types/ListSourcePassages.d.ts +0 -26
- package/types/ListSources.d.ts +0 -19
- package/types/ListSteps.d.ts +0 -56
- package/types/ListTags.d.ts +0 -27
- package/types/ListTools.d.ts +0 -28
- package/types/LocalSandboxConfig.d.ts +0 -28
- package/types/MCPServerType.d.ts +0 -10
- package/types/MCPTool.d.ts +0 -21
- package/types/ManagerType.d.ts +0 -13
- package/types/MaxCountPerStepToolRule.d.ts +0 -24
- package/types/MaxCountPerStepToolRuleSchema.d.ts +0 -18
- package/types/Memory.d.ts +0 -21
- package/types/Message.d.ts +0 -85
- package/types/MessageCreate.d.ts +0 -32
- package/types/MessageRole.d.ts +0 -13
- package/types/MessageSchema.d.ts +0 -35
- package/types/ModifyAgent.d.ts +0 -29
- package/types/ModifyBlock.d.ts +0 -29
- package/types/ModifyCoreMemoryBlock.d.ts +0 -33
- package/types/ModifyGroup.d.ts +0 -33
- package/types/ModifyGroupMessage.d.ts +0 -42
- package/types/ModifyMessage.d.ts +0 -42
- package/types/ModifyPassage.d.ts +0 -33
- package/types/ModifyProvider.d.ts +0 -22
- package/types/ModifySource.d.ts +0 -29
- package/types/ModifyTool.d.ts +0 -29
- package/types/OmittedReasoningContent.d.ts +0 -21
- package/types/OpenaiTypesChatChatCompletionMessageToolCallParamFunction.d.ts +0 -14
- package/types/OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.d.ts +0 -10
- package/types/OpenaiTypesChatCompletionCreateParamsFunction.d.ts +0 -20
- package/types/Organization.d.ts +0 -28
- package/types/OrganizationCreate.d.ts +0 -15
- package/types/OrganizationUpdate.d.ts +0 -15
- package/types/ParameterProperties.d.ts +0 -11
- package/types/ParametersSchema.d.ts +0 -21
- package/types/ParentToolRule.d.ts +0 -24
- package/types/Passage.d.ts +0 -71
- package/types/PassageUpdate.d.ts +0 -65
- package/types/PipRequirement.d.ts +0 -16
- package/types/Provider.d.ts +0 -23
- package/types/ProviderCreate.d.ts +0 -16
- package/types/ProviderUpdate.d.ts +0 -16
- package/types/ReasoningContent.d.ts +0 -30
- package/types/ReasoningMessage.d.ts +0 -43
- package/types/RedactedReasoningContent.d.ts +0 -21
- package/types/ResetGroupMessages.d.ts +0 -25
- package/types/ResetMessages.d.ts +0 -35
- package/types/ResponseFormatJSONObject.d.ts +0 -10
- package/types/ResponseFormatJSONSchema.d.ts +0 -15
- package/types/ResponseFormatText.d.ts +0 -10
- package/types/RetrieveAgent.d.ts +0 -26
- package/types/RetrieveAgentContextWindow.d.ts +0 -26
- package/types/RetrieveAgentMemory.d.ts +0 -26
- package/types/RetrieveBlock.d.ts +0 -26
- package/types/RetrieveCoreMemoryBlock.d.ts +0 -30
- package/types/RetrieveGroup.d.ts +0 -26
- package/types/RetrieveIdentity.d.ts +0 -26
- package/types/RetrieveJob.d.ts +0 -26
- package/types/RetrieveRun.d.ts +0 -26
- package/types/RetrieveRunUsage.d.ts +0 -26
- package/types/RetrieveSource.d.ts +0 -26
- package/types/RetrieveStep.d.ts +0 -26
- package/types/RetrieveTool.d.ts +0 -26
- package/types/RoundRobinManager.d.ts +0 -12
- package/types/RoundRobinManagerUpdate.d.ts +0 -12
- package/types/Run.d.ts +0 -56
- package/types/RunToolFromSource.d.ts +0 -22
- package/types/SSEServerConfig.d.ts +0 -21
- package/types/SandboxConfig.d.ts +0 -40
- package/types/SandboxConfigCreate.d.ts +0 -12
- package/types/SandboxConfigUpdate.d.ts +0 -15
- package/types/SandboxEnvironmentVariable.d.ts +0 -47
- package/types/SandboxEnvironmentVariableCreate.d.ts +0 -20
- package/types/SandboxEnvironmentVariableUpdate.d.ts +0 -18
- package/types/SandboxType.d.ts +0 -10
- package/types/SendGroupMessage.d.ts +0 -29
- package/types/SendGroupMessageStreaming.d.ts +0 -28
- package/types/SendMessage.d.ts +0 -29
- package/types/SleeptimeManager.d.ts +0 -16
- package/types/SleeptimeManagerUpdate.d.ts +0 -13
- package/types/Source.d.ts +0 -51
- package/types/SourceCreate.d.ts +0 -37
- package/types/SourceUpdate.d.ts +0 -28
- package/types/StdioServerConfig.d.ts +0 -32
- package/types/Step.d.ts +0 -80
- package/types/SupervisorManager.d.ts +0 -15
- package/types/SupervisorManagerUpdate.d.ts +0 -12
- package/types/SystemMessage.d.ts +0 -33
- package/types/TagSchema.d.ts +0 -10
- package/types/TerminalToolRule.d.ts +0 -19
- package/types/TextContent.d.ts +0 -21
- package/types/Tool.d.ts +0 -73
- package/types/ToolCall.d.ts +0 -18
- package/types/ToolCallContent.d.ts +0 -34
- package/types/ToolCallDelta.d.ts +0 -9
- package/types/ToolCallMessage.d.ts +0 -31
- package/types/ToolCreate.d.ts +0 -44
- package/types/ToolEnvVarSchema.d.ts +0 -23
- package/types/ToolJSONSchema.d.ts +0 -21
- package/types/ToolReturn.d.ts +0 -24
- package/types/ToolReturnContent.d.ts +0 -27
- package/types/ToolReturnMessage.d.ts +0 -47
- package/types/ToolRunFromSource.d.ts +0 -45
- package/types/ToolSchema.d.ts +0 -48
- package/types/ToolType.d.ts +0 -16
- package/types/ToolUpdate.d.ts +0 -38
- package/types/UpdateAgent.d.ts +0 -103
- package/types/UpdateAssistantMessage.d.ts +0 -16
- package/types/UpdateIdentity.d.ts +0 -29
- package/types/UpdateReasoningMessage.d.ts +0 -15
- package/types/UpdateSystemMessage.d.ts +0 -16
- package/types/UpdateUserMessage.d.ts +0 -16
- package/types/UploadFileToSource.d.ts +0 -29
- package/types/UpsertIdentity.d.ts +0 -26
- package/types/UpsertIdentityProperties.d.ts +0 -28
- package/types/UpsertTool.d.ts +0 -22
- package/types/UsageStatistics.d.ts +0 -21
- package/types/User.d.ts +0 -34
- package/types/UserCreate.d.ts +0 -11
- package/types/UserMessage.d.ts +0 -33
- package/types/UserUpdate.d.ts +0 -15
- package/types/ValidationError.d.ts +0 -18
- package/types/WebSearchOptions.d.ts +0 -18
- package/types/WebSearchOptionsUserLocation.d.ts +0 -15
- package/types/WebSearchOptionsUserLocationApproximate.d.ts +0 -22
- package/types/agents/CreateTemplateFromAgent.d.ts +0 -52
- package/types/agents/GetAgentVariables.d.ts +0 -40
- package/types/agents/MigrateAgent.d.ts +0 -90
- package/types/agents/SearchDeployedAgents.d.ts +0 -130
- package/types/agents/VersionAgentTemplate.d.ts +0 -69
- package/types/agents/index.d.ts +0 -10
- package/types/clientSideAccessTokens/CreateClientSideAccessToken.d.ts +0 -120
- package/types/clientSideAccessTokens/DeleteClientSideAccessToken.d.ts +0 -35
- package/types/clientSideAccessTokens/index.d.ts +0 -3
- package/types/index.d.ts +0 -328
- package/types/templates/CreateAgentsFromTemplate.d.ts +0 -67
- package/types/templates/index.d.ts +0 -1
package/src/types/index.ts
DELETED
@@ -1,1162 +0,0 @@
|
|
1
|
-
export type { ActionModel } from './ActionModel.ts';
|
2
|
-
export type { ActionParametersModel } from './ActionParametersModel.ts';
|
3
|
-
export type { ActionResponseModel } from './ActionResponseModel.ts';
|
4
|
-
export type {
|
5
|
-
AddBaseTools200,
|
6
|
-
AddBaseTools422,
|
7
|
-
AddBaseToolsMutationResponse,
|
8
|
-
AddBaseToolsMutation,
|
9
|
-
} from './AddBaseTools.ts';
|
10
|
-
export type {
|
11
|
-
AddComposioToolPathParams,
|
12
|
-
AddComposioTool200,
|
13
|
-
AddComposioTool422,
|
14
|
-
AddComposioToolMutationResponse,
|
15
|
-
AddComposioToolMutation,
|
16
|
-
} from './AddComposioTool.ts';
|
17
|
-
export type {
|
18
|
-
AddMcpServer200,
|
19
|
-
AddMcpServer422,
|
20
|
-
AddMcpServerMutationRequest,
|
21
|
-
AddMcpServerMutationResponse,
|
22
|
-
AddMcpServerMutation,
|
23
|
-
} from './AddMcpServer.ts';
|
24
|
-
export type {
|
25
|
-
AddMcpToolPathParams,
|
26
|
-
AddMcpTool200,
|
27
|
-
AddMcpTool422,
|
28
|
-
AddMcpToolMutationResponse,
|
29
|
-
AddMcpToolMutation,
|
30
|
-
} from './AddMcpTool.ts';
|
31
|
-
export type { AgentEnvironmentVariable } from './AgentEnvironmentVariable.ts';
|
32
|
-
export type {
|
33
|
-
AgentsCreateTemplateFromAgentPathParams,
|
34
|
-
AgentsCreateTemplateFromAgent201,
|
35
|
-
AgentsCreateTemplateFromAgent500MessageEnum,
|
36
|
-
AgentsCreateTemplateFromAgent500,
|
37
|
-
AgentsCreateTemplateFromAgentMutationRequest,
|
38
|
-
AgentsCreateTemplateFromAgentMutationResponse,
|
39
|
-
AgentsCreateTemplateFromAgentMutation,
|
40
|
-
} from './agents/CreateTemplateFromAgent.ts';
|
41
|
-
export type {
|
42
|
-
AgentsGetAgentVariablesPathParams,
|
43
|
-
AgentsGetAgentVariables200,
|
44
|
-
AgentsGetAgentVariables404MessageEnum,
|
45
|
-
AgentsGetAgentVariables404,
|
46
|
-
AgentsGetAgentVariablesQueryResponse,
|
47
|
-
AgentsGetAgentVariablesQuery,
|
48
|
-
} from './agents/GetAgentVariables.ts';
|
49
|
-
export type {
|
50
|
-
AgentsMigrateAgentPathParams,
|
51
|
-
AgentsMigrateAgent200SuccessEnum,
|
52
|
-
AgentsMigrateAgent200,
|
53
|
-
AgentsMigrateAgent404MessageEnum,
|
54
|
-
AgentsMigrateAgent404,
|
55
|
-
AgentsMigrateAgent409MessageEnum,
|
56
|
-
AgentsMigrateAgent409,
|
57
|
-
AgentsMigrateAgent500MessageEnum,
|
58
|
-
AgentsMigrateAgent500,
|
59
|
-
AgentsMigrateAgentMutationRequest,
|
60
|
-
AgentsMigrateAgentMutationResponse,
|
61
|
-
AgentsMigrateAgentMutation,
|
62
|
-
} from './agents/MigrateAgent.ts';
|
63
|
-
export type {
|
64
|
-
AgentsSearchDeployedAgents200,
|
65
|
-
SearchFieldEnum,
|
66
|
-
SearchFieldEnum2,
|
67
|
-
SearchOperatorEnum,
|
68
|
-
SearchFieldEnum3,
|
69
|
-
SearchOperatorEnum2,
|
70
|
-
SearchFieldEnum4,
|
71
|
-
SearchOperatorEnum3,
|
72
|
-
AgentsSearchDeployedAgentsMutationRequestCombinatorEnum,
|
73
|
-
AgentsSearchDeployedAgentsMutationRequest,
|
74
|
-
AgentsSearchDeployedAgentsMutationResponse,
|
75
|
-
AgentsSearchDeployedAgentsMutation,
|
76
|
-
} from './agents/SearchDeployedAgents.ts';
|
77
|
-
export type {
|
78
|
-
AgentsVersionAgentTemplatePathParams,
|
79
|
-
AgentsVersionAgentTemplateQueryParams,
|
80
|
-
AgentsVersionAgentTemplate201,
|
81
|
-
AgentsVersionAgentTemplate404MessageEnum,
|
82
|
-
AgentsVersionAgentTemplate404,
|
83
|
-
AgentsVersionAgentTemplate500MessageEnum,
|
84
|
-
AgentsVersionAgentTemplate500,
|
85
|
-
AgentsVersionAgentTemplateMutationRequest,
|
86
|
-
AgentsVersionAgentTemplateMutationResponse,
|
87
|
-
AgentsVersionAgentTemplateMutation,
|
88
|
-
} from './agents/VersionAgentTemplate.ts';
|
89
|
-
export type { AgentSchema } from './AgentSchema.ts';
|
90
|
-
export type { AgentState } from './AgentState.ts';
|
91
|
-
export type { AgentTypeEnum, AgentType } from './AgentType.ts';
|
92
|
-
export type {
|
93
|
-
AppAuthSchemeAuthModeEnum,
|
94
|
-
AppAuthScheme,
|
95
|
-
} from './AppAuthScheme.ts';
|
96
|
-
export type { AppModel } from './AppModel.ts';
|
97
|
-
export type {
|
98
|
-
AssistantMessageMessageTypeEnum,
|
99
|
-
AssistantMessage,
|
100
|
-
} from './AssistantMessage.ts';
|
101
|
-
export type {
|
102
|
-
AttachCoreMemoryBlockPathParams,
|
103
|
-
AttachCoreMemoryBlock200,
|
104
|
-
AttachCoreMemoryBlock422,
|
105
|
-
AttachCoreMemoryBlockMutationResponse,
|
106
|
-
AttachCoreMemoryBlockMutation,
|
107
|
-
} from './AttachCoreMemoryBlock.ts';
|
108
|
-
export type {
|
109
|
-
AttachSourceToAgentPathParams,
|
110
|
-
AttachSourceToAgent200,
|
111
|
-
AttachSourceToAgent422,
|
112
|
-
AttachSourceToAgentMutationResponse,
|
113
|
-
AttachSourceToAgentMutation,
|
114
|
-
} from './AttachSourceToAgent.ts';
|
115
|
-
export type {
|
116
|
-
AttachToolPathParams,
|
117
|
-
AttachTool200,
|
118
|
-
AttachTool422,
|
119
|
-
AttachToolMutationResponse,
|
120
|
-
AttachToolMutation,
|
121
|
-
} from './AttachTool.ts';
|
122
|
-
export type { Audio } from './Audio.ts';
|
123
|
-
export type { AuthRequest } from './AuthRequest.ts';
|
124
|
-
export type { AuthResponse } from './AuthResponse.ts';
|
125
|
-
export type { AuthSchemeField } from './AuthSchemeField.ts';
|
126
|
-
export type { BaseToolRuleSchema } from './BaseToolRuleSchema.ts';
|
127
|
-
export type { Block } from './Block.ts';
|
128
|
-
export type { BlockUpdate } from './BlockUpdate.ts';
|
129
|
-
export type { BodyImportAgentSerialized } from './BodyImportAgentSerialized.ts';
|
130
|
-
export type { BodyUploadFileToSource } from './BodyUploadFileToSource.ts';
|
131
|
-
export type { ChatCompletionAssistantMessageParam } from './ChatCompletionAssistantMessageParam.ts';
|
132
|
-
export type {
|
133
|
-
ChatCompletionAudioParamFormatEnum,
|
134
|
-
ChatCompletionAudioParamVoiceEnum,
|
135
|
-
ChatCompletionAudioParam,
|
136
|
-
} from './ChatCompletionAudioParam.ts';
|
137
|
-
export type { ChatCompletionContentPartImageParam } from './ChatCompletionContentPartImageParam.ts';
|
138
|
-
export type { ChatCompletionContentPartInputAudioParam } from './ChatCompletionContentPartInputAudioParam.ts';
|
139
|
-
export type { ChatCompletionContentPartRefusalParam } from './ChatCompletionContentPartRefusalParam.ts';
|
140
|
-
export type { ChatCompletionContentPartTextParam } from './ChatCompletionContentPartTextParam.ts';
|
141
|
-
export type { ChatCompletionDeveloperMessageParam } from './ChatCompletionDeveloperMessageParam.ts';
|
142
|
-
export type { ChatCompletionFunctionCallOptionParam } from './ChatCompletionFunctionCallOptionParam.ts';
|
143
|
-
export type { ChatCompletionFunctionMessageParam } from './ChatCompletionFunctionMessageParam.ts';
|
144
|
-
export type { ChatCompletionMessageToolCall } from './ChatCompletionMessageToolCall.ts';
|
145
|
-
export type { ChatCompletionMessageToolCallParam } from './ChatCompletionMessageToolCallParam.ts';
|
146
|
-
export type { ChatCompletionNamedToolChoiceParam } from './ChatCompletionNamedToolChoiceParam.ts';
|
147
|
-
export type { ChatCompletionPredictionContentParam } from './ChatCompletionPredictionContentParam.ts';
|
148
|
-
export type { ChatCompletionStreamOptionsParam } from './ChatCompletionStreamOptionsParam.ts';
|
149
|
-
export type { ChatCompletionSystemMessageParam } from './ChatCompletionSystemMessageParam.ts';
|
150
|
-
export type { ChatCompletionToolMessageParam } from './ChatCompletionToolMessageParam.ts';
|
151
|
-
export type { ChatCompletionToolParam } from './ChatCompletionToolParam.ts';
|
152
|
-
export type { ChatCompletionUserMessageParam } from './ChatCompletionUserMessageParam.ts';
|
153
|
-
export type { ChildToolRule } from './ChildToolRule.ts';
|
154
|
-
export type { ChildToolRuleSchema } from './ChildToolRuleSchema.ts';
|
155
|
-
export type {
|
156
|
-
PolicyVersionEnum,
|
157
|
-
DataTypeEnum,
|
158
|
-
DataAccessEnum,
|
159
|
-
ClientSideAccessTokensCreateClientSideAccessToken201,
|
160
|
-
ClientSideAccessTokensCreateClientSideAccessToken400,
|
161
|
-
PolicyTypeEnum,
|
162
|
-
PolicyAccessEnum,
|
163
|
-
ClientSideAccessTokensCreateClientSideAccessTokenMutationRequest,
|
164
|
-
ClientSideAccessTokensCreateClientSideAccessTokenMutationResponse,
|
165
|
-
ClientSideAccessTokensCreateClientSideAccessTokenMutation,
|
166
|
-
} from './clientSideAccessTokens/CreateClientSideAccessToken.ts';
|
167
|
-
export type {
|
168
|
-
ClientSideAccessTokensDeleteClientSideAccessTokenPathParams,
|
169
|
-
ClientSideAccessTokensDeleteClientSideAccessToken204,
|
170
|
-
ClientSideAccessTokensDeleteClientSideAccessToken400,
|
171
|
-
ClientSideAccessTokensDeleteClientSideAccessTokenMutationRequest,
|
172
|
-
ClientSideAccessTokensDeleteClientSideAccessTokenMutationResponse,
|
173
|
-
ClientSideAccessTokensDeleteClientSideAccessTokenMutation,
|
174
|
-
} from './clientSideAccessTokens/DeleteClientSideAccessToken.ts';
|
175
|
-
export type {
|
176
|
-
CompletionCreateParamsNonStreamingModelEnum,
|
177
|
-
CompletionCreateParamsNonStreamingFunctionCallEnum,
|
178
|
-
CompletionCreateParamsNonStreamingModalitiesEnum,
|
179
|
-
CompletionCreateParamsNonStreamingReasoningEffortEnum,
|
180
|
-
CompletionCreateParamsNonStreamingServiceTierEnum,
|
181
|
-
CompletionCreateParamsNonStreamingToolChoiceEnum,
|
182
|
-
CompletionCreateParamsNonStreaming,
|
183
|
-
} from './CompletionCreateParamsNonStreaming.ts';
|
184
|
-
export type {
|
185
|
-
CompletionCreateParamsStreamingModelEnum,
|
186
|
-
CompletionCreateParamsStreamingFunctionCallEnum,
|
187
|
-
CompletionCreateParamsStreamingModalitiesEnum,
|
188
|
-
CompletionCreateParamsStreamingReasoningEffortEnum,
|
189
|
-
CompletionCreateParamsStreamingServiceTierEnum,
|
190
|
-
CompletionCreateParamsStreamingToolChoiceEnum,
|
191
|
-
CompletionCreateParamsStreaming,
|
192
|
-
} from './CompletionCreateParamsStreaming.ts';
|
193
|
-
export type { ConditionalToolRule } from './ConditionalToolRule.ts';
|
194
|
-
export type { ConditionalToolRuleSchema } from './ConditionalToolRuleSchema.ts';
|
195
|
-
export type { ContextWindowOverview } from './ContextWindowOverview.ts';
|
196
|
-
export type { ContinueToolRule } from './ContinueToolRule.ts';
|
197
|
-
export type { CoreMemoryBlockSchema } from './CoreMemoryBlockSchema.ts';
|
198
|
-
export type {
|
199
|
-
CreateAgentHeaderParams,
|
200
|
-
CreateAgent200,
|
201
|
-
CreateAgent422,
|
202
|
-
CreateAgentMutationRequest,
|
203
|
-
CreateAgentMutationResponse,
|
204
|
-
CreateAgentMutation,
|
205
|
-
} from './CreateAgent.ts';
|
206
|
-
export type {
|
207
|
-
CreateAgentMessageAsyncPathParams,
|
208
|
-
CreateAgentMessageAsync200,
|
209
|
-
CreateAgentMessageAsync422,
|
210
|
-
CreateAgentMessageAsyncMutationRequest,
|
211
|
-
CreateAgentMessageAsyncMutationResponse,
|
212
|
-
CreateAgentMessageAsyncMutation,
|
213
|
-
} from './CreateAgentMessageAsync.ts';
|
214
|
-
export type {
|
215
|
-
CreateAgentMessageStreamPathParams,
|
216
|
-
CreateAgentMessageStream200,
|
217
|
-
CreateAgentMessageStream422,
|
218
|
-
CreateAgentMessageStreamMutationRequest,
|
219
|
-
CreateAgentMessageStreamMutationResponse,
|
220
|
-
CreateAgentMessageStreamMutation,
|
221
|
-
} from './CreateAgentMessageStream.ts';
|
222
|
-
export type { CreateAgentRequest } from './CreateAgentRequest.ts';
|
223
|
-
export type { CreateArchivalMemory } from './CreateArchivalMemory.ts';
|
224
|
-
export type {
|
225
|
-
CreateBlock,
|
226
|
-
CreateBlock200,
|
227
|
-
CreateBlock422,
|
228
|
-
CreateBlockMutationRequest,
|
229
|
-
CreateBlockMutationResponse,
|
230
|
-
CreateBlockMutation,
|
231
|
-
} from './CreateBlock.ts';
|
232
|
-
export type {
|
233
|
-
CreateGroupHeaderParams,
|
234
|
-
CreateGroup200,
|
235
|
-
CreateGroup422,
|
236
|
-
CreateGroupMutationRequest,
|
237
|
-
CreateGroupMutationResponse,
|
238
|
-
CreateGroupMutation,
|
239
|
-
} from './CreateGroup.ts';
|
240
|
-
export type {
|
241
|
-
CreateIdentityHeaderParams,
|
242
|
-
CreateIdentity200,
|
243
|
-
CreateIdentity422,
|
244
|
-
CreateIdentityMutationRequest,
|
245
|
-
CreateIdentityMutationResponse,
|
246
|
-
CreateIdentityMutation,
|
247
|
-
} from './CreateIdentity.ts';
|
248
|
-
export type {
|
249
|
-
CreatePassagePathParams,
|
250
|
-
CreatePassage200,
|
251
|
-
CreatePassage422,
|
252
|
-
CreatePassageMutationRequest,
|
253
|
-
CreatePassageMutationResponse,
|
254
|
-
CreatePassageMutation,
|
255
|
-
} from './CreatePassage.ts';
|
256
|
-
export type {
|
257
|
-
CreateProvider200,
|
258
|
-
CreateProvider422,
|
259
|
-
CreateProviderMutationRequest,
|
260
|
-
CreateProviderMutationResponse,
|
261
|
-
CreateProviderMutation,
|
262
|
-
} from './CreateProvider.ts';
|
263
|
-
export type {
|
264
|
-
CreateSource200,
|
265
|
-
CreateSource422,
|
266
|
-
CreateSourceMutationRequest,
|
267
|
-
CreateSourceMutationResponse,
|
268
|
-
CreateSourceMutation,
|
269
|
-
} from './CreateSource.ts';
|
270
|
-
export type {
|
271
|
-
CreateTool200,
|
272
|
-
CreateTool422,
|
273
|
-
CreateToolMutationRequest,
|
274
|
-
CreateToolMutationResponse,
|
275
|
-
CreateToolMutation,
|
276
|
-
} from './CreateTool.ts';
|
277
|
-
export type {
|
278
|
-
CreateVoiceChatCompletionsPathParams,
|
279
|
-
CreateVoiceChatCompletionsHeaderParams,
|
280
|
-
CreateVoiceChatCompletions200,
|
281
|
-
CreateVoiceChatCompletions422,
|
282
|
-
CreateVoiceChatCompletionsMutationRequest,
|
283
|
-
CreateVoiceChatCompletionsMutationResponse,
|
284
|
-
CreateVoiceChatCompletionsMutation,
|
285
|
-
} from './CreateVoiceChatCompletions.ts';
|
286
|
-
export type {
|
287
|
-
DeleteAgentPathParams,
|
288
|
-
DeleteAgent200,
|
289
|
-
DeleteAgent422,
|
290
|
-
DeleteAgentMutationResponse,
|
291
|
-
DeleteAgentMutation,
|
292
|
-
} from './DeleteAgent.ts';
|
293
|
-
export type {
|
294
|
-
DeleteBlockPathParams,
|
295
|
-
DeleteBlock200,
|
296
|
-
DeleteBlock422,
|
297
|
-
DeleteBlockMutationResponse,
|
298
|
-
DeleteBlockMutation,
|
299
|
-
} from './DeleteBlock.ts';
|
300
|
-
export type {
|
301
|
-
DeleteFileFromSourcePathParams,
|
302
|
-
DeleteFileFromSource204,
|
303
|
-
DeleteFileFromSource422,
|
304
|
-
DeleteFileFromSourceMutationResponse,
|
305
|
-
DeleteFileFromSourceMutation,
|
306
|
-
} from './DeleteFileFromSource.ts';
|
307
|
-
export type {
|
308
|
-
DeleteGroupPathParams,
|
309
|
-
DeleteGroup200,
|
310
|
-
DeleteGroup422,
|
311
|
-
DeleteGroupMutationResponse,
|
312
|
-
DeleteGroupMutation,
|
313
|
-
} from './DeleteGroup.ts';
|
314
|
-
export type {
|
315
|
-
DeleteIdentityPathParams,
|
316
|
-
DeleteIdentity200,
|
317
|
-
DeleteIdentity422,
|
318
|
-
DeleteIdentityMutationResponse,
|
319
|
-
DeleteIdentityMutation,
|
320
|
-
} from './DeleteIdentity.ts';
|
321
|
-
export type {
|
322
|
-
DeleteJobPathParams,
|
323
|
-
DeleteJob200,
|
324
|
-
DeleteJob422,
|
325
|
-
DeleteJobMutationResponse,
|
326
|
-
DeleteJobMutation,
|
327
|
-
} from './DeleteJob.ts';
|
328
|
-
export type {
|
329
|
-
DeleteMcpServerPathParams,
|
330
|
-
DeleteMcpServer200,
|
331
|
-
DeleteMcpServer422,
|
332
|
-
DeleteMcpServerMutationResponse,
|
333
|
-
DeleteMcpServerMutation,
|
334
|
-
} from './DeleteMcpServer.ts';
|
335
|
-
export type {
|
336
|
-
DeletePassagePathParams,
|
337
|
-
DeletePassage200,
|
338
|
-
DeletePassage422,
|
339
|
-
DeletePassageMutationResponse,
|
340
|
-
DeletePassageMutation,
|
341
|
-
} from './DeletePassage.ts';
|
342
|
-
export type {
|
343
|
-
DeleteProviderQueryParams,
|
344
|
-
DeleteProvider200,
|
345
|
-
DeleteProvider422,
|
346
|
-
DeleteProviderMutationResponse,
|
347
|
-
DeleteProviderMutation,
|
348
|
-
} from './DeleteProvider.ts';
|
349
|
-
export type {
|
350
|
-
DeleteRunPathParams,
|
351
|
-
DeleteRun200,
|
352
|
-
DeleteRun422,
|
353
|
-
DeleteRunMutationResponse,
|
354
|
-
DeleteRunMutation,
|
355
|
-
} from './DeleteRun.ts';
|
356
|
-
export type {
|
357
|
-
DeleteSourcePathParams,
|
358
|
-
DeleteSource200,
|
359
|
-
DeleteSource422,
|
360
|
-
DeleteSourceMutationResponse,
|
361
|
-
DeleteSourceMutation,
|
362
|
-
} from './DeleteSource.ts';
|
363
|
-
export type {
|
364
|
-
DeleteToolPathParams,
|
365
|
-
DeleteTool200,
|
366
|
-
DeleteTool422,
|
367
|
-
DeleteToolMutationResponse,
|
368
|
-
DeleteToolMutation,
|
369
|
-
} from './DeleteTool.ts';
|
370
|
-
export type {
|
371
|
-
DetachCoreMemoryBlockPathParams,
|
372
|
-
DetachCoreMemoryBlock200,
|
373
|
-
DetachCoreMemoryBlock422,
|
374
|
-
DetachCoreMemoryBlockMutationResponse,
|
375
|
-
DetachCoreMemoryBlockMutation,
|
376
|
-
} from './DetachCoreMemoryBlock.ts';
|
377
|
-
export type {
|
378
|
-
DetachSourceFromAgentPathParams,
|
379
|
-
DetachSourceFromAgent200,
|
380
|
-
DetachSourceFromAgent422,
|
381
|
-
DetachSourceFromAgentMutationResponse,
|
382
|
-
DetachSourceFromAgentMutation,
|
383
|
-
} from './DetachSourceFromAgent.ts';
|
384
|
-
export type {
|
385
|
-
DetachToolPathParams,
|
386
|
-
DetachTool200,
|
387
|
-
DetachTool422,
|
388
|
-
DetachToolMutationResponse,
|
389
|
-
DetachToolMutation,
|
390
|
-
} from './DetachTool.ts';
|
391
|
-
export type { DynamicManager } from './DynamicManager.ts';
|
392
|
-
export type { DynamicManagerUpdate } from './DynamicManagerUpdate.ts';
|
393
|
-
export type { E2BSandboxConfig } from './E2BSandboxConfig.ts';
|
394
|
-
export type {
|
395
|
-
EmbeddingConfigEmbeddingEndpointTypeEnum,
|
396
|
-
EmbeddingConfig,
|
397
|
-
} from './EmbeddingConfig.ts';
|
398
|
-
export type {
|
399
|
-
ExportAgentSerializedPathParams,
|
400
|
-
ExportAgentSerialized200,
|
401
|
-
ExportAgentSerialized422,
|
402
|
-
ExportAgentSerializedQueryRequest,
|
403
|
-
ExportAgentSerializedQueryResponse,
|
404
|
-
ExportAgentSerializedQuery,
|
405
|
-
} from './ExportAgentSerialized.ts';
|
406
|
-
export type { File } from './File.ts';
|
407
|
-
export type { FileFile } from './FileFile.ts';
|
408
|
-
export type { FileMetadata } from './FileMetadata.ts';
|
409
|
-
export type { FunctionCall } from './FunctionCall.ts';
|
410
|
-
export type { FunctionDefinitionInput } from './FunctionDefinitionInput.ts';
|
411
|
-
export type { FunctionDefinitionOutput } from './FunctionDefinitionOutput.ts';
|
412
|
-
export type { FunctionOutput } from './FunctionOutput.ts';
|
413
|
-
export type { FunctionTool } from './FunctionTool.ts';
|
414
|
-
export type {
|
415
|
-
GetSourceIdByNamePathParams,
|
416
|
-
GetSourceIdByName200,
|
417
|
-
GetSourceIdByName422,
|
418
|
-
GetSourceIdByNameQueryResponse,
|
419
|
-
GetSourceIdByNameQuery,
|
420
|
-
} from './GetSourceIdByName.ts';
|
421
|
-
export type { Group } from './Group.ts';
|
422
|
-
export type { GroupCreate } from './GroupCreate.ts';
|
423
|
-
export type { GroupUpdate } from './GroupUpdate.ts';
|
424
|
-
export type { Health } from './Health.ts';
|
425
|
-
export type {
|
426
|
-
HealthCheck200,
|
427
|
-
HealthCheckQueryResponse,
|
428
|
-
HealthCheckQuery,
|
429
|
-
} from './HealthCheck.ts';
|
430
|
-
export type {
|
431
|
-
HiddenReasoningMessageMessageTypeEnum,
|
432
|
-
HiddenReasoningMessageStateEnum,
|
433
|
-
HiddenReasoningMessage,
|
434
|
-
} from './HiddenReasoningMessage.ts';
|
435
|
-
export type { HTTPValidationError } from './HTTPValidationError.ts';
|
436
|
-
export type { Identity } from './Identity.ts';
|
437
|
-
export type { IdentityCreate } from './IdentityCreate.ts';
|
438
|
-
export type { IdentityProperty } from './IdentityProperty.ts';
|
439
|
-
export type {
|
440
|
-
IdentityPropertyTypeEnum,
|
441
|
-
IdentityPropertyType,
|
442
|
-
} from './IdentityPropertyType.ts';
|
443
|
-
export type { IdentityTypeEnum, IdentityType } from './IdentityType.ts';
|
444
|
-
export type { IdentityUpdate } from './IdentityUpdate.ts';
|
445
|
-
export type { IdentityUpsert } from './IdentityUpsert.ts';
|
446
|
-
export type { ImageURLDetailEnum, ImageURL } from './ImageURL.ts';
|
447
|
-
export type {
|
448
|
-
ImportAgentSerializedQueryParams,
|
449
|
-
ImportAgentSerialized200,
|
450
|
-
ImportAgentSerialized422,
|
451
|
-
ImportAgentSerializedMutationRequest,
|
452
|
-
ImportAgentSerializedMutationResponse,
|
453
|
-
ImportAgentSerializedMutation,
|
454
|
-
} from './ImportAgentSerialized.ts';
|
455
|
-
export type { InitToolRule } from './InitToolRule.ts';
|
456
|
-
export type { InputAudioFormatEnum, InputAudio } from './InputAudio.ts';
|
457
|
-
export type { Job } from './Job.ts';
|
458
|
-
export type { JobStatusEnum, JobStatus } from './JobStatus.ts';
|
459
|
-
export type { JobTypeEnum, JobType } from './JobType.ts';
|
460
|
-
export type { JSONSchema } from './JSONSchema.ts';
|
461
|
-
export type {
|
462
|
-
LettaAssistantMessageContentUnionTypeEnum,
|
463
|
-
LettaAssistantMessageContentUnion,
|
464
|
-
} from './LettaAssistantMessageContentUnion.ts';
|
465
|
-
export type {
|
466
|
-
LettaMessageContentUnionTypeEnum,
|
467
|
-
LettaMessageContentUnion,
|
468
|
-
} from './LettaMessageContentUnion.ts';
|
469
|
-
export type {
|
470
|
-
LettaMessageUnionMessageTypeEnum,
|
471
|
-
LettaMessageUnion,
|
472
|
-
} from './LettaMessageUnion.ts';
|
473
|
-
export type { LettaRequest } from './LettaRequest.ts';
|
474
|
-
export type { LettaRequestConfig } from './LettaRequestConfig.ts';
|
475
|
-
export type { LettaResponse } from './LettaResponse.ts';
|
476
|
-
export type { LettaStreamingRequest } from './LettaStreamingRequest.ts';
|
477
|
-
export type { LettaUsageStatistics } from './LettaUsageStatistics.ts';
|
478
|
-
export type {
|
479
|
-
LettaUserMessageContentUnionTypeEnum,
|
480
|
-
LettaUserMessageContentUnion,
|
481
|
-
} from './LettaUserMessageContentUnion.ts';
|
482
|
-
export type {
|
483
|
-
ListActiveJobs200,
|
484
|
-
ListActiveJobs422,
|
485
|
-
ListActiveJobsQueryResponse,
|
486
|
-
ListActiveJobsQuery,
|
487
|
-
} from './ListActiveJobs.ts';
|
488
|
-
export type {
|
489
|
-
ListActiveRunsQueryParams,
|
490
|
-
ListActiveRuns200,
|
491
|
-
ListActiveRuns422,
|
492
|
-
ListActiveRunsQueryResponse,
|
493
|
-
ListActiveRunsQuery,
|
494
|
-
} from './ListActiveRuns.ts';
|
495
|
-
export type {
|
496
|
-
ListAgentsQueryParams,
|
497
|
-
ListAgents200,
|
498
|
-
ListAgents422,
|
499
|
-
ListAgentsQueryResponse,
|
500
|
-
ListAgentsQuery,
|
501
|
-
} from './ListAgents.ts';
|
502
|
-
export type {
|
503
|
-
ListAgentsForBlockPathParams,
|
504
|
-
ListAgentsForBlock200,
|
505
|
-
ListAgentsForBlock422,
|
506
|
-
ListAgentsForBlockQueryResponse,
|
507
|
-
ListAgentsForBlockQuery,
|
508
|
-
} from './ListAgentsForBlock.ts';
|
509
|
-
export type {
|
510
|
-
ListAgentSourcesPathParams,
|
511
|
-
ListAgentSources200,
|
512
|
-
ListAgentSources422,
|
513
|
-
ListAgentSourcesQueryResponse,
|
514
|
-
ListAgentSourcesQuery,
|
515
|
-
} from './ListAgentSources.ts';
|
516
|
-
export type {
|
517
|
-
ListAgentToolsPathParams,
|
518
|
-
ListAgentTools200,
|
519
|
-
ListAgentTools422,
|
520
|
-
ListAgentToolsQueryResponse,
|
521
|
-
ListAgentToolsQuery,
|
522
|
-
} from './ListAgentTools.ts';
|
523
|
-
export type {
|
524
|
-
ListBlocksQueryParams,
|
525
|
-
ListBlocks200,
|
526
|
-
ListBlocks422,
|
527
|
-
ListBlocksQueryResponse,
|
528
|
-
ListBlocksQuery,
|
529
|
-
} from './ListBlocks.ts';
|
530
|
-
export type {
|
531
|
-
ListComposioActionsByAppPathParams,
|
532
|
-
ListComposioActionsByApp200,
|
533
|
-
ListComposioActionsByApp422,
|
534
|
-
ListComposioActionsByAppQueryResponse,
|
535
|
-
ListComposioActionsByAppQuery,
|
536
|
-
} from './ListComposioActionsByApp.ts';
|
537
|
-
export type {
|
538
|
-
ListComposioAppsHeaderParams,
|
539
|
-
ListComposioApps200,
|
540
|
-
ListComposioApps422,
|
541
|
-
ListComposioAppsQueryResponse,
|
542
|
-
ListComposioAppsQuery,
|
543
|
-
} from './ListComposioApps.ts';
|
544
|
-
export type {
|
545
|
-
ListCoreMemoryBlocksPathParams,
|
546
|
-
ListCoreMemoryBlocks200,
|
547
|
-
ListCoreMemoryBlocks422,
|
548
|
-
ListCoreMemoryBlocksQueryResponse,
|
549
|
-
ListCoreMemoryBlocksQuery,
|
550
|
-
} from './ListCoreMemoryBlocks.ts';
|
551
|
-
export type {
|
552
|
-
ListEmbeddingModels200,
|
553
|
-
ListEmbeddingModelsQueryResponse,
|
554
|
-
ListEmbeddingModelsQuery,
|
555
|
-
} from './ListEmbeddingModels.ts';
|
556
|
-
export type {
|
557
|
-
ListGroupMessagesPathParams,
|
558
|
-
ListGroupMessagesQueryParams,
|
559
|
-
ListGroupMessages200,
|
560
|
-
ListGroupMessages422,
|
561
|
-
ListGroupMessagesQueryResponse,
|
562
|
-
ListGroupMessagesQuery,
|
563
|
-
} from './ListGroupMessages.ts';
|
564
|
-
export type {
|
565
|
-
ListGroupsQueryParams,
|
566
|
-
ListGroups200,
|
567
|
-
ListGroups422,
|
568
|
-
ListGroupsQueryResponse,
|
569
|
-
ListGroupsQuery,
|
570
|
-
} from './ListGroups.ts';
|
571
|
-
export type {
|
572
|
-
ListIdentitiesQueryParams,
|
573
|
-
ListIdentities200,
|
574
|
-
ListIdentities422,
|
575
|
-
ListIdentitiesQueryResponse,
|
576
|
-
ListIdentitiesQuery,
|
577
|
-
} from './ListIdentities.ts';
|
578
|
-
export type {
|
579
|
-
ListJobsQueryParams,
|
580
|
-
ListJobs200,
|
581
|
-
ListJobs422,
|
582
|
-
ListJobsQueryResponse,
|
583
|
-
ListJobsQuery,
|
584
|
-
} from './ListJobs.ts';
|
585
|
-
export type {
|
586
|
-
ListMcpServersHeaderParams,
|
587
|
-
ListMcpServers200,
|
588
|
-
ListMcpServers422,
|
589
|
-
ListMcpServersQueryResponse,
|
590
|
-
ListMcpServersQuery,
|
591
|
-
} from './ListMcpServers.ts';
|
592
|
-
export type {
|
593
|
-
ListMcpToolsByServerPathParams,
|
594
|
-
ListMcpToolsByServer200,
|
595
|
-
ListMcpToolsByServer422,
|
596
|
-
ListMcpToolsByServerQueryResponse,
|
597
|
-
ListMcpToolsByServerQuery,
|
598
|
-
} from './ListMcpToolsByServer.ts';
|
599
|
-
export type {
|
600
|
-
ListMessagesPathParams,
|
601
|
-
ListMessagesQueryParams,
|
602
|
-
ListMessages200,
|
603
|
-
ListMessages422,
|
604
|
-
ListMessagesQueryResponse,
|
605
|
-
ListMessagesQuery,
|
606
|
-
} from './ListMessages.ts';
|
607
|
-
export type {
|
608
|
-
ListModels200,
|
609
|
-
ListModelsQueryResponse,
|
610
|
-
ListModelsQuery,
|
611
|
-
} from './ListModels.ts';
|
612
|
-
export type {
|
613
|
-
ListPassagesPathParams,
|
614
|
-
ListPassagesQueryParams,
|
615
|
-
ListPassages200,
|
616
|
-
ListPassages422,
|
617
|
-
ListPassagesQueryResponse,
|
618
|
-
ListPassagesQuery,
|
619
|
-
} from './ListPassages.ts';
|
620
|
-
export type {
|
621
|
-
ListProvidersQueryParams,
|
622
|
-
ListProviders200,
|
623
|
-
ListProviders422,
|
624
|
-
ListProvidersQueryResponse,
|
625
|
-
ListProvidersQuery,
|
626
|
-
} from './ListProviders.ts';
|
627
|
-
export type {
|
628
|
-
ListRunMessagesPathParams,
|
629
|
-
ListRunMessagesQueryParams,
|
630
|
-
ListRunMessages200,
|
631
|
-
ListRunMessages422,
|
632
|
-
ListRunMessagesQueryResponse,
|
633
|
-
ListRunMessagesQuery,
|
634
|
-
} from './ListRunMessages.ts';
|
635
|
-
export type {
|
636
|
-
ListRunsQueryParams,
|
637
|
-
ListRuns200,
|
638
|
-
ListRuns422,
|
639
|
-
ListRunsQueryResponse,
|
640
|
-
ListRunsQuery,
|
641
|
-
} from './ListRuns.ts';
|
642
|
-
export type {
|
643
|
-
ListRunStepsPathParams,
|
644
|
-
ListRunStepsQueryParams,
|
645
|
-
ListRunSteps200,
|
646
|
-
ListRunSteps422,
|
647
|
-
ListRunStepsQueryResponse,
|
648
|
-
ListRunStepsQuery,
|
649
|
-
} from './ListRunSteps.ts';
|
650
|
-
export type {
|
651
|
-
ListSourceFilesPathParams,
|
652
|
-
ListSourceFilesQueryParams,
|
653
|
-
ListSourceFiles200,
|
654
|
-
ListSourceFiles422,
|
655
|
-
ListSourceFilesQueryResponse,
|
656
|
-
ListSourceFilesQuery,
|
657
|
-
} from './ListSourceFiles.ts';
|
658
|
-
export type {
|
659
|
-
ListSourcePassagesPathParams,
|
660
|
-
ListSourcePassages200,
|
661
|
-
ListSourcePassages422,
|
662
|
-
ListSourcePassagesQueryResponse,
|
663
|
-
ListSourcePassagesQuery,
|
664
|
-
} from './ListSourcePassages.ts';
|
665
|
-
export type {
|
666
|
-
ListSources200,
|
667
|
-
ListSources422,
|
668
|
-
ListSourcesQueryResponse,
|
669
|
-
ListSourcesQuery,
|
670
|
-
} from './ListSources.ts';
|
671
|
-
export type {
|
672
|
-
ListStepsQueryParams,
|
673
|
-
ListSteps200,
|
674
|
-
ListSteps422,
|
675
|
-
ListStepsQueryResponse,
|
676
|
-
ListStepsQuery,
|
677
|
-
} from './ListSteps.ts';
|
678
|
-
export type {
|
679
|
-
ListTagsQueryParams,
|
680
|
-
ListTags200,
|
681
|
-
ListTags422,
|
682
|
-
ListTagsQueryResponse,
|
683
|
-
ListTagsQuery,
|
684
|
-
} from './ListTags.ts';
|
685
|
-
export type {
|
686
|
-
ListToolsQueryParams,
|
687
|
-
ListTools200,
|
688
|
-
ListTools422,
|
689
|
-
ListToolsQueryResponse,
|
690
|
-
ListToolsQuery,
|
691
|
-
} from './ListTools.ts';
|
692
|
-
export type { LLMConfig } from './LLMConfig.ts';
|
693
|
-
export type { LocalSandboxConfig } from './LocalSandboxConfig.ts';
|
694
|
-
export type { ManagerTypeEnum, ManagerType } from './ManagerType.ts';
|
695
|
-
export type { MaxCountPerStepToolRule } from './MaxCountPerStepToolRule.ts';
|
696
|
-
export type { MaxCountPerStepToolRuleSchema } from './MaxCountPerStepToolRuleSchema.ts';
|
697
|
-
export type { MCPServerType } from './MCPServerType.ts';
|
698
|
-
export type { MCPTool } from './MCPTool.ts';
|
699
|
-
export type { Memory } from './Memory.ts';
|
700
|
-
export type { Message } from './Message.ts';
|
701
|
-
export type { MessageCreateRoleEnum, MessageCreate } from './MessageCreate.ts';
|
702
|
-
export type { MessageRoleEnum, MessageRole } from './MessageRole.ts';
|
703
|
-
export type { MessageSchema } from './MessageSchema.ts';
|
704
|
-
export type {
|
705
|
-
ModifyAgentPathParams,
|
706
|
-
ModifyAgent200,
|
707
|
-
ModifyAgent422,
|
708
|
-
ModifyAgentMutationRequest,
|
709
|
-
ModifyAgentMutationResponse,
|
710
|
-
ModifyAgentMutation,
|
711
|
-
} from './ModifyAgent.ts';
|
712
|
-
export type {
|
713
|
-
ModifyBlockPathParams,
|
714
|
-
ModifyBlock200,
|
715
|
-
ModifyBlock422,
|
716
|
-
ModifyBlockMutationRequest,
|
717
|
-
ModifyBlockMutationResponse,
|
718
|
-
ModifyBlockMutation,
|
719
|
-
} from './ModifyBlock.ts';
|
720
|
-
export type {
|
721
|
-
ModifyCoreMemoryBlockPathParams,
|
722
|
-
ModifyCoreMemoryBlock200,
|
723
|
-
ModifyCoreMemoryBlock422,
|
724
|
-
ModifyCoreMemoryBlockMutationRequest,
|
725
|
-
ModifyCoreMemoryBlockMutationResponse,
|
726
|
-
ModifyCoreMemoryBlockMutation,
|
727
|
-
} from './ModifyCoreMemoryBlock.ts';
|
728
|
-
export type {
|
729
|
-
ModifyGroupPathParams,
|
730
|
-
ModifyGroupHeaderParams,
|
731
|
-
ModifyGroup200,
|
732
|
-
ModifyGroup422,
|
733
|
-
ModifyGroupMutationRequest,
|
734
|
-
ModifyGroupMutationResponse,
|
735
|
-
ModifyGroupMutation,
|
736
|
-
} from './ModifyGroup.ts';
|
737
|
-
export type {
|
738
|
-
ModifyGroupMessagePathParams,
|
739
|
-
ModifyGroupMessage200,
|
740
|
-
ModifyGroupMessage422,
|
741
|
-
ModifyGroupMessageMutationRequest,
|
742
|
-
ModifyGroupMessageMutationResponse,
|
743
|
-
ModifyGroupMessageMutation,
|
744
|
-
} from './ModifyGroupMessage.ts';
|
745
|
-
export type {
|
746
|
-
ModifyMessagePathParams,
|
747
|
-
ModifyMessage200,
|
748
|
-
ModifyMessage422,
|
749
|
-
ModifyMessageMutationRequest,
|
750
|
-
ModifyMessageMutationResponse,
|
751
|
-
ModifyMessageMutation,
|
752
|
-
} from './ModifyMessage.ts';
|
753
|
-
export type {
|
754
|
-
ModifyPassagePathParams,
|
755
|
-
ModifyPassage200,
|
756
|
-
ModifyPassage422,
|
757
|
-
ModifyPassageMutationRequest,
|
758
|
-
ModifyPassageMutationResponse,
|
759
|
-
ModifyPassageMutation,
|
760
|
-
} from './ModifyPassage.ts';
|
761
|
-
export type {
|
762
|
-
ModifyProvider200,
|
763
|
-
ModifyProvider422,
|
764
|
-
ModifyProviderMutationRequest,
|
765
|
-
ModifyProviderMutationResponse,
|
766
|
-
ModifyProviderMutation,
|
767
|
-
} from './ModifyProvider.ts';
|
768
|
-
export type {
|
769
|
-
ModifySourcePathParams,
|
770
|
-
ModifySource200,
|
771
|
-
ModifySource422,
|
772
|
-
ModifySourceMutationRequest,
|
773
|
-
ModifySourceMutationResponse,
|
774
|
-
ModifySourceMutation,
|
775
|
-
} from './ModifySource.ts';
|
776
|
-
export type {
|
777
|
-
ModifyToolPathParams,
|
778
|
-
ModifyTool200,
|
779
|
-
ModifyTool422,
|
780
|
-
ModifyToolMutationRequest,
|
781
|
-
ModifyToolMutationResponse,
|
782
|
-
ModifyToolMutation,
|
783
|
-
} from './ModifyTool.ts';
|
784
|
-
export type {
|
785
|
-
OmittedReasoningContentTypeEnum,
|
786
|
-
OmittedReasoningContent,
|
787
|
-
} from './OmittedReasoningContent.ts';
|
788
|
-
export type { OpenaiTypesChatChatCompletionMessageToolCallParamFunction } from './OpenaiTypesChatChatCompletionMessageToolCallParamFunction.ts';
|
789
|
-
export type { OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction } from './OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction.ts';
|
790
|
-
export type { OpenaiTypesChatCompletionCreateParamsFunction } from './OpenaiTypesChatCompletionCreateParamsFunction.ts';
|
791
|
-
export type { Organization } from './Organization.ts';
|
792
|
-
export type { OrganizationCreate } from './OrganizationCreate.ts';
|
793
|
-
export type { OrganizationUpdate } from './OrganizationUpdate.ts';
|
794
|
-
export type { ParameterProperties } from './ParameterProperties.ts';
|
795
|
-
export type { ParametersSchema } from './ParametersSchema.ts';
|
796
|
-
export type { ParentToolRule } from './ParentToolRule.ts';
|
797
|
-
export type { Passage } from './Passage.ts';
|
798
|
-
export type { PassageUpdate } from './PassageUpdate.ts';
|
799
|
-
export type { PipRequirement } from './PipRequirement.ts';
|
800
|
-
export type { Provider } from './Provider.ts';
|
801
|
-
export type { ProviderCreate } from './ProviderCreate.ts';
|
802
|
-
export type { ProviderUpdate } from './ProviderUpdate.ts';
|
803
|
-
export type {
|
804
|
-
ReasoningContentTypeEnum,
|
805
|
-
ReasoningContent,
|
806
|
-
} from './ReasoningContent.ts';
|
807
|
-
export type {
|
808
|
-
ReasoningMessageMessageTypeEnum,
|
809
|
-
ReasoningMessageSourceEnum,
|
810
|
-
ReasoningMessage,
|
811
|
-
} from './ReasoningMessage.ts';
|
812
|
-
export type {
|
813
|
-
RedactedReasoningContentTypeEnum,
|
814
|
-
RedactedReasoningContent,
|
815
|
-
} from './RedactedReasoningContent.ts';
|
816
|
-
export type {
|
817
|
-
ResetGroupMessagesPathParams,
|
818
|
-
ResetGroupMessages200,
|
819
|
-
ResetGroupMessages422,
|
820
|
-
ResetGroupMessagesMutationResponse,
|
821
|
-
ResetGroupMessagesMutation,
|
822
|
-
} from './ResetGroupMessages.ts';
|
823
|
-
export type {
|
824
|
-
ResetMessagesPathParams,
|
825
|
-
ResetMessagesQueryParams,
|
826
|
-
ResetMessages200,
|
827
|
-
ResetMessages422,
|
828
|
-
ResetMessagesMutationResponse,
|
829
|
-
ResetMessagesMutation,
|
830
|
-
} from './ResetMessages.ts';
|
831
|
-
export type { ResponseFormatJSONObject } from './ResponseFormatJSONObject.ts';
|
832
|
-
export type { ResponseFormatJSONSchema } from './ResponseFormatJSONSchema.ts';
|
833
|
-
export type { ResponseFormatText } from './ResponseFormatText.ts';
|
834
|
-
export type {
|
835
|
-
RetrieveAgentPathParams,
|
836
|
-
RetrieveAgent200,
|
837
|
-
RetrieveAgent422,
|
838
|
-
RetrieveAgentQueryResponse,
|
839
|
-
RetrieveAgentQuery,
|
840
|
-
} from './RetrieveAgent.ts';
|
841
|
-
export type {
|
842
|
-
RetrieveAgentContextWindowPathParams,
|
843
|
-
RetrieveAgentContextWindow200,
|
844
|
-
RetrieveAgentContextWindow422,
|
845
|
-
RetrieveAgentContextWindowQueryResponse,
|
846
|
-
RetrieveAgentContextWindowQuery,
|
847
|
-
} from './RetrieveAgentContextWindow.ts';
|
848
|
-
export type {
|
849
|
-
RetrieveAgentMemoryPathParams,
|
850
|
-
RetrieveAgentMemory200,
|
851
|
-
RetrieveAgentMemory422,
|
852
|
-
RetrieveAgentMemoryQueryResponse,
|
853
|
-
RetrieveAgentMemoryQuery,
|
854
|
-
} from './RetrieveAgentMemory.ts';
|
855
|
-
export type {
|
856
|
-
RetrieveBlockPathParams,
|
857
|
-
RetrieveBlock200,
|
858
|
-
RetrieveBlock422,
|
859
|
-
RetrieveBlockQueryResponse,
|
860
|
-
RetrieveBlockQuery,
|
861
|
-
} from './RetrieveBlock.ts';
|
862
|
-
export type {
|
863
|
-
RetrieveCoreMemoryBlockPathParams,
|
864
|
-
RetrieveCoreMemoryBlock200,
|
865
|
-
RetrieveCoreMemoryBlock422,
|
866
|
-
RetrieveCoreMemoryBlockQueryResponse,
|
867
|
-
RetrieveCoreMemoryBlockQuery,
|
868
|
-
} from './RetrieveCoreMemoryBlock.ts';
|
869
|
-
export type {
|
870
|
-
RetrieveGroupPathParams,
|
871
|
-
RetrieveGroup200,
|
872
|
-
RetrieveGroup422,
|
873
|
-
RetrieveGroupQueryResponse,
|
874
|
-
RetrieveGroupQuery,
|
875
|
-
} from './RetrieveGroup.ts';
|
876
|
-
export type {
|
877
|
-
RetrieveIdentityPathParams,
|
878
|
-
RetrieveIdentity200,
|
879
|
-
RetrieveIdentity422,
|
880
|
-
RetrieveIdentityQueryResponse,
|
881
|
-
RetrieveIdentityQuery,
|
882
|
-
} from './RetrieveIdentity.ts';
|
883
|
-
export type {
|
884
|
-
RetrieveJobPathParams,
|
885
|
-
RetrieveJob200,
|
886
|
-
RetrieveJob422,
|
887
|
-
RetrieveJobQueryResponse,
|
888
|
-
RetrieveJobQuery,
|
889
|
-
} from './RetrieveJob.ts';
|
890
|
-
export type {
|
891
|
-
RetrieveRunPathParams,
|
892
|
-
RetrieveRun200,
|
893
|
-
RetrieveRun422,
|
894
|
-
RetrieveRunQueryResponse,
|
895
|
-
RetrieveRunQuery,
|
896
|
-
} from './RetrieveRun.ts';
|
897
|
-
export type {
|
898
|
-
RetrieveRunUsagePathParams,
|
899
|
-
RetrieveRunUsage200,
|
900
|
-
RetrieveRunUsage422,
|
901
|
-
RetrieveRunUsageQueryResponse,
|
902
|
-
RetrieveRunUsageQuery,
|
903
|
-
} from './RetrieveRunUsage.ts';
|
904
|
-
export type {
|
905
|
-
RetrieveSourcePathParams,
|
906
|
-
RetrieveSource200,
|
907
|
-
RetrieveSource422,
|
908
|
-
RetrieveSourceQueryResponse,
|
909
|
-
RetrieveSourceQuery,
|
910
|
-
} from './RetrieveSource.ts';
|
911
|
-
export type {
|
912
|
-
RetrieveStepPathParams,
|
913
|
-
RetrieveStep200,
|
914
|
-
RetrieveStep422,
|
915
|
-
RetrieveStepQueryResponse,
|
916
|
-
RetrieveStepQuery,
|
917
|
-
} from './RetrieveStep.ts';
|
918
|
-
export type {
|
919
|
-
RetrieveToolPathParams,
|
920
|
-
RetrieveTool200,
|
921
|
-
RetrieveTool422,
|
922
|
-
RetrieveToolQueryResponse,
|
923
|
-
RetrieveToolQuery,
|
924
|
-
} from './RetrieveTool.ts';
|
925
|
-
export type { RoundRobinManager } from './RoundRobinManager.ts';
|
926
|
-
export type { RoundRobinManagerUpdate } from './RoundRobinManagerUpdate.ts';
|
927
|
-
export type { Run } from './Run.ts';
|
928
|
-
export type {
|
929
|
-
RunToolFromSource200,
|
930
|
-
RunToolFromSource422,
|
931
|
-
RunToolFromSourceMutationRequest,
|
932
|
-
RunToolFromSourceMutationResponse,
|
933
|
-
RunToolFromSourceMutation,
|
934
|
-
} from './RunToolFromSource.ts';
|
935
|
-
export type { SandboxConfig } from './SandboxConfig.ts';
|
936
|
-
export type { SandboxConfigCreate } from './SandboxConfigCreate.ts';
|
937
|
-
export type { SandboxConfigUpdate } from './SandboxConfigUpdate.ts';
|
938
|
-
export type { SandboxEnvironmentVariable } from './SandboxEnvironmentVariable.ts';
|
939
|
-
export type { SandboxEnvironmentVariableCreate } from './SandboxEnvironmentVariableCreate.ts';
|
940
|
-
export type { SandboxEnvironmentVariableUpdate } from './SandboxEnvironmentVariableUpdate.ts';
|
941
|
-
export type { SandboxTypeEnum, SandboxType } from './SandboxType.ts';
|
942
|
-
export type {
|
943
|
-
SendGroupMessagePathParams,
|
944
|
-
SendGroupMessage200,
|
945
|
-
SendGroupMessage422,
|
946
|
-
SendGroupMessageMutationRequest,
|
947
|
-
SendGroupMessageMutationResponse,
|
948
|
-
SendGroupMessageMutation,
|
949
|
-
} from './SendGroupMessage.ts';
|
950
|
-
export type {
|
951
|
-
SendGroupMessageStreamingPathParams,
|
952
|
-
SendGroupMessageStreaming200,
|
953
|
-
SendGroupMessageStreaming422,
|
954
|
-
SendGroupMessageStreamingMutationRequest,
|
955
|
-
SendGroupMessageStreamingMutationResponse,
|
956
|
-
SendGroupMessageStreamingMutation,
|
957
|
-
} from './SendGroupMessageStreaming.ts';
|
958
|
-
export type {
|
959
|
-
SendMessagePathParams,
|
960
|
-
SendMessage200,
|
961
|
-
SendMessage422,
|
962
|
-
SendMessageMutationRequest,
|
963
|
-
SendMessageMutationResponse,
|
964
|
-
SendMessageMutation,
|
965
|
-
} from './SendMessage.ts';
|
966
|
-
export type { SleeptimeManager } from './SleeptimeManager.ts';
|
967
|
-
export type { SleeptimeManagerUpdate } from './SleeptimeManagerUpdate.ts';
|
968
|
-
export type { Source } from './Source.ts';
|
969
|
-
export type { SourceCreate } from './SourceCreate.ts';
|
970
|
-
export type { SourceUpdate } from './SourceUpdate.ts';
|
971
|
-
export type { SSEServerConfig } from './SSEServerConfig.ts';
|
972
|
-
export type { StdioServerConfig } from './StdioServerConfig.ts';
|
973
|
-
export type { Step } from './Step.ts';
|
974
|
-
export type { SupervisorManager } from './SupervisorManager.ts';
|
975
|
-
export type { SupervisorManagerUpdate } from './SupervisorManagerUpdate.ts';
|
976
|
-
export type {
|
977
|
-
SystemMessageMessageTypeEnum,
|
978
|
-
SystemMessage,
|
979
|
-
} from './SystemMessage.ts';
|
980
|
-
export type { TagSchema } from './TagSchema.ts';
|
981
|
-
export type {
|
982
|
-
TemplatesCreateAgentsFromTemplatePathParams,
|
983
|
-
TemplatesCreateAgentsFromTemplate201,
|
984
|
-
TemplatesCreateAgentsFromTemplateMutationRequest,
|
985
|
-
TemplatesCreateAgentsFromTemplateMutationResponse,
|
986
|
-
TemplatesCreateAgentsFromTemplateMutation,
|
987
|
-
} from './templates/CreateAgentsFromTemplate.ts';
|
988
|
-
export type { TerminalToolRule } from './TerminalToolRule.ts';
|
989
|
-
export type { TextContentTypeEnum, TextContent } from './TextContent.ts';
|
990
|
-
export type { Tool } from './Tool.ts';
|
991
|
-
export type { ToolCall } from './ToolCall.ts';
|
992
|
-
export type {
|
993
|
-
ToolCallContentTypeEnum,
|
994
|
-
ToolCallContent,
|
995
|
-
} from './ToolCallContent.ts';
|
996
|
-
export type { ToolCallDelta } from './ToolCallDelta.ts';
|
997
|
-
export type {
|
998
|
-
ToolCallMessageMessageTypeEnum,
|
999
|
-
ToolCallMessage,
|
1000
|
-
} from './ToolCallMessage.ts';
|
1001
|
-
export type { ToolCreate } from './ToolCreate.ts';
|
1002
|
-
export type { ToolEnvVarSchema } from './ToolEnvVarSchema.ts';
|
1003
|
-
export type { ToolJSONSchema } from './ToolJSONSchema.ts';
|
1004
|
-
export type { ToolReturnStatusEnum, ToolReturn } from './ToolReturn.ts';
|
1005
|
-
export type { ToolReturnContent } from './ToolReturnContent.ts';
|
1006
|
-
export type {
|
1007
|
-
ToolReturnMessageMessageTypeEnum,
|
1008
|
-
ToolReturnMessageStatusEnum,
|
1009
|
-
ToolReturnMessage,
|
1010
|
-
} from './ToolReturnMessage.ts';
|
1011
|
-
export type { ToolRunFromSource } from './ToolRunFromSource.ts';
|
1012
|
-
export type { ToolSchema } from './ToolSchema.ts';
|
1013
|
-
export type { ToolTypeEnum, ToolType } from './ToolType.ts';
|
1014
|
-
export type { ToolUpdate } from './ToolUpdate.ts';
|
1015
|
-
export type { UpdateAgent } from './UpdateAgent.ts';
|
1016
|
-
export type { UpdateAssistantMessage } from './UpdateAssistantMessage.ts';
|
1017
|
-
export type {
|
1018
|
-
UpdateIdentityPathParams,
|
1019
|
-
UpdateIdentity200,
|
1020
|
-
UpdateIdentity422,
|
1021
|
-
UpdateIdentityMutationRequest,
|
1022
|
-
UpdateIdentityMutationResponse,
|
1023
|
-
UpdateIdentityMutation,
|
1024
|
-
} from './UpdateIdentity.ts';
|
1025
|
-
export type { UpdateReasoningMessage } from './UpdateReasoningMessage.ts';
|
1026
|
-
export type { UpdateSystemMessage } from './UpdateSystemMessage.ts';
|
1027
|
-
export type { UpdateUserMessage } from './UpdateUserMessage.ts';
|
1028
|
-
export type {
|
1029
|
-
UploadFileToSourcePathParams,
|
1030
|
-
UploadFileToSource200,
|
1031
|
-
UploadFileToSource422,
|
1032
|
-
UploadFileToSourceMutationRequest,
|
1033
|
-
UploadFileToSourceMutationResponse,
|
1034
|
-
UploadFileToSourceMutation,
|
1035
|
-
} from './UploadFileToSource.ts';
|
1036
|
-
export type {
|
1037
|
-
UpsertIdentityHeaderParams,
|
1038
|
-
UpsertIdentity200,
|
1039
|
-
UpsertIdentity422,
|
1040
|
-
UpsertIdentityMutationRequest,
|
1041
|
-
UpsertIdentityMutationResponse,
|
1042
|
-
UpsertIdentityMutation,
|
1043
|
-
} from './UpsertIdentity.ts';
|
1044
|
-
export type {
|
1045
|
-
UpsertIdentityPropertiesPathParams,
|
1046
|
-
UpsertIdentityProperties200,
|
1047
|
-
UpsertIdentityProperties422,
|
1048
|
-
UpsertIdentityPropertiesMutationRequest,
|
1049
|
-
UpsertIdentityPropertiesMutationResponse,
|
1050
|
-
UpsertIdentityPropertiesMutation,
|
1051
|
-
} from './UpsertIdentityProperties.ts';
|
1052
|
-
export type {
|
1053
|
-
UpsertTool200,
|
1054
|
-
UpsertTool422,
|
1055
|
-
UpsertToolMutationRequest,
|
1056
|
-
UpsertToolMutationResponse,
|
1057
|
-
UpsertToolMutation,
|
1058
|
-
} from './UpsertTool.ts';
|
1059
|
-
export type { UsageStatistics } from './UsageStatistics.ts';
|
1060
|
-
export type { User } from './User.ts';
|
1061
|
-
export type { UserCreate } from './UserCreate.ts';
|
1062
|
-
export type { UserMessageMessageTypeEnum, UserMessage } from './UserMessage.ts';
|
1063
|
-
export type { UserUpdate } from './UserUpdate.ts';
|
1064
|
-
export type { ValidationError } from './ValidationError.ts';
|
1065
|
-
export type {
|
1066
|
-
WebSearchOptionsSearchContextSizeEnum,
|
1067
|
-
WebSearchOptions,
|
1068
|
-
} from './WebSearchOptions.ts';
|
1069
|
-
export type { WebSearchOptionsUserLocation } from './WebSearchOptionsUserLocation.ts';
|
1070
|
-
export type { WebSearchOptionsUserLocationApproximate } from './WebSearchOptionsUserLocationApproximate.ts';
|
1071
|
-
export { agentsCreateTemplateFromAgent500MessageEnum } from './agents/CreateTemplateFromAgent.ts';
|
1072
|
-
export { agentsGetAgentVariables404MessageEnum } from './agents/GetAgentVariables.ts';
|
1073
|
-
export {
|
1074
|
-
agentsMigrateAgent200SuccessEnum,
|
1075
|
-
agentsMigrateAgent404MessageEnum,
|
1076
|
-
agentsMigrateAgent409MessageEnum,
|
1077
|
-
agentsMigrateAgent500MessageEnum,
|
1078
|
-
} from './agents/MigrateAgent.ts';
|
1079
|
-
export {
|
1080
|
-
searchFieldEnum,
|
1081
|
-
searchFieldEnum2,
|
1082
|
-
searchOperatorEnum,
|
1083
|
-
searchFieldEnum3,
|
1084
|
-
searchOperatorEnum2,
|
1085
|
-
searchFieldEnum4,
|
1086
|
-
searchOperatorEnum3,
|
1087
|
-
agentsSearchDeployedAgentsMutationRequestCombinatorEnum,
|
1088
|
-
} from './agents/SearchDeployedAgents.ts';
|
1089
|
-
export {
|
1090
|
-
agentsVersionAgentTemplate404MessageEnum,
|
1091
|
-
agentsVersionAgentTemplate500MessageEnum,
|
1092
|
-
} from './agents/VersionAgentTemplate.ts';
|
1093
|
-
export { agentTypeEnum } from './AgentType.ts';
|
1094
|
-
export { appAuthSchemeAuthModeEnum } from './AppAuthScheme.ts';
|
1095
|
-
export { assistantMessageMessageTypeEnum } from './AssistantMessage.ts';
|
1096
|
-
export {
|
1097
|
-
chatCompletionAudioParamFormatEnum,
|
1098
|
-
chatCompletionAudioParamVoiceEnum,
|
1099
|
-
} from './ChatCompletionAudioParam.ts';
|
1100
|
-
export {
|
1101
|
-
policyVersionEnum,
|
1102
|
-
dataTypeEnum,
|
1103
|
-
dataAccessEnum,
|
1104
|
-
policyTypeEnum,
|
1105
|
-
policyAccessEnum,
|
1106
|
-
} from './clientSideAccessTokens/CreateClientSideAccessToken.ts';
|
1107
|
-
export {
|
1108
|
-
completionCreateParamsNonStreamingModelEnum,
|
1109
|
-
completionCreateParamsNonStreamingFunctionCallEnum,
|
1110
|
-
completionCreateParamsNonStreamingModalitiesEnum,
|
1111
|
-
completionCreateParamsNonStreamingReasoningEffortEnum,
|
1112
|
-
completionCreateParamsNonStreamingServiceTierEnum,
|
1113
|
-
completionCreateParamsNonStreamingToolChoiceEnum,
|
1114
|
-
} from './CompletionCreateParamsNonStreaming.ts';
|
1115
|
-
export {
|
1116
|
-
completionCreateParamsStreamingModelEnum,
|
1117
|
-
completionCreateParamsStreamingFunctionCallEnum,
|
1118
|
-
completionCreateParamsStreamingModalitiesEnum,
|
1119
|
-
completionCreateParamsStreamingReasoningEffortEnum,
|
1120
|
-
completionCreateParamsStreamingServiceTierEnum,
|
1121
|
-
completionCreateParamsStreamingToolChoiceEnum,
|
1122
|
-
} from './CompletionCreateParamsStreaming.ts';
|
1123
|
-
export { embeddingConfigEmbeddingEndpointTypeEnum } from './EmbeddingConfig.ts';
|
1124
|
-
export {
|
1125
|
-
hiddenReasoningMessageMessageTypeEnum,
|
1126
|
-
hiddenReasoningMessageStateEnum,
|
1127
|
-
} from './HiddenReasoningMessage.ts';
|
1128
|
-
export { identityPropertyTypeEnum } from './IdentityPropertyType.ts';
|
1129
|
-
export { identityTypeEnum } from './IdentityType.ts';
|
1130
|
-
export { imageURLDetailEnum } from './ImageURL.ts';
|
1131
|
-
export { inputAudioFormatEnum } from './InputAudio.ts';
|
1132
|
-
export { jobStatusEnum } from './JobStatus.ts';
|
1133
|
-
export { jobTypeEnum } from './JobType.ts';
|
1134
|
-
export { lettaAssistantMessageContentUnionTypeEnum } from './LettaAssistantMessageContentUnion.ts';
|
1135
|
-
export { lettaMessageContentUnionTypeEnum } from './LettaMessageContentUnion.ts';
|
1136
|
-
export { lettaMessageUnionMessageTypeEnum } from './LettaMessageUnion.ts';
|
1137
|
-
export { lettaUserMessageContentUnionTypeEnum } from './LettaUserMessageContentUnion.ts';
|
1138
|
-
export { LLMConfigModelEndpointTypeEnum } from './LLMConfig.ts';
|
1139
|
-
export { managerTypeEnum } from './ManagerType.ts';
|
1140
|
-
export { MCPServerTypeEnum } from './MCPServerType.ts';
|
1141
|
-
export { messageCreateRoleEnum } from './MessageCreate.ts';
|
1142
|
-
export { messageRoleEnum } from './MessageRole.ts';
|
1143
|
-
export { omittedReasoningContentTypeEnum } from './OmittedReasoningContent.ts';
|
1144
|
-
export { reasoningContentTypeEnum } from './ReasoningContent.ts';
|
1145
|
-
export {
|
1146
|
-
reasoningMessageMessageTypeEnum,
|
1147
|
-
reasoningMessageSourceEnum,
|
1148
|
-
} from './ReasoningMessage.ts';
|
1149
|
-
export { redactedReasoningContentTypeEnum } from './RedactedReasoningContent.ts';
|
1150
|
-
export { sandboxTypeEnum } from './SandboxType.ts';
|
1151
|
-
export { systemMessageMessageTypeEnum } from './SystemMessage.ts';
|
1152
|
-
export { textContentTypeEnum } from './TextContent.ts';
|
1153
|
-
export { toolCallContentTypeEnum } from './ToolCallContent.ts';
|
1154
|
-
export { toolCallMessageMessageTypeEnum } from './ToolCallMessage.ts';
|
1155
|
-
export { toolReturnStatusEnum } from './ToolReturn.ts';
|
1156
|
-
export {
|
1157
|
-
toolReturnMessageMessageTypeEnum,
|
1158
|
-
toolReturnMessageStatusEnum,
|
1159
|
-
} from './ToolReturnMessage.ts';
|
1160
|
-
export { toolTypeEnum } from './ToolType.ts';
|
1161
|
-
export { userMessageMessageTypeEnum } from './UserMessage.ts';
|
1162
|
-
export { webSearchOptionsSearchContextSizeEnum } from './WebSearchOptions.ts';
|