@letta-ai/letta-client 0.1.2 → 0.1.5
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/Client.d.ts +2 -2
- package/Client.js +1 -1
- package/README.md +1 -1
- package/api/resources/agents/client/Client.d.ts +8 -25
- package/api/resources/agents/client/Client.js +165 -106
- package/api/resources/agents/client/requests/AgentsCreateTemplateFromAgentRequest.d.ts +1 -1
- package/api/resources/agents/client/requests/AgentsCreateVersionRequest.d.ts +1 -1
- package/api/resources/agents/client/requests/AgentsListRequest.d.ts +9 -1
- package/api/resources/agents/client/requests/AgentsMigrateRequest.d.ts +4 -4
- package/api/resources/agents/client/requests/AgentsSearchDeployedAgentsRequest.d.ts +1 -1
- package/api/resources/agents/client/requests/CreateAgentRequest.d.ts +20 -17
- package/api/resources/agents/client/requests/UpdateAgent.d.ts +10 -8
- package/api/resources/agents/resources/archivalMemory/client/Client.d.ts +5 -3
- package/api/resources/agents/resources/archivalMemory/client/Client.js +59 -15
- package/api/resources/agents/resources/context/client/Client.d.ts +5 -3
- package/api/resources/agents/resources/context/client/Client.js +20 -6
- package/api/resources/agents/resources/memory/client/Client.d.ts +5 -3
- package/api/resources/agents/resources/memory/client/Client.js +20 -6
- package/api/resources/agents/resources/memory/resources/messages/client/Client.d.ts +5 -3
- package/api/resources/agents/resources/memory/resources/messages/client/Client.js +20 -6
- package/api/resources/agents/resources/memoryBlocks/client/Client.d.ts +5 -3
- package/api/resources/agents/resources/memoryBlocks/client/Client.js +36 -10
- package/api/resources/agents/resources/messages/client/Client.d.ts +24 -3
- package/api/resources/agents/resources/messages/client/Client.js +144 -19
- package/api/resources/agents/resources/messages/client/requests/LettaStreamingRequest.d.ts +14 -3
- package/api/resources/agents/resources/messages/client/requests/MessageUpdate.d.ts +2 -2
- package/api/resources/agents/resources/messages/client/requests/MessagesListRequest.d.ts +3 -3
- package/api/resources/agents/resources/messages/types/LettaStreamingResponse.d.ts +24 -1
- package/api/resources/agents/resources/messages/types/MessagesListResponseItem.d.ts +21 -1
- package/api/resources/agents/resources/recallMemory/client/Client.d.ts +5 -3
- package/api/resources/agents/resources/recallMemory/client/Client.js +20 -6
- package/api/resources/agents/resources/sources/client/Client.d.ts +5 -3
- package/api/resources/agents/resources/sources/client/Client.js +20 -6
- package/api/resources/agents/resources/tools/client/Client.d.ts +5 -3
- package/api/resources/agents/resources/tools/client/Client.js +50 -12
- package/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItem.d.ts +12 -1
- package/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemName.d.ts +8 -0
- package/api/resources/agents/types/{AgentsSearchDeployedAgentsRequestSearchItemOperatorOperator.d.ts → AgentsSearchDeployedAgentsRequestSearchItemNameOperator.d.ts} +2 -2
- package/{dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOperatorOperator.js → api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemNameOperator.js} +2 -2
- package/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderBy.d.ts +8 -0
- package/{dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemDirectionDirection.d.ts → api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByDirection.d.ts} +2 -2
- package/{dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemDirectionDirection.js → api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByDirection.js} +2 -2
- package/api/resources/agents/types/{AgentsSearchDeployedAgentsRequestSearchItemDirectionValue.d.ts → AgentsSearchDeployedAgentsRequestSearchItemOrderByValue.d.ts} +2 -2
- package/api/resources/agents/types/{AgentsSearchDeployedAgentsRequestSearchItemDirectionValue.js → AgentsSearchDeployedAgentsRequestSearchItemOrderByValue.js} +2 -2
- package/{dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemZero.d.ts → api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemVersion.d.ts} +1 -2
- package/api/resources/agents/types/index.d.ts +6 -6
- package/api/resources/agents/types/index.js +6 -6
- package/api/resources/blocks/client/Client.d.ts +7 -5
- package/api/resources/blocks/client/Client.js +103 -29
- package/api/resources/blocks/client/requests/BlocksListRequest.d.ts +1 -1
- package/api/resources/blocks/client/requests/LinkAgentMemoryBlockRequest.d.ts +2 -2
- package/api/resources/blocks/client/requests/UnlinkAgentMemoryBlockRequest.d.ts +2 -2
- package/api/resources/health/client/Client.d.ts +5 -3
- package/api/resources/health/client/Client.js +13 -5
- package/api/resources/jobs/client/Client.d.ts +5 -3
- package/api/resources/jobs/client/Client.js +66 -16
- package/api/resources/jobs/client/requests/JobsListRequest.d.ts +1 -1
- package/api/resources/models/client/Client.d.ts +5 -3
- package/api/resources/models/client/Client.js +21 -7
- package/api/resources/sources/client/Client.d.ts +7 -5
- package/api/resources/sources/client/Client.js +124 -32
- package/api/resources/sources/client/requests/SourceCreate.d.ts +2 -2
- package/api/resources/sources/client/requests/SourceUpdate.d.ts +2 -2
- package/api/resources/sources/client/requests/SourcesAttachRequest.d.ts +2 -2
- package/api/resources/sources/client/requests/SourcesDetachRequest.d.ts +2 -2
- package/api/resources/sources/resources/files/client/Client.d.ts +5 -3
- package/api/resources/sources/resources/files/client/Client.js +43 -11
- package/api/resources/sources/resources/passages/client/Client.d.ts +5 -3
- package/api/resources/sources/resources/passages/client/Client.js +20 -6
- package/api/resources/tools/client/Client.d.ts +8 -6
- package/api/resources/tools/client/Client.js +185 -45
- package/api/resources/tools/client/requests/ToolRunFromSource.d.ts +3 -3
- package/api/resources/tools/client/requests/ToolUpdate.d.ts +3 -3
- package/api/types/ActionModel.d.ts +1 -1
- package/api/types/AgentEnvironmentVariable.d.ts +23 -0
- package/api/types/AgentState.d.ts +21 -21
- package/api/types/AppAuthScheme.d.ts +8 -8
- package/api/types/AppModel.d.ts +4 -4
- package/api/types/AssistantFile.d.ts +2 -2
- package/api/types/AssistantMessageInput.d.ts +1 -1
- package/api/types/AssistantMessageOutput.d.ts +2 -3
- package/api/types/AuthResponse.d.ts +1 -1
- package/api/types/AuthSchemeField.d.ts +3 -3
- package/api/types/Block.d.ts +13 -15
- package/api/types/BlockUpdate.d.ts +2 -2
- package/api/types/ChatCompletionRequest.d.ts +9 -9
- package/api/types/ChatCompletionResponse.d.ts +2 -2
- package/api/types/ChildToolRule.d.ts +1 -1
- package/api/types/Choice.d.ts +1 -1
- package/api/types/ConditionalToolRule.d.ts +4 -4
- package/api/types/ContextWindowOverview.d.ts +17 -15
- package/api/types/CreateAssistantFileRequest.d.ts +1 -1
- package/api/types/CreateAssistantRequest.d.ts +2 -2
- package/api/types/CreateBlock.d.ts +2 -2
- package/api/types/E2BSandboxConfig.d.ts +1 -1
- package/api/types/EmbeddingConfig.d.ts +16 -16
- package/api/types/FileMetadata.d.ts +10 -12
- package/api/types/InitToolRule.d.ts +1 -1
- package/api/types/Job.d.ts +11 -13
- package/api/types/LettaRequest.d.ts +4 -2
- package/api/types/LettaResponse.d.ts +3 -3
- package/api/types/LettaResponseMessagesItem.d.ts +25 -0
- package/api/types/LettaSchemasLettaMessageToolCall.d.ts +1 -1
- package/api/types/LettaSchemasMessageMessage.d.ts +17 -19
- package/api/types/LettaSchemasOpenaiChatCompletionResponseMessage.d.ts +2 -2
- package/api/types/LettaSchemasToolTool.d.ts +11 -13
- package/api/types/LettaUsageStatistics.d.ts +8 -9
- package/api/types/LlmConfig.d.ts +11 -11
- package/api/types/LocalSandboxConfig.d.ts +3 -3
- package/api/types/Memory.d.ts +1 -1
- package/api/types/MessageContentLogProb.d.ts +1 -1
- package/api/types/OpenAiAssistant.d.ts +2 -2
- package/api/types/Organization.d.ts +1 -1
- package/api/types/Passage.d.ts +18 -20
- package/api/types/ReasoningMessage.d.ts +4 -5
- package/api/types/SandboxConfig.d.ts +4 -6
- package/api/types/SandboxEnvironmentVariable.d.ts +5 -7
- package/api/types/SandboxEnvironmentVariableUpdate.d.ts +0 -3
- package/api/types/Source.d.ts +12 -14
- package/api/types/SystemMessageOutput.d.ts +4 -5
- package/api/types/TerminalToolRule.d.ts +1 -1
- package/api/types/ToolCallDelta.d.ts +1 -1
- package/api/types/ToolCallMessage.d.ts +5 -6
- package/api/types/ToolCreate.d.ts +4 -4
- package/api/types/ToolMessage.d.ts +1 -1
- package/api/types/ToolReturnMessage.d.ts +10 -11
- package/api/types/UsageStatistics.d.ts +3 -3
- package/api/types/User.d.ts +6 -8
- package/api/types/UserCreate.d.ts +0 -2
- package/api/types/UserMessageOutput.d.ts +4 -5
- package/api/types/UserUpdate.d.ts +0 -2
- package/api/types/index.d.ts +2 -0
- package/api/types/index.js +2 -0
- package/core/index.d.ts +1 -1
- package/core/index.js +14 -1
- package/core/schemas/Schema.d.ts +85 -0
- package/core/schemas/Schema.js +22 -0
- package/core/schemas/builders/bigint/bigint.d.ts +2 -0
- package/core/schemas/builders/bigint/bigint.js +50 -0
- package/core/schemas/builders/bigint/index.d.ts +1 -0
- package/core/schemas/builders/bigint/index.js +5 -0
- package/core/schemas/builders/date/date.d.ts +2 -0
- package/core/schemas/builders/date/date.js +63 -0
- package/core/schemas/builders/date/index.d.ts +1 -0
- package/core/schemas/builders/date/index.js +5 -0
- package/core/schemas/builders/enum/enum.d.ts +2 -0
- package/core/schemas/builders/enum/enum.js +39 -0
- package/core/schemas/builders/enum/index.d.ts +1 -0
- package/core/schemas/builders/enum/index.js +5 -0
- package/core/schemas/builders/index.d.ts +14 -0
- package/core/schemas/builders/index.js +30 -0
- package/core/schemas/builders/lazy/index.d.ts +3 -0
- package/core/schemas/builders/lazy/index.js +7 -0
- package/core/schemas/builders/lazy/lazy.d.ts +5 -0
- package/core/schemas/builders/lazy/lazy.js +25 -0
- package/core/schemas/builders/lazy/lazyObject.d.ts +3 -0
- package/core/schemas/builders/lazy/lazyObject.js +12 -0
- package/core/schemas/builders/list/index.d.ts +1 -0
- package/core/schemas/builders/list/index.js +5 -0
- package/core/schemas/builders/list/list.d.ts +2 -0
- package/core/schemas/builders/list/list.js +55 -0
- package/core/schemas/builders/literals/booleanLiteral.d.ts +2 -0
- package/core/schemas/builders/literals/booleanLiteral.js +29 -0
- package/core/schemas/builders/literals/index.d.ts +2 -0
- package/core/schemas/builders/literals/index.js +7 -0
- package/core/schemas/builders/literals/stringLiteral.d.ts +2 -0
- package/core/schemas/builders/literals/stringLiteral.js +29 -0
- package/core/schemas/builders/object/index.d.ts +6 -0
- package/core/schemas/builders/object/index.js +11 -0
- package/core/schemas/builders/object/object.d.ts +3 -0
- package/core/schemas/builders/object/object.js +261 -0
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +6 -0
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js +8 -0
- package/core/schemas/builders/object/property.d.ts +8 -0
- package/core/schemas/builders/object/property.js +16 -0
- package/core/schemas/builders/object/types.d.ts +31 -0
- package/core/schemas/builders/object/types.js +2 -0
- package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +9 -0
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +54 -0
- package/core/schemas/builders/object-like/index.d.ts +2 -0
- package/core/schemas/builders/object-like/index.js +6 -0
- package/core/schemas/builders/object-like/types.d.ts +7 -0
- package/core/schemas/builders/object-like/types.js +2 -0
- package/core/schemas/builders/primitives/any.d.ts +1 -0
- package/core/schemas/builders/primitives/any.js +6 -0
- package/core/schemas/builders/primitives/boolean.d.ts +1 -0
- package/core/schemas/builders/primitives/boolean.js +25 -0
- package/core/schemas/builders/primitives/index.d.ts +5 -0
- package/core/schemas/builders/primitives/index.js +13 -0
- package/core/schemas/builders/primitives/number.d.ts +1 -0
- package/core/schemas/builders/primitives/number.js +25 -0
- package/core/schemas/builders/primitives/string.d.ts +1 -0
- package/core/schemas/builders/primitives/string.js +25 -0
- package/core/schemas/builders/primitives/unknown.d.ts +1 -0
- package/core/schemas/builders/primitives/unknown.js +6 -0
- package/core/schemas/builders/record/index.d.ts +2 -0
- package/core/schemas/builders/record/index.js +5 -0
- package/core/schemas/builders/record/record.d.ts +3 -0
- package/core/schemas/builders/record/record.js +95 -0
- package/core/schemas/builders/record/types.d.ts +4 -0
- package/core/schemas/builders/record/types.js +2 -0
- package/core/schemas/builders/schema-utils/JsonError.d.ts +5 -0
- package/core/schemas/builders/schema-utils/JsonError.js +12 -0
- package/core/schemas/builders/schema-utils/ParseError.d.ts +5 -0
- package/core/schemas/builders/schema-utils/ParseError.js +12 -0
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +17 -0
- package/core/schemas/builders/schema-utils/getSchemaUtils.js +82 -0
- package/core/schemas/builders/schema-utils/index.d.ts +4 -0
- package/core/schemas/builders/schema-utils/index.js +11 -0
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +2 -0
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +10 -0
- package/core/schemas/builders/set/index.d.ts +1 -0
- package/core/schemas/builders/set/index.js +5 -0
- package/core/schemas/builders/set/set.d.ts +2 -0
- package/core/schemas/builders/set/set.js +44 -0
- package/core/schemas/builders/undiscriminated-union/index.d.ts +2 -0
- package/core/schemas/builders/undiscriminated-union/index.js +5 -0
- package/core/schemas/builders/undiscriminated-union/types.d.ts +4 -0
- package/core/schemas/builders/undiscriminated-union/types.js +2 -0
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +3 -0
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +40 -0
- package/core/schemas/builders/union/discriminant.d.ts +5 -0
- package/core/schemas/builders/union/discriminant.js +10 -0
- package/core/schemas/builders/union/index.d.ts +4 -0
- package/core/schemas/builders/union/index.js +7 -0
- package/core/schemas/builders/union/types.d.ts +13 -0
- package/core/schemas/builders/union/types.js +2 -0
- package/core/schemas/builders/union/union.d.ts +4 -0
- package/core/schemas/builders/union/union.js +130 -0
- package/core/schemas/index.d.ts +2 -0
- package/core/schemas/index.js +17 -0
- package/core/schemas/utils/MaybePromise.d.ts +1 -0
- package/core/schemas/utils/MaybePromise.js +2 -0
- package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +7 -0
- package/core/schemas/utils/addQuestionMarksToNullableProperties.js +2 -0
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts +2 -0
- package/core/schemas/utils/createIdentitySchemaCreator.js +16 -0
- package/core/schemas/utils/entries.d.ts +1 -0
- package/core/schemas/utils/entries.js +7 -0
- package/core/schemas/utils/filterObject.d.ts +1 -0
- package/core/schemas/utils/filterObject.js +14 -0
- package/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +1 -0
- package/core/schemas/utils/getErrorMessageForIncorrectType.js +28 -0
- package/core/schemas/utils/isPlainObject.d.ts +1 -0
- package/core/schemas/utils/isPlainObject.js +18 -0
- package/core/schemas/utils/keys.d.ts +1 -0
- package/core/schemas/utils/keys.js +7 -0
- package/core/schemas/utils/maybeSkipValidation.d.ts +2 -0
- package/core/schemas/utils/maybeSkipValidation.js +28 -0
- package/core/schemas/utils/partition.d.ts +1 -0
- package/core/schemas/utils/partition.js +16 -0
- package/dist/Client.d.ts +2 -2
- package/dist/Client.js +1 -1
- package/dist/api/resources/agents/client/Client.d.ts +8 -25
- package/dist/api/resources/agents/client/Client.js +165 -106
- package/dist/api/resources/agents/client/requests/AgentsCreateTemplateFromAgentRequest.d.ts +1 -1
- package/dist/api/resources/agents/client/requests/AgentsCreateVersionRequest.d.ts +1 -1
- package/dist/api/resources/agents/client/requests/AgentsListRequest.d.ts +9 -1
- package/dist/api/resources/agents/client/requests/AgentsMigrateRequest.d.ts +4 -4
- package/dist/api/resources/agents/client/requests/AgentsSearchDeployedAgentsRequest.d.ts +1 -1
- package/dist/api/resources/agents/client/requests/CreateAgentRequest.d.ts +20 -17
- package/dist/api/resources/agents/client/requests/UpdateAgent.d.ts +10 -8
- package/dist/api/resources/agents/resources/archivalMemory/client/Client.d.ts +5 -3
- package/dist/api/resources/agents/resources/archivalMemory/client/Client.js +59 -15
- package/dist/api/resources/agents/resources/context/client/Client.d.ts +5 -3
- package/dist/api/resources/agents/resources/context/client/Client.js +20 -6
- package/dist/api/resources/agents/resources/memory/client/Client.d.ts +5 -3
- package/dist/api/resources/agents/resources/memory/client/Client.js +20 -6
- package/dist/api/resources/agents/resources/memory/resources/messages/client/Client.d.ts +5 -3
- package/dist/api/resources/agents/resources/memory/resources/messages/client/Client.js +20 -6
- package/dist/api/resources/agents/resources/memoryBlocks/client/Client.d.ts +5 -3
- package/dist/api/resources/agents/resources/memoryBlocks/client/Client.js +36 -10
- package/dist/api/resources/agents/resources/messages/client/Client.d.ts +24 -3
- package/dist/api/resources/agents/resources/messages/client/Client.js +144 -19
- package/dist/api/resources/agents/resources/messages/client/requests/LettaStreamingRequest.d.ts +14 -3
- package/dist/api/resources/agents/resources/messages/client/requests/MessageUpdate.d.ts +2 -2
- package/dist/api/resources/agents/resources/messages/client/requests/MessagesListRequest.d.ts +3 -3
- package/dist/api/resources/agents/resources/messages/types/LettaStreamingResponse.d.ts +24 -1
- package/dist/api/resources/agents/resources/messages/types/MessagesListResponseItem.d.ts +21 -1
- package/dist/api/resources/agents/resources/recallMemory/client/Client.d.ts +5 -3
- package/dist/api/resources/agents/resources/recallMemory/client/Client.js +20 -6
- package/dist/api/resources/agents/resources/sources/client/Client.d.ts +5 -3
- package/dist/api/resources/agents/resources/sources/client/Client.js +20 -6
- package/dist/api/resources/agents/resources/tools/client/Client.d.ts +5 -3
- package/dist/api/resources/agents/resources/tools/client/Client.js +50 -12
- package/dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItem.d.ts +12 -1
- package/dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemName.d.ts +8 -0
- package/dist/api/resources/agents/types/{AgentsSearchDeployedAgentsRequestSearchItemOperatorOperator.d.ts → AgentsSearchDeployedAgentsRequestSearchItemNameOperator.d.ts} +2 -2
- package/{api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOperatorOperator.js → dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemNameOperator.js} +2 -2
- package/dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderBy.d.ts +8 -0
- package/dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderBy.js +5 -0
- package/{api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemDirectionDirection.d.ts → dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByDirection.d.ts} +2 -2
- package/{api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemDirectionDirection.js → dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByDirection.js} +2 -2
- package/dist/api/resources/agents/types/{AgentsSearchDeployedAgentsRequestSearchItemDirectionValue.d.ts → AgentsSearchDeployedAgentsRequestSearchItemOrderByValue.d.ts} +2 -2
- package/dist/api/resources/agents/types/{AgentsSearchDeployedAgentsRequestSearchItemDirectionValue.js → AgentsSearchDeployedAgentsRequestSearchItemOrderByValue.js} +2 -2
- package/{api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemZero.d.ts → dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemVersion.d.ts} +1 -2
- package/dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemVersion.js +5 -0
- package/dist/api/resources/agents/types/index.d.ts +6 -6
- package/dist/api/resources/agents/types/index.js +6 -6
- package/dist/api/resources/blocks/client/Client.d.ts +7 -5
- package/dist/api/resources/blocks/client/Client.js +103 -29
- package/dist/api/resources/blocks/client/requests/BlocksListRequest.d.ts +1 -1
- package/dist/api/resources/blocks/client/requests/LinkAgentMemoryBlockRequest.d.ts +2 -2
- package/dist/api/resources/blocks/client/requests/UnlinkAgentMemoryBlockRequest.d.ts +2 -2
- package/dist/api/resources/health/client/Client.d.ts +5 -3
- package/dist/api/resources/health/client/Client.js +13 -5
- package/dist/api/resources/jobs/client/Client.d.ts +5 -3
- package/dist/api/resources/jobs/client/Client.js +66 -16
- package/dist/api/resources/jobs/client/requests/JobsListRequest.d.ts +1 -1
- package/dist/api/resources/models/client/Client.d.ts +5 -3
- package/dist/api/resources/models/client/Client.js +21 -7
- package/dist/api/resources/sources/client/Client.d.ts +7 -5
- package/dist/api/resources/sources/client/Client.js +124 -32
- package/dist/api/resources/sources/client/requests/SourceCreate.d.ts +2 -2
- package/dist/api/resources/sources/client/requests/SourceUpdate.d.ts +2 -2
- package/dist/api/resources/sources/client/requests/SourcesAttachRequest.d.ts +2 -2
- package/dist/api/resources/sources/client/requests/SourcesDetachRequest.d.ts +2 -2
- package/dist/api/resources/sources/resources/files/client/Client.d.ts +5 -3
- package/dist/api/resources/sources/resources/files/client/Client.js +43 -11
- package/dist/api/resources/sources/resources/passages/client/Client.d.ts +5 -3
- package/dist/api/resources/sources/resources/passages/client/Client.js +20 -6
- package/dist/api/resources/tools/client/Client.d.ts +8 -6
- package/dist/api/resources/tools/client/Client.js +185 -45
- package/dist/api/resources/tools/client/requests/ToolRunFromSource.d.ts +3 -3
- package/dist/api/resources/tools/client/requests/ToolUpdate.d.ts +3 -3
- package/dist/api/types/ActionModel.d.ts +1 -1
- package/dist/api/types/AgentEnvironmentVariable.d.ts +23 -0
- package/dist/api/types/AgentEnvironmentVariable.js +5 -0
- package/dist/api/types/AgentState.d.ts +21 -21
- package/dist/api/types/AppAuthScheme.d.ts +8 -8
- package/dist/api/types/AppModel.d.ts +4 -4
- package/dist/api/types/AssistantFile.d.ts +2 -2
- package/dist/api/types/AssistantMessageInput.d.ts +1 -1
- package/dist/api/types/AssistantMessageOutput.d.ts +2 -3
- package/dist/api/types/AuthResponse.d.ts +1 -1
- package/dist/api/types/AuthSchemeField.d.ts +3 -3
- package/dist/api/types/Block.d.ts +13 -15
- package/dist/api/types/BlockUpdate.d.ts +2 -2
- package/dist/api/types/ChatCompletionRequest.d.ts +9 -9
- package/dist/api/types/ChatCompletionResponse.d.ts +2 -2
- package/dist/api/types/ChildToolRule.d.ts +1 -1
- package/dist/api/types/Choice.d.ts +1 -1
- package/dist/api/types/ConditionalToolRule.d.ts +4 -4
- package/dist/api/types/ContextWindowOverview.d.ts +17 -15
- package/dist/api/types/CreateAssistantFileRequest.d.ts +1 -1
- package/dist/api/types/CreateAssistantRequest.d.ts +2 -2
- package/dist/api/types/CreateBlock.d.ts +2 -2
- package/dist/api/types/E2BSandboxConfig.d.ts +1 -1
- package/dist/api/types/EmbeddingConfig.d.ts +16 -16
- package/dist/api/types/FileMetadata.d.ts +10 -12
- package/dist/api/types/InitToolRule.d.ts +1 -1
- package/dist/api/types/Job.d.ts +11 -13
- package/dist/api/types/LettaRequest.d.ts +4 -2
- package/dist/api/types/LettaResponse.d.ts +3 -3
- package/dist/api/types/LettaResponseMessagesItem.d.ts +25 -0
- package/dist/api/types/LettaResponseMessagesItem.js +5 -0
- package/dist/api/types/LettaSchemasLettaMessageToolCall.d.ts +1 -1
- package/dist/api/types/LettaSchemasMessageMessage.d.ts +17 -19
- package/dist/api/types/LettaSchemasOpenaiChatCompletionResponseMessage.d.ts +2 -2
- package/dist/api/types/LettaSchemasToolTool.d.ts +11 -13
- package/dist/api/types/LettaUsageStatistics.d.ts +8 -9
- package/dist/api/types/LlmConfig.d.ts +11 -11
- package/dist/api/types/LocalSandboxConfig.d.ts +3 -3
- package/dist/api/types/Memory.d.ts +1 -1
- package/dist/api/types/MessageContentLogProb.d.ts +1 -1
- package/dist/api/types/OpenAiAssistant.d.ts +2 -2
- package/dist/api/types/Organization.d.ts +1 -1
- package/dist/api/types/Passage.d.ts +18 -20
- package/dist/api/types/ReasoningMessage.d.ts +4 -5
- package/dist/api/types/SandboxConfig.d.ts +4 -6
- package/dist/api/types/SandboxEnvironmentVariable.d.ts +5 -7
- package/dist/api/types/SandboxEnvironmentVariableUpdate.d.ts +0 -3
- package/dist/api/types/Source.d.ts +12 -14
- package/dist/api/types/SystemMessageOutput.d.ts +4 -5
- package/dist/api/types/TerminalToolRule.d.ts +1 -1
- package/dist/api/types/ToolCallDelta.d.ts +1 -1
- package/dist/api/types/ToolCallMessage.d.ts +5 -6
- package/dist/api/types/ToolCreate.d.ts +4 -4
- package/dist/api/types/ToolMessage.d.ts +1 -1
- package/dist/api/types/ToolReturnMessage.d.ts +10 -11
- package/dist/api/types/UsageStatistics.d.ts +3 -3
- package/dist/api/types/User.d.ts +6 -8
- package/dist/api/types/UserCreate.d.ts +0 -2
- package/dist/api/types/UserMessageOutput.d.ts +4 -5
- package/dist/api/types/UserUpdate.d.ts +0 -2
- package/dist/api/types/index.d.ts +2 -0
- package/dist/api/types/index.js +2 -0
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.js +14 -1
- package/dist/core/schemas/Schema.d.ts +85 -0
- package/dist/core/schemas/Schema.js +22 -0
- package/dist/core/schemas/builders/bigint/bigint.d.ts +2 -0
- package/dist/core/schemas/builders/bigint/bigint.js +50 -0
- package/dist/core/schemas/builders/bigint/index.d.ts +1 -0
- package/dist/core/schemas/builders/bigint/index.js +5 -0
- package/dist/core/schemas/builders/date/date.d.ts +2 -0
- package/dist/core/schemas/builders/date/date.js +63 -0
- package/dist/core/schemas/builders/date/index.d.ts +1 -0
- package/dist/core/schemas/builders/date/index.js +5 -0
- package/dist/core/schemas/builders/enum/enum.d.ts +2 -0
- package/dist/core/schemas/builders/enum/enum.js +39 -0
- package/dist/core/schemas/builders/enum/index.d.ts +1 -0
- package/dist/core/schemas/builders/enum/index.js +5 -0
- package/dist/core/schemas/builders/index.d.ts +14 -0
- package/dist/core/schemas/builders/index.js +30 -0
- package/dist/core/schemas/builders/lazy/index.d.ts +3 -0
- package/dist/core/schemas/builders/lazy/index.js +7 -0
- package/dist/core/schemas/builders/lazy/lazy.d.ts +5 -0
- package/dist/core/schemas/builders/lazy/lazy.js +25 -0
- package/dist/core/schemas/builders/lazy/lazyObject.d.ts +3 -0
- package/dist/core/schemas/builders/lazy/lazyObject.js +12 -0
- package/dist/core/schemas/builders/list/index.d.ts +1 -0
- package/dist/core/schemas/builders/list/index.js +5 -0
- package/dist/core/schemas/builders/list/list.d.ts +2 -0
- package/dist/core/schemas/builders/list/list.js +55 -0
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +2 -0
- package/dist/core/schemas/builders/literals/booleanLiteral.js +29 -0
- package/dist/core/schemas/builders/literals/index.d.ts +2 -0
- package/dist/core/schemas/builders/literals/index.js +7 -0
- package/dist/core/schemas/builders/literals/stringLiteral.d.ts +2 -0
- package/dist/core/schemas/builders/literals/stringLiteral.js +29 -0
- package/dist/core/schemas/builders/object/index.d.ts +6 -0
- package/dist/core/schemas/builders/object/index.js +11 -0
- package/dist/core/schemas/builders/object/object.d.ts +3 -0
- package/dist/core/schemas/builders/object/object.js +261 -0
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +6 -0
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +8 -0
- package/dist/core/schemas/builders/object/property.d.ts +8 -0
- package/dist/core/schemas/builders/object/property.js +16 -0
- package/dist/core/schemas/builders/object/types.d.ts +31 -0
- package/dist/core/schemas/builders/object/types.js +2 -0
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +9 -0
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +54 -0
- package/dist/core/schemas/builders/object-like/index.d.ts +2 -0
- package/dist/core/schemas/builders/object-like/index.js +6 -0
- package/dist/core/schemas/builders/object-like/types.d.ts +7 -0
- package/dist/core/schemas/builders/object-like/types.js +2 -0
- package/dist/core/schemas/builders/primitives/any.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/any.js +6 -0
- package/dist/core/schemas/builders/primitives/boolean.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/boolean.js +25 -0
- package/dist/core/schemas/builders/primitives/index.d.ts +5 -0
- package/dist/core/schemas/builders/primitives/index.js +13 -0
- package/dist/core/schemas/builders/primitives/number.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/number.js +25 -0
- package/dist/core/schemas/builders/primitives/string.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/string.js +25 -0
- package/dist/core/schemas/builders/primitives/unknown.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/unknown.js +6 -0
- package/dist/core/schemas/builders/record/index.d.ts +2 -0
- package/dist/core/schemas/builders/record/index.js +5 -0
- package/dist/core/schemas/builders/record/record.d.ts +3 -0
- package/dist/core/schemas/builders/record/record.js +95 -0
- package/dist/core/schemas/builders/record/types.d.ts +4 -0
- package/dist/core/schemas/builders/record/types.js +2 -0
- package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +5 -0
- package/dist/core/schemas/builders/schema-utils/JsonError.js +12 -0
- package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +5 -0
- package/dist/core/schemas/builders/schema-utils/ParseError.js +12 -0
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +17 -0
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +82 -0
- package/dist/core/schemas/builders/schema-utils/index.d.ts +4 -0
- package/dist/core/schemas/builders/schema-utils/index.js +11 -0
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +2 -0
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +10 -0
- package/dist/core/schemas/builders/set/index.d.ts +1 -0
- package/dist/core/schemas/builders/set/index.js +5 -0
- package/dist/core/schemas/builders/set/set.d.ts +2 -0
- package/dist/core/schemas/builders/set/set.js +44 -0
- package/dist/core/schemas/builders/undiscriminated-union/index.d.ts +2 -0
- package/dist/core/schemas/builders/undiscriminated-union/index.js +5 -0
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +4 -0
- package/dist/core/schemas/builders/undiscriminated-union/types.js +2 -0
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +3 -0
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +40 -0
- package/dist/core/schemas/builders/union/discriminant.d.ts +5 -0
- package/dist/core/schemas/builders/union/discriminant.js +10 -0
- package/dist/core/schemas/builders/union/index.d.ts +4 -0
- package/dist/core/schemas/builders/union/index.js +7 -0
- package/dist/core/schemas/builders/union/types.d.ts +13 -0
- package/dist/core/schemas/builders/union/types.js +2 -0
- package/dist/core/schemas/builders/union/union.d.ts +4 -0
- package/dist/core/schemas/builders/union/union.js +130 -0
- package/dist/core/schemas/index.d.ts +2 -0
- package/dist/core/schemas/index.js +17 -0
- package/dist/core/schemas/utils/MaybePromise.d.ts +1 -0
- package/dist/core/schemas/utils/MaybePromise.js +2 -0
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +7 -0
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.js +2 -0
- package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +2 -0
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +16 -0
- package/dist/core/schemas/utils/entries.d.ts +1 -0
- package/dist/core/schemas/utils/entries.js +7 -0
- package/dist/core/schemas/utils/filterObject.d.ts +1 -0
- package/dist/core/schemas/utils/filterObject.js +14 -0
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +1 -0
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +28 -0
- package/dist/core/schemas/utils/isPlainObject.d.ts +1 -0
- package/dist/core/schemas/utils/isPlainObject.js +18 -0
- package/dist/core/schemas/utils/keys.d.ts +1 -0
- package/dist/core/schemas/utils/keys.js +7 -0
- package/dist/core/schemas/utils/maybeSkipValidation.d.ts +2 -0
- package/dist/core/schemas/utils/maybeSkipValidation.js +28 -0
- package/dist/core/schemas/utils/partition.d.ts +1 -0
- package/dist/core/schemas/utils/partition.js +16 -0
- package/dist/serialization/index.d.ts +2 -0
- package/dist/serialization/index.js +18 -0
- package/dist/serialization/resources/agents/client/getAgentMemoryBlocks.d.ts +11 -0
- package/dist/serialization/resources/agents/client/getAgentMemoryBlocks.js +32 -0
- package/dist/serialization/resources/agents/client/index.d.ts +3 -0
- package/dist/serialization/resources/agents/client/index.js +32 -0
- package/dist/serialization/resources/agents/client/list.d.ts +11 -0
- package/dist/serialization/resources/agents/client/list.js +32 -0
- package/dist/serialization/resources/agents/client/requests/AgentsCreateTemplateFromAgentRequest.d.ts +12 -0
- package/dist/serialization/resources/agents/client/requests/AgentsCreateTemplateFromAgentRequest.js +33 -0
- package/dist/serialization/resources/agents/client/requests/AgentsCreateVersionRequest.d.ts +12 -0
- package/dist/serialization/resources/agents/client/requests/AgentsCreateVersionRequest.js +33 -0
- package/dist/serialization/resources/agents/client/requests/AgentsMigrateRequest.d.ts +14 -0
- package/dist/serialization/resources/agents/client/requests/AgentsMigrateRequest.js +35 -0
- package/dist/serialization/resources/agents/client/requests/AgentsSearchDeployedAgentsRequest.d.ts +18 -0
- package/dist/serialization/resources/agents/client/requests/AgentsSearchDeployedAgentsRequest.js +39 -0
- package/dist/serialization/resources/agents/client/requests/CreateAgentRequest.d.ts +41 -0
- package/dist/serialization/resources/agents/client/requests/CreateAgentRequest.js +64 -0
- package/dist/serialization/resources/agents/client/requests/UpdateAgent.d.ts +27 -0
- package/dist/serialization/resources/agents/client/requests/UpdateAgent.js +48 -0
- package/dist/serialization/resources/agents/client/requests/index.d.ts +6 -0
- package/dist/serialization/resources/agents/client/requests/index.js +15 -0
- package/dist/serialization/resources/agents/index.d.ts +3 -0
- package/dist/serialization/resources/agents/index.js +19 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/client/create.d.ts +11 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/client/create.js +32 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/client/index.d.ts +3 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/client/index.js +32 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/client/list.d.ts +11 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/client/list.js +32 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/client/requests/CreateArchivalMemory.d.ts +12 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/client/requests/CreateArchivalMemory.js +33 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/client/requests/index.js +5 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/archivalMemory/index.js +17 -0
- package/dist/serialization/resources/agents/resources/index.d.ts +8 -0
- package/dist/serialization/resources/agents/resources/index.js +37 -0
- package/dist/serialization/resources/agents/resources/memory/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/memory/index.js +17 -0
- package/dist/serialization/resources/agents/resources/memory/resources/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/memory/resources/index.js +27 -0
- package/dist/serialization/resources/agents/resources/memory/resources/messages/client/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/memory/resources/messages/client/index.js +27 -0
- package/dist/serialization/resources/agents/resources/memory/resources/messages/client/listInContext.d.ts +11 -0
- package/dist/serialization/resources/agents/resources/memory/resources/messages/client/listInContext.js +32 -0
- package/dist/serialization/resources/agents/resources/memory/resources/messages/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/memory/resources/messages/index.js +17 -0
- package/dist/serialization/resources/agents/resources/messages/client/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/messages/client/index.js +17 -0
- package/dist/serialization/resources/agents/resources/messages/client/requests/LettaStreamingRequest.d.ts +17 -0
- package/dist/serialization/resources/agents/resources/messages/client/requests/LettaStreamingRequest.js +38 -0
- package/dist/serialization/resources/agents/resources/messages/client/requests/MessageUpdate.d.ts +18 -0
- package/dist/serialization/resources/agents/resources/messages/client/requests/MessageUpdate.js +39 -0
- package/dist/serialization/resources/agents/resources/messages/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/agents/resources/messages/client/requests/index.js +7 -0
- package/dist/serialization/resources/agents/resources/messages/index.d.ts +2 -0
- package/dist/serialization/resources/agents/resources/messages/index.js +18 -0
- package/dist/serialization/resources/agents/resources/messages/types/LettaStreamingResponse.d.ts +38 -0
- package/dist/serialization/resources/agents/resources/messages/types/LettaStreamingResponse.js +51 -0
- package/dist/serialization/resources/agents/resources/messages/types/MessagesListResponse.d.ts +12 -0
- package/dist/serialization/resources/agents/resources/messages/types/MessagesListResponse.js +36 -0
- package/dist/serialization/resources/agents/resources/messages/types/MessagesListResponseItem.d.ts +34 -0
- package/dist/serialization/resources/agents/resources/messages/types/MessagesListResponseItem.js +49 -0
- package/dist/serialization/resources/agents/resources/messages/types/index.d.ts +3 -0
- package/dist/serialization/resources/agents/resources/messages/types/index.js +19 -0
- package/dist/serialization/resources/agents/resources/sources/client/get.d.ts +11 -0
- package/dist/serialization/resources/agents/resources/sources/client/get.js +32 -0
- package/dist/serialization/resources/agents/resources/sources/client/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/sources/client/index.js +27 -0
- package/dist/serialization/resources/agents/resources/sources/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/sources/index.js +17 -0
- package/dist/serialization/resources/agents/resources/tools/client/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/tools/client/index.js +27 -0
- package/dist/serialization/resources/agents/resources/tools/client/list.d.ts +11 -0
- package/dist/serialization/resources/agents/resources/tools/client/list.js +32 -0
- package/dist/serialization/resources/agents/resources/tools/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/tools/index.js +17 -0
- package/dist/serialization/resources/agents/types/AgentsGetAgentVariablesResponse.d.ts +12 -0
- package/dist/serialization/resources/agents/types/AgentsGetAgentVariablesResponse.js +33 -0
- package/dist/serialization/resources/agents/types/AgentsMigrateResponse.d.ts +12 -0
- package/dist/serialization/resources/agents/types/AgentsMigrateResponse.js +33 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestCombinator.d.ts +10 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestCombinator.js +31 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItem.d.ts +22 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItem.js +43 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemName.d.ts +14 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemName.js +35 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemNameOperator.d.ts +10 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemNameOperator.js +31 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderBy.d.ts +15 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderBy.js +36 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByDirection.d.ts +10 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByDirection.js +31 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByValue.d.ts +10 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByValue.js +31 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemVersion.d.ts +12 -0
- package/dist/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemVersion.js +33 -0
- package/dist/serialization/resources/agents/types/CreateAgentRequestToolRulesItem.d.ts +14 -0
- package/dist/serialization/resources/agents/types/CreateAgentRequestToolRulesItem.js +35 -0
- package/dist/serialization/resources/agents/types/UpdateAgentToolRulesItem.d.ts +14 -0
- package/dist/serialization/resources/agents/types/UpdateAgentToolRulesItem.js +35 -0
- package/dist/serialization/resources/agents/types/index.d.ts +12 -0
- package/dist/serialization/resources/agents/types/index.js +28 -0
- package/dist/serialization/resources/blocks/client/index.d.ts +1 -0
- package/dist/serialization/resources/blocks/client/index.js +27 -0
- package/dist/serialization/resources/blocks/client/list.d.ts +11 -0
- package/dist/serialization/resources/blocks/client/list.js +32 -0
- package/dist/serialization/resources/blocks/index.d.ts +1 -0
- package/dist/serialization/resources/blocks/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +10 -0
- package/dist/serialization/resources/index.js +39 -0
- package/dist/serialization/resources/jobs/client/index.d.ts +2 -0
- package/dist/serialization/resources/jobs/client/index.js +28 -0
- package/dist/serialization/resources/jobs/client/list.d.ts +11 -0
- package/dist/serialization/resources/jobs/client/list.js +32 -0
- package/dist/serialization/resources/jobs/client/listActive.d.ts +11 -0
- package/dist/serialization/resources/jobs/client/listActive.js +32 -0
- package/dist/serialization/resources/jobs/index.d.ts +1 -0
- package/dist/serialization/resources/jobs/index.js +17 -0
- package/dist/serialization/resources/models/client/index.d.ts +2 -0
- package/dist/serialization/resources/models/client/index.js +28 -0
- package/dist/serialization/resources/models/client/listEmbeddingModels.d.ts +11 -0
- package/dist/serialization/resources/models/client/listEmbeddingModels.js +32 -0
- package/dist/serialization/resources/models/client/listLlms.d.ts +11 -0
- package/dist/serialization/resources/models/client/listLlms.js +32 -0
- package/dist/serialization/resources/models/index.d.ts +1 -0
- package/dist/serialization/resources/models/index.js +17 -0
- package/dist/serialization/resources/sources/client/getByName.d.ts +9 -0
- package/dist/serialization/resources/sources/client/getByName.js +31 -0
- package/dist/serialization/resources/sources/client/index.d.ts +3 -0
- package/dist/serialization/resources/sources/client/index.js +32 -0
- package/dist/serialization/resources/sources/client/list.d.ts +11 -0
- package/dist/serialization/resources/sources/client/list.js +32 -0
- package/dist/serialization/resources/sources/client/requests/SourceCreate.d.ts +16 -0
- package/dist/serialization/resources/sources/client/requests/SourceCreate.js +37 -0
- package/dist/serialization/resources/sources/client/requests/SourceUpdate.d.ts +16 -0
- package/dist/serialization/resources/sources/client/requests/SourceUpdate.js +37 -0
- package/dist/serialization/resources/sources/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/sources/client/requests/index.js +7 -0
- package/dist/serialization/resources/sources/index.d.ts +2 -0
- package/dist/serialization/resources/sources/index.js +18 -0
- package/dist/serialization/resources/sources/resources/files/client/index.d.ts +1 -0
- package/dist/serialization/resources/sources/resources/files/client/index.js +27 -0
- package/dist/serialization/resources/sources/resources/files/client/list.d.ts +11 -0
- package/dist/serialization/resources/sources/resources/files/client/list.js +32 -0
- package/dist/serialization/resources/sources/resources/files/index.d.ts +1 -0
- package/dist/serialization/resources/sources/resources/files/index.js +17 -0
- package/dist/serialization/resources/sources/resources/index.d.ts +2 -0
- package/dist/serialization/resources/sources/resources/index.js +28 -0
- package/dist/serialization/resources/sources/resources/passages/client/index.d.ts +1 -0
- package/dist/serialization/resources/sources/resources/passages/client/index.js +27 -0
- package/dist/serialization/resources/sources/resources/passages/client/list.d.ts +11 -0
- package/dist/serialization/resources/sources/resources/passages/client/list.js +32 -0
- package/dist/serialization/resources/sources/resources/passages/index.d.ts +1 -0
- package/dist/serialization/resources/sources/resources/passages/index.js +17 -0
- package/dist/serialization/resources/tools/client/addBaseTool.d.ts +11 -0
- package/dist/serialization/resources/tools/client/addBaseTool.js +32 -0
- package/dist/serialization/resources/tools/client/getByName.d.ts +9 -0
- package/dist/serialization/resources/tools/client/getByName.js +31 -0
- package/dist/serialization/resources/tools/client/index.d.ts +6 -0
- package/dist/serialization/resources/tools/client/index.js +35 -0
- package/dist/serialization/resources/tools/client/list.d.ts +11 -0
- package/dist/serialization/resources/tools/client/list.js +32 -0
- package/dist/serialization/resources/tools/client/listComposioActionsByApp.d.ts +11 -0
- package/dist/serialization/resources/tools/client/listComposioActionsByApp.js +32 -0
- package/dist/serialization/resources/tools/client/listComposioApps.d.ts +11 -0
- package/dist/serialization/resources/tools/client/listComposioApps.js +32 -0
- package/dist/serialization/resources/tools/client/requests/ToolRunFromSource.d.ts +15 -0
- package/dist/serialization/resources/tools/client/requests/ToolRunFromSource.js +36 -0
- package/dist/serialization/resources/tools/client/requests/ToolUpdate.d.ts +18 -0
- package/dist/serialization/resources/tools/client/requests/ToolUpdate.js +39 -0
- package/dist/serialization/resources/tools/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/tools/client/requests/index.js +7 -0
- package/dist/serialization/resources/tools/index.d.ts +1 -0
- package/dist/serialization/resources/tools/index.js +17 -0
- package/dist/serialization/types/ActionModel.d.ts +23 -0
- package/dist/serialization/types/ActionModel.js +44 -0
- package/dist/serialization/types/ActionParametersModel.d.ts +15 -0
- package/dist/serialization/types/ActionParametersModel.js +36 -0
- package/dist/serialization/types/ActionResponseModel.d.ts +15 -0
- package/dist/serialization/types/ActionResponseModel.js +36 -0
- package/dist/serialization/types/AgentEnvironmentVariable.d.ts +20 -0
- package/dist/serialization/types/AgentEnvironmentVariable.js +41 -0
- package/dist/serialization/types/AgentState.d.ts +38 -0
- package/dist/serialization/types/AgentState.js +59 -0
- package/dist/serialization/types/AgentStateToolRulesItem.d.ts +14 -0
- package/dist/serialization/types/AgentStateToolRulesItem.js +35 -0
- package/dist/serialization/types/AgentType.d.ts +10 -0
- package/dist/serialization/types/AgentType.js +37 -0
- package/dist/serialization/types/AppAuthScheme.d.ts +23 -0
- package/dist/serialization/types/AppAuthScheme.js +44 -0
- package/dist/serialization/types/AppAuthSchemeAuthMode.d.ts +10 -0
- package/dist/serialization/types/AppAuthSchemeAuthMode.js +31 -0
- package/dist/serialization/types/AppModel.d.ts +28 -0
- package/dist/serialization/types/AppModel.js +51 -0
- package/dist/serialization/types/ArchivalMemorySummary.d.ts +12 -0
- package/dist/serialization/types/ArchivalMemorySummary.js +33 -0
- package/dist/serialization/types/AssistantFile.d.ts +15 -0
- package/dist/serialization/types/AssistantFile.js +36 -0
- package/dist/serialization/types/AssistantMessageInput.d.ts +16 -0
- package/dist/serialization/types/AssistantMessageInput.js +37 -0
- package/dist/serialization/types/AssistantMessageOutput.d.ts +14 -0
- package/dist/serialization/types/AssistantMessageOutput.js +35 -0
- package/dist/serialization/types/AuthRequest.d.ts +12 -0
- package/dist/serialization/types/AuthRequest.js +33 -0
- package/dist/serialization/types/AuthResponse.d.ts +13 -0
- package/dist/serialization/types/AuthResponse.js +34 -0
- package/dist/serialization/types/AuthSchemeField.d.ts +19 -0
- package/dist/serialization/types/AuthSchemeField.js +40 -0
- package/dist/serialization/types/Block.d.ts +21 -0
- package/dist/serialization/types/Block.js +42 -0
- package/dist/serialization/types/BlockUpdate.d.ts +18 -0
- package/dist/serialization/types/BlockUpdate.js +39 -0
- package/dist/serialization/types/ChatCompletionRequest.d.ts +38 -0
- package/dist/serialization/types/ChatCompletionRequest.js +59 -0
- package/dist/serialization/types/ChatCompletionRequestFunctionCall.d.ts +11 -0
- package/dist/serialization/types/ChatCompletionRequestFunctionCall.js +36 -0
- package/dist/serialization/types/ChatCompletionRequestMessagesItem.d.ts +14 -0
- package/dist/serialization/types/ChatCompletionRequestMessagesItem.js +35 -0
- package/dist/serialization/types/ChatCompletionRequestStop.d.ts +10 -0
- package/dist/serialization/types/ChatCompletionRequestStop.js +34 -0
- package/dist/serialization/types/ChatCompletionRequestToolChoice.d.ts +11 -0
- package/dist/serialization/types/ChatCompletionRequestToolChoice.js +37 -0
- package/dist/serialization/types/ChatCompletionResponse.d.ts +20 -0
- package/dist/serialization/types/ChatCompletionResponse.js +41 -0
- package/dist/serialization/types/ChildToolRule.d.ts +15 -0
- package/dist/serialization/types/ChildToolRule.js +36 -0
- package/dist/serialization/types/Choice.d.ts +18 -0
- package/dist/serialization/types/Choice.js +41 -0
- package/dist/serialization/types/ConditionalToolRule.d.ts +17 -0
- package/dist/serialization/types/ConditionalToolRule.js +38 -0
- package/dist/serialization/types/ConflictErrorBody.d.ts +12 -0
- package/dist/serialization/types/ConflictErrorBody.js +33 -0
- package/dist/serialization/types/ContextWindowOverview.d.ts +30 -0
- package/dist/serialization/types/ContextWindowOverview.js +51 -0
- package/dist/serialization/types/CreateAssistantFileRequest.d.ts +12 -0
- package/dist/serialization/types/CreateAssistantFileRequest.js +33 -0
- package/dist/serialization/types/CreateAssistantRequest.d.ts +19 -0
- package/dist/serialization/types/CreateAssistantRequest.js +40 -0
- package/dist/serialization/types/CreateBlock.d.ts +18 -0
- package/dist/serialization/types/CreateBlock.js +39 -0
- package/dist/serialization/types/DeleteAssistantFileResponse.d.ts +14 -0
- package/dist/serialization/types/DeleteAssistantFileResponse.js +35 -0
- package/dist/serialization/types/DeleteAssistantResponse.d.ts +14 -0
- package/dist/serialization/types/DeleteAssistantResponse.js +35 -0
- package/dist/serialization/types/E2BSandboxConfig.d.ts +14 -0
- package/dist/serialization/types/E2BSandboxConfig.js +35 -0
- package/dist/serialization/types/EmbeddingConfig.d.ts +21 -0
- package/dist/serialization/types/EmbeddingConfig.js +42 -0
- package/dist/serialization/types/EmbeddingConfigEmbeddingEndpointType.d.ts +10 -0
- package/dist/serialization/types/EmbeddingConfigEmbeddingEndpointType.js +49 -0
- package/dist/serialization/types/FileMetadata.d.ts +22 -0
- package/dist/serialization/types/FileMetadata.js +43 -0
- package/dist/serialization/types/FunctionCallInput.d.ts +12 -0
- package/dist/serialization/types/FunctionCallInput.js +33 -0
- package/dist/serialization/types/FunctionCallOutput.d.ts +13 -0
- package/dist/serialization/types/FunctionCallOutput.js +34 -0
- package/dist/serialization/types/FunctionSchema.d.ts +14 -0
- package/dist/serialization/types/FunctionSchema.js +35 -0
- package/dist/serialization/types/Health.d.ts +13 -0
- package/dist/serialization/types/Health.js +34 -0
- package/dist/serialization/types/HttpValidationError.d.ts +13 -0
- package/dist/serialization/types/HttpValidationError.js +34 -0
- package/dist/serialization/types/InitToolRule.d.ts +14 -0
- package/dist/serialization/types/InitToolRule.js +35 -0
- package/dist/serialization/types/InternalServerErrorBody.d.ts +12 -0
- package/dist/serialization/types/InternalServerErrorBody.js +33 -0
- package/dist/serialization/types/Job.d.ts +20 -0
- package/dist/serialization/types/Job.js +41 -0
- package/dist/serialization/types/JobStatus.d.ts +10 -0
- package/dist/serialization/types/JobStatus.js +31 -0
- package/dist/serialization/types/LettaRequest.d.ts +16 -0
- package/dist/serialization/types/LettaRequest.js +37 -0
- package/dist/serialization/types/LettaResponse.d.ts +15 -0
- package/dist/serialization/types/LettaResponse.js +36 -0
- package/dist/serialization/types/LettaResponseMessagesItem.d.ts +34 -0
- package/dist/serialization/types/LettaResponseMessagesItem.js +49 -0
- package/dist/serialization/types/LettaSchemasLettaMessageToolCall.d.ts +14 -0
- package/dist/serialization/types/LettaSchemasLettaMessageToolCall.js +35 -0
- package/dist/serialization/types/LettaSchemasMessageMessage.d.ts +25 -0
- package/dist/serialization/types/LettaSchemasMessageMessage.js +46 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionRequestTool.d.ts +14 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionRequestTool.js +35 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionRequestToolCall.d.ts +15 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionRequestToolCall.js +36 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionRequestToolCallFunction.d.ts +13 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionRequestToolCallFunction.js +34 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionResponseMessage.d.ts +17 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionResponseMessage.js +38 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionResponseToolCall.d.ts +15 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionResponseToolCall.js +36 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallFunction.d.ts +13 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallFunction.js +34 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallInput.d.ts +15 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallInput.js +36 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallOutput.d.ts +15 -0
- package/dist/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallOutput.js +36 -0
- package/dist/serialization/types/LettaSchemasToolTool.d.ts +22 -0
- package/dist/serialization/types/LettaSchemasToolTool.js +43 -0
- package/dist/serialization/types/LettaUsageStatistics.d.ts +15 -0
- package/dist/serialization/types/LettaUsageStatistics.js +36 -0
- package/dist/serialization/types/LlmConfig.d.ts +19 -0
- package/dist/serialization/types/LlmConfig.js +40 -0
- package/dist/serialization/types/LlmConfigModelEndpointType.d.ts +10 -0
- package/dist/serialization/types/LlmConfigModelEndpointType.js +49 -0
- package/dist/serialization/types/LocalSandboxConfig.d.ts +14 -0
- package/dist/serialization/types/LocalSandboxConfig.js +35 -0
- package/dist/serialization/types/LogProbToken.d.ts +14 -0
- package/dist/serialization/types/LogProbToken.js +35 -0
- package/dist/serialization/types/Memory.d.ts +14 -0
- package/dist/serialization/types/Memory.js +35 -0
- package/dist/serialization/types/MessageContentLogProb.d.ts +16 -0
- package/dist/serialization/types/MessageContentLogProb.js +37 -0
- package/dist/serialization/types/MessageCreate.d.ts +15 -0
- package/dist/serialization/types/MessageCreate.js +36 -0
- package/dist/serialization/types/MessageCreateRole.d.ts +10 -0
- package/dist/serialization/types/MessageCreateRole.js +31 -0
- package/dist/serialization/types/MessageRole.d.ts +10 -0
- package/dist/serialization/types/MessageRole.js +31 -0
- package/dist/serialization/types/NotFoundErrorBody.d.ts +12 -0
- package/dist/serialization/types/NotFoundErrorBody.js +33 -0
- package/dist/serialization/types/NotFoundErrorBodyMessage.d.ts +10 -0
- package/dist/serialization/types/NotFoundErrorBodyMessage.js +34 -0
- package/dist/serialization/types/OpenAiAssistant.d.ts +21 -0
- package/dist/serialization/types/OpenAiAssistant.js +42 -0
- package/dist/serialization/types/Organization.d.ts +14 -0
- package/dist/serialization/types/Organization.js +35 -0
- package/dist/serialization/types/OrganizationCreate.d.ts +12 -0
- package/dist/serialization/types/OrganizationCreate.js +33 -0
- package/dist/serialization/types/Passage.d.ts +25 -0
- package/dist/serialization/types/Passage.js +46 -0
- package/dist/serialization/types/ReasoningMessage.d.ts +14 -0
- package/dist/serialization/types/ReasoningMessage.js +35 -0
- package/dist/serialization/types/RecallMemorySummary.d.ts +12 -0
- package/dist/serialization/types/RecallMemorySummary.js +33 -0
- package/dist/serialization/types/ResponseFormat.d.ts +12 -0
- package/dist/serialization/types/ResponseFormat.js +33 -0
- package/dist/serialization/types/SandboxConfig.d.ts +19 -0
- package/dist/serialization/types/SandboxConfig.js +40 -0
- package/dist/serialization/types/SandboxConfigCreate.d.ts +13 -0
- package/dist/serialization/types/SandboxConfigCreate.js +34 -0
- package/dist/serialization/types/SandboxConfigCreateConfig.d.ts +12 -0
- package/dist/serialization/types/SandboxConfigCreateConfig.js +33 -0
- package/dist/serialization/types/SandboxConfigUpdate.d.ts +13 -0
- package/dist/serialization/types/SandboxConfigUpdate.js +34 -0
- package/dist/serialization/types/SandboxConfigUpdateConfig.d.ts +12 -0
- package/dist/serialization/types/SandboxConfigUpdateConfig.js +33 -0
- package/dist/serialization/types/SandboxEnvironmentVariable.d.ts +20 -0
- package/dist/serialization/types/SandboxEnvironmentVariable.js +41 -0
- package/dist/serialization/types/SandboxEnvironmentVariableCreate.d.ts +14 -0
- package/dist/serialization/types/SandboxEnvironmentVariableCreate.js +35 -0
- package/dist/serialization/types/SandboxEnvironmentVariableUpdate.d.ts +14 -0
- package/dist/serialization/types/SandboxEnvironmentVariableUpdate.js +35 -0
- package/dist/serialization/types/SandboxType.d.ts +10 -0
- package/dist/serialization/types/SandboxType.js +31 -0
- package/dist/serialization/types/Source.d.ts +21 -0
- package/dist/serialization/types/Source.js +42 -0
- package/dist/serialization/types/SystemMessageInput.d.ts +14 -0
- package/dist/serialization/types/SystemMessageInput.js +35 -0
- package/dist/serialization/types/SystemMessageOutput.d.ts +14 -0
- package/dist/serialization/types/SystemMessageOutput.js +35 -0
- package/dist/serialization/types/TerminalToolRule.d.ts +14 -0
- package/dist/serialization/types/TerminalToolRule.js +35 -0
- package/dist/serialization/types/ToolCallDelta.d.ts +14 -0
- package/dist/serialization/types/ToolCallDelta.js +35 -0
- package/dist/serialization/types/ToolCallFunctionOutput.d.ts +13 -0
- package/dist/serialization/types/ToolCallFunctionOutput.js +34 -0
- package/dist/serialization/types/ToolCallMessage.d.ts +15 -0
- package/dist/serialization/types/ToolCallMessage.js +36 -0
- package/dist/serialization/types/ToolCallMessageToolCall.d.ts +12 -0
- package/dist/serialization/types/ToolCallMessageToolCall.js +33 -0
- package/dist/serialization/types/ToolCreate.d.ts +19 -0
- package/dist/serialization/types/ToolCreate.js +40 -0
- package/dist/serialization/types/ToolFunctionChoice.d.ts +14 -0
- package/dist/serialization/types/ToolFunctionChoice.js +35 -0
- package/dist/serialization/types/ToolInput.d.ts +14 -0
- package/dist/serialization/types/ToolInput.js +35 -0
- package/dist/serialization/types/ToolMessage.d.ts +14 -0
- package/dist/serialization/types/ToolMessage.js +35 -0
- package/dist/serialization/types/ToolReturnMessage.d.ts +19 -0
- package/dist/serialization/types/ToolReturnMessage.js +40 -0
- package/dist/serialization/types/ToolReturnMessageStatus.d.ts +10 -0
- package/dist/serialization/types/ToolReturnMessageStatus.js +31 -0
- package/dist/serialization/types/ToolRuleType.d.ts +10 -0
- package/dist/serialization/types/ToolRuleType.js +38 -0
- package/dist/serialization/types/UsageStatistics.d.ts +14 -0
- package/dist/serialization/types/UsageStatistics.js +35 -0
- package/dist/serialization/types/User.d.ts +16 -0
- package/dist/serialization/types/User.js +37 -0
- package/dist/serialization/types/UserCreate.d.ts +12 -0
- package/dist/serialization/types/UserCreate.js +33 -0
- package/dist/serialization/types/UserMessageInput.d.ts +15 -0
- package/dist/serialization/types/UserMessageInput.js +36 -0
- package/dist/serialization/types/UserMessageInputContent.d.ts +10 -0
- package/dist/serialization/types/UserMessageInputContent.js +34 -0
- package/dist/serialization/types/UserMessageOutput.d.ts +14 -0
- package/dist/serialization/types/UserMessageOutput.js +35 -0
- package/dist/serialization/types/UserUpdate.d.ts +13 -0
- package/dist/serialization/types/UserUpdate.js +34 -0
- package/dist/serialization/types/ValidationError.d.ts +15 -0
- package/dist/serialization/types/ValidationError.js +36 -0
- package/dist/serialization/types/ValidationErrorLocItem.d.ts +10 -0
- package/dist/serialization/types/ValidationErrorLocItem.js +31 -0
- package/dist/serialization/types/index.d.ts +114 -0
- package/dist/serialization/types/index.js +130 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -2
- package/reference.md +172 -89
- package/serialization/index.d.ts +2 -0
- package/serialization/index.js +18 -0
- package/serialization/resources/agents/client/getAgentMemoryBlocks.d.ts +11 -0
- package/serialization/resources/agents/client/getAgentMemoryBlocks.js +32 -0
- package/serialization/resources/agents/client/index.d.ts +3 -0
- package/serialization/resources/agents/client/index.js +32 -0
- package/serialization/resources/agents/client/list.d.ts +11 -0
- package/serialization/resources/agents/client/list.js +32 -0
- package/serialization/resources/agents/client/requests/AgentsCreateTemplateFromAgentRequest.d.ts +12 -0
- package/serialization/resources/agents/client/requests/AgentsCreateTemplateFromAgentRequest.js +33 -0
- package/serialization/resources/agents/client/requests/AgentsCreateVersionRequest.d.ts +12 -0
- package/serialization/resources/agents/client/requests/AgentsCreateVersionRequest.js +33 -0
- package/serialization/resources/agents/client/requests/AgentsMigrateRequest.d.ts +14 -0
- package/serialization/resources/agents/client/requests/AgentsMigrateRequest.js +35 -0
- package/serialization/resources/agents/client/requests/AgentsSearchDeployedAgentsRequest.d.ts +18 -0
- package/serialization/resources/agents/client/requests/AgentsSearchDeployedAgentsRequest.js +39 -0
- package/serialization/resources/agents/client/requests/CreateAgentRequest.d.ts +41 -0
- package/serialization/resources/agents/client/requests/CreateAgentRequest.js +64 -0
- package/serialization/resources/agents/client/requests/UpdateAgent.d.ts +27 -0
- package/serialization/resources/agents/client/requests/UpdateAgent.js +48 -0
- package/serialization/resources/agents/client/requests/index.d.ts +6 -0
- package/serialization/resources/agents/client/requests/index.js +15 -0
- package/serialization/resources/agents/index.d.ts +3 -0
- package/serialization/resources/agents/index.js +19 -0
- package/serialization/resources/agents/resources/archivalMemory/client/create.d.ts +11 -0
- package/serialization/resources/agents/resources/archivalMemory/client/create.js +32 -0
- package/serialization/resources/agents/resources/archivalMemory/client/index.d.ts +3 -0
- package/serialization/resources/agents/resources/archivalMemory/client/index.js +32 -0
- package/serialization/resources/agents/resources/archivalMemory/client/list.d.ts +11 -0
- package/serialization/resources/agents/resources/archivalMemory/client/list.js +32 -0
- package/serialization/resources/agents/resources/archivalMemory/client/requests/CreateArchivalMemory.d.ts +12 -0
- package/serialization/resources/agents/resources/archivalMemory/client/requests/CreateArchivalMemory.js +33 -0
- package/serialization/resources/agents/resources/archivalMemory/client/requests/index.d.ts +1 -0
- package/serialization/resources/agents/resources/archivalMemory/client/requests/index.js +5 -0
- package/serialization/resources/agents/resources/archivalMemory/index.d.ts +1 -0
- package/serialization/resources/agents/resources/archivalMemory/index.js +17 -0
- package/serialization/resources/agents/resources/index.d.ts +8 -0
- package/serialization/resources/agents/resources/index.js +37 -0
- package/serialization/resources/agents/resources/memory/index.d.ts +1 -0
- package/serialization/resources/agents/resources/memory/index.js +17 -0
- package/serialization/resources/agents/resources/memory/resources/index.d.ts +1 -0
- package/serialization/resources/agents/resources/memory/resources/index.js +27 -0
- package/serialization/resources/agents/resources/memory/resources/messages/client/index.d.ts +1 -0
- package/serialization/resources/agents/resources/memory/resources/messages/client/index.js +27 -0
- package/serialization/resources/agents/resources/memory/resources/messages/client/listInContext.d.ts +11 -0
- package/serialization/resources/agents/resources/memory/resources/messages/client/listInContext.js +32 -0
- package/serialization/resources/agents/resources/memory/resources/messages/index.d.ts +1 -0
- package/serialization/resources/agents/resources/memory/resources/messages/index.js +17 -0
- package/serialization/resources/agents/resources/messages/client/index.d.ts +1 -0
- package/serialization/resources/agents/resources/messages/client/index.js +17 -0
- package/serialization/resources/agents/resources/messages/client/requests/LettaStreamingRequest.d.ts +17 -0
- package/serialization/resources/agents/resources/messages/client/requests/LettaStreamingRequest.js +38 -0
- package/serialization/resources/agents/resources/messages/client/requests/MessageUpdate.d.ts +18 -0
- package/serialization/resources/agents/resources/messages/client/requests/MessageUpdate.js +39 -0
- package/serialization/resources/agents/resources/messages/client/requests/index.d.ts +2 -0
- package/serialization/resources/agents/resources/messages/client/requests/index.js +7 -0
- package/serialization/resources/agents/resources/messages/index.d.ts +2 -0
- package/serialization/resources/agents/resources/messages/index.js +18 -0
- package/serialization/resources/agents/resources/messages/types/LettaStreamingResponse.d.ts +38 -0
- package/serialization/resources/agents/resources/messages/types/LettaStreamingResponse.js +51 -0
- package/serialization/resources/agents/resources/messages/types/MessagesListResponse.d.ts +12 -0
- package/serialization/resources/agents/resources/messages/types/MessagesListResponse.js +36 -0
- package/serialization/resources/agents/resources/messages/types/MessagesListResponseItem.d.ts +34 -0
- package/serialization/resources/agents/resources/messages/types/MessagesListResponseItem.js +49 -0
- package/serialization/resources/agents/resources/messages/types/index.d.ts +3 -0
- package/serialization/resources/agents/resources/messages/types/index.js +19 -0
- package/serialization/resources/agents/resources/sources/client/get.d.ts +11 -0
- package/serialization/resources/agents/resources/sources/client/get.js +32 -0
- package/serialization/resources/agents/resources/sources/client/index.d.ts +1 -0
- package/serialization/resources/agents/resources/sources/client/index.js +27 -0
- package/serialization/resources/agents/resources/sources/index.d.ts +1 -0
- package/serialization/resources/agents/resources/sources/index.js +17 -0
- package/serialization/resources/agents/resources/tools/client/index.d.ts +1 -0
- package/serialization/resources/agents/resources/tools/client/index.js +27 -0
- package/serialization/resources/agents/resources/tools/client/list.d.ts +11 -0
- package/serialization/resources/agents/resources/tools/client/list.js +32 -0
- package/serialization/resources/agents/resources/tools/index.d.ts +1 -0
- package/serialization/resources/agents/resources/tools/index.js +17 -0
- package/serialization/resources/agents/types/AgentsGetAgentVariablesResponse.d.ts +12 -0
- package/serialization/resources/agents/types/AgentsGetAgentVariablesResponse.js +33 -0
- package/serialization/resources/agents/types/AgentsMigrateResponse.d.ts +12 -0
- package/serialization/resources/agents/types/AgentsMigrateResponse.js +33 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestCombinator.d.ts +10 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestCombinator.js +31 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItem.d.ts +22 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItem.js +43 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemName.d.ts +14 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemName.js +35 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemNameOperator.d.ts +10 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemNameOperator.js +31 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderBy.d.ts +15 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderBy.js +36 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByDirection.d.ts +10 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByDirection.js +31 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByValue.d.ts +10 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOrderByValue.js +31 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemVersion.d.ts +12 -0
- package/serialization/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemVersion.js +33 -0
- package/serialization/resources/agents/types/CreateAgentRequestToolRulesItem.d.ts +14 -0
- package/serialization/resources/agents/types/CreateAgentRequestToolRulesItem.js +35 -0
- package/serialization/resources/agents/types/UpdateAgentToolRulesItem.d.ts +14 -0
- package/serialization/resources/agents/types/UpdateAgentToolRulesItem.js +35 -0
- package/serialization/resources/agents/types/index.d.ts +12 -0
- package/serialization/resources/agents/types/index.js +28 -0
- package/serialization/resources/blocks/client/index.d.ts +1 -0
- package/serialization/resources/blocks/client/index.js +27 -0
- package/serialization/resources/blocks/client/list.d.ts +11 -0
- package/serialization/resources/blocks/client/list.js +32 -0
- package/serialization/resources/blocks/index.d.ts +1 -0
- package/serialization/resources/blocks/index.js +17 -0
- package/serialization/resources/index.d.ts +10 -0
- package/serialization/resources/index.js +39 -0
- package/serialization/resources/jobs/client/index.d.ts +2 -0
- package/serialization/resources/jobs/client/index.js +28 -0
- package/serialization/resources/jobs/client/list.d.ts +11 -0
- package/serialization/resources/jobs/client/list.js +32 -0
- package/serialization/resources/jobs/client/listActive.d.ts +11 -0
- package/serialization/resources/jobs/client/listActive.js +32 -0
- package/serialization/resources/jobs/index.d.ts +1 -0
- package/serialization/resources/jobs/index.js +17 -0
- package/serialization/resources/models/client/index.d.ts +2 -0
- package/serialization/resources/models/client/index.js +28 -0
- package/serialization/resources/models/client/listEmbeddingModels.d.ts +11 -0
- package/serialization/resources/models/client/listEmbeddingModels.js +32 -0
- package/serialization/resources/models/client/listLlms.d.ts +11 -0
- package/serialization/resources/models/client/listLlms.js +32 -0
- package/serialization/resources/models/index.d.ts +1 -0
- package/serialization/resources/models/index.js +17 -0
- package/serialization/resources/sources/client/getByName.d.ts +9 -0
- package/serialization/resources/sources/client/getByName.js +31 -0
- package/serialization/resources/sources/client/index.d.ts +3 -0
- package/serialization/resources/sources/client/index.js +32 -0
- package/serialization/resources/sources/client/list.d.ts +11 -0
- package/serialization/resources/sources/client/list.js +32 -0
- package/serialization/resources/sources/client/requests/SourceCreate.d.ts +16 -0
- package/serialization/resources/sources/client/requests/SourceCreate.js +37 -0
- package/serialization/resources/sources/client/requests/SourceUpdate.d.ts +16 -0
- package/serialization/resources/sources/client/requests/SourceUpdate.js +37 -0
- package/serialization/resources/sources/client/requests/index.d.ts +2 -0
- package/serialization/resources/sources/client/requests/index.js +7 -0
- package/serialization/resources/sources/index.d.ts +2 -0
- package/serialization/resources/sources/index.js +18 -0
- package/serialization/resources/sources/resources/files/client/index.d.ts +1 -0
- package/serialization/resources/sources/resources/files/client/index.js +27 -0
- package/serialization/resources/sources/resources/files/client/list.d.ts +11 -0
- package/serialization/resources/sources/resources/files/client/list.js +32 -0
- package/serialization/resources/sources/resources/files/index.d.ts +1 -0
- package/serialization/resources/sources/resources/files/index.js +17 -0
- package/serialization/resources/sources/resources/index.d.ts +2 -0
- package/serialization/resources/sources/resources/index.js +28 -0
- package/serialization/resources/sources/resources/passages/client/index.d.ts +1 -0
- package/serialization/resources/sources/resources/passages/client/index.js +27 -0
- package/serialization/resources/sources/resources/passages/client/list.d.ts +11 -0
- package/serialization/resources/sources/resources/passages/client/list.js +32 -0
- package/serialization/resources/sources/resources/passages/index.d.ts +1 -0
- package/serialization/resources/sources/resources/passages/index.js +17 -0
- package/serialization/resources/tools/client/addBaseTool.d.ts +11 -0
- package/serialization/resources/tools/client/addBaseTool.js +32 -0
- package/serialization/resources/tools/client/getByName.d.ts +9 -0
- package/serialization/resources/tools/client/getByName.js +31 -0
- package/serialization/resources/tools/client/index.d.ts +6 -0
- package/serialization/resources/tools/client/index.js +35 -0
- package/serialization/resources/tools/client/list.d.ts +11 -0
- package/serialization/resources/tools/client/list.js +32 -0
- package/serialization/resources/tools/client/listComposioActionsByApp.d.ts +11 -0
- package/serialization/resources/tools/client/listComposioActionsByApp.js +32 -0
- package/serialization/resources/tools/client/listComposioApps.d.ts +11 -0
- package/serialization/resources/tools/client/listComposioApps.js +32 -0
- package/serialization/resources/tools/client/requests/ToolRunFromSource.d.ts +15 -0
- package/serialization/resources/tools/client/requests/ToolRunFromSource.js +36 -0
- package/serialization/resources/tools/client/requests/ToolUpdate.d.ts +18 -0
- package/serialization/resources/tools/client/requests/ToolUpdate.js +39 -0
- package/serialization/resources/tools/client/requests/index.d.ts +2 -0
- package/serialization/resources/tools/client/requests/index.js +7 -0
- package/serialization/resources/tools/index.d.ts +1 -0
- package/serialization/resources/tools/index.js +17 -0
- package/serialization/types/ActionModel.d.ts +23 -0
- package/serialization/types/ActionModel.js +44 -0
- package/serialization/types/ActionParametersModel.d.ts +15 -0
- package/serialization/types/ActionParametersModel.js +36 -0
- package/serialization/types/ActionResponseModel.d.ts +15 -0
- package/serialization/types/ActionResponseModel.js +36 -0
- package/serialization/types/AgentEnvironmentVariable.d.ts +20 -0
- package/serialization/types/AgentEnvironmentVariable.js +41 -0
- package/serialization/types/AgentState.d.ts +38 -0
- package/serialization/types/AgentState.js +59 -0
- package/serialization/types/AgentStateToolRulesItem.d.ts +14 -0
- package/serialization/types/AgentStateToolRulesItem.js +35 -0
- package/serialization/types/AgentType.d.ts +10 -0
- package/serialization/types/AgentType.js +37 -0
- package/serialization/types/AppAuthScheme.d.ts +23 -0
- package/serialization/types/AppAuthScheme.js +44 -0
- package/serialization/types/AppAuthSchemeAuthMode.d.ts +10 -0
- package/serialization/types/AppAuthSchemeAuthMode.js +31 -0
- package/serialization/types/AppModel.d.ts +28 -0
- package/serialization/types/AppModel.js +51 -0
- package/serialization/types/ArchivalMemorySummary.d.ts +12 -0
- package/serialization/types/ArchivalMemorySummary.js +33 -0
- package/serialization/types/AssistantFile.d.ts +15 -0
- package/serialization/types/AssistantFile.js +36 -0
- package/serialization/types/AssistantMessageInput.d.ts +16 -0
- package/serialization/types/AssistantMessageInput.js +37 -0
- package/serialization/types/AssistantMessageOutput.d.ts +14 -0
- package/serialization/types/AssistantMessageOutput.js +35 -0
- package/serialization/types/AuthRequest.d.ts +12 -0
- package/serialization/types/AuthRequest.js +33 -0
- package/serialization/types/AuthResponse.d.ts +13 -0
- package/serialization/types/AuthResponse.js +34 -0
- package/serialization/types/AuthSchemeField.d.ts +19 -0
- package/serialization/types/AuthSchemeField.js +40 -0
- package/serialization/types/Block.d.ts +21 -0
- package/serialization/types/Block.js +42 -0
- package/serialization/types/BlockUpdate.d.ts +18 -0
- package/serialization/types/BlockUpdate.js +39 -0
- package/serialization/types/ChatCompletionRequest.d.ts +38 -0
- package/serialization/types/ChatCompletionRequest.js +59 -0
- package/serialization/types/ChatCompletionRequestFunctionCall.d.ts +11 -0
- package/serialization/types/ChatCompletionRequestFunctionCall.js +36 -0
- package/serialization/types/ChatCompletionRequestMessagesItem.d.ts +14 -0
- package/serialization/types/ChatCompletionRequestMessagesItem.js +35 -0
- package/serialization/types/ChatCompletionRequestStop.d.ts +10 -0
- package/serialization/types/ChatCompletionRequestStop.js +34 -0
- package/serialization/types/ChatCompletionRequestToolChoice.d.ts +11 -0
- package/serialization/types/ChatCompletionRequestToolChoice.js +37 -0
- package/serialization/types/ChatCompletionResponse.d.ts +20 -0
- package/serialization/types/ChatCompletionResponse.js +41 -0
- package/serialization/types/ChildToolRule.d.ts +15 -0
- package/serialization/types/ChildToolRule.js +36 -0
- package/serialization/types/Choice.d.ts +18 -0
- package/serialization/types/Choice.js +41 -0
- package/serialization/types/ConditionalToolRule.d.ts +17 -0
- package/serialization/types/ConditionalToolRule.js +38 -0
- package/serialization/types/ConflictErrorBody.d.ts +12 -0
- package/serialization/types/ConflictErrorBody.js +33 -0
- package/serialization/types/ContextWindowOverview.d.ts +30 -0
- package/serialization/types/ContextWindowOverview.js +51 -0
- package/serialization/types/CreateAssistantFileRequest.d.ts +12 -0
- package/serialization/types/CreateAssistantFileRequest.js +33 -0
- package/serialization/types/CreateAssistantRequest.d.ts +19 -0
- package/serialization/types/CreateAssistantRequest.js +40 -0
- package/serialization/types/CreateBlock.d.ts +18 -0
- package/serialization/types/CreateBlock.js +39 -0
- package/serialization/types/DeleteAssistantFileResponse.d.ts +14 -0
- package/serialization/types/DeleteAssistantFileResponse.js +35 -0
- package/serialization/types/DeleteAssistantResponse.d.ts +14 -0
- package/serialization/types/DeleteAssistantResponse.js +35 -0
- package/serialization/types/E2BSandboxConfig.d.ts +14 -0
- package/serialization/types/E2BSandboxConfig.js +35 -0
- package/serialization/types/EmbeddingConfig.d.ts +21 -0
- package/serialization/types/EmbeddingConfig.js +42 -0
- package/serialization/types/EmbeddingConfigEmbeddingEndpointType.d.ts +10 -0
- package/serialization/types/EmbeddingConfigEmbeddingEndpointType.js +49 -0
- package/serialization/types/FileMetadata.d.ts +22 -0
- package/serialization/types/FileMetadata.js +43 -0
- package/serialization/types/FunctionCallInput.d.ts +12 -0
- package/serialization/types/FunctionCallInput.js +33 -0
- package/serialization/types/FunctionCallOutput.d.ts +13 -0
- package/serialization/types/FunctionCallOutput.js +34 -0
- package/serialization/types/FunctionSchema.d.ts +14 -0
- package/serialization/types/FunctionSchema.js +35 -0
- package/serialization/types/Health.d.ts +13 -0
- package/serialization/types/Health.js +34 -0
- package/serialization/types/HttpValidationError.d.ts +13 -0
- package/serialization/types/HttpValidationError.js +34 -0
- package/serialization/types/InitToolRule.d.ts +14 -0
- package/serialization/types/InitToolRule.js +35 -0
- package/serialization/types/InternalServerErrorBody.d.ts +12 -0
- package/serialization/types/InternalServerErrorBody.js +33 -0
- package/serialization/types/Job.d.ts +20 -0
- package/serialization/types/Job.js +41 -0
- package/serialization/types/JobStatus.d.ts +10 -0
- package/serialization/types/JobStatus.js +31 -0
- package/serialization/types/LettaRequest.d.ts +16 -0
- package/serialization/types/LettaRequest.js +37 -0
- package/serialization/types/LettaResponse.d.ts +15 -0
- package/serialization/types/LettaResponse.js +36 -0
- package/serialization/types/LettaResponseMessagesItem.d.ts +34 -0
- package/serialization/types/LettaResponseMessagesItem.js +49 -0
- package/serialization/types/LettaSchemasLettaMessageToolCall.d.ts +14 -0
- package/serialization/types/LettaSchemasLettaMessageToolCall.js +35 -0
- package/serialization/types/LettaSchemasMessageMessage.d.ts +25 -0
- package/serialization/types/LettaSchemasMessageMessage.js +46 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionRequestTool.d.ts +14 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionRequestTool.js +35 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionRequestToolCall.d.ts +15 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionRequestToolCall.js +36 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionRequestToolCallFunction.d.ts +13 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionRequestToolCallFunction.js +34 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionResponseMessage.d.ts +17 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionResponseMessage.js +38 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionResponseToolCall.d.ts +15 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionResponseToolCall.js +36 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallFunction.d.ts +13 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallFunction.js +34 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallInput.d.ts +15 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallInput.js +36 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallOutput.d.ts +15 -0
- package/serialization/types/LettaSchemasOpenaiChatCompletionsToolCallOutput.js +36 -0
- package/serialization/types/LettaSchemasToolTool.d.ts +22 -0
- package/serialization/types/LettaSchemasToolTool.js +43 -0
- package/serialization/types/LettaUsageStatistics.d.ts +15 -0
- package/serialization/types/LettaUsageStatistics.js +36 -0
- package/serialization/types/LlmConfig.d.ts +19 -0
- package/serialization/types/LlmConfig.js +40 -0
- package/serialization/types/LlmConfigModelEndpointType.d.ts +10 -0
- package/serialization/types/LlmConfigModelEndpointType.js +49 -0
- package/serialization/types/LocalSandboxConfig.d.ts +14 -0
- package/serialization/types/LocalSandboxConfig.js +35 -0
- package/serialization/types/LogProbToken.d.ts +14 -0
- package/serialization/types/LogProbToken.js +35 -0
- package/serialization/types/Memory.d.ts +14 -0
- package/serialization/types/Memory.js +35 -0
- package/serialization/types/MessageContentLogProb.d.ts +16 -0
- package/serialization/types/MessageContentLogProb.js +37 -0
- package/serialization/types/MessageCreate.d.ts +15 -0
- package/serialization/types/MessageCreate.js +36 -0
- package/serialization/types/MessageCreateRole.d.ts +10 -0
- package/serialization/types/MessageCreateRole.js +31 -0
- package/serialization/types/MessageRole.d.ts +10 -0
- package/serialization/types/MessageRole.js +31 -0
- package/serialization/types/NotFoundErrorBody.d.ts +12 -0
- package/serialization/types/NotFoundErrorBody.js +33 -0
- package/serialization/types/NotFoundErrorBodyMessage.d.ts +10 -0
- package/serialization/types/NotFoundErrorBodyMessage.js +34 -0
- package/serialization/types/OpenAiAssistant.d.ts +21 -0
- package/serialization/types/OpenAiAssistant.js +42 -0
- package/serialization/types/Organization.d.ts +14 -0
- package/serialization/types/Organization.js +35 -0
- package/serialization/types/OrganizationCreate.d.ts +12 -0
- package/serialization/types/OrganizationCreate.js +33 -0
- package/serialization/types/Passage.d.ts +25 -0
- package/serialization/types/Passage.js +46 -0
- package/serialization/types/ReasoningMessage.d.ts +14 -0
- package/serialization/types/ReasoningMessage.js +35 -0
- package/serialization/types/RecallMemorySummary.d.ts +12 -0
- package/serialization/types/RecallMemorySummary.js +33 -0
- package/serialization/types/ResponseFormat.d.ts +12 -0
- package/serialization/types/ResponseFormat.js +33 -0
- package/serialization/types/SandboxConfig.d.ts +19 -0
- package/serialization/types/SandboxConfig.js +40 -0
- package/serialization/types/SandboxConfigCreate.d.ts +13 -0
- package/serialization/types/SandboxConfigCreate.js +34 -0
- package/serialization/types/SandboxConfigCreateConfig.d.ts +12 -0
- package/serialization/types/SandboxConfigCreateConfig.js +33 -0
- package/serialization/types/SandboxConfigUpdate.d.ts +13 -0
- package/serialization/types/SandboxConfigUpdate.js +34 -0
- package/serialization/types/SandboxConfigUpdateConfig.d.ts +12 -0
- package/serialization/types/SandboxConfigUpdateConfig.js +33 -0
- package/serialization/types/SandboxEnvironmentVariable.d.ts +20 -0
- package/serialization/types/SandboxEnvironmentVariable.js +41 -0
- package/serialization/types/SandboxEnvironmentVariableCreate.d.ts +14 -0
- package/serialization/types/SandboxEnvironmentVariableCreate.js +35 -0
- package/serialization/types/SandboxEnvironmentVariableUpdate.d.ts +14 -0
- package/serialization/types/SandboxEnvironmentVariableUpdate.js +35 -0
- package/serialization/types/SandboxType.d.ts +10 -0
- package/serialization/types/SandboxType.js +31 -0
- package/serialization/types/Source.d.ts +21 -0
- package/serialization/types/Source.js +42 -0
- package/serialization/types/SystemMessageInput.d.ts +14 -0
- package/serialization/types/SystemMessageInput.js +35 -0
- package/serialization/types/SystemMessageOutput.d.ts +14 -0
- package/serialization/types/SystemMessageOutput.js +35 -0
- package/serialization/types/TerminalToolRule.d.ts +14 -0
- package/serialization/types/TerminalToolRule.js +35 -0
- package/serialization/types/ToolCallDelta.d.ts +14 -0
- package/serialization/types/ToolCallDelta.js +35 -0
- package/serialization/types/ToolCallFunctionOutput.d.ts +13 -0
- package/serialization/types/ToolCallFunctionOutput.js +34 -0
- package/serialization/types/ToolCallMessage.d.ts +15 -0
- package/serialization/types/ToolCallMessage.js +36 -0
- package/serialization/types/ToolCallMessageToolCall.d.ts +12 -0
- package/serialization/types/ToolCallMessageToolCall.js +33 -0
- package/serialization/types/ToolCreate.d.ts +19 -0
- package/serialization/types/ToolCreate.js +40 -0
- package/serialization/types/ToolFunctionChoice.d.ts +14 -0
- package/serialization/types/ToolFunctionChoice.js +35 -0
- package/serialization/types/ToolInput.d.ts +14 -0
- package/serialization/types/ToolInput.js +35 -0
- package/serialization/types/ToolMessage.d.ts +14 -0
- package/serialization/types/ToolMessage.js +35 -0
- package/serialization/types/ToolReturnMessage.d.ts +19 -0
- package/serialization/types/ToolReturnMessage.js +40 -0
- package/serialization/types/ToolReturnMessageStatus.d.ts +10 -0
- package/serialization/types/ToolReturnMessageStatus.js +31 -0
- package/serialization/types/ToolRuleType.d.ts +10 -0
- package/serialization/types/ToolRuleType.js +38 -0
- package/serialization/types/UsageStatistics.d.ts +14 -0
- package/serialization/types/UsageStatistics.js +35 -0
- package/serialization/types/User.d.ts +16 -0
- package/serialization/types/User.js +37 -0
- package/serialization/types/UserCreate.d.ts +12 -0
- package/serialization/types/UserCreate.js +33 -0
- package/serialization/types/UserMessageInput.d.ts +15 -0
- package/serialization/types/UserMessageInput.js +36 -0
- package/serialization/types/UserMessageInputContent.d.ts +10 -0
- package/serialization/types/UserMessageInputContent.js +34 -0
- package/serialization/types/UserMessageOutput.d.ts +14 -0
- package/serialization/types/UserMessageOutput.js +35 -0
- package/serialization/types/UserUpdate.d.ts +13 -0
- package/serialization/types/UserUpdate.js +34 -0
- package/serialization/types/ValidationError.d.ts +15 -0
- package/serialization/types/ValidationError.js +36 -0
- package/serialization/types/ValidationErrorLocItem.d.ts +10 -0
- package/serialization/types/ValidationErrorLocItem.js +31 -0
- package/serialization/types/index.d.ts +114 -0
- package/serialization/types/index.js +130 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemDirection.d.ts +0 -9
- package/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOperator.d.ts +0 -9
- package/core/auth/BasicAuth.d.ts +0 -8
- package/core/auth/BasicAuth.js +0 -26
- package/core/auth/BearerToken.d.ts +0 -5
- package/core/auth/BearerToken.js +0 -15
- package/core/auth/index.d.ts +0 -2
- package/core/auth/index.js +0 -7
- package/dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemDirection.d.ts +0 -9
- package/dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOperator.d.ts +0 -9
- package/dist/core/auth/BasicAuth.d.ts +0 -8
- package/dist/core/auth/BasicAuth.js +0 -26
- package/dist/core/auth/BearerToken.d.ts +0 -5
- package/dist/core/auth/BearerToken.js +0 -15
- package/dist/core/auth/index.d.ts +0 -2
- package/dist/core/auth/index.js +0 -7
- /package/api/resources/agents/types/{AgentsSearchDeployedAgentsRequestSearchItemDirection.js → AgentsSearchDeployedAgentsRequestSearchItemName.js} +0 -0
- /package/api/resources/agents/types/{AgentsSearchDeployedAgentsRequestSearchItemOperator.js → AgentsSearchDeployedAgentsRequestSearchItemOrderBy.js} +0 -0
- /package/api/resources/agents/types/{AgentsSearchDeployedAgentsRequestSearchItemZero.js → AgentsSearchDeployedAgentsRequestSearchItemVersion.js} +0 -0
- /package/{dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemDirection.js → api/types/AgentEnvironmentVariable.js} +0 -0
- /package/{dist/api/resources/agents/types/AgentsSearchDeployedAgentsRequestSearchItemOperator.js → api/types/LettaResponseMessagesItem.js} +0 -0
- /package/dist/api/resources/agents/types/{AgentsSearchDeployedAgentsRequestSearchItemZero.js → AgentsSearchDeployedAgentsRequestSearchItemName.js} +0 -0
|
@@ -43,9 +43,10 @@ const environments = __importStar(require("../../../../../../environments"));
|
|
|
43
43
|
const core = __importStar(require("../../../../../../core"));
|
|
44
44
|
const Letta = __importStar(require("../../../../../index"));
|
|
45
45
|
const url_join_1 = __importDefault(require("url-join"));
|
|
46
|
+
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
46
47
|
const errors = __importStar(require("../../../../../../errors/index"));
|
|
47
48
|
class MemoryBlocks {
|
|
48
|
-
constructor(_options) {
|
|
49
|
+
constructor(_options = {}) {
|
|
49
50
|
this._options = _options;
|
|
50
51
|
}
|
|
51
52
|
/**
|
|
@@ -66,7 +67,7 @@ class MemoryBlocks {
|
|
|
66
67
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
67
68
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.LettaEnvironment.LettaCloud, `v1/agents/${encodeURIComponent(agentId)}/memory/block/${encodeURIComponent(blockLabel)}`),
|
|
68
69
|
method: "DELETE",
|
|
69
|
-
headers: Object.assign(
|
|
70
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.5", "User-Agent": "@letta-ai/letta-client/0.1.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
70
71
|
contentType: "application/json",
|
|
71
72
|
requestType: "json",
|
|
72
73
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -74,12 +75,24 @@ class MemoryBlocks {
|
|
|
74
75
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
75
76
|
});
|
|
76
77
|
if (_response.ok) {
|
|
77
|
-
return _response.body
|
|
78
|
+
return serializers.Memory.parseOrThrow(_response.body, {
|
|
79
|
+
unrecognizedObjectKeys: "passthrough",
|
|
80
|
+
allowUnrecognizedUnionMembers: true,
|
|
81
|
+
allowUnrecognizedEnumValues: true,
|
|
82
|
+
skipValidation: true,
|
|
83
|
+
breadcrumbsPrefix: ["response"],
|
|
84
|
+
});
|
|
78
85
|
}
|
|
79
86
|
if (_response.error.reason === "status-code") {
|
|
80
87
|
switch (_response.error.statusCode) {
|
|
81
88
|
case 422:
|
|
82
|
-
throw new Letta.UnprocessableEntityError(_response.error.body
|
|
89
|
+
throw new Letta.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
|
|
90
|
+
unrecognizedObjectKeys: "passthrough",
|
|
91
|
+
allowUnrecognizedUnionMembers: true,
|
|
92
|
+
allowUnrecognizedEnumValues: true,
|
|
93
|
+
skipValidation: true,
|
|
94
|
+
breadcrumbsPrefix: ["response"],
|
|
95
|
+
}));
|
|
83
96
|
default:
|
|
84
97
|
throw new errors.LettaError({
|
|
85
98
|
statusCode: _response.error.statusCode,
|
|
@@ -123,21 +136,33 @@ class MemoryBlocks {
|
|
|
123
136
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
124
137
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.LettaEnvironment.LettaCloud, `v1/agents/${encodeURIComponent(agentId)}/memory/block`),
|
|
125
138
|
method: "POST",
|
|
126
|
-
headers: Object.assign(
|
|
139
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.5", "User-Agent": "@letta-ai/letta-client/0.1.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
127
140
|
contentType: "application/json",
|
|
128
141
|
requestType: "json",
|
|
129
|
-
body: request,
|
|
142
|
+
body: serializers.CreateBlock.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
130
143
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
131
144
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
132
145
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
133
146
|
});
|
|
134
147
|
if (_response.ok) {
|
|
135
|
-
return _response.body
|
|
148
|
+
return serializers.Memory.parseOrThrow(_response.body, {
|
|
149
|
+
unrecognizedObjectKeys: "passthrough",
|
|
150
|
+
allowUnrecognizedUnionMembers: true,
|
|
151
|
+
allowUnrecognizedEnumValues: true,
|
|
152
|
+
skipValidation: true,
|
|
153
|
+
breadcrumbsPrefix: ["response"],
|
|
154
|
+
});
|
|
136
155
|
}
|
|
137
156
|
if (_response.error.reason === "status-code") {
|
|
138
157
|
switch (_response.error.statusCode) {
|
|
139
158
|
case 422:
|
|
140
|
-
throw new Letta.UnprocessableEntityError(_response.error.body
|
|
159
|
+
throw new Letta.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
|
|
160
|
+
unrecognizedObjectKeys: "passthrough",
|
|
161
|
+
allowUnrecognizedUnionMembers: true,
|
|
162
|
+
allowUnrecognizedEnumValues: true,
|
|
163
|
+
skipValidation: true,
|
|
164
|
+
breadcrumbsPrefix: ["response"],
|
|
165
|
+
}));
|
|
141
166
|
default:
|
|
142
167
|
throw new errors.LettaError({
|
|
143
168
|
statusCode: _response.error.statusCode,
|
|
@@ -160,9 +185,10 @@ class MemoryBlocks {
|
|
|
160
185
|
}
|
|
161
186
|
});
|
|
162
187
|
}
|
|
163
|
-
|
|
188
|
+
_getCustomAuthorizationHeaders() {
|
|
164
189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
165
|
-
|
|
190
|
+
const tokenValue = yield core.Supplier.get(this._options.token);
|
|
191
|
+
return { Authorization: `Bearer ${tokenValue}` };
|
|
166
192
|
});
|
|
167
193
|
}
|
|
168
194
|
}
|
|
@@ -7,7 +7,7 @@ import * as Letta from "../../../../../index";
|
|
|
7
7
|
export declare namespace Messages {
|
|
8
8
|
interface Options {
|
|
9
9
|
environment?: core.Supplier<environments.LettaEnvironment | string>;
|
|
10
|
-
token
|
|
10
|
+
token?: core.Supplier<string | undefined>;
|
|
11
11
|
fetcher?: core.FetchFunction;
|
|
12
12
|
}
|
|
13
13
|
interface RequestOptions {
|
|
@@ -23,7 +23,7 @@ export declare namespace Messages {
|
|
|
23
23
|
}
|
|
24
24
|
export declare class Messages {
|
|
25
25
|
protected readonly _options: Messages.Options;
|
|
26
|
-
constructor(_options
|
|
26
|
+
constructor(_options?: Messages.Options);
|
|
27
27
|
/**
|
|
28
28
|
* Retrieve message history for an agent.
|
|
29
29
|
*
|
|
@@ -76,5 +76,26 @@ export declare class Messages {
|
|
|
76
76
|
* It will stream the steps of the response always, and stream the tokens if 'stream_tokens' is set to True.
|
|
77
77
|
*/
|
|
78
78
|
stream(agentId: string, request: Letta.agents.LettaStreamingRequest, requestOptions?: Messages.RequestOptions): Promise<core.Stream<Letta.agents.LettaStreamingResponse>>;
|
|
79
|
-
|
|
79
|
+
/**
|
|
80
|
+
* Asynchronously process a user message and return a job ID.
|
|
81
|
+
* The actual processing happens in the background, and the status can be checked using the job ID.
|
|
82
|
+
*
|
|
83
|
+
* @param {string} agentId
|
|
84
|
+
* @param {Letta.LettaRequest} request
|
|
85
|
+
* @param {Messages.RequestOptions} requestOptions - Request-specific configuration.
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link Letta.UnprocessableEntityError}
|
|
88
|
+
*
|
|
89
|
+
* @example
|
|
90
|
+
* await client.agents.messages.createAsync("agent_id", {
|
|
91
|
+
* messages: [{
|
|
92
|
+
* role: "user",
|
|
93
|
+
* text: "text"
|
|
94
|
+
* }]
|
|
95
|
+
* })
|
|
96
|
+
*/
|
|
97
|
+
createAsync(agentId: string, request: Letta.LettaRequest, requestOptions?: Messages.RequestOptions): Promise<Letta.Job>;
|
|
98
|
+
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
99
|
+
Authorization: string;
|
|
100
|
+
}>;
|
|
80
101
|
}
|
|
@@ -43,9 +43,10 @@ const environments = __importStar(require("../../../../../../environments"));
|
|
|
43
43
|
const core = __importStar(require("../../../../../../core"));
|
|
44
44
|
const Letta = __importStar(require("../../../../../index"));
|
|
45
45
|
const url_join_1 = __importDefault(require("url-join"));
|
|
46
|
+
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
46
47
|
const errors = __importStar(require("../../../../../../errors/index"));
|
|
47
48
|
class Messages {
|
|
48
|
-
constructor(_options) {
|
|
49
|
+
constructor(_options = {}) {
|
|
49
50
|
this._options = _options;
|
|
50
51
|
}
|
|
51
52
|
/**
|
|
@@ -63,7 +64,7 @@ class Messages {
|
|
|
63
64
|
list(agentId, request = {}, requestOptions) {
|
|
64
65
|
var _a, _b;
|
|
65
66
|
return __awaiter(this, void 0, void 0, function* () {
|
|
66
|
-
const { before, limit,
|
|
67
|
+
const { before, limit, msgObject, assistantMessageToolName, assistantMessageToolKwarg } = request;
|
|
67
68
|
const _queryParams = {};
|
|
68
69
|
if (before != null) {
|
|
69
70
|
_queryParams["before"] = before;
|
|
@@ -83,7 +84,7 @@ class Messages {
|
|
|
83
84
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
84
85
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.LettaEnvironment.LettaCloud, `v1/agents/${encodeURIComponent(agentId)}/messages`),
|
|
85
86
|
method: "GET",
|
|
86
|
-
headers: Object.assign(
|
|
87
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.5", "User-Agent": "@letta-ai/letta-client/0.1.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
87
88
|
contentType: "application/json",
|
|
88
89
|
queryParameters: _queryParams,
|
|
89
90
|
requestType: "json",
|
|
@@ -92,12 +93,24 @@ class Messages {
|
|
|
92
93
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
93
94
|
});
|
|
94
95
|
if (_response.ok) {
|
|
95
|
-
return _response.body
|
|
96
|
+
return serializers.agents.MessagesListResponse.parseOrThrow(_response.body, {
|
|
97
|
+
unrecognizedObjectKeys: "passthrough",
|
|
98
|
+
allowUnrecognizedUnionMembers: true,
|
|
99
|
+
allowUnrecognizedEnumValues: true,
|
|
100
|
+
skipValidation: true,
|
|
101
|
+
breadcrumbsPrefix: ["response"],
|
|
102
|
+
});
|
|
96
103
|
}
|
|
97
104
|
if (_response.error.reason === "status-code") {
|
|
98
105
|
switch (_response.error.statusCode) {
|
|
99
106
|
case 422:
|
|
100
|
-
throw new Letta.UnprocessableEntityError(_response.error.body
|
|
107
|
+
throw new Letta.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
|
|
108
|
+
unrecognizedObjectKeys: "passthrough",
|
|
109
|
+
allowUnrecognizedUnionMembers: true,
|
|
110
|
+
allowUnrecognizedEnumValues: true,
|
|
111
|
+
skipValidation: true,
|
|
112
|
+
breadcrumbsPrefix: ["response"],
|
|
113
|
+
}));
|
|
101
114
|
default:
|
|
102
115
|
throw new errors.LettaError({
|
|
103
116
|
statusCode: _response.error.statusCode,
|
|
@@ -144,21 +157,33 @@ class Messages {
|
|
|
144
157
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
145
158
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.LettaEnvironment.LettaCloud, `v1/agents/${encodeURIComponent(agentId)}/messages`),
|
|
146
159
|
method: "POST",
|
|
147
|
-
headers: Object.assign(
|
|
160
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.5", "User-Agent": "@letta-ai/letta-client/0.1.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
148
161
|
contentType: "application/json",
|
|
149
162
|
requestType: "json",
|
|
150
|
-
body: request,
|
|
163
|
+
body: serializers.LettaRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
151
164
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
152
165
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
153
166
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
154
167
|
});
|
|
155
168
|
if (_response.ok) {
|
|
156
|
-
return _response.body
|
|
169
|
+
return serializers.LettaResponse.parseOrThrow(_response.body, {
|
|
170
|
+
unrecognizedObjectKeys: "passthrough",
|
|
171
|
+
allowUnrecognizedUnionMembers: true,
|
|
172
|
+
allowUnrecognizedEnumValues: true,
|
|
173
|
+
skipValidation: true,
|
|
174
|
+
breadcrumbsPrefix: ["response"],
|
|
175
|
+
});
|
|
157
176
|
}
|
|
158
177
|
if (_response.error.reason === "status-code") {
|
|
159
178
|
switch (_response.error.statusCode) {
|
|
160
179
|
case 422:
|
|
161
|
-
throw new Letta.UnprocessableEntityError(_response.error.body
|
|
180
|
+
throw new Letta.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
|
|
181
|
+
unrecognizedObjectKeys: "passthrough",
|
|
182
|
+
allowUnrecognizedUnionMembers: true,
|
|
183
|
+
allowUnrecognizedEnumValues: true,
|
|
184
|
+
skipValidation: true,
|
|
185
|
+
breadcrumbsPrefix: ["response"],
|
|
186
|
+
}));
|
|
162
187
|
default:
|
|
163
188
|
throw new errors.LettaError({
|
|
164
189
|
statusCode: _response.error.statusCode,
|
|
@@ -200,21 +225,33 @@ class Messages {
|
|
|
200
225
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
201
226
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.LettaEnvironment.LettaCloud, `v1/agents/${encodeURIComponent(agentId)}/messages/${encodeURIComponent(messageId)}`),
|
|
202
227
|
method: "PATCH",
|
|
203
|
-
headers: Object.assign(
|
|
228
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.5", "User-Agent": "@letta-ai/letta-client/0.1.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
204
229
|
contentType: "application/json",
|
|
205
230
|
requestType: "json",
|
|
206
|
-
body: request,
|
|
231
|
+
body: serializers.agents.MessageUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
207
232
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
208
233
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
209
234
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
210
235
|
});
|
|
211
236
|
if (_response.ok) {
|
|
212
|
-
return _response.body
|
|
237
|
+
return serializers.LettaSchemasMessageMessage.parseOrThrow(_response.body, {
|
|
238
|
+
unrecognizedObjectKeys: "passthrough",
|
|
239
|
+
allowUnrecognizedUnionMembers: true,
|
|
240
|
+
allowUnrecognizedEnumValues: true,
|
|
241
|
+
skipValidation: true,
|
|
242
|
+
breadcrumbsPrefix: ["response"],
|
|
243
|
+
});
|
|
213
244
|
}
|
|
214
245
|
if (_response.error.reason === "status-code") {
|
|
215
246
|
switch (_response.error.statusCode) {
|
|
216
247
|
case 422:
|
|
217
|
-
throw new Letta.UnprocessableEntityError(_response.error.body
|
|
248
|
+
throw new Letta.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
|
|
249
|
+
unrecognizedObjectKeys: "passthrough",
|
|
250
|
+
allowUnrecognizedUnionMembers: true,
|
|
251
|
+
allowUnrecognizedEnumValues: true,
|
|
252
|
+
skipValidation: true,
|
|
253
|
+
breadcrumbsPrefix: ["response"],
|
|
254
|
+
}));
|
|
218
255
|
default:
|
|
219
256
|
throw new errors.LettaError({
|
|
220
257
|
statusCode: _response.error.statusCode,
|
|
@@ -248,10 +285,10 @@ class Messages {
|
|
|
248
285
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
249
286
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.LettaEnvironment.LettaCloud, `v1/agents/${encodeURIComponent(agentId)}/messages/stream`),
|
|
250
287
|
method: "POST",
|
|
251
|
-
headers: Object.assign(
|
|
288
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.5", "User-Agent": "@letta-ai/letta-client/0.1.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
252
289
|
contentType: "application/json",
|
|
253
290
|
requestType: "json",
|
|
254
|
-
body: request,
|
|
291
|
+
body: serializers.agents.LettaStreamingRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
255
292
|
responseType: "sse",
|
|
256
293
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
257
294
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
@@ -260,7 +297,15 @@ class Messages {
|
|
|
260
297
|
if (_response.ok) {
|
|
261
298
|
return new core.Stream({
|
|
262
299
|
stream: _response.body,
|
|
263
|
-
parse: (data) =>
|
|
300
|
+
parse: (data) => __awaiter(this, void 0, void 0, function* () {
|
|
301
|
+
return serializers.agents.LettaStreamingResponse.parseOrThrow(data, {
|
|
302
|
+
unrecognizedObjectKeys: "passthrough",
|
|
303
|
+
allowUnrecognizedUnionMembers: true,
|
|
304
|
+
allowUnrecognizedEnumValues: true,
|
|
305
|
+
skipValidation: true,
|
|
306
|
+
breadcrumbsPrefix: ["response"],
|
|
307
|
+
});
|
|
308
|
+
}),
|
|
264
309
|
signal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
265
310
|
eventShape: {
|
|
266
311
|
type: "sse",
|
|
@@ -271,7 +316,13 @@ class Messages {
|
|
|
271
316
|
if (_response.error.reason === "status-code") {
|
|
272
317
|
switch (_response.error.statusCode) {
|
|
273
318
|
case 422:
|
|
274
|
-
throw new Letta.UnprocessableEntityError(_response.error.body
|
|
319
|
+
throw new Letta.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
|
|
320
|
+
unrecognizedObjectKeys: "passthrough",
|
|
321
|
+
allowUnrecognizedUnionMembers: true,
|
|
322
|
+
allowUnrecognizedEnumValues: true,
|
|
323
|
+
skipValidation: true,
|
|
324
|
+
breadcrumbsPrefix: ["response"],
|
|
325
|
+
}));
|
|
275
326
|
default:
|
|
276
327
|
throw new errors.LettaError({
|
|
277
328
|
statusCode: _response.error.statusCode,
|
|
@@ -294,9 +345,83 @@ class Messages {
|
|
|
294
345
|
}
|
|
295
346
|
});
|
|
296
347
|
}
|
|
297
|
-
|
|
348
|
+
/**
|
|
349
|
+
* Asynchronously process a user message and return a job ID.
|
|
350
|
+
* The actual processing happens in the background, and the status can be checked using the job ID.
|
|
351
|
+
*
|
|
352
|
+
* @param {string} agentId
|
|
353
|
+
* @param {Letta.LettaRequest} request
|
|
354
|
+
* @param {Messages.RequestOptions} requestOptions - Request-specific configuration.
|
|
355
|
+
*
|
|
356
|
+
* @throws {@link Letta.UnprocessableEntityError}
|
|
357
|
+
*
|
|
358
|
+
* @example
|
|
359
|
+
* await client.agents.messages.createAsync("agent_id", {
|
|
360
|
+
* messages: [{
|
|
361
|
+
* role: "user",
|
|
362
|
+
* text: "text"
|
|
363
|
+
* }]
|
|
364
|
+
* })
|
|
365
|
+
*/
|
|
366
|
+
createAsync(agentId, request, requestOptions) {
|
|
367
|
+
var _a, _b;
|
|
368
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
369
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
370
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.LettaEnvironment.LettaCloud, `v1/agents/${encodeURIComponent(agentId)}/messages/async`),
|
|
371
|
+
method: "POST",
|
|
372
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.5", "User-Agent": "@letta-ai/letta-client/0.1.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
373
|
+
contentType: "application/json",
|
|
374
|
+
requestType: "json",
|
|
375
|
+
body: serializers.LettaRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
376
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
377
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
378
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
379
|
+
});
|
|
380
|
+
if (_response.ok) {
|
|
381
|
+
return serializers.Job.parseOrThrow(_response.body, {
|
|
382
|
+
unrecognizedObjectKeys: "passthrough",
|
|
383
|
+
allowUnrecognizedUnionMembers: true,
|
|
384
|
+
allowUnrecognizedEnumValues: true,
|
|
385
|
+
skipValidation: true,
|
|
386
|
+
breadcrumbsPrefix: ["response"],
|
|
387
|
+
});
|
|
388
|
+
}
|
|
389
|
+
if (_response.error.reason === "status-code") {
|
|
390
|
+
switch (_response.error.statusCode) {
|
|
391
|
+
case 422:
|
|
392
|
+
throw new Letta.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
|
|
393
|
+
unrecognizedObjectKeys: "passthrough",
|
|
394
|
+
allowUnrecognizedUnionMembers: true,
|
|
395
|
+
allowUnrecognizedEnumValues: true,
|
|
396
|
+
skipValidation: true,
|
|
397
|
+
breadcrumbsPrefix: ["response"],
|
|
398
|
+
}));
|
|
399
|
+
default:
|
|
400
|
+
throw new errors.LettaError({
|
|
401
|
+
statusCode: _response.error.statusCode,
|
|
402
|
+
body: _response.error.body,
|
|
403
|
+
});
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
switch (_response.error.reason) {
|
|
407
|
+
case "non-json":
|
|
408
|
+
throw new errors.LettaError({
|
|
409
|
+
statusCode: _response.error.statusCode,
|
|
410
|
+
body: _response.error.rawBody,
|
|
411
|
+
});
|
|
412
|
+
case "timeout":
|
|
413
|
+
throw new errors.LettaTimeoutError("Timeout exceeded when calling POST /v1/agents/{agent_id}/messages/async.");
|
|
414
|
+
case "unknown":
|
|
415
|
+
throw new errors.LettaError({
|
|
416
|
+
message: _response.error.errorMessage,
|
|
417
|
+
});
|
|
418
|
+
}
|
|
419
|
+
});
|
|
420
|
+
}
|
|
421
|
+
_getCustomAuthorizationHeaders() {
|
|
298
422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
299
|
-
|
|
423
|
+
const tokenValue = yield core.Supplier.get(this._options.token);
|
|
424
|
+
return { Authorization: `Bearer ${tokenValue}` };
|
|
300
425
|
});
|
|
301
426
|
}
|
|
302
427
|
}
|
package/dist/api/resources/agents/resources/messages/client/requests/LettaStreamingRequest.d.ts
CHANGED
|
@@ -2,13 +2,24 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Letta from "../../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* messages: [{
|
|
9
|
+
* role: "user",
|
|
10
|
+
* text: "text"
|
|
11
|
+
* }]
|
|
12
|
+
* }
|
|
13
|
+
*/
|
|
5
14
|
export interface LettaStreamingRequest {
|
|
6
15
|
/** The messages to be sent to the agent. */
|
|
7
16
|
messages: Letta.MessageCreate[];
|
|
17
|
+
/** Whether the server should parse specific tool call arguments (default `send_message`) as `AssistantMessage` objects. */
|
|
18
|
+
useAssistantMessage?: boolean;
|
|
8
19
|
/** The name of the designated message tool. */
|
|
9
|
-
|
|
20
|
+
assistantMessageToolName?: string;
|
|
10
21
|
/** The name of the message argument in the designated message tool. */
|
|
11
|
-
|
|
22
|
+
assistantMessageToolKwarg?: string;
|
|
12
23
|
/** Flag to determine if individual tokens should be streamed. Set to True for token streaming (requires stream_steps = True). */
|
|
13
|
-
|
|
24
|
+
streamTokens?: boolean;
|
|
14
25
|
}
|
|
@@ -14,7 +14,7 @@ export interface MessageUpdate {
|
|
|
14
14
|
/** The name of the participant. */
|
|
15
15
|
name?: string;
|
|
16
16
|
/** The list of tool calls requested. */
|
|
17
|
-
|
|
17
|
+
toolCalls?: Letta.LettaSchemasOpenaiChatCompletionsToolCallInput[];
|
|
18
18
|
/** The id of the tool call. */
|
|
19
|
-
|
|
19
|
+
toolCallId?: string;
|
|
20
20
|
}
|
package/dist/api/resources/agents/resources/messages/client/requests/MessagesListRequest.d.ts
CHANGED
|
@@ -17,13 +17,13 @@ export interface MessagesListRequest {
|
|
|
17
17
|
/**
|
|
18
18
|
* If true, returns Message objects. If false, return LettaMessage objects.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
msgObject?: boolean;
|
|
21
21
|
/**
|
|
22
22
|
* The name of the designated message tool.
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
assistantMessageToolName?: string;
|
|
25
25
|
/**
|
|
26
26
|
* The name of the message argument in the designated message tool.
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
assistantMessageToolKwarg?: string;
|
|
29
29
|
}
|
|
@@ -2,4 +2,27 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Letta from "../../../../../index";
|
|
5
|
-
export declare type LettaStreamingResponse = Letta.
|
|
5
|
+
export declare type LettaStreamingResponse = Letta.agents.LettaStreamingResponse.SystemMessage | Letta.agents.LettaStreamingResponse.UserMessage | Letta.agents.LettaStreamingResponse.ReasoningMessage | Letta.agents.LettaStreamingResponse.ToolCallMessage | Letta.agents.LettaStreamingResponse.ToolReturnMessage | Letta.agents.LettaStreamingResponse.AssistantMessage | Letta.agents.LettaStreamingResponse.UsageStatistics;
|
|
6
|
+
export declare namespace LettaStreamingResponse {
|
|
7
|
+
interface SystemMessage extends Letta.SystemMessageOutput {
|
|
8
|
+
messageType: "system_message";
|
|
9
|
+
}
|
|
10
|
+
interface UserMessage extends Letta.UserMessageOutput {
|
|
11
|
+
messageType: "user_message";
|
|
12
|
+
}
|
|
13
|
+
interface ReasoningMessage extends Letta.ReasoningMessage {
|
|
14
|
+
messageType: "reasoning_message";
|
|
15
|
+
}
|
|
16
|
+
interface ToolCallMessage extends Letta.ToolCallMessage {
|
|
17
|
+
messageType: "tool_call_message";
|
|
18
|
+
}
|
|
19
|
+
interface ToolReturnMessage extends Letta.ToolReturnMessage {
|
|
20
|
+
messageType: "tool_return_message";
|
|
21
|
+
}
|
|
22
|
+
interface AssistantMessage extends Letta.AssistantMessageOutput {
|
|
23
|
+
messageType: "assistant_message";
|
|
24
|
+
}
|
|
25
|
+
interface UsageStatistics extends Letta.LettaUsageStatistics {
|
|
26
|
+
messageType: "usage_statistics";
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -2,4 +2,24 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Letta from "../../../../../index";
|
|
5
|
-
export declare type MessagesListResponseItem = Letta.
|
|
5
|
+
export declare type MessagesListResponseItem = Letta.agents.MessagesListResponseItem.SystemMessage | Letta.agents.MessagesListResponseItem.UserMessage | Letta.agents.MessagesListResponseItem.ReasoningMessage | Letta.agents.MessagesListResponseItem.ToolCallMessage | Letta.agents.MessagesListResponseItem.ToolReturnMessage | Letta.agents.MessagesListResponseItem.AssistantMessage;
|
|
6
|
+
export declare namespace MessagesListResponseItem {
|
|
7
|
+
interface SystemMessage extends Letta.SystemMessageOutput {
|
|
8
|
+
messageType: "system_message";
|
|
9
|
+
}
|
|
10
|
+
interface UserMessage extends Letta.UserMessageOutput {
|
|
11
|
+
messageType: "user_message";
|
|
12
|
+
}
|
|
13
|
+
interface ReasoningMessage extends Letta.ReasoningMessage {
|
|
14
|
+
messageType: "reasoning_message";
|
|
15
|
+
}
|
|
16
|
+
interface ToolCallMessage extends Letta.ToolCallMessage {
|
|
17
|
+
messageType: "tool_call_message";
|
|
18
|
+
}
|
|
19
|
+
interface ToolReturnMessage extends Letta.ToolReturnMessage {
|
|
20
|
+
messageType: "tool_return_message";
|
|
21
|
+
}
|
|
22
|
+
interface AssistantMessage extends Letta.AssistantMessageOutput {
|
|
23
|
+
messageType: "assistant_message";
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -7,7 +7,7 @@ import * as Letta from "../../../../../index";
|
|
|
7
7
|
export declare namespace RecallMemory {
|
|
8
8
|
interface Options {
|
|
9
9
|
environment?: core.Supplier<environments.LettaEnvironment | string>;
|
|
10
|
-
token
|
|
10
|
+
token?: core.Supplier<string | undefined>;
|
|
11
11
|
fetcher?: core.FetchFunction;
|
|
12
12
|
}
|
|
13
13
|
interface RequestOptions {
|
|
@@ -23,7 +23,7 @@ export declare namespace RecallMemory {
|
|
|
23
23
|
}
|
|
24
24
|
export declare class RecallMemory {
|
|
25
25
|
protected readonly _options: RecallMemory.Options;
|
|
26
|
-
constructor(_options
|
|
26
|
+
constructor(_options?: RecallMemory.Options);
|
|
27
27
|
/**
|
|
28
28
|
* Retrieve the summary of the recall memory of a specific agent.
|
|
29
29
|
*
|
|
@@ -36,5 +36,7 @@ export declare class RecallMemory {
|
|
|
36
36
|
* await client.agents.recallMemory.getSummary("agent_id")
|
|
37
37
|
*/
|
|
38
38
|
getSummary(agentId: string, requestOptions?: RecallMemory.RequestOptions): Promise<Letta.RecallMemorySummary>;
|
|
39
|
-
protected
|
|
39
|
+
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
40
|
+
Authorization: string;
|
|
41
|
+
}>;
|
|
40
42
|
}
|
|
@@ -43,9 +43,10 @@ const environments = __importStar(require("../../../../../../environments"));
|
|
|
43
43
|
const core = __importStar(require("../../../../../../core"));
|
|
44
44
|
const Letta = __importStar(require("../../../../../index"));
|
|
45
45
|
const url_join_1 = __importDefault(require("url-join"));
|
|
46
|
+
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
46
47
|
const errors = __importStar(require("../../../../../../errors/index"));
|
|
47
48
|
class RecallMemory {
|
|
48
|
-
constructor(_options) {
|
|
49
|
+
constructor(_options = {}) {
|
|
49
50
|
this._options = _options;
|
|
50
51
|
}
|
|
51
52
|
/**
|
|
@@ -65,7 +66,7 @@ class RecallMemory {
|
|
|
65
66
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
66
67
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.LettaEnvironment.LettaCloud, `v1/agents/${encodeURIComponent(agentId)}/memory/recall`),
|
|
67
68
|
method: "GET",
|
|
68
|
-
headers: Object.assign(
|
|
69
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.5", "User-Agent": "@letta-ai/letta-client/0.1.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
69
70
|
contentType: "application/json",
|
|
70
71
|
requestType: "json",
|
|
71
72
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -73,12 +74,24 @@ class RecallMemory {
|
|
|
73
74
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
74
75
|
});
|
|
75
76
|
if (_response.ok) {
|
|
76
|
-
return _response.body
|
|
77
|
+
return serializers.RecallMemorySummary.parseOrThrow(_response.body, {
|
|
78
|
+
unrecognizedObjectKeys: "passthrough",
|
|
79
|
+
allowUnrecognizedUnionMembers: true,
|
|
80
|
+
allowUnrecognizedEnumValues: true,
|
|
81
|
+
skipValidation: true,
|
|
82
|
+
breadcrumbsPrefix: ["response"],
|
|
83
|
+
});
|
|
77
84
|
}
|
|
78
85
|
if (_response.error.reason === "status-code") {
|
|
79
86
|
switch (_response.error.statusCode) {
|
|
80
87
|
case 422:
|
|
81
|
-
throw new Letta.UnprocessableEntityError(_response.error.body
|
|
88
|
+
throw new Letta.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
|
|
89
|
+
unrecognizedObjectKeys: "passthrough",
|
|
90
|
+
allowUnrecognizedUnionMembers: true,
|
|
91
|
+
allowUnrecognizedEnumValues: true,
|
|
92
|
+
skipValidation: true,
|
|
93
|
+
breadcrumbsPrefix: ["response"],
|
|
94
|
+
}));
|
|
82
95
|
default:
|
|
83
96
|
throw new errors.LettaError({
|
|
84
97
|
statusCode: _response.error.statusCode,
|
|
@@ -101,9 +114,10 @@ class RecallMemory {
|
|
|
101
114
|
}
|
|
102
115
|
});
|
|
103
116
|
}
|
|
104
|
-
|
|
117
|
+
_getCustomAuthorizationHeaders() {
|
|
105
118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
106
|
-
|
|
119
|
+
const tokenValue = yield core.Supplier.get(this._options.token);
|
|
120
|
+
return { Authorization: `Bearer ${tokenValue}` };
|
|
107
121
|
});
|
|
108
122
|
}
|
|
109
123
|
}
|