@letta-ai/letta-client 0.1.103 → 0.1.105

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/api/resources/agents/client/Client.d.ts +11 -0
  2. package/api/resources/agents/client/Client.js +72 -8
  3. package/api/resources/agents/resources/blocks/client/Client.js +5 -5
  4. package/api/resources/agents/resources/context/client/Client.js +1 -1
  5. package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  6. package/api/resources/agents/resources/groups/client/Client.js +1 -1
  7. package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  8. package/api/resources/agents/resources/messages/client/Client.js +6 -6
  9. package/api/resources/agents/resources/passages/client/Client.js +4 -4
  10. package/api/resources/agents/resources/sources/client/Client.js +3 -3
  11. package/api/resources/agents/resources/templates/client/Client.js +3 -3
  12. package/api/resources/agents/resources/tools/client/Client.js +3 -3
  13. package/api/resources/batches/client/Client.js +4 -4
  14. package/api/resources/blocks/client/Client.js +5 -5
  15. package/api/resources/blocks/resources/agents/client/Client.js +1 -1
  16. package/api/resources/clientSideAccessTokens/client/Client.js +2 -2
  17. package/api/resources/embeddings/client/Client.js +1 -1
  18. package/api/resources/groups/client/Client.js +5 -5
  19. package/api/resources/groups/resources/messages/client/Client.js +5 -5
  20. package/api/resources/health/client/Client.js +1 -1
  21. package/api/resources/identities/client/Client.d.ts +11 -0
  22. package/api/resources/identities/client/Client.js +70 -6
  23. package/api/resources/identities/resources/properties/client/Client.js +1 -1
  24. package/api/resources/jobs/client/Client.js +4 -4
  25. package/api/resources/models/client/Client.js +1 -1
  26. package/api/resources/projects/client/Client.js +1 -1
  27. package/api/resources/providers/client/Client.js +4 -4
  28. package/api/resources/runs/client/Client.js +4 -4
  29. package/api/resources/runs/resources/messages/client/Client.js +1 -1
  30. package/api/resources/runs/resources/steps/client/Client.js +1 -1
  31. package/api/resources/runs/resources/usage/client/Client.js +1 -1
  32. package/api/resources/sources/client/Client.d.ts +11 -0
  33. package/api/resources/sources/client/Client.js +70 -6
  34. package/api/resources/sources/resources/files/client/Client.js +3 -3
  35. package/api/resources/sources/resources/passages/client/Client.js +1 -1
  36. package/api/resources/steps/client/Client.js +3 -3
  37. package/api/resources/tags/client/Client.js +1 -1
  38. package/api/resources/templates/client/Client.js +1 -1
  39. package/api/resources/templates/resources/agents/client/Client.js +1 -1
  40. package/api/resources/tools/client/Client.d.ts +12 -0
  41. package/api/resources/tools/client/Client.js +87 -16
  42. package/api/resources/tools/client/requests/ToolsCountRequest.d.ts +13 -0
  43. package/api/resources/tools/client/requests/ToolsCountRequest.js +5 -0
  44. package/api/resources/tools/client/requests/index.d.ts +1 -0
  45. package/api/resources/voice/client/Client.js +1 -1
  46. package/api/types/MessageCreate.d.ts +2 -0
  47. package/api/types/OmittedReasoningContent.d.ts +0 -2
  48. package/api/types/UsageStatistics.d.ts +3 -0
  49. package/api/types/UsageStatisticsCompletionTokenDetails.d.ts +6 -0
  50. package/api/types/UsageStatisticsCompletionTokenDetails.js +5 -0
  51. package/api/types/UsageStatisticsPromptTokenDetails.d.ts +6 -0
  52. package/api/types/UsageStatisticsPromptTokenDetails.js +5 -0
  53. package/api/types/index.d.ts +2 -0
  54. package/api/types/index.js +2 -0
  55. package/dist/api/resources/agents/client/Client.d.ts +11 -0
  56. package/dist/api/resources/agents/client/Client.js +72 -8
  57. package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
  58. package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
  59. package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  60. package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
  61. package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  62. package/dist/api/resources/agents/resources/messages/client/Client.js +6 -6
  63. package/dist/api/resources/agents/resources/passages/client/Client.js +4 -4
  64. package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
  65. package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
  66. package/dist/api/resources/agents/resources/tools/client/Client.js +3 -3
  67. package/dist/api/resources/batches/client/Client.js +4 -4
  68. package/dist/api/resources/blocks/client/Client.js +5 -5
  69. package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
  70. package/dist/api/resources/clientSideAccessTokens/client/Client.js +2 -2
  71. package/dist/api/resources/embeddings/client/Client.js +1 -1
  72. package/dist/api/resources/groups/client/Client.js +5 -5
  73. package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
  74. package/dist/api/resources/health/client/Client.js +1 -1
  75. package/dist/api/resources/identities/client/Client.d.ts +11 -0
  76. package/dist/api/resources/identities/client/Client.js +70 -6
  77. package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
  78. package/dist/api/resources/jobs/client/Client.js +4 -4
  79. package/dist/api/resources/models/client/Client.js +1 -1
  80. package/dist/api/resources/projects/client/Client.js +1 -1
  81. package/dist/api/resources/providers/client/Client.js +4 -4
  82. package/dist/api/resources/runs/client/Client.js +4 -4
  83. package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
  84. package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
  85. package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
  86. package/dist/api/resources/sources/client/Client.d.ts +11 -0
  87. package/dist/api/resources/sources/client/Client.js +70 -6
  88. package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
  89. package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
  90. package/dist/api/resources/steps/client/Client.js +3 -3
  91. package/dist/api/resources/tags/client/Client.js +1 -1
  92. package/dist/api/resources/templates/client/Client.js +1 -1
  93. package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
  94. package/dist/api/resources/tools/client/Client.d.ts +12 -0
  95. package/dist/api/resources/tools/client/Client.js +87 -16
  96. package/dist/api/resources/tools/client/requests/ToolsCountRequest.d.ts +13 -0
  97. package/dist/api/resources/tools/client/requests/ToolsCountRequest.js +5 -0
  98. package/dist/api/resources/tools/client/requests/index.d.ts +1 -0
  99. package/dist/api/resources/voice/client/Client.js +1 -1
  100. package/dist/api/types/MessageCreate.d.ts +2 -0
  101. package/dist/api/types/OmittedReasoningContent.d.ts +0 -2
  102. package/dist/api/types/UsageStatistics.d.ts +3 -0
  103. package/dist/api/types/UsageStatisticsCompletionTokenDetails.d.ts +6 -0
  104. package/dist/api/types/UsageStatisticsCompletionTokenDetails.js +5 -0
  105. package/dist/api/types/UsageStatisticsPromptTokenDetails.d.ts +6 -0
  106. package/dist/api/types/UsageStatisticsPromptTokenDetails.js +5 -0
  107. package/dist/api/types/index.d.ts +2 -0
  108. package/dist/api/types/index.js +2 -0
  109. package/dist/serialization/resources/agents/client/count.d.ts +9 -0
  110. package/dist/serialization/resources/agents/client/count.js +41 -0
  111. package/dist/serialization/resources/agents/client/index.d.ts +1 -0
  112. package/dist/serialization/resources/agents/client/index.js +2 -1
  113. package/dist/serialization/resources/identities/client/count.d.ts +9 -0
  114. package/dist/serialization/resources/identities/client/count.js +41 -0
  115. package/dist/serialization/resources/identities/client/index.d.ts +1 -0
  116. package/dist/serialization/resources/identities/client/index.js +2 -1
  117. package/dist/serialization/resources/sources/client/count.d.ts +9 -0
  118. package/dist/serialization/resources/sources/client/count.js +41 -0
  119. package/dist/serialization/resources/sources/client/index.d.ts +1 -0
  120. package/dist/serialization/resources/sources/client/index.js +2 -1
  121. package/dist/serialization/resources/tools/client/count.d.ts +9 -0
  122. package/dist/serialization/resources/tools/client/count.js +41 -0
  123. package/dist/serialization/resources/tools/client/index.d.ts +1 -0
  124. package/dist/serialization/resources/tools/client/index.js +2 -1
  125. package/dist/serialization/types/MessageCreate.d.ts +1 -0
  126. package/dist/serialization/types/MessageCreate.js +1 -0
  127. package/dist/serialization/types/OmittedReasoningContent.d.ts +0 -1
  128. package/dist/serialization/types/OmittedReasoningContent.js +0 -1
  129. package/dist/serialization/types/UsageStatistics.d.ts +4 -0
  130. package/dist/serialization/types/UsageStatistics.js +4 -0
  131. package/dist/serialization/types/UsageStatisticsCompletionTokenDetails.d.ts +12 -0
  132. package/dist/serialization/types/UsageStatisticsCompletionTokenDetails.js +43 -0
  133. package/dist/serialization/types/UsageStatisticsPromptTokenDetails.d.ts +12 -0
  134. package/dist/serialization/types/UsageStatisticsPromptTokenDetails.js +43 -0
  135. package/dist/serialization/types/index.d.ts +2 -0
  136. package/dist/serialization/types/index.js +2 -0
  137. package/dist/version.d.ts +1 -1
  138. package/dist/version.js +1 -1
  139. package/package.json +1 -1
  140. package/reference.md +228 -0
  141. package/serialization/resources/agents/client/count.d.ts +9 -0
  142. package/serialization/resources/agents/client/count.js +41 -0
  143. package/serialization/resources/agents/client/index.d.ts +1 -0
  144. package/serialization/resources/agents/client/index.js +2 -1
  145. package/serialization/resources/identities/client/count.d.ts +9 -0
  146. package/serialization/resources/identities/client/count.js +41 -0
  147. package/serialization/resources/identities/client/index.d.ts +1 -0
  148. package/serialization/resources/identities/client/index.js +2 -1
  149. package/serialization/resources/sources/client/count.d.ts +9 -0
  150. package/serialization/resources/sources/client/count.js +41 -0
  151. package/serialization/resources/sources/client/index.d.ts +1 -0
  152. package/serialization/resources/sources/client/index.js +2 -1
  153. package/serialization/resources/tools/client/count.d.ts +9 -0
  154. package/serialization/resources/tools/client/count.js +41 -0
  155. package/serialization/resources/tools/client/index.d.ts +1 -0
  156. package/serialization/resources/tools/client/index.js +2 -1
  157. package/serialization/types/MessageCreate.d.ts +1 -0
  158. package/serialization/types/MessageCreate.js +1 -0
  159. package/serialization/types/OmittedReasoningContent.d.ts +0 -1
  160. package/serialization/types/OmittedReasoningContent.js +0 -1
  161. package/serialization/types/UsageStatistics.d.ts +4 -0
  162. package/serialization/types/UsageStatistics.js +4 -0
  163. package/serialization/types/UsageStatisticsCompletionTokenDetails.d.ts +12 -0
  164. package/serialization/types/UsageStatisticsCompletionTokenDetails.js +43 -0
  165. package/serialization/types/UsageStatisticsPromptTokenDetails.d.ts +12 -0
  166. package/serialization/types/UsageStatisticsPromptTokenDetails.js +43 -0
  167. package/serialization/types/index.d.ts +2 -0
  168. package/serialization/types/index.js +2 -0
  169. package/version.d.ts +1 -1
  170. package/version.js +1 -1
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.Response = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.Response = core.serialization.number();
@@ -1,3 +1,4 @@
1
+ export * as count from "./count";
1
2
  export * as list from "./list";
2
3
  export * as upsertBaseTools from "./upsertBaseTools";
3
4
  export * as listComposioApps from "./listComposioApps";
@@ -36,7 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.deleteMcpServer = exports.listMcpToolsByServer = exports.addMcpServer = exports.listMcpServers = exports.listComposioActionsByApp = exports.listComposioApps = exports.upsertBaseTools = exports.list = void 0;
39
+ exports.deleteMcpServer = exports.listMcpToolsByServer = exports.addMcpServer = exports.listMcpServers = exports.listComposioActionsByApp = exports.listComposioApps = exports.upsertBaseTools = exports.list = exports.count = void 0;
40
+ exports.count = __importStar(require("./count"));
40
41
  exports.list = __importStar(require("./list"));
41
42
  exports.upsertBaseTools = __importStar(require("./upsertBaseTools"));
42
43
  exports.listComposioApps = __importStar(require("./listComposioApps"));
@@ -14,5 +14,6 @@ export declare namespace MessageCreate {
14
14
  name?: string | null;
15
15
  otid?: string | null;
16
16
  sender_id?: string | null;
17
+ group_id?: string | null;
17
18
  }
18
19
  }
@@ -46,4 +46,5 @@ exports.MessageCreate = core.serialization.object({
46
46
  name: core.serialization.string().optional(),
47
47
  otid: core.serialization.string().optional(),
48
48
  senderId: core.serialization.property("sender_id", core.serialization.string().optional()),
49
+ groupId: core.serialization.property("group_id", core.serialization.string().optional()),
49
50
  });
@@ -8,6 +8,5 @@ export declare const OmittedReasoningContent: core.serialization.ObjectSchema<se
8
8
  export declare namespace OmittedReasoningContent {
9
9
  interface Raw {
10
10
  type: "omitted_reasoning";
11
- tokens: number;
12
11
  }
13
12
  }
@@ -40,5 +40,4 @@ exports.OmittedReasoningContent = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  exports.OmittedReasoningContent = core.serialization.object({
42
42
  type: core.serialization.stringLiteral("omitted_reasoning"),
43
- tokens: core.serialization.number(),
44
43
  });
@@ -4,11 +4,15 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Letta from "../../api/index";
6
6
  import * as core from "../../core";
7
+ import { UsageStatisticsPromptTokenDetails } from "./UsageStatisticsPromptTokenDetails";
8
+ import { UsageStatisticsCompletionTokenDetails } from "./UsageStatisticsCompletionTokenDetails";
7
9
  export declare const UsageStatistics: core.serialization.ObjectSchema<serializers.UsageStatistics.Raw, Letta.UsageStatistics>;
8
10
  export declare namespace UsageStatistics {
9
11
  interface Raw {
10
12
  completion_tokens?: number | null;
11
13
  prompt_tokens?: number | null;
12
14
  total_tokens?: number | null;
15
+ prompt_tokens_details?: UsageStatisticsPromptTokenDetails.Raw | null;
16
+ completion_tokens_details?: UsageStatisticsCompletionTokenDetails.Raw | null;
13
17
  }
14
18
  }
@@ -38,8 +38,12 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.UsageStatistics = void 0;
40
40
  const core = __importStar(require("../../core"));
41
+ const UsageStatisticsPromptTokenDetails_1 = require("./UsageStatisticsPromptTokenDetails");
42
+ const UsageStatisticsCompletionTokenDetails_1 = require("./UsageStatisticsCompletionTokenDetails");
41
43
  exports.UsageStatistics = core.serialization.object({
42
44
  completionTokens: core.serialization.property("completion_tokens", core.serialization.number().optional()),
43
45
  promptTokens: core.serialization.property("prompt_tokens", core.serialization.number().optional()),
44
46
  totalTokens: core.serialization.property("total_tokens", core.serialization.number().optional()),
47
+ promptTokensDetails: core.serialization.property("prompt_tokens_details", UsageStatisticsPromptTokenDetails_1.UsageStatisticsPromptTokenDetails.optional()),
48
+ completionTokensDetails: core.serialization.property("completion_tokens_details", UsageStatisticsCompletionTokenDetails_1.UsageStatisticsCompletionTokenDetails.optional()),
45
49
  });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Letta from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const UsageStatisticsCompletionTokenDetails: core.serialization.ObjectSchema<serializers.UsageStatisticsCompletionTokenDetails.Raw, Letta.UsageStatisticsCompletionTokenDetails>;
8
+ export declare namespace UsageStatisticsCompletionTokenDetails {
9
+ interface Raw {
10
+ reasoning_tokens?: number | null;
11
+ }
12
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.UsageStatisticsCompletionTokenDetails = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.UsageStatisticsCompletionTokenDetails = core.serialization.object({
42
+ reasoningTokens: core.serialization.property("reasoning_tokens", core.serialization.number().optional()),
43
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Letta from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const UsageStatisticsPromptTokenDetails: core.serialization.ObjectSchema<serializers.UsageStatisticsPromptTokenDetails.Raw, Letta.UsageStatisticsPromptTokenDetails>;
8
+ export declare namespace UsageStatisticsPromptTokenDetails {
9
+ interface Raw {
10
+ cached_tokens?: number | null;
11
+ }
12
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.UsageStatisticsPromptTokenDetails = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.UsageStatisticsPromptTokenDetails = core.serialization.object({
42
+ cachedTokens: core.serialization.property("cached_tokens", core.serialization.number().optional()),
43
+ });
@@ -204,6 +204,8 @@ export * from "./UpdateSystemMessage";
204
204
  export * from "./UpdateUserMessageContent";
205
205
  export * from "./UpdateUserMessage";
206
206
  export * from "./UsageStatistics";
207
+ export * from "./UsageStatisticsCompletionTokenDetails";
208
+ export * from "./UsageStatisticsPromptTokenDetails";
207
209
  export * from "./User";
208
210
  export * from "./UserCreate";
209
211
  export * from "./UserMessageContent";
@@ -220,6 +220,8 @@ __exportStar(require("./UpdateSystemMessage"), exports);
220
220
  __exportStar(require("./UpdateUserMessageContent"), exports);
221
221
  __exportStar(require("./UpdateUserMessage"), exports);
222
222
  __exportStar(require("./UsageStatistics"), exports);
223
+ __exportStar(require("./UsageStatisticsCompletionTokenDetails"), exports);
224
+ __exportStar(require("./UsageStatisticsPromptTokenDetails"), exports);
223
225
  __exportStar(require("./User"), exports);
224
226
  __exportStar(require("./UserCreate"), exports);
225
227
  __exportStar(require("./UserMessageContent"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.1.103";
1
+ export declare const SDK_VERSION = "0.1.105";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.1.103";
4
+ exports.SDK_VERSION = "0.1.105";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letta-ai/letta-client",
3
- "version": "0.1.103",
3
+ "version": "0.1.105",
4
4
  "private": false,
5
5
  "repository": "https://github.com/letta-ai/letta-node",
6
6
  "main": "./index.js",
package/reference.md CHANGED
@@ -199,6 +199,69 @@ await client.tools.modify("tool_id");
199
199
  </dl>
200
200
  </details>
201
201
 
202
+ <details><summary><code>client.tools.<a href="/src/api/resources/tools/client/Client.ts">count</a>({ ...params }) -> number</code></summary>
203
+ <dl>
204
+ <dd>
205
+
206
+ #### 📝 Description
207
+
208
+ <dl>
209
+ <dd>
210
+
211
+ <dl>
212
+ <dd>
213
+
214
+ Get a count of all tools available to agents belonging to the org of the user.
215
+
216
+ </dd>
217
+ </dl>
218
+ </dd>
219
+ </dl>
220
+
221
+ #### 🔌 Usage
222
+
223
+ <dl>
224
+ <dd>
225
+
226
+ <dl>
227
+ <dd>
228
+
229
+ ```typescript
230
+ await client.tools.count();
231
+ ```
232
+
233
+ </dd>
234
+ </dl>
235
+ </dd>
236
+ </dl>
237
+
238
+ #### ⚙️ Parameters
239
+
240
+ <dl>
241
+ <dd>
242
+
243
+ <dl>
244
+ <dd>
245
+
246
+ **request:** `Letta.ToolsCountRequest`
247
+
248
+ </dd>
249
+ </dl>
250
+
251
+ <dl>
252
+ <dd>
253
+
254
+ **requestOptions:** `Tools.RequestOptions`
255
+
256
+ </dd>
257
+ </dl>
258
+ </dd>
259
+ </dl>
260
+
261
+ </dd>
262
+ </dl>
263
+ </details>
264
+
202
265
  <details><summary><code>client.tools.<a href="/src/api/resources/tools/client/Client.ts">list</a>({ ...params }) -> Letta.Tool[]</code></summary>
203
266
  <dl>
204
267
  <dd>
@@ -1033,6 +1096,61 @@ await client.tools.deleteMcpServer("mcp_server_name");
1033
1096
 
1034
1097
  ## Sources
1035
1098
 
1099
+ <details><summary><code>client.sources.<a href="/src/api/resources/sources/client/Client.ts">count</a>() -> number</code></summary>
1100
+ <dl>
1101
+ <dd>
1102
+
1103
+ #### 📝 Description
1104
+
1105
+ <dl>
1106
+ <dd>
1107
+
1108
+ <dl>
1109
+ <dd>
1110
+
1111
+ Count all data sources created by a user.
1112
+
1113
+ </dd>
1114
+ </dl>
1115
+ </dd>
1116
+ </dl>
1117
+
1118
+ #### 🔌 Usage
1119
+
1120
+ <dl>
1121
+ <dd>
1122
+
1123
+ <dl>
1124
+ <dd>
1125
+
1126
+ ```typescript
1127
+ await client.sources.count();
1128
+ ```
1129
+
1130
+ </dd>
1131
+ </dl>
1132
+ </dd>
1133
+ </dl>
1134
+
1135
+ #### ⚙️ Parameters
1136
+
1137
+ <dl>
1138
+ <dd>
1139
+
1140
+ <dl>
1141
+ <dd>
1142
+
1143
+ **requestOptions:** `Sources.RequestOptions`
1144
+
1145
+ </dd>
1146
+ </dl>
1147
+ </dd>
1148
+ </dl>
1149
+
1150
+ </dd>
1151
+ </dl>
1152
+ </details>
1153
+
1036
1154
  <details><summary><code>client.sources.<a href="/src/api/resources/sources/client/Client.ts">retrieve</a>(sourceId) -> Letta.Source</code></summary>
1037
1155
  <dl>
1038
1156
  <dd>
@@ -1544,6 +1662,61 @@ await client.agents.create();
1544
1662
  </dl>
1545
1663
  </details>
1546
1664
 
1665
+ <details><summary><code>client.agents.<a href="/src/api/resources/agents/client/Client.ts">count</a>() -> number</code></summary>
1666
+ <dl>
1667
+ <dd>
1668
+
1669
+ #### 📝 Description
1670
+
1671
+ <dl>
1672
+ <dd>
1673
+
1674
+ <dl>
1675
+ <dd>
1676
+
1677
+ Get the count of all agents associated with a given user.
1678
+
1679
+ </dd>
1680
+ </dl>
1681
+ </dd>
1682
+ </dl>
1683
+
1684
+ #### 🔌 Usage
1685
+
1686
+ <dl>
1687
+ <dd>
1688
+
1689
+ <dl>
1690
+ <dd>
1691
+
1692
+ ```typescript
1693
+ await client.agents.count();
1694
+ ```
1695
+
1696
+ </dd>
1697
+ </dl>
1698
+ </dd>
1699
+ </dl>
1700
+
1701
+ #### ⚙️ Parameters
1702
+
1703
+ <dl>
1704
+ <dd>
1705
+
1706
+ <dl>
1707
+ <dd>
1708
+
1709
+ **requestOptions:** `Agents.RequestOptions`
1710
+
1711
+ </dd>
1712
+ </dl>
1713
+ </dd>
1714
+ </dl>
1715
+
1716
+ </dd>
1717
+ </dl>
1718
+ </details>
1719
+
1547
1720
  <details><summary><code>client.agents.<a href="/src/api/resources/agents/client/Client.ts">exportFile</a>(agentId) -> string</code></summary>
1548
1721
  <dl>
1549
1722
  <dd>
@@ -2437,6 +2610,61 @@ await client.identities.upsert({
2437
2610
  </dl>
2438
2611
  </details>
2439
2612
 
2613
+ <details><summary><code>client.identities.<a href="/src/api/resources/identities/client/Client.ts">count</a>() -> number</code></summary>
2614
+ <dl>
2615
+ <dd>
2616
+
2617
+ #### 📝 Description
2618
+
2619
+ <dl>
2620
+ <dd>
2621
+
2622
+ <dl>
2623
+ <dd>
2624
+
2625
+ Get count of all identities for a user
2626
+
2627
+ </dd>
2628
+ </dl>
2629
+ </dd>
2630
+ </dl>
2631
+
2632
+ #### 🔌 Usage
2633
+
2634
+ <dl>
2635
+ <dd>
2636
+
2637
+ <dl>
2638
+ <dd>
2639
+
2640
+ ```typescript
2641
+ await client.identities.count();
2642
+ ```
2643
+
2644
+ </dd>
2645
+ </dl>
2646
+ </dd>
2647
+ </dl>
2648
+
2649
+ #### ⚙️ Parameters
2650
+
2651
+ <dl>
2652
+ <dd>
2653
+
2654
+ <dl>
2655
+ <dd>
2656
+
2657
+ **requestOptions:** `Identities.RequestOptions`
2658
+
2659
+ </dd>
2660
+ </dl>
2661
+ </dd>
2662
+ </dl>
2663
+
2664
+ </dd>
2665
+ </dl>
2666
+ </details>
2667
+
2440
2668
  <details><summary><code>client.identities.<a href="/src/api/resources/identities/client/Client.ts">retrieve</a>(identityId) -> Letta.Identity</code></summary>
2441
2669
  <dl>
2442
2670
  <dd>
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as core from "../../../../core";
6
+ export declare const Response: core.serialization.Schema<serializers.agents.count.Response.Raw, number>;
7
+ export declare namespace Response {
8
+ type Raw = number;
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.Response = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.Response = core.serialization.number();
@@ -1,3 +1,4 @@
1
1
  export * as list from "./list";
2
+ export * as count from "./count";
2
3
  export * as exportFile from "./exportFile";
3
4
  export * from "./requests";
@@ -36,7 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.exportFile = exports.list = void 0;
39
+ exports.exportFile = exports.count = exports.list = void 0;
40
40
  exports.list = __importStar(require("./list"));
41
+ exports.count = __importStar(require("./count"));
41
42
  exports.exportFile = __importStar(require("./exportFile"));
42
43
  __exportStar(require("./requests"), exports);
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as core from "../../../../core";
6
+ export declare const Response: core.serialization.Schema<serializers.identities.count.Response.Raw, number>;
7
+ export declare namespace Response {
8
+ type Raw = number;
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.Response = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.Response = core.serialization.number();
@@ -1,2 +1,3 @@
1
1
  export * as list from "./list";
2
+ export * as count from "./count";
2
3
  export * from "./requests";
@@ -36,6 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.list = void 0;
39
+ exports.count = exports.list = void 0;
40
40
  exports.list = __importStar(require("./list"));
41
+ exports.count = __importStar(require("./count"));
41
42
  __exportStar(require("./requests"), exports);