@letta-ai/letta-client 1.0.0-alpha.6 → 1.0.0-alpha.7
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/CHANGELOG.md +32 -0
- package/LICENSE +1 -1
- package/README.md +105 -54
- package/client.d.mts +48 -71
- package/client.d.mts.map +1 -1
- package/client.d.ts +48 -71
- package/client.d.ts.map +1 -1
- package/client.js +69 -93
- package/client.js.map +1 -1
- package/client.mjs +67 -91
- package/client.mjs.map +1 -1
- package/core/api-promise.d.mts +2 -2
- package/core/api-promise.d.mts.map +1 -1
- package/core/api-promise.d.ts +2 -2
- package/core/api-promise.d.ts.map +1 -1
- package/core/api-promise.js.map +1 -1
- package/core/api-promise.mjs.map +1 -1
- package/core/error.d.mts +2 -2
- package/core/error.d.mts.map +1 -1
- package/core/error.d.ts +2 -2
- package/core/error.d.ts.map +1 -1
- package/core/error.js +4 -4
- package/core/error.js.map +1 -1
- package/core/error.mjs +2 -2
- package/core/error.mjs.map +1 -1
- package/core/resource.d.mts +3 -3
- package/core/resource.d.mts.map +1 -1
- package/core/resource.d.ts +3 -3
- package/core/resource.d.ts.map +1 -1
- package/core/resource.js.map +1 -1
- package/core/resource.mjs.map +1 -1
- package/index.d.mts +3 -3
- package/index.d.mts.map +1 -1
- package/index.d.ts +3 -3
- package/index.d.ts.map +1 -1
- package/index.js +4 -4
- package/index.js.map +1 -1
- package/index.mjs +3 -3
- package/index.mjs.map +1 -1
- package/internal/parse.d.mts +2 -2
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts +2 -2
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs.map +1 -1
- package/internal/shims.js +1 -1
- package/internal/shims.js.map +1 -1
- package/internal/shims.mjs +1 -1
- package/internal/shims.mjs.map +1 -1
- package/internal/uploads.d.mts +4 -4
- package/internal/uploads.d.mts.map +1 -1
- package/internal/uploads.d.ts +4 -4
- package/internal/uploads.d.ts.map +1 -1
- package/internal/uploads.js.map +1 -1
- package/internal/uploads.mjs.map +1 -1
- package/internal/utils/base64.js +2 -2
- package/internal/utils/base64.js.map +1 -1
- package/internal/utils/base64.mjs +3 -3
- package/internal/utils/base64.mjs.map +1 -1
- package/internal/utils/log.d.mts +3 -3
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts +3 -3
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/path.js +1 -1
- package/internal/utils/path.js.map +1 -1
- package/internal/utils/path.mjs +2 -2
- package/internal/utils/path.mjs.map +1 -1
- package/internal/utils/values.js +5 -5
- package/internal/utils/values.js.map +1 -1
- package/internal/utils/values.mjs +6 -6
- package/internal/utils/values.mjs.map +1 -1
- package/package.json +3 -3
- package/resources/agents/agents.d.mts +312 -245
- package/resources/agents/agents.d.mts.map +1 -1
- package/resources/agents/agents.d.ts +312 -245
- package/resources/agents/agents.d.ts.map +1 -1
- package/resources/agents/agents.js +12 -71
- package/resources/agents/agents.js.map +1 -1
- package/resources/agents/agents.mjs +13 -72
- package/resources/agents/agents.mjs.map +1 -1
- package/resources/agents/{core-memory/blocks.d.mts → blocks.d.mts} +41 -7
- package/resources/agents/blocks.d.mts.map +1 -0
- package/resources/agents/{core-memory/blocks.d.ts → blocks.d.ts} +41 -7
- package/resources/agents/blocks.d.ts.map +1 -0
- package/resources/agents/{core-memory/blocks.js → blocks.js} +4 -4
- package/resources/agents/blocks.js.map +1 -0
- package/resources/agents/{core-memory/blocks.mjs → blocks.mjs} +4 -4
- package/resources/agents/blocks.mjs.map +1 -0
- package/resources/agents/files.d.mts +30 -4
- package/resources/agents/files.d.mts.map +1 -1
- package/resources/agents/files.d.ts +30 -4
- package/resources/agents/files.d.ts.map +1 -1
- package/resources/agents/files.js +1 -1
- package/resources/agents/files.mjs +1 -1
- package/resources/agents/folders.d.mts +95 -4
- package/resources/agents/folders.d.mts.map +1 -1
- package/resources/agents/folders.d.ts +95 -4
- package/resources/agents/folders.d.ts.map +1 -1
- package/resources/agents/folders.js +2 -2
- package/resources/agents/folders.js.map +1 -1
- package/resources/agents/folders.mjs +2 -2
- package/resources/agents/folders.mjs.map +1 -1
- package/resources/agents/groups.d.mts +44 -0
- package/resources/agents/groups.d.mts.map +1 -0
- package/resources/agents/groups.d.ts +44 -0
- package/resources/agents/groups.d.ts.map +1 -0
- package/resources/agents/groups.js +16 -0
- package/resources/agents/groups.js.map +1 -0
- package/resources/agents/groups.mjs +12 -0
- package/resources/agents/groups.mjs.map +1 -0
- package/resources/agents/index.d.mts +6 -7
- package/resources/agents/index.d.mts.map +1 -1
- package/resources/agents/index.d.ts +6 -7
- package/resources/agents/index.d.ts.map +1 -1
- package/resources/agents/index.js +5 -7
- package/resources/agents/index.js.map +1 -1
- package/resources/agents/index.mjs +2 -3
- package/resources/agents/index.mjs.map +1 -1
- package/resources/agents/messages.d.mts +323 -251
- package/resources/agents/messages.d.mts.map +1 -1
- package/resources/agents/messages.d.ts +323 -251
- package/resources/agents/messages.d.ts.map +1 -1
- package/resources/agents/messages.js +16 -19
- package/resources/agents/messages.js.map +1 -1
- package/resources/agents/messages.mjs +16 -19
- package/resources/agents/messages.mjs.map +1 -1
- package/resources/agents/tools.d.mts +49 -11
- package/resources/agents/tools.d.mts.map +1 -1
- package/resources/agents/tools.d.ts +49 -11
- package/resources/agents/tools.d.ts.map +1 -1
- package/resources/agents/tools.js +11 -7
- package/resources/agents/tools.js.map +1 -1
- package/resources/agents/tools.mjs +11 -7
- package/resources/agents/tools.mjs.map +1 -1
- package/resources/archives.d.mts +31 -6
- package/resources/archives.d.mts.map +1 -1
- package/resources/archives.d.ts +31 -6
- package/resources/archives.d.ts.map +1 -1
- package/resources/archives.js +21 -2
- package/resources/archives.js.map +1 -1
- package/resources/archives.mjs +21 -2
- package/resources/archives.mjs.map +1 -1
- package/resources/{messages → batches}/batches.d.mts +24 -43
- package/resources/batches/batches.d.mts.map +1 -0
- package/resources/{messages → batches}/batches.d.ts +24 -43
- package/resources/batches/batches.d.ts.map +1 -0
- package/resources/{messages → batches}/batches.js +8 -6
- package/resources/batches/batches.js.map +1 -0
- package/resources/{messages → batches}/batches.mjs +7 -6
- package/resources/batches/batches.mjs.map +1 -0
- package/resources/batches/index.d.mts +3 -0
- package/resources/batches/index.d.mts.map +1 -0
- package/resources/batches/index.d.ts +3 -0
- package/resources/batches/index.d.ts.map +1 -0
- package/resources/batches/index.js.map +1 -0
- package/resources/batches/index.mjs.map +1 -0
- package/resources/batches/messages.d.mts +46 -0
- package/resources/batches/messages.d.mts.map +1 -0
- package/resources/batches/messages.d.ts +46 -0
- package/resources/batches/messages.d.ts.map +1 -0
- package/resources/batches/messages.js +16 -0
- package/resources/batches/messages.js.map +1 -0
- package/resources/batches/messages.mjs +12 -0
- package/resources/batches/messages.mjs.map +1 -0
- package/resources/batches.d.mts +2 -0
- package/resources/batches.d.mts.map +1 -0
- package/resources/batches.d.ts +2 -0
- package/resources/batches.d.ts.map +1 -0
- package/resources/{sources.js → batches.js} +2 -2
- package/resources/batches.js.map +1 -0
- package/resources/{tools/mcp/servers.mjs → batches.mjs} +2 -2
- package/resources/batches.mjs.map +1 -0
- package/resources/blocks/agents.d.mts +53 -0
- package/resources/blocks/agents.d.mts.map +1 -0
- package/resources/blocks/agents.d.ts +53 -0
- package/resources/blocks/agents.d.ts.map +1 -0
- package/resources/blocks/agents.js +17 -0
- package/resources/blocks/agents.js.map +1 -0
- package/resources/blocks/agents.mjs +13 -0
- package/resources/blocks/agents.mjs.map +1 -0
- package/resources/blocks/blocks.d.mts +296 -0
- package/resources/blocks/blocks.d.mts.map +1 -0
- package/resources/blocks/blocks.d.ts +296 -0
- package/resources/blocks/blocks.d.ts.map +1 -0
- package/resources/blocks/blocks.js +54 -0
- package/resources/blocks/blocks.js.map +1 -0
- package/resources/blocks/blocks.mjs +49 -0
- package/resources/blocks/blocks.mjs.map +1 -0
- package/resources/blocks/index.d.mts +3 -0
- package/resources/blocks/index.d.mts.map +1 -0
- package/resources/blocks/index.d.ts +3 -0
- package/resources/blocks/index.d.ts.map +1 -0
- package/resources/{agents/core-memory → blocks}/index.js +3 -3
- package/resources/blocks/index.js.map +1 -0
- package/resources/{agents/core-memory → blocks}/index.mjs +1 -1
- package/resources/blocks/index.mjs.map +1 -0
- package/resources/blocks.d.mts +1 -329
- package/resources/blocks.d.mts.map +1 -1
- package/resources/blocks.d.ts +1 -329
- package/resources/blocks.d.ts.map +1 -1
- package/resources/blocks.js +2 -49
- package/resources/blocks.js.map +1 -1
- package/resources/blocks.mjs +1 -47
- package/resources/blocks.mjs.map +1 -1
- package/resources/folders/agents.d.mts +39 -0
- package/resources/folders/agents.d.mts.map +1 -0
- package/resources/folders/agents.d.ts +39 -0
- package/resources/folders/agents.d.ts.map +1 -0
- package/resources/folders/agents.js +16 -0
- package/resources/folders/agents.js.map +1 -0
- package/resources/folders/agents.mjs +12 -0
- package/resources/folders/agents.mjs.map +1 -0
- package/resources/folders/files.d.mts +216 -0
- package/resources/folders/files.d.mts.map +1 -0
- package/resources/folders/files.d.ts +216 -0
- package/resources/folders/files.d.ts.map +1 -0
- package/resources/folders/files.js +35 -0
- package/resources/folders/files.js.map +1 -0
- package/resources/folders/files.mjs +31 -0
- package/resources/folders/files.mjs.map +1 -0
- package/resources/folders/folders.d.mts +183 -0
- package/resources/folders/folders.d.mts.map +1 -0
- package/resources/folders/folders.d.ts +183 -0
- package/resources/folders/folders.d.ts.map +1 -0
- package/resources/folders/folders.js +58 -0
- package/resources/folders/folders.js.map +1 -0
- package/resources/folders/folders.mjs +53 -0
- package/resources/folders/folders.mjs.map +1 -0
- package/resources/folders/index.d.mts +4 -0
- package/resources/folders/index.d.mts.map +1 -0
- package/resources/folders/index.d.ts +4 -0
- package/resources/folders/index.d.ts.map +1 -0
- package/resources/folders/index.js +11 -0
- package/resources/folders/index.js.map +1 -0
- package/resources/folders/index.mjs +5 -0
- package/resources/folders/index.mjs.map +1 -0
- package/resources/folders.d.mts +1 -319
- package/resources/folders.d.mts.map +1 -1
- package/resources/folders.d.ts +1 -319
- package/resources/folders.d.ts.map +1 -1
- package/resources/folders.js +2 -103
- package/resources/folders.js.map +1 -1
- package/resources/folders.mjs +1 -101
- package/resources/folders.mjs.map +1 -1
- package/resources/groups/groups.d.mts +3 -8
- package/resources/groups/groups.d.mts.map +1 -1
- package/resources/groups/groups.d.ts +3 -8
- package/resources/groups/groups.d.ts.map +1 -1
- package/resources/groups/groups.js +0 -6
- package/resources/groups/groups.js.map +1 -1
- package/resources/groups/groups.mjs +0 -6
- package/resources/groups/groups.mjs.map +1 -1
- package/resources/groups/index.d.mts +2 -2
- package/resources/groups/index.d.mts.map +1 -1
- package/resources/groups/index.d.ts +2 -2
- package/resources/groups/index.d.ts.map +1 -1
- package/resources/groups/index.js.map +1 -1
- package/resources/groups/index.mjs.map +1 -1
- package/resources/groups/messages.d.mts +37 -22
- package/resources/groups/messages.d.mts.map +1 -1
- package/resources/groups/messages.d.ts +37 -22
- package/resources/groups/messages.d.ts.map +1 -1
- package/resources/groups/messages.js +7 -1
- package/resources/groups/messages.js.map +1 -1
- package/resources/groups/messages.mjs +7 -1
- package/resources/groups/messages.mjs.map +1 -1
- package/resources/identities/agents.d.mts +45 -0
- package/resources/identities/agents.d.mts.map +1 -0
- package/resources/identities/agents.d.ts +45 -0
- package/resources/identities/agents.d.ts.map +1 -0
- package/resources/identities/agents.js +16 -0
- package/resources/identities/agents.js.map +1 -0
- package/resources/identities/agents.mjs +12 -0
- package/resources/identities/agents.mjs.map +1 -0
- package/resources/identities/blocks.d.mts +40 -0
- package/resources/identities/blocks.d.mts.map +1 -0
- package/resources/identities/blocks.d.ts +40 -0
- package/resources/identities/blocks.d.ts.map +1 -0
- package/resources/identities/blocks.js +16 -0
- package/resources/identities/blocks.js.map +1 -0
- package/resources/identities/blocks.mjs +12 -0
- package/resources/identities/blocks.mjs.map +1 -0
- package/resources/identities/identities.d.mts +235 -0
- package/resources/identities/identities.d.mts.map +1 -0
- package/resources/identities/identities.d.ts +235 -0
- package/resources/identities/identities.d.ts.map +1 -0
- package/resources/identities/identities.js +85 -0
- package/resources/identities/identities.js.map +1 -0
- package/resources/identities/identities.mjs +80 -0
- package/resources/identities/identities.mjs.map +1 -0
- package/resources/identities/index.d.mts +5 -0
- package/resources/identities/index.d.mts.map +1 -0
- package/resources/identities/index.d.ts +5 -0
- package/resources/identities/index.d.ts.map +1 -0
- package/resources/identities/index.js +13 -0
- package/resources/identities/index.js.map +1 -0
- package/resources/identities/index.mjs +6 -0
- package/resources/identities/index.mjs.map +1 -0
- package/resources/identities/properties.d.mts +18 -0
- package/resources/identities/properties.d.mts.map +1 -0
- package/resources/identities/properties.d.ts +18 -0
- package/resources/identities/properties.d.ts.map +1 -0
- package/resources/identities/properties.js +17 -0
- package/resources/identities/properties.js.map +1 -0
- package/resources/identities/properties.mjs +13 -0
- package/resources/identities/properties.mjs.map +1 -0
- package/resources/identities.d.mts +1 -292
- package/resources/identities.d.mts.map +1 -1
- package/resources/identities.d.ts +1 -292
- package/resources/identities.d.ts.map +1 -1
- package/resources/identities.js +2 -84
- package/resources/identities.js.map +1 -1
- package/resources/identities.mjs +1 -82
- package/resources/identities.mjs.map +1 -1
- package/resources/index.d.mts +13 -22
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +13 -22
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +11 -31
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +9 -19
- package/resources/index.mjs.map +1 -1
- package/resources/models/embeddings.d.mts +16 -0
- package/resources/models/embeddings.d.mts.map +1 -0
- package/resources/models/embeddings.d.ts +16 -0
- package/resources/models/embeddings.d.ts.map +1 -0
- package/resources/models/embeddings.js +16 -0
- package/resources/models/embeddings.js.map +1 -0
- package/resources/models/embeddings.mjs +12 -0
- package/resources/models/embeddings.mjs.map +1 -0
- package/resources/models/index.d.mts +3 -0
- package/resources/models/index.d.mts.map +1 -0
- package/resources/models/index.d.ts +3 -0
- package/resources/models/index.d.ts.map +1 -0
- package/resources/models/index.js +9 -0
- package/resources/models/index.js.map +1 -0
- package/resources/models/index.mjs +4 -0
- package/resources/models/index.mjs.map +1 -0
- package/resources/models/models.d.mts +165 -0
- package/resources/models/models.d.mts.map +1 -0
- package/resources/models/models.d.ts +165 -0
- package/resources/models/models.d.ts.map +1 -0
- package/resources/models/models.js +24 -0
- package/resources/models/models.js.map +1 -0
- package/resources/models/models.mjs +19 -0
- package/resources/models/models.mjs.map +1 -0
- package/resources/models.d.mts +1 -159
- package/resources/models.d.mts.map +1 -1
- package/resources/models.d.ts +1 -159
- package/resources/models.d.ts.map +1 -1
- package/resources/models.js +2 -26
- package/resources/models.js.map +1 -1
- package/resources/models.mjs +1 -24
- package/resources/models.mjs.map +1 -1
- package/resources/runs/index.d.mts +5 -0
- package/resources/runs/index.d.mts.map +1 -0
- package/resources/runs/index.d.ts +5 -0
- package/resources/runs/index.d.ts.map +1 -0
- package/resources/runs/index.js +13 -0
- package/resources/runs/index.js.map +1 -0
- package/resources/runs/index.mjs +6 -0
- package/resources/runs/index.mjs.map +1 -0
- package/resources/runs/messages.d.mts +65 -0
- package/resources/runs/messages.d.mts.map +1 -0
- package/resources/runs/messages.d.ts +65 -0
- package/resources/runs/messages.d.ts.map +1 -0
- package/resources/runs/messages.js +22 -0
- package/resources/runs/messages.js.map +1 -0
- package/resources/runs/messages.mjs +18 -0
- package/resources/runs/messages.mjs.map +1 -0
- package/resources/runs/runs.d.mts +172 -0
- package/resources/runs/runs.d.mts.map +1 -0
- package/resources/runs/runs.d.ts +172 -0
- package/resources/runs/runs.d.ts.map +1 -0
- package/resources/runs/runs.js +38 -0
- package/resources/runs/runs.js.map +1 -0
- package/resources/runs/runs.mjs +33 -0
- package/resources/runs/runs.mjs.map +1 -0
- package/resources/runs/steps.d.mts +38 -0
- package/resources/runs/steps.d.mts.map +1 -0
- package/resources/runs/steps.d.ts +38 -0
- package/resources/runs/steps.d.ts.map +1 -0
- package/resources/runs/steps.js +16 -0
- package/resources/runs/steps.js.map +1 -0
- package/resources/runs/steps.mjs +12 -0
- package/resources/runs/steps.mjs.map +1 -0
- package/resources/runs/usage.d.mts +28 -0
- package/resources/runs/usage.d.mts.map +1 -0
- package/resources/runs/usage.d.ts +28 -0
- package/resources/runs/usage.d.ts.map +1 -0
- package/resources/runs/usage.js +16 -0
- package/resources/runs/usage.js.map +1 -0
- package/resources/runs/usage.mjs +12 -0
- package/resources/runs/usage.mjs.map +1 -0
- package/resources/runs.d.mts +1 -183
- package/resources/runs.d.mts.map +1 -1
- package/resources/runs.d.ts +1 -183
- package/resources/runs.d.ts.map +1 -1
- package/resources/runs.js +2 -69
- package/resources/runs.js.map +1 -1
- package/resources/runs.mjs +1 -67
- package/resources/runs.mjs.map +1 -1
- package/resources/steps/feedback.d.mts +24 -0
- package/resources/steps/feedback.d.mts.map +1 -0
- package/resources/steps/feedback.d.ts +24 -0
- package/resources/steps/feedback.d.ts.map +1 -0
- package/resources/steps/feedback.js +16 -0
- package/resources/steps/feedback.js.map +1 -0
- package/resources/steps/feedback.mjs +12 -0
- package/resources/steps/feedback.mjs.map +1 -0
- package/resources/steps/index.d.mts +6 -0
- package/resources/steps/index.d.mts.map +1 -0
- package/resources/steps/index.d.ts +6 -0
- package/resources/steps/index.d.ts.map +1 -0
- package/resources/steps/index.js +15 -0
- package/resources/steps/index.js.map +1 -0
- package/resources/steps/index.mjs +7 -0
- package/resources/steps/index.mjs.map +1 -0
- package/resources/steps/messages.d.mts +41 -0
- package/resources/steps/messages.d.mts.map +1 -0
- package/resources/steps/messages.d.ts +41 -0
- package/resources/steps/messages.d.ts.map +1 -0
- package/resources/steps/messages.js +16 -0
- package/resources/steps/messages.js.map +1 -0
- package/resources/steps/messages.mjs +12 -0
- package/resources/steps/messages.mjs.map +1 -0
- package/resources/steps/metrics.d.mts +63 -0
- package/resources/steps/metrics.d.mts.map +1 -0
- package/resources/steps/metrics.d.ts +63 -0
- package/resources/steps/metrics.d.ts.map +1 -0
- package/resources/steps/metrics.js +16 -0
- package/resources/steps/metrics.js.map +1 -0
- package/resources/steps/metrics.mjs +12 -0
- package/resources/steps/metrics.mjs.map +1 -0
- package/resources/steps/steps.d.mts +254 -0
- package/resources/steps/steps.d.mts.map +1 -0
- package/resources/steps/steps.d.ts +254 -0
- package/resources/steps/steps.d.ts.map +1 -0
- package/resources/steps/steps.js +51 -0
- package/resources/steps/steps.js.map +1 -0
- package/resources/steps/steps.mjs +46 -0
- package/resources/steps/steps.mjs.map +1 -0
- package/resources/steps/trace.d.mts +11 -0
- package/resources/steps/trace.d.mts.map +1 -0
- package/resources/steps/trace.d.ts +11 -0
- package/resources/steps/trace.d.ts.map +1 -0
- package/resources/steps/trace.js +16 -0
- package/resources/steps/trace.js.map +1 -0
- package/resources/steps/trace.mjs +12 -0
- package/resources/steps/trace.mjs.map +1 -0
- package/resources/steps.d.mts +1 -340
- package/resources/steps.d.mts.map +1 -1
- package/resources/steps.d.ts +1 -340
- package/resources/steps.d.ts.map +1 -1
- package/resources/steps.js +2 -51
- package/resources/steps.js.map +1 -1
- package/resources/steps.mjs +1 -49
- package/resources/steps.mjs.map +1 -1
- package/resources/templates/agents.d.mts +61 -0
- package/resources/templates/agents.d.mts.map +1 -0
- package/resources/templates/agents.d.ts +61 -0
- package/resources/templates/agents.d.ts.map +1 -0
- package/resources/templates/agents.js +22 -0
- package/resources/templates/agents.js.map +1 -0
- package/resources/templates/agents.mjs +18 -0
- package/resources/templates/agents.mjs.map +1 -0
- package/resources/templates/index.d.mts +3 -0
- package/resources/templates/index.d.mts.map +1 -0
- package/resources/templates/index.d.ts +3 -0
- package/resources/templates/index.d.ts.map +1 -0
- package/resources/templates/index.js +9 -0
- package/resources/templates/index.js.map +1 -0
- package/resources/templates/index.mjs +4 -0
- package/resources/templates/index.mjs.map +1 -0
- package/resources/templates/templates.d.mts +10 -0
- package/resources/templates/templates.d.mts.map +1 -0
- package/resources/templates/templates.d.ts +10 -0
- package/resources/templates/templates.d.ts.map +1 -0
- package/resources/templates/templates.js +17 -0
- package/resources/templates/templates.js.map +1 -0
- package/resources/templates/templates.mjs +12 -0
- package/resources/templates/templates.mjs.map +1 -0
- package/resources/templates.d.mts +1 -493
- package/resources/templates.d.mts.map +1 -1
- package/resources/templates.d.ts +1 -493
- package/resources/templates.d.ts.map +1 -1
- package/resources/templates.js +2 -81
- package/resources/templates.js.map +1 -1
- package/resources/templates.mjs +1 -79
- package/resources/templates.mjs.map +1 -1
- package/resources/tools.d.mts +499 -1
- package/resources/tools.d.mts.map +1 -1
- package/resources/tools.d.ts +499 -1
- package/resources/tools.d.ts.map +1 -1
- package/resources/tools.js +54 -2
- package/resources/tools.js.map +1 -1
- package/resources/tools.mjs +52 -1
- package/resources/tools.mjs.map +1 -1
- package/resources/top-level.d.mts +11 -0
- package/resources/top-level.d.mts.map +1 -0
- package/resources/top-level.d.ts +11 -0
- package/resources/top-level.d.ts.map +1 -0
- package/resources/{tools/mcp.js → top-level.js} +1 -3
- package/resources/top-level.js.map +1 -0
- package/{src/resources/agents/core-memory.ts → resources/top-level.mjs} +2 -2
- package/resources/top-level.mjs.map +1 -0
- package/src/client.ts +146 -425
- package/src/core/api-promise.ts +4 -4
- package/src/core/error.ts +2 -2
- package/src/core/resource.ts +3 -3
- package/src/index.ts +3 -3
- package/src/internal/parse.ts +2 -2
- package/src/internal/shims.ts +1 -1
- package/src/internal/uploads.ts +5 -5
- package/src/internal/utils/base64.ts +3 -3
- package/src/internal/utils/log.ts +3 -3
- package/src/internal/utils/path.ts +2 -2
- package/src/internal/utils/values.ts +6 -6
- package/src/resources/agents/agents.ts +408 -396
- package/src/resources/agents/{core-memory/blocks.ts → blocks.ts} +52 -8
- package/src/resources/agents/files.ts +34 -4
- package/src/resources/agents/folders.ts +114 -4
- package/src/resources/agents/groups.ts +61 -0
- package/src/resources/agents/index.ts +21 -37
- package/src/resources/agents/messages.ts +381 -298
- package/src/resources/agents/tools.ts +65 -15
- package/src/resources/archives.ts +49 -9
- package/src/resources/{messages → batches}/batches.ts +32 -57
- package/src/resources/{messages → batches}/index.ts +1 -3
- package/src/resources/batches/messages.ts +63 -0
- package/src/resources/{tools/mcp.ts → batches.ts} +1 -1
- package/src/resources/blocks/agents.ts +79 -0
- package/src/resources/blocks/blocks.ts +392 -0
- package/src/resources/blocks/index.ts +13 -0
- package/src/resources/blocks.ts +1 -436
- package/src/resources/folders/agents.ts +55 -0
- package/src/resources/folders/files.ts +295 -0
- package/src/resources/folders/folders.ts +264 -0
- package/src/resources/folders/index.ts +21 -0
- package/src/resources/folders.ts +1 -460
- package/src/resources/groups/groups.ts +6 -14
- package/src/resources/groups/index.ts +3 -3
- package/src/resources/groups/messages.ts +43 -23
- package/src/resources/identities/agents.ts +70 -0
- package/src/resources/identities/blocks.ts +56 -0
- package/src/resources/identities/identities.ts +354 -0
- package/src/resources/identities/index.ts +18 -0
- package/src/resources/identities/properties.ts +30 -0
- package/src/resources/identities.ts +1 -432
- package/src/resources/index.ts +27 -154
- package/src/resources/models/embeddings.ts +22 -0
- package/src/resources/models/index.ts +12 -0
- package/src/resources/models/models.ts +277 -0
- package/src/resources/models.ts +1 -276
- package/src/resources/runs/index.ts +12 -0
- package/src/resources/runs/messages.ts +98 -0
- package/src/resources/runs/runs.ts +246 -0
- package/src/resources/runs/steps.ts +54 -0
- package/src/resources/runs/usage.ts +41 -0
- package/src/resources/runs.ts +1 -282
- package/src/resources/steps/feedback.ts +32 -0
- package/src/resources/steps/index.ts +7 -0
- package/src/resources/steps/messages.ts +67 -0
- package/src/resources/steps/metrics.ts +81 -0
- package/src/resources/steps/steps.ts +334 -0
- package/src/resources/steps/trace.ts +16 -0
- package/src/resources/steps.ts +1 -455
- package/src/resources/templates/agents.ts +83 -0
- package/src/resources/templates/index.ts +4 -0
- package/src/resources/templates/templates.ts +15 -0
- package/src/resources/templates.ts +1 -783
- package/src/resources/tools.ts +641 -1
- package/src/resources/top-level.ts +14 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/-internal-templates/-internal-templates.d.mts +0 -324
- package/resources/-internal-templates/-internal-templates.d.mts.map +0 -1
- package/resources/-internal-templates/-internal-templates.d.ts +0 -324
- package/resources/-internal-templates/-internal-templates.d.ts.map +0 -1
- package/resources/-internal-templates/-internal-templates.js +0 -35
- package/resources/-internal-templates/-internal-templates.js.map +0 -1
- package/resources/-internal-templates/-internal-templates.mjs +0 -30
- package/resources/-internal-templates/-internal-templates.mjs.map +0 -1
- package/resources/-internal-templates/deployment.d.mts +0 -56
- package/resources/-internal-templates/deployment.d.mts.map +0 -1
- package/resources/-internal-templates/deployment.d.ts +0 -56
- package/resources/-internal-templates/deployment.d.ts.map +0 -1
- package/resources/-internal-templates/deployment.js +0 -24
- package/resources/-internal-templates/deployment.js.map +0 -1
- package/resources/-internal-templates/deployment.mjs +0 -20
- package/resources/-internal-templates/deployment.mjs.map +0 -1
- package/resources/-internal-templates/index.d.mts +0 -3
- package/resources/-internal-templates/index.d.mts.map +0 -1
- package/resources/-internal-templates/index.d.ts +0 -3
- package/resources/-internal-templates/index.d.ts.map +0 -1
- package/resources/-internal-templates/index.js +0 -9
- package/resources/-internal-templates/index.js.map +0 -1
- package/resources/-internal-templates/index.mjs +0 -4
- package/resources/-internal-templates/index.mjs.map +0 -1
- package/resources/-internal-templates.d.mts +0 -2
- package/resources/-internal-templates.d.mts.map +0 -1
- package/resources/-internal-templates.d.ts +0 -2
- package/resources/-internal-templates.d.ts.map +0 -1
- package/resources/-internal-templates.js +0 -6
- package/resources/-internal-templates.js.map +0 -1
- package/resources/-internal-templates.mjs +0 -3
- package/resources/-internal-templates.mjs.map +0 -1
- package/resources/agents/archival-memory.d.mts +0 -128
- package/resources/agents/archival-memory.d.mts.map +0 -1
- package/resources/agents/archival-memory.d.ts +0 -128
- package/resources/agents/archival-memory.d.ts.map +0 -1
- package/resources/agents/archival-memory.js +0 -41
- package/resources/agents/archival-memory.js.map +0 -1
- package/resources/agents/archival-memory.mjs +0 -37
- package/resources/agents/archival-memory.mjs.map +0 -1
- package/resources/agents/core-memory/blocks.d.mts.map +0 -1
- package/resources/agents/core-memory/blocks.d.ts.map +0 -1
- package/resources/agents/core-memory/blocks.js.map +0 -1
- package/resources/agents/core-memory/blocks.mjs.map +0 -1
- package/resources/agents/core-memory/core-memory.d.mts +0 -142
- package/resources/agents/core-memory/core-memory.d.mts.map +0 -1
- package/resources/agents/core-memory/core-memory.d.ts +0 -142
- package/resources/agents/core-memory/core-memory.d.ts.map +0 -1
- package/resources/agents/core-memory/core-memory.js +0 -31
- package/resources/agents/core-memory/core-memory.js.map +0 -1
- package/resources/agents/core-memory/core-memory.mjs +0 -26
- package/resources/agents/core-memory/core-memory.mjs.map +0 -1
- package/resources/agents/core-memory/index.d.mts +0 -3
- package/resources/agents/core-memory/index.d.mts.map +0 -1
- package/resources/agents/core-memory/index.d.ts +0 -3
- package/resources/agents/core-memory/index.d.ts.map +0 -1
- package/resources/agents/core-memory/index.js.map +0 -1
- package/resources/agents/core-memory/index.mjs.map +0 -1
- package/resources/agents/core-memory.d.mts +0 -2
- package/resources/agents/core-memory.d.mts.map +0 -1
- package/resources/agents/core-memory.d.ts +0 -2
- package/resources/agents/core-memory.d.ts.map +0 -1
- package/resources/agents/core-memory.js +0 -6
- package/resources/agents/core-memory.js.map +0 -1
- package/resources/agents/core-memory.mjs +0 -3
- package/resources/agents/core-memory.mjs.map +0 -1
- package/resources/agents/sources.d.mts +0 -30
- package/resources/agents/sources.d.mts.map +0 -1
- package/resources/agents/sources.d.ts +0 -30
- package/resources/agents/sources.d.ts.map +0 -1
- package/resources/agents/sources.js +0 -30
- package/resources/agents/sources.js.map +0 -1
- package/resources/agents/sources.mjs +0 -26
- package/resources/agents/sources.mjs.map +0 -1
- package/resources/client-side-access-tokens.d.mts +0 -105
- package/resources/client-side-access-tokens.d.mts.map +0 -1
- package/resources/client-side-access-tokens.d.ts +0 -105
- package/resources/client-side-access-tokens.d.ts.map +0 -1
- package/resources/client-side-access-tokens.js +0 -30
- package/resources/client-side-access-tokens.js.map +0 -1
- package/resources/client-side-access-tokens.mjs +0 -26
- package/resources/client-side-access-tokens.mjs.map +0 -1
- package/resources/embeddings.d.mts +0 -18
- package/resources/embeddings.d.mts.map +0 -1
- package/resources/embeddings.d.ts +0 -18
- package/resources/embeddings.d.ts.map +0 -1
- package/resources/embeddings.js +0 -24
- package/resources/embeddings.js.map +0 -1
- package/resources/embeddings.mjs +0 -20
- package/resources/embeddings.mjs.map +0 -1
- package/resources/health.d.mts +0 -20
- package/resources/health.d.mts.map +0 -1
- package/resources/health.d.ts +0 -20
- package/resources/health.d.ts.map +0 -1
- package/resources/health.js +0 -15
- package/resources/health.js.map +0 -1
- package/resources/health.mjs +0 -11
- package/resources/health.mjs.map +0 -1
- package/resources/jobs.d.mts +0 -165
- package/resources/jobs.d.mts.map +0 -1
- package/resources/jobs.d.ts +0 -165
- package/resources/jobs.d.ts.map +0 -1
- package/resources/jobs.js +0 -45
- package/resources/jobs.js.map +0 -1
- package/resources/jobs.mjs +0 -41
- package/resources/jobs.mjs.map +0 -1
- package/resources/messages/batches.d.mts.map +0 -1
- package/resources/messages/batches.d.ts.map +0 -1
- package/resources/messages/batches.js.map +0 -1
- package/resources/messages/batches.mjs.map +0 -1
- package/resources/messages/index.d.mts +0 -3
- package/resources/messages/index.d.mts.map +0 -1
- package/resources/messages/index.d.ts +0 -3
- package/resources/messages/index.d.ts.map +0 -1
- package/resources/messages/index.js.map +0 -1
- package/resources/messages/index.mjs.map +0 -1
- package/resources/messages/messages.d.mts +0 -10
- package/resources/messages/messages.d.mts.map +0 -1
- package/resources/messages/messages.d.ts +0 -10
- package/resources/messages/messages.d.ts.map +0 -1
- package/resources/messages/messages.js +0 -17
- package/resources/messages/messages.js.map +0 -1
- package/resources/messages/messages.mjs +0 -12
- package/resources/messages/messages.mjs.map +0 -1
- package/resources/messages.d.mts +0 -2
- package/resources/messages.d.mts.map +0 -1
- package/resources/messages.d.ts +0 -2
- package/resources/messages.d.ts.map +0 -1
- package/resources/messages.js +0 -6
- package/resources/messages.js.map +0 -1
- package/resources/messages.mjs +0 -3
- package/resources/messages.mjs.map +0 -1
- package/resources/projects.d.mts +0 -29
- package/resources/projects.d.mts.map +0 -1
- package/resources/projects.d.ts +0 -29
- package/resources/projects.d.ts.map +0 -1
- package/resources/projects.js +0 -15
- package/resources/projects.js.map +0 -1
- package/resources/projects.mjs +0 -11
- package/resources/projects.mjs.map +0 -1
- package/resources/providers.d.mts +0 -190
- package/resources/providers.d.mts.map +0 -1
- package/resources/providers.d.ts +0 -190
- package/resources/providers.d.ts.map +0 -1
- package/resources/providers.js +0 -46
- package/resources/providers.js.map +0 -1
- package/resources/providers.mjs +0 -42
- package/resources/providers.mjs.map +0 -1
- package/resources/sources/files.d.mts +0 -53
- package/resources/sources/files.d.mts.map +0 -1
- package/resources/sources/files.d.ts +0 -53
- package/resources/sources/files.d.ts.map +0 -1
- package/resources/sources/files.js +0 -27
- package/resources/sources/files.js.map +0 -1
- package/resources/sources/files.mjs +0 -23
- package/resources/sources/files.mjs.map +0 -1
- package/resources/sources/index.d.mts +0 -3
- package/resources/sources/index.d.mts.map +0 -1
- package/resources/sources/index.d.ts +0 -3
- package/resources/sources/index.d.ts.map +0 -1
- package/resources/sources/index.js +0 -9
- package/resources/sources/index.js.map +0 -1
- package/resources/sources/index.mjs +0 -4
- package/resources/sources/index.mjs.map +0 -1
- package/resources/sources/sources.d.mts +0 -530
- package/resources/sources/sources.d.mts.map +0 -1
- package/resources/sources/sources.d.ts +0 -530
- package/resources/sources/sources.d.ts.map +0 -1
- package/resources/sources/sources.js +0 -129
- package/resources/sources/sources.js.map +0 -1
- package/resources/sources/sources.mjs +0 -124
- package/resources/sources/sources.mjs.map +0 -1
- package/resources/sources.d.mts +0 -2
- package/resources/sources.d.mts.map +0 -1
- package/resources/sources.d.ts +0 -2
- package/resources/sources.d.ts.map +0 -1
- package/resources/sources.js.map +0 -1
- package/resources/sources.mjs +0 -3
- package/resources/sources.mjs.map +0 -1
- package/resources/telemetry.d.mts +0 -15
- package/resources/telemetry.d.mts.map +0 -1
- package/resources/telemetry.d.ts +0 -15
- package/resources/telemetry.d.ts.map +0 -1
- package/resources/telemetry.js +0 -20
- package/resources/telemetry.js.map +0 -1
- package/resources/telemetry.mjs +0 -16
- package/resources/telemetry.mjs.map +0 -1
- package/resources/tools/composio/apps.d.mts +0 -131
- package/resources/tools/composio/apps.d.mts.map +0 -1
- package/resources/tools/composio/apps.d.ts +0 -131
- package/resources/tools/composio/apps.d.ts.map +0 -1
- package/resources/tools/composio/apps.js +0 -22
- package/resources/tools/composio/apps.js.map +0 -1
- package/resources/tools/composio/apps.mjs +0 -18
- package/resources/tools/composio/apps.mjs.map +0 -1
- package/resources/tools/composio/composio.d.mts +0 -18
- package/resources/tools/composio/composio.d.mts.map +0 -1
- package/resources/tools/composio/composio.d.ts +0 -18
- package/resources/tools/composio/composio.d.ts.map +0 -1
- package/resources/tools/composio/composio.js +0 -25
- package/resources/tools/composio/composio.js.map +0 -1
- package/resources/tools/composio/composio.mjs +0 -20
- package/resources/tools/composio/composio.mjs.map +0 -1
- package/resources/tools/composio/index.d.mts +0 -3
- package/resources/tools/composio/index.d.mts.map +0 -1
- package/resources/tools/composio/index.d.ts +0 -3
- package/resources/tools/composio/index.d.ts.map +0 -1
- package/resources/tools/composio/index.js +0 -9
- package/resources/tools/composio/index.js.map +0 -1
- package/resources/tools/composio/index.mjs +0 -4
- package/resources/tools/composio/index.mjs.map +0 -1
- package/resources/tools/composio.d.mts +0 -2
- package/resources/tools/composio.d.mts.map +0 -1
- package/resources/tools/composio.d.ts +0 -2
- package/resources/tools/composio.d.ts.map +0 -1
- package/resources/tools/composio.js +0 -6
- package/resources/tools/composio.js.map +0 -1
- package/resources/tools/composio.mjs +0 -3
- package/resources/tools/composio.mjs.map +0 -1
- package/resources/tools/index.d.mts +0 -4
- package/resources/tools/index.d.mts.map +0 -1
- package/resources/tools/index.d.ts +0 -4
- package/resources/tools/index.d.ts.map +0 -1
- package/resources/tools/index.js +0 -11
- package/resources/tools/index.js.map +0 -1
- package/resources/tools/index.mjs +0 -5
- package/resources/tools/index.mjs.map +0 -1
- package/resources/tools/mcp/index.d.mts +0 -4
- package/resources/tools/mcp/index.d.mts.map +0 -1
- package/resources/tools/mcp/index.d.ts +0 -4
- package/resources/tools/mcp/index.d.ts.map +0 -1
- package/resources/tools/mcp/index.js +0 -11
- package/resources/tools/mcp/index.js.map +0 -1
- package/resources/tools/mcp/index.mjs +0 -5
- package/resources/tools/mcp/index.mjs.map +0 -1
- package/resources/tools/mcp/mcp.d.mts +0 -14
- package/resources/tools/mcp/mcp.d.mts.map +0 -1
- package/resources/tools/mcp/mcp.d.ts +0 -14
- package/resources/tools/mcp/mcp.d.ts.map +0 -1
- package/resources/tools/mcp/mcp.js +0 -21
- package/resources/tools/mcp/mcp.js.map +0 -1
- package/resources/tools/mcp/mcp.mjs +0 -16
- package/resources/tools/mcp/mcp.mjs.map +0 -1
- package/resources/tools/mcp/oauth.d.mts +0 -32
- package/resources/tools/mcp/oauth.d.mts.map +0 -1
- package/resources/tools/mcp/oauth.d.ts +0 -32
- package/resources/tools/mcp/oauth.d.ts.map +0 -1
- package/resources/tools/mcp/oauth.js +0 -16
- package/resources/tools/mcp/oauth.js.map +0 -1
- package/resources/tools/mcp/oauth.mjs +0 -12
- package/resources/tools/mcp/oauth.mjs.map +0 -1
- package/resources/tools/mcp/servers/index.d.mts +0 -3
- package/resources/tools/mcp/servers/index.d.mts.map +0 -1
- package/resources/tools/mcp/servers/index.d.ts +0 -3
- package/resources/tools/mcp/servers/index.d.ts.map +0 -1
- package/resources/tools/mcp/servers/index.js +0 -9
- package/resources/tools/mcp/servers/index.js.map +0 -1
- package/resources/tools/mcp/servers/index.mjs +0 -4
- package/resources/tools/mcp/servers/index.mjs.map +0 -1
- package/resources/tools/mcp/servers/servers.d.mts +0 -442
- package/resources/tools/mcp/servers/servers.d.mts.map +0 -1
- package/resources/tools/mcp/servers/servers.d.ts +0 -442
- package/resources/tools/mcp/servers/servers.d.ts.map +0 -1
- package/resources/tools/mcp/servers/servers.js +0 -80
- package/resources/tools/mcp/servers/servers.js.map +0 -1
- package/resources/tools/mcp/servers/servers.mjs +0 -75
- package/resources/tools/mcp/servers/servers.mjs.map +0 -1
- package/resources/tools/mcp/servers/tools.d.mts +0 -100
- package/resources/tools/mcp/servers/tools.d.mts.map +0 -1
- package/resources/tools/mcp/servers/tools.d.ts +0 -100
- package/resources/tools/mcp/servers/tools.d.ts.map +0 -1
- package/resources/tools/mcp/servers/tools.js +0 -27
- package/resources/tools/mcp/servers/tools.js.map +0 -1
- package/resources/tools/mcp/servers/tools.mjs +0 -23
- package/resources/tools/mcp/servers/tools.mjs.map +0 -1
- package/resources/tools/mcp/servers.d.mts +0 -2
- package/resources/tools/mcp/servers.d.mts.map +0 -1
- package/resources/tools/mcp/servers.d.ts +0 -2
- package/resources/tools/mcp/servers.d.ts.map +0 -1
- package/resources/tools/mcp/servers.js +0 -6
- package/resources/tools/mcp/servers.js.map +0 -1
- package/resources/tools/mcp/servers.mjs.map +0 -1
- package/resources/tools/mcp.d.mts +0 -2
- package/resources/tools/mcp.d.mts.map +0 -1
- package/resources/tools/mcp.d.ts +0 -2
- package/resources/tools/mcp.d.ts.map +0 -1
- package/resources/tools/mcp.js.map +0 -1
- package/resources/tools/mcp.mjs +0 -3
- package/resources/tools/mcp.mjs.map +0 -1
- package/resources/tools/tools.d.mts +0 -515
- package/resources/tools/tools.d.mts.map +0 -1
- package/resources/tools/tools.d.ts +0 -515
- package/resources/tools/tools.d.ts.map +0 -1
- package/resources/tools/tools.js +0 -76
- package/resources/tools/tools.js.map +0 -1
- package/resources/tools/tools.mjs +0 -71
- package/resources/tools/tools.mjs.map +0 -1
- package/resources/voice-beta/chat.d.mts +0 -19
- package/resources/voice-beta/chat.d.mts.map +0 -1
- package/resources/voice-beta/chat.d.ts +0 -19
- package/resources/voice-beta/chat.d.ts.map +0 -1
- package/resources/voice-beta/chat.js +0 -17
- package/resources/voice-beta/chat.js.map +0 -1
- package/resources/voice-beta/chat.mjs +0 -13
- package/resources/voice-beta/chat.mjs.map +0 -1
- package/resources/voice-beta/index.d.mts +0 -3
- package/resources/voice-beta/index.d.mts.map +0 -1
- package/resources/voice-beta/index.d.ts +0 -3
- package/resources/voice-beta/index.d.ts.map +0 -1
- package/resources/voice-beta/index.js +0 -9
- package/resources/voice-beta/index.js.map +0 -1
- package/resources/voice-beta/index.mjs +0 -4
- package/resources/voice-beta/index.mjs.map +0 -1
- package/resources/voice-beta/voice-beta.d.mts +0 -10
- package/resources/voice-beta/voice-beta.d.mts.map +0 -1
- package/resources/voice-beta/voice-beta.d.ts +0 -10
- package/resources/voice-beta/voice-beta.d.ts.map +0 -1
- package/resources/voice-beta/voice-beta.js +0 -17
- package/resources/voice-beta/voice-beta.js.map +0 -1
- package/resources/voice-beta/voice-beta.mjs +0 -12
- package/resources/voice-beta/voice-beta.mjs.map +0 -1
- package/resources/voice-beta.d.mts +0 -2
- package/resources/voice-beta.d.mts.map +0 -1
- package/resources/voice-beta.d.ts +0 -2
- package/resources/voice-beta.d.ts.map +0 -1
- package/resources/voice-beta.js +0 -6
- package/resources/voice-beta.js.map +0 -1
- package/resources/voice-beta.mjs +0 -3
- package/resources/voice-beta.mjs.map +0 -1
- package/src/resources/-internal-templates/-internal-templates.ts +0 -441
- package/src/resources/-internal-templates/deployment.ts +0 -88
- package/src/resources/-internal-templates/index.ts +0 -14
- package/src/resources/-internal-templates.ts +0 -3
- package/src/resources/agents/archival-memory.ts +0 -192
- package/src/resources/agents/core-memory/core-memory.ts +0 -201
- package/src/resources/agents/core-memory/index.ts +0 -13
- package/src/resources/agents/sources.ts +0 -59
- package/src/resources/client-side-access-tokens.ts +0 -166
- package/src/resources/embeddings.ts +0 -39
- package/src/resources/health.ts +0 -27
- package/src/resources/jobs.ts +0 -219
- package/src/resources/messages/messages.ts +0 -33
- package/src/resources/messages.ts +0 -3
- package/src/resources/projects.ts +0 -45
- package/src/resources/providers.ts +0 -261
- package/src/resources/sources/files.ts +0 -82
- package/src/resources/sources/index.ts +0 -26
- package/src/resources/sources/sources.ts +0 -702
- package/src/resources/sources.ts +0 -3
- package/src/resources/telemetry.ts +0 -20
- package/src/resources/tools/composio/apps.ts +0 -198
- package/src/resources/tools/composio/composio.ts +0 -31
- package/src/resources/tools/composio/index.ts +0 -4
- package/src/resources/tools/composio.ts +0 -3
- package/src/resources/tools/index.ts +0 -23
- package/src/resources/tools/mcp/index.ts +0 -24
- package/src/resources/tools/mcp/mcp.ts +0 -63
- package/src/resources/tools/mcp/oauth.ts +0 -50
- package/src/resources/tools/mcp/servers/index.ts +0 -23
- package/src/resources/tools/mcp/servers/servers.ts +0 -587
- package/src/resources/tools/mcp/servers/tools.ts +0 -130
- package/src/resources/tools/mcp/servers.ts +0 -3
- package/src/resources/tools/tools.ts +0 -663
- package/src/resources/voice-beta/chat.ts +0 -33
- package/src/resources/voice-beta/index.ts +0 -4
- package/src/resources/voice-beta/voice-beta.ts +0 -19
- package/src/resources/voice-beta.ts +0 -3
- /package/resources/{messages → batches}/index.js +0 -0
- /package/resources/{messages → batches}/index.mjs +0 -0
|
@@ -1,324 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
-
import * as BlocksAPI from "../blocks.mjs";
|
|
3
|
-
import * as ModelsAPI from "../models.mjs";
|
|
4
|
-
import * as DeploymentAPI from "./deployment.mjs";
|
|
5
|
-
import { Deployment, DeploymentDeleteResponse, DeploymentListEntitiesParams, DeploymentListEntitiesResponse } from "./deployment.mjs";
|
|
6
|
-
import * as AgentsAPI from "../agents/agents.mjs";
|
|
7
|
-
import * as GroupsAPI from "../groups/groups.mjs";
|
|
8
|
-
import * as CoreMemoryBlocksAPI from "../agents/core-memory/blocks.mjs";
|
|
9
|
-
import { APIPromise } from "../../core/api-promise.mjs";
|
|
10
|
-
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
11
|
-
export declare class _InternalTemplates extends APIResource {
|
|
12
|
-
deployment: DeploymentAPI.Deployment;
|
|
13
|
-
/**
|
|
14
|
-
* Create a new agent with template-related fields.
|
|
15
|
-
*/
|
|
16
|
-
createAgent(body: InternalTemplateCreateAgentParams, options?: RequestOptions): APIPromise<AgentsAPI.AgentState>;
|
|
17
|
-
/**
|
|
18
|
-
* Create a new block with template-related fields.
|
|
19
|
-
*/
|
|
20
|
-
createBlock(body: InternalTemplateCreateBlockParams, options?: RequestOptions): APIPromise<CoreMemoryBlocksAPI.Block>;
|
|
21
|
-
/**
|
|
22
|
-
* Create a new multi-agent group with the specified configuration.
|
|
23
|
-
*/
|
|
24
|
-
createGroup(body: InternalTemplateCreateGroupParams, options?: RequestOptions): APIPromise<GroupsAPI.Group>;
|
|
25
|
-
}
|
|
26
|
-
export interface InternalTemplateCreateAgentParams {
|
|
27
|
-
/**
|
|
28
|
-
* The id of the base template.
|
|
29
|
-
*/
|
|
30
|
-
base_template_id: string;
|
|
31
|
-
/**
|
|
32
|
-
* The id of the deployment.
|
|
33
|
-
*/
|
|
34
|
-
deployment_id: string;
|
|
35
|
-
/**
|
|
36
|
-
* The id of the entity within the template.
|
|
37
|
-
*/
|
|
38
|
-
entity_id: string;
|
|
39
|
-
/**
|
|
40
|
-
* The id of the template.
|
|
41
|
-
*/
|
|
42
|
-
template_id: string;
|
|
43
|
-
/**
|
|
44
|
-
* The type of agent.
|
|
45
|
-
*/
|
|
46
|
-
agent_type?: AgentsAPI.AgentType;
|
|
47
|
-
/**
|
|
48
|
-
* The ids of the blocks used by the agent.
|
|
49
|
-
*/
|
|
50
|
-
block_ids?: Array<string> | null;
|
|
51
|
-
/**
|
|
52
|
-
* The context window limit used by the agent.
|
|
53
|
-
*/
|
|
54
|
-
context_window_limit?: number | null;
|
|
55
|
-
/**
|
|
56
|
-
* The description of the agent.
|
|
57
|
-
*/
|
|
58
|
-
description?: string | null;
|
|
59
|
-
/**
|
|
60
|
-
* The embedding configuration handle used by the agent, specified in the format
|
|
61
|
-
* provider/model-name.
|
|
62
|
-
*/
|
|
63
|
-
embedding?: string | null;
|
|
64
|
-
/**
|
|
65
|
-
* The embedding chunk size used by the agent.
|
|
66
|
-
*/
|
|
67
|
-
embedding_chunk_size?: number | null;
|
|
68
|
-
/**
|
|
69
|
-
* Configuration for embedding model connection and processing parameters.
|
|
70
|
-
*/
|
|
71
|
-
embedding_config?: ModelsAPI.EmbeddingConfig | null;
|
|
72
|
-
/**
|
|
73
|
-
* Whether to enable internal extended thinking step for a reasoner model.
|
|
74
|
-
*/
|
|
75
|
-
enable_reasoner?: boolean | null;
|
|
76
|
-
/**
|
|
77
|
-
* If set to True, memory management will move to a background agent thread.
|
|
78
|
-
*/
|
|
79
|
-
enable_sleeptime?: boolean | null;
|
|
80
|
-
/**
|
|
81
|
-
* The template id used to configure the agent
|
|
82
|
-
*/
|
|
83
|
-
from_template?: string | null;
|
|
84
|
-
/**
|
|
85
|
-
* If set to True, the agent will be hidden.
|
|
86
|
-
*/
|
|
87
|
-
hidden?: boolean | null;
|
|
88
|
-
/**
|
|
89
|
-
* The ids of the identities associated with this agent.
|
|
90
|
-
*/
|
|
91
|
-
identity_ids?: Array<string> | null;
|
|
92
|
-
/**
|
|
93
|
-
* If true, attaches the Letta base tool rules (e.g. deny all tools not explicitly
|
|
94
|
-
* allowed).
|
|
95
|
-
*/
|
|
96
|
-
include_base_tool_rules?: boolean | null;
|
|
97
|
-
/**
|
|
98
|
-
* If true, attaches the Letta core tools (e.g. core_memory related functions).
|
|
99
|
-
*/
|
|
100
|
-
include_base_tools?: boolean;
|
|
101
|
-
/**
|
|
102
|
-
* If true, automatically creates and attaches a default data source for this
|
|
103
|
-
* agent.
|
|
104
|
-
*/
|
|
105
|
-
include_default_source?: boolean;
|
|
106
|
-
/**
|
|
107
|
-
* If true, attaches the Letta multi-agent tools (e.g. sending a message to another
|
|
108
|
-
* agent).
|
|
109
|
-
*/
|
|
110
|
-
include_multi_agent_tools?: boolean;
|
|
111
|
-
/**
|
|
112
|
-
* The initial set of messages to put in the agent's in-context memory.
|
|
113
|
-
*/
|
|
114
|
-
initial_message_sequence?: Array<AgentsAPI.MessageCreate> | null;
|
|
115
|
-
/**
|
|
116
|
-
* Configuration for Language Model (LLM) connection and generation parameters.
|
|
117
|
-
*/
|
|
118
|
-
llm_config?: ModelsAPI.LlmConfig | null;
|
|
119
|
-
/**
|
|
120
|
-
* Maximum number of files that can be open at once for this agent. Setting this
|
|
121
|
-
* too high may exceed the context window, which will break the agent.
|
|
122
|
-
*/
|
|
123
|
-
max_files_open?: number | null;
|
|
124
|
-
/**
|
|
125
|
-
* The maximum number of tokens to generate for reasoning step. If not set, the
|
|
126
|
-
* model will use its default value.
|
|
127
|
-
*/
|
|
128
|
-
max_reasoning_tokens?: number | null;
|
|
129
|
-
/**
|
|
130
|
-
* The maximum number of tokens to generate, including reasoning step. If not set,
|
|
131
|
-
* the model will use its default value.
|
|
132
|
-
*/
|
|
133
|
-
max_tokens?: number | null;
|
|
134
|
-
/**
|
|
135
|
-
* The blocks to create in the agent's in-context memory.
|
|
136
|
-
*/
|
|
137
|
-
memory_blocks?: Array<BlocksAPI.CreateBlock> | null;
|
|
138
|
-
/**
|
|
139
|
-
* The variables that should be set for the agent.
|
|
140
|
-
*/
|
|
141
|
-
memory_variables?: {
|
|
142
|
-
[key: string]: string;
|
|
143
|
-
} | null;
|
|
144
|
-
/**
|
|
145
|
-
* If set to True, the agent will not remember previous messages (though the agent
|
|
146
|
-
* will still retain state via core memory blocks and archival/recall memory). Not
|
|
147
|
-
* recommended unless you have an advanced use case.
|
|
148
|
-
*/
|
|
149
|
-
message_buffer_autoclear?: boolean;
|
|
150
|
-
/**
|
|
151
|
-
* The metadata of the agent.
|
|
152
|
-
*/
|
|
153
|
-
metadata?: {
|
|
154
|
-
[key: string]: unknown;
|
|
155
|
-
} | null;
|
|
156
|
-
/**
|
|
157
|
-
* The LLM configuration handle used by the agent, specified in the format
|
|
158
|
-
* provider/model-name, as an alternative to specifying llm_config.
|
|
159
|
-
*/
|
|
160
|
-
model?: string | null;
|
|
161
|
-
/**
|
|
162
|
-
* The name of the agent.
|
|
163
|
-
*/
|
|
164
|
-
name?: string;
|
|
165
|
-
/**
|
|
166
|
-
* The per-file view window character limit for this agent. Setting this too high
|
|
167
|
-
* may exceed the context window, which will break the agent.
|
|
168
|
-
*/
|
|
169
|
-
per_file_view_window_char_limit?: number | null;
|
|
170
|
-
/**
|
|
171
|
-
* @deprecated Deprecated: Project should now be passed via the X-Project header
|
|
172
|
-
* instead of in the request body. If using the sdk, this can be done via the new
|
|
173
|
-
* x_project field below.
|
|
174
|
-
*/
|
|
175
|
-
project?: string | null;
|
|
176
|
-
/**
|
|
177
|
-
* The id of the project the agent belongs to.
|
|
178
|
-
*/
|
|
179
|
-
project_id?: string | null;
|
|
180
|
-
/**
|
|
181
|
-
* Whether to enable reasoning for this agent.
|
|
182
|
-
*/
|
|
183
|
-
reasoning?: boolean | null;
|
|
184
|
-
/**
|
|
185
|
-
* The response format for the agent.
|
|
186
|
-
*/
|
|
187
|
-
response_format?: AgentsAPI.TextResponseFormat | AgentsAPI.JsonSchemaResponseFormat | AgentsAPI.JsonObjectResponseFormat | null;
|
|
188
|
-
/**
|
|
189
|
-
* The environment variables for tool execution specific to this agent.
|
|
190
|
-
*/
|
|
191
|
-
secrets?: {
|
|
192
|
-
[key: string]: string;
|
|
193
|
-
} | null;
|
|
194
|
-
/**
|
|
195
|
-
* The ids of the sources used by the agent.
|
|
196
|
-
*/
|
|
197
|
-
source_ids?: Array<string> | null;
|
|
198
|
-
/**
|
|
199
|
-
* The system prompt used by the agent.
|
|
200
|
-
*/
|
|
201
|
-
system?: string | null;
|
|
202
|
-
/**
|
|
203
|
-
* The tags associated with the agent.
|
|
204
|
-
*/
|
|
205
|
-
tags?: Array<string> | null;
|
|
206
|
-
/**
|
|
207
|
-
* Whether the agent is a template
|
|
208
|
-
*/
|
|
209
|
-
template?: boolean;
|
|
210
|
-
/**
|
|
211
|
-
* The timezone of the agent (IANA format).
|
|
212
|
-
*/
|
|
213
|
-
timezone?: string | null;
|
|
214
|
-
/**
|
|
215
|
-
* Deprecated: use `secrets` field instead.
|
|
216
|
-
*/
|
|
217
|
-
tool_exec_environment_variables?: {
|
|
218
|
-
[key: string]: string;
|
|
219
|
-
} | null;
|
|
220
|
-
/**
|
|
221
|
-
* The ids of the tools used by the agent.
|
|
222
|
-
*/
|
|
223
|
-
tool_ids?: Array<string> | null;
|
|
224
|
-
/**
|
|
225
|
-
* The tool rules governing the agent.
|
|
226
|
-
*/
|
|
227
|
-
tool_rules?: Array<AgentsAPI.ChildToolRule | AgentsAPI.InitToolRule | AgentsAPI.TerminalToolRule | AgentsAPI.ConditionalToolRule | AgentsAPI.ContinueToolRule | AgentsAPI.RequiredBeforeExitToolRule | AgentsAPI.MaxCountPerStepToolRule | AgentsAPI.ParentToolRule | AgentsAPI.RequiresApprovalToolRule> | null;
|
|
228
|
-
/**
|
|
229
|
-
* The tools used by the agent.
|
|
230
|
-
*/
|
|
231
|
-
tools?: Array<string> | null;
|
|
232
|
-
}
|
|
233
|
-
export interface InternalTemplateCreateBlockParams {
|
|
234
|
-
/**
|
|
235
|
-
* The id of the base template.
|
|
236
|
-
*/
|
|
237
|
-
base_template_id: string;
|
|
238
|
-
/**
|
|
239
|
-
* The id of the deployment.
|
|
240
|
-
*/
|
|
241
|
-
deployment_id: string;
|
|
242
|
-
/**
|
|
243
|
-
* The id of the entity within the template.
|
|
244
|
-
*/
|
|
245
|
-
entity_id: string;
|
|
246
|
-
/**
|
|
247
|
-
* Label of the block.
|
|
248
|
-
*/
|
|
249
|
-
label: string;
|
|
250
|
-
/**
|
|
251
|
-
* The id of the template.
|
|
252
|
-
*/
|
|
253
|
-
template_id: string;
|
|
254
|
-
/**
|
|
255
|
-
* Value of the block.
|
|
256
|
-
*/
|
|
257
|
-
value: string;
|
|
258
|
-
/**
|
|
259
|
-
* Description of the block.
|
|
260
|
-
*/
|
|
261
|
-
description?: string | null;
|
|
262
|
-
/**
|
|
263
|
-
* If set to True, the block will be hidden.
|
|
264
|
-
*/
|
|
265
|
-
hidden?: boolean | null;
|
|
266
|
-
is_template?: boolean;
|
|
267
|
-
/**
|
|
268
|
-
* Character limit of the block.
|
|
269
|
-
*/
|
|
270
|
-
limit?: number;
|
|
271
|
-
/**
|
|
272
|
-
* Metadata of the block.
|
|
273
|
-
*/
|
|
274
|
-
metadata?: {
|
|
275
|
-
[key: string]: unknown;
|
|
276
|
-
} | null;
|
|
277
|
-
/**
|
|
278
|
-
* Name of the block if it is a template.
|
|
279
|
-
*/
|
|
280
|
-
name?: string | null;
|
|
281
|
-
/**
|
|
282
|
-
* Preserve the block on template migration.
|
|
283
|
-
*/
|
|
284
|
-
preserve_on_migration?: boolean | null;
|
|
285
|
-
/**
|
|
286
|
-
* The associated project id.
|
|
287
|
-
*/
|
|
288
|
-
project_id?: string | null;
|
|
289
|
-
/**
|
|
290
|
-
* Whether the agent has read-only access to the block.
|
|
291
|
-
*/
|
|
292
|
-
read_only?: boolean;
|
|
293
|
-
}
|
|
294
|
-
export interface InternalTemplateCreateGroupParams {
|
|
295
|
-
agent_ids: Array<string>;
|
|
296
|
-
/**
|
|
297
|
-
* The id of the base template.
|
|
298
|
-
*/
|
|
299
|
-
base_template_id: string;
|
|
300
|
-
/**
|
|
301
|
-
* The id of the deployment.
|
|
302
|
-
*/
|
|
303
|
-
deployment_id: string;
|
|
304
|
-
description: string;
|
|
305
|
-
/**
|
|
306
|
-
* The id of the template.
|
|
307
|
-
*/
|
|
308
|
-
template_id: string;
|
|
309
|
-
/**
|
|
310
|
-
* If set to True, the group will be hidden.
|
|
311
|
-
*/
|
|
312
|
-
hidden?: boolean | null;
|
|
313
|
-
manager_config?: GroupsAPI.RoundRobinManager | GroupsAPI.SupervisorManager | GroupsAPI.DynamicManager | GroupsAPI.SleeptimeManager | GroupsAPI.VoiceSleeptimeManager;
|
|
314
|
-
/**
|
|
315
|
-
* The associated project id.
|
|
316
|
-
*/
|
|
317
|
-
project_id?: string | null;
|
|
318
|
-
shared_block_ids?: Array<string>;
|
|
319
|
-
}
|
|
320
|
-
export declare namespace _InternalTemplates {
|
|
321
|
-
export { type InternalTemplateCreateAgentParams as InternalTemplateCreateAgentParams, type InternalTemplateCreateBlockParams as InternalTemplateCreateBlockParams, type InternalTemplateCreateGroupParams as InternalTemplateCreateGroupParams, };
|
|
322
|
-
export { Deployment as Deployment, type DeploymentDeleteResponse as DeploymentDeleteResponse, type DeploymentListEntitiesResponse as DeploymentListEntitiesResponse, type DeploymentListEntitiesParams as DeploymentListEntitiesParams, };
|
|
323
|
-
}
|
|
324
|
-
//# sourceMappingURL=-internal-templates.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"-internal-templates.d.mts","sourceRoot":"","sources":["../../src/resources/-internal-templates/-internal-templates.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,324 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../core/resource.js";
|
|
2
|
-
import * as BlocksAPI from "../blocks.js";
|
|
3
|
-
import * as ModelsAPI from "../models.js";
|
|
4
|
-
import * as DeploymentAPI from "./deployment.js";
|
|
5
|
-
import { Deployment, DeploymentDeleteResponse, DeploymentListEntitiesParams, DeploymentListEntitiesResponse } from "./deployment.js";
|
|
6
|
-
import * as AgentsAPI from "../agents/agents.js";
|
|
7
|
-
import * as GroupsAPI from "../groups/groups.js";
|
|
8
|
-
import * as CoreMemoryBlocksAPI from "../agents/core-memory/blocks.js";
|
|
9
|
-
import { APIPromise } from "../../core/api-promise.js";
|
|
10
|
-
import { RequestOptions } from "../../internal/request-options.js";
|
|
11
|
-
export declare class _InternalTemplates extends APIResource {
|
|
12
|
-
deployment: DeploymentAPI.Deployment;
|
|
13
|
-
/**
|
|
14
|
-
* Create a new agent with template-related fields.
|
|
15
|
-
*/
|
|
16
|
-
createAgent(body: InternalTemplateCreateAgentParams, options?: RequestOptions): APIPromise<AgentsAPI.AgentState>;
|
|
17
|
-
/**
|
|
18
|
-
* Create a new block with template-related fields.
|
|
19
|
-
*/
|
|
20
|
-
createBlock(body: InternalTemplateCreateBlockParams, options?: RequestOptions): APIPromise<CoreMemoryBlocksAPI.Block>;
|
|
21
|
-
/**
|
|
22
|
-
* Create a new multi-agent group with the specified configuration.
|
|
23
|
-
*/
|
|
24
|
-
createGroup(body: InternalTemplateCreateGroupParams, options?: RequestOptions): APIPromise<GroupsAPI.Group>;
|
|
25
|
-
}
|
|
26
|
-
export interface InternalTemplateCreateAgentParams {
|
|
27
|
-
/**
|
|
28
|
-
* The id of the base template.
|
|
29
|
-
*/
|
|
30
|
-
base_template_id: string;
|
|
31
|
-
/**
|
|
32
|
-
* The id of the deployment.
|
|
33
|
-
*/
|
|
34
|
-
deployment_id: string;
|
|
35
|
-
/**
|
|
36
|
-
* The id of the entity within the template.
|
|
37
|
-
*/
|
|
38
|
-
entity_id: string;
|
|
39
|
-
/**
|
|
40
|
-
* The id of the template.
|
|
41
|
-
*/
|
|
42
|
-
template_id: string;
|
|
43
|
-
/**
|
|
44
|
-
* The type of agent.
|
|
45
|
-
*/
|
|
46
|
-
agent_type?: AgentsAPI.AgentType;
|
|
47
|
-
/**
|
|
48
|
-
* The ids of the blocks used by the agent.
|
|
49
|
-
*/
|
|
50
|
-
block_ids?: Array<string> | null;
|
|
51
|
-
/**
|
|
52
|
-
* The context window limit used by the agent.
|
|
53
|
-
*/
|
|
54
|
-
context_window_limit?: number | null;
|
|
55
|
-
/**
|
|
56
|
-
* The description of the agent.
|
|
57
|
-
*/
|
|
58
|
-
description?: string | null;
|
|
59
|
-
/**
|
|
60
|
-
* The embedding configuration handle used by the agent, specified in the format
|
|
61
|
-
* provider/model-name.
|
|
62
|
-
*/
|
|
63
|
-
embedding?: string | null;
|
|
64
|
-
/**
|
|
65
|
-
* The embedding chunk size used by the agent.
|
|
66
|
-
*/
|
|
67
|
-
embedding_chunk_size?: number | null;
|
|
68
|
-
/**
|
|
69
|
-
* Configuration for embedding model connection and processing parameters.
|
|
70
|
-
*/
|
|
71
|
-
embedding_config?: ModelsAPI.EmbeddingConfig | null;
|
|
72
|
-
/**
|
|
73
|
-
* Whether to enable internal extended thinking step for a reasoner model.
|
|
74
|
-
*/
|
|
75
|
-
enable_reasoner?: boolean | null;
|
|
76
|
-
/**
|
|
77
|
-
* If set to True, memory management will move to a background agent thread.
|
|
78
|
-
*/
|
|
79
|
-
enable_sleeptime?: boolean | null;
|
|
80
|
-
/**
|
|
81
|
-
* The template id used to configure the agent
|
|
82
|
-
*/
|
|
83
|
-
from_template?: string | null;
|
|
84
|
-
/**
|
|
85
|
-
* If set to True, the agent will be hidden.
|
|
86
|
-
*/
|
|
87
|
-
hidden?: boolean | null;
|
|
88
|
-
/**
|
|
89
|
-
* The ids of the identities associated with this agent.
|
|
90
|
-
*/
|
|
91
|
-
identity_ids?: Array<string> | null;
|
|
92
|
-
/**
|
|
93
|
-
* If true, attaches the Letta base tool rules (e.g. deny all tools not explicitly
|
|
94
|
-
* allowed).
|
|
95
|
-
*/
|
|
96
|
-
include_base_tool_rules?: boolean | null;
|
|
97
|
-
/**
|
|
98
|
-
* If true, attaches the Letta core tools (e.g. core_memory related functions).
|
|
99
|
-
*/
|
|
100
|
-
include_base_tools?: boolean;
|
|
101
|
-
/**
|
|
102
|
-
* If true, automatically creates and attaches a default data source for this
|
|
103
|
-
* agent.
|
|
104
|
-
*/
|
|
105
|
-
include_default_source?: boolean;
|
|
106
|
-
/**
|
|
107
|
-
* If true, attaches the Letta multi-agent tools (e.g. sending a message to another
|
|
108
|
-
* agent).
|
|
109
|
-
*/
|
|
110
|
-
include_multi_agent_tools?: boolean;
|
|
111
|
-
/**
|
|
112
|
-
* The initial set of messages to put in the agent's in-context memory.
|
|
113
|
-
*/
|
|
114
|
-
initial_message_sequence?: Array<AgentsAPI.MessageCreate> | null;
|
|
115
|
-
/**
|
|
116
|
-
* Configuration for Language Model (LLM) connection and generation parameters.
|
|
117
|
-
*/
|
|
118
|
-
llm_config?: ModelsAPI.LlmConfig | null;
|
|
119
|
-
/**
|
|
120
|
-
* Maximum number of files that can be open at once for this agent. Setting this
|
|
121
|
-
* too high may exceed the context window, which will break the agent.
|
|
122
|
-
*/
|
|
123
|
-
max_files_open?: number | null;
|
|
124
|
-
/**
|
|
125
|
-
* The maximum number of tokens to generate for reasoning step. If not set, the
|
|
126
|
-
* model will use its default value.
|
|
127
|
-
*/
|
|
128
|
-
max_reasoning_tokens?: number | null;
|
|
129
|
-
/**
|
|
130
|
-
* The maximum number of tokens to generate, including reasoning step. If not set,
|
|
131
|
-
* the model will use its default value.
|
|
132
|
-
*/
|
|
133
|
-
max_tokens?: number | null;
|
|
134
|
-
/**
|
|
135
|
-
* The blocks to create in the agent's in-context memory.
|
|
136
|
-
*/
|
|
137
|
-
memory_blocks?: Array<BlocksAPI.CreateBlock> | null;
|
|
138
|
-
/**
|
|
139
|
-
* The variables that should be set for the agent.
|
|
140
|
-
*/
|
|
141
|
-
memory_variables?: {
|
|
142
|
-
[key: string]: string;
|
|
143
|
-
} | null;
|
|
144
|
-
/**
|
|
145
|
-
* If set to True, the agent will not remember previous messages (though the agent
|
|
146
|
-
* will still retain state via core memory blocks and archival/recall memory). Not
|
|
147
|
-
* recommended unless you have an advanced use case.
|
|
148
|
-
*/
|
|
149
|
-
message_buffer_autoclear?: boolean;
|
|
150
|
-
/**
|
|
151
|
-
* The metadata of the agent.
|
|
152
|
-
*/
|
|
153
|
-
metadata?: {
|
|
154
|
-
[key: string]: unknown;
|
|
155
|
-
} | null;
|
|
156
|
-
/**
|
|
157
|
-
* The LLM configuration handle used by the agent, specified in the format
|
|
158
|
-
* provider/model-name, as an alternative to specifying llm_config.
|
|
159
|
-
*/
|
|
160
|
-
model?: string | null;
|
|
161
|
-
/**
|
|
162
|
-
* The name of the agent.
|
|
163
|
-
*/
|
|
164
|
-
name?: string;
|
|
165
|
-
/**
|
|
166
|
-
* The per-file view window character limit for this agent. Setting this too high
|
|
167
|
-
* may exceed the context window, which will break the agent.
|
|
168
|
-
*/
|
|
169
|
-
per_file_view_window_char_limit?: number | null;
|
|
170
|
-
/**
|
|
171
|
-
* @deprecated Deprecated: Project should now be passed via the X-Project header
|
|
172
|
-
* instead of in the request body. If using the sdk, this can be done via the new
|
|
173
|
-
* x_project field below.
|
|
174
|
-
*/
|
|
175
|
-
project?: string | null;
|
|
176
|
-
/**
|
|
177
|
-
* The id of the project the agent belongs to.
|
|
178
|
-
*/
|
|
179
|
-
project_id?: string | null;
|
|
180
|
-
/**
|
|
181
|
-
* Whether to enable reasoning for this agent.
|
|
182
|
-
*/
|
|
183
|
-
reasoning?: boolean | null;
|
|
184
|
-
/**
|
|
185
|
-
* The response format for the agent.
|
|
186
|
-
*/
|
|
187
|
-
response_format?: AgentsAPI.TextResponseFormat | AgentsAPI.JsonSchemaResponseFormat | AgentsAPI.JsonObjectResponseFormat | null;
|
|
188
|
-
/**
|
|
189
|
-
* The environment variables for tool execution specific to this agent.
|
|
190
|
-
*/
|
|
191
|
-
secrets?: {
|
|
192
|
-
[key: string]: string;
|
|
193
|
-
} | null;
|
|
194
|
-
/**
|
|
195
|
-
* The ids of the sources used by the agent.
|
|
196
|
-
*/
|
|
197
|
-
source_ids?: Array<string> | null;
|
|
198
|
-
/**
|
|
199
|
-
* The system prompt used by the agent.
|
|
200
|
-
*/
|
|
201
|
-
system?: string | null;
|
|
202
|
-
/**
|
|
203
|
-
* The tags associated with the agent.
|
|
204
|
-
*/
|
|
205
|
-
tags?: Array<string> | null;
|
|
206
|
-
/**
|
|
207
|
-
* Whether the agent is a template
|
|
208
|
-
*/
|
|
209
|
-
template?: boolean;
|
|
210
|
-
/**
|
|
211
|
-
* The timezone of the agent (IANA format).
|
|
212
|
-
*/
|
|
213
|
-
timezone?: string | null;
|
|
214
|
-
/**
|
|
215
|
-
* Deprecated: use `secrets` field instead.
|
|
216
|
-
*/
|
|
217
|
-
tool_exec_environment_variables?: {
|
|
218
|
-
[key: string]: string;
|
|
219
|
-
} | null;
|
|
220
|
-
/**
|
|
221
|
-
* The ids of the tools used by the agent.
|
|
222
|
-
*/
|
|
223
|
-
tool_ids?: Array<string> | null;
|
|
224
|
-
/**
|
|
225
|
-
* The tool rules governing the agent.
|
|
226
|
-
*/
|
|
227
|
-
tool_rules?: Array<AgentsAPI.ChildToolRule | AgentsAPI.InitToolRule | AgentsAPI.TerminalToolRule | AgentsAPI.ConditionalToolRule | AgentsAPI.ContinueToolRule | AgentsAPI.RequiredBeforeExitToolRule | AgentsAPI.MaxCountPerStepToolRule | AgentsAPI.ParentToolRule | AgentsAPI.RequiresApprovalToolRule> | null;
|
|
228
|
-
/**
|
|
229
|
-
* The tools used by the agent.
|
|
230
|
-
*/
|
|
231
|
-
tools?: Array<string> | null;
|
|
232
|
-
}
|
|
233
|
-
export interface InternalTemplateCreateBlockParams {
|
|
234
|
-
/**
|
|
235
|
-
* The id of the base template.
|
|
236
|
-
*/
|
|
237
|
-
base_template_id: string;
|
|
238
|
-
/**
|
|
239
|
-
* The id of the deployment.
|
|
240
|
-
*/
|
|
241
|
-
deployment_id: string;
|
|
242
|
-
/**
|
|
243
|
-
* The id of the entity within the template.
|
|
244
|
-
*/
|
|
245
|
-
entity_id: string;
|
|
246
|
-
/**
|
|
247
|
-
* Label of the block.
|
|
248
|
-
*/
|
|
249
|
-
label: string;
|
|
250
|
-
/**
|
|
251
|
-
* The id of the template.
|
|
252
|
-
*/
|
|
253
|
-
template_id: string;
|
|
254
|
-
/**
|
|
255
|
-
* Value of the block.
|
|
256
|
-
*/
|
|
257
|
-
value: string;
|
|
258
|
-
/**
|
|
259
|
-
* Description of the block.
|
|
260
|
-
*/
|
|
261
|
-
description?: string | null;
|
|
262
|
-
/**
|
|
263
|
-
* If set to True, the block will be hidden.
|
|
264
|
-
*/
|
|
265
|
-
hidden?: boolean | null;
|
|
266
|
-
is_template?: boolean;
|
|
267
|
-
/**
|
|
268
|
-
* Character limit of the block.
|
|
269
|
-
*/
|
|
270
|
-
limit?: number;
|
|
271
|
-
/**
|
|
272
|
-
* Metadata of the block.
|
|
273
|
-
*/
|
|
274
|
-
metadata?: {
|
|
275
|
-
[key: string]: unknown;
|
|
276
|
-
} | null;
|
|
277
|
-
/**
|
|
278
|
-
* Name of the block if it is a template.
|
|
279
|
-
*/
|
|
280
|
-
name?: string | null;
|
|
281
|
-
/**
|
|
282
|
-
* Preserve the block on template migration.
|
|
283
|
-
*/
|
|
284
|
-
preserve_on_migration?: boolean | null;
|
|
285
|
-
/**
|
|
286
|
-
* The associated project id.
|
|
287
|
-
*/
|
|
288
|
-
project_id?: string | null;
|
|
289
|
-
/**
|
|
290
|
-
* Whether the agent has read-only access to the block.
|
|
291
|
-
*/
|
|
292
|
-
read_only?: boolean;
|
|
293
|
-
}
|
|
294
|
-
export interface InternalTemplateCreateGroupParams {
|
|
295
|
-
agent_ids: Array<string>;
|
|
296
|
-
/**
|
|
297
|
-
* The id of the base template.
|
|
298
|
-
*/
|
|
299
|
-
base_template_id: string;
|
|
300
|
-
/**
|
|
301
|
-
* The id of the deployment.
|
|
302
|
-
*/
|
|
303
|
-
deployment_id: string;
|
|
304
|
-
description: string;
|
|
305
|
-
/**
|
|
306
|
-
* The id of the template.
|
|
307
|
-
*/
|
|
308
|
-
template_id: string;
|
|
309
|
-
/**
|
|
310
|
-
* If set to True, the group will be hidden.
|
|
311
|
-
*/
|
|
312
|
-
hidden?: boolean | null;
|
|
313
|
-
manager_config?: GroupsAPI.RoundRobinManager | GroupsAPI.SupervisorManager | GroupsAPI.DynamicManager | GroupsAPI.SleeptimeManager | GroupsAPI.VoiceSleeptimeManager;
|
|
314
|
-
/**
|
|
315
|
-
* The associated project id.
|
|
316
|
-
*/
|
|
317
|
-
project_id?: string | null;
|
|
318
|
-
shared_block_ids?: Array<string>;
|
|
319
|
-
}
|
|
320
|
-
export declare namespace _InternalTemplates {
|
|
321
|
-
export { type InternalTemplateCreateAgentParams as InternalTemplateCreateAgentParams, type InternalTemplateCreateBlockParams as InternalTemplateCreateBlockParams, type InternalTemplateCreateGroupParams as InternalTemplateCreateGroupParams, };
|
|
322
|
-
export { Deployment as Deployment, type DeploymentDeleteResponse as DeploymentDeleteResponse, type DeploymentListEntitiesResponse as DeploymentListEntitiesResponse, type DeploymentListEntitiesParams as DeploymentListEntitiesParams, };
|
|
323
|
-
}
|
|
324
|
-
//# sourceMappingURL=-internal-templates.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"-internal-templates.d.ts","sourceRoot":"","sources":["../../src/resources/-internal-templates/-internal-templates.ts"],"names":[],"mappings":"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"}
|