@letta-ai/letta-client 0.1.45 → 0.1.47
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/api/resources/agents/client/Client.js +8 -8
- package/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/api/resources/agents/resources/context/client/Client.js +1 -1
- package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/api/resources/agents/resources/messages/client/Client.js +5 -5
- package/api/resources/agents/resources/passages/client/Client.js +3 -3
- package/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/api/resources/agents/resources/tools/client/Client.js +3 -3
- package/api/resources/agents/types/AgentsSearchResponseAgentsItemAgentType.d.ts +1 -2
- package/api/resources/agents/types/AgentsSearchResponseAgentsItemAgentType.js +0 -1
- package/api/resources/blocks/client/Client.js +6 -6
- package/api/resources/health/client/Client.js +1 -1
- package/api/resources/identities/client/Client.js +6 -6
- package/api/resources/jobs/client/Client.js +4 -4
- package/api/resources/models/client/Client.js +2 -2
- package/api/resources/providers/client/Client.js +4 -4
- package/api/resources/runs/client/Client.js +6 -6
- package/api/resources/sources/client/Client.js +6 -6
- package/api/resources/sources/resources/files/client/Client.js +3 -3
- package/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/api/resources/steps/client/Client.js +2 -2
- package/api/resources/tag/client/Client.js +1 -1
- package/api/resources/templates/client/Client.js +1 -1
- package/api/resources/templates/types/TemplatesCreateAgentsResponseAgentsItemAgentType.d.ts +1 -2
- package/api/resources/templates/types/TemplatesCreateAgentsResponseAgentsItemAgentType.js +0 -1
- package/api/resources/tools/client/Client.js +11 -11
- package/api/resources/voice/client/Client.js +1 -1
- package/api/types/AgentType.d.ts +1 -2
- package/api/types/AgentType.js +0 -1
- package/api/types/Step.d.ts +2 -0
- package/dist/api/resources/agents/client/Client.js +8 -8
- package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/messages/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/passages/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/tools/client/Client.js +3 -3
- package/dist/api/resources/agents/types/AgentsSearchResponseAgentsItemAgentType.d.ts +1 -2
- package/dist/api/resources/agents/types/AgentsSearchResponseAgentsItemAgentType.js +0 -1
- package/dist/api/resources/blocks/client/Client.js +6 -6
- package/dist/api/resources/health/client/Client.js +1 -1
- package/dist/api/resources/identities/client/Client.js +6 -6
- package/dist/api/resources/jobs/client/Client.js +4 -4
- package/dist/api/resources/models/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.js +4 -4
- package/dist/api/resources/runs/client/Client.js +6 -6
- package/dist/api/resources/sources/client/Client.js +6 -6
- package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
- package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/steps/client/Client.js +2 -2
- package/dist/api/resources/tag/client/Client.js +1 -1
- package/dist/api/resources/templates/client/Client.js +1 -1
- package/dist/api/resources/templates/types/TemplatesCreateAgentsResponseAgentsItemAgentType.d.ts +1 -2
- package/dist/api/resources/templates/types/TemplatesCreateAgentsResponseAgentsItemAgentType.js +0 -1
- package/dist/api/resources/tools/client/Client.js +11 -11
- package/dist/api/resources/voice/client/Client.js +1 -1
- package/dist/api/types/AgentType.d.ts +1 -2
- package/dist/api/types/AgentType.js +0 -1
- package/dist/api/types/Step.d.ts +2 -0
- package/dist/serialization/resources/agents/types/AgentsSearchResponseAgentsItemAgentType.d.ts +1 -1
- package/dist/serialization/resources/agents/types/AgentsSearchResponseAgentsItemAgentType.js +1 -1
- package/dist/serialization/resources/templates/types/TemplatesCreateAgentsResponseAgentsItemAgentType.d.ts +1 -1
- package/dist/serialization/resources/templates/types/TemplatesCreateAgentsResponseAgentsItemAgentType.js +1 -1
- package/dist/serialization/types/AgentType.d.ts +1 -1
- package/dist/serialization/types/AgentType.js +1 -1
- package/dist/serialization/types/Step.d.ts +1 -0
- package/dist/serialization/types/Step.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/resources/agents/types/AgentsSearchResponseAgentsItemAgentType.d.ts +1 -1
- package/serialization/resources/agents/types/AgentsSearchResponseAgentsItemAgentType.js +1 -1
- package/serialization/resources/templates/types/TemplatesCreateAgentsResponseAgentsItemAgentType.d.ts +1 -1
- package/serialization/resources/templates/types/TemplatesCreateAgentsResponseAgentsItemAgentType.js +1 -1
- package/serialization/types/AgentType.d.ts +1 -1
- package/serialization/types/AgentType.js +1 -1
- package/serialization/types/Step.d.ts +1 -0
- package/serialization/types/Step.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -54,5 +54,6 @@ exports.Step = core.serialization.object({
|
|
|
54
54
|
completionTokensDetails: core.serialization.property("completion_tokens_details", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
55
55
|
tags: core.serialization.list(core.serialization.string()).optional(),
|
|
56
56
|
tid: core.serialization.string().optional(),
|
|
57
|
+
traceId: core.serialization.property("trace_id", core.serialization.string().optional()),
|
|
57
58
|
messages: core.serialization.list(Message_1.Message).optional(),
|
|
58
59
|
});
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.1.
|
|
1
|
+
export declare const SDK_VERSION = "0.1.47";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -6,5 +6,5 @@ import * as Letta from "../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const AgentsSearchResponseAgentsItemAgentType: core.serialization.Schema<serializers.AgentsSearchResponseAgentsItemAgentType.Raw, Letta.AgentsSearchResponseAgentsItemAgentType>;
|
|
8
8
|
export declare namespace AgentsSearchResponseAgentsItemAgentType {
|
|
9
|
-
type Raw = "memgpt_agent" | "split_thread_agent" | "offline_memory_agent"
|
|
9
|
+
type Raw = "memgpt_agent" | "split_thread_agent" | "offline_memory_agent";
|
|
10
10
|
}
|
|
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.AgentsSearchResponseAgentsItemAgentType = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.AgentsSearchResponseAgentsItemAgentType = core.serialization.enum_(["memgpt_agent", "split_thread_agent", "offline_memory_agent"
|
|
41
|
+
exports.AgentsSearchResponseAgentsItemAgentType = core.serialization.enum_(["memgpt_agent", "split_thread_agent", "offline_memory_agent"]);
|
|
@@ -6,5 +6,5 @@ import * as Letta from "../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const TemplatesCreateAgentsResponseAgentsItemAgentType: core.serialization.Schema<serializers.TemplatesCreateAgentsResponseAgentsItemAgentType.Raw, Letta.TemplatesCreateAgentsResponseAgentsItemAgentType>;
|
|
8
8
|
export declare namespace TemplatesCreateAgentsResponseAgentsItemAgentType {
|
|
9
|
-
type Raw = "memgpt_agent" | "split_thread_agent" | "offline_memory_agent"
|
|
9
|
+
type Raw = "memgpt_agent" | "split_thread_agent" | "offline_memory_agent";
|
|
10
10
|
}
|
package/serialization/resources/templates/types/TemplatesCreateAgentsResponseAgentsItemAgentType.js
CHANGED
|
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.TemplatesCreateAgentsResponseAgentsItemAgentType = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.TemplatesCreateAgentsResponseAgentsItemAgentType = core.serialization.enum_(["memgpt_agent", "split_thread_agent", "offline_memory_agent"
|
|
41
|
+
exports.TemplatesCreateAgentsResponseAgentsItemAgentType = core.serialization.enum_(["memgpt_agent", "split_thread_agent", "offline_memory_agent"]);
|
|
@@ -6,5 +6,5 @@ import * as Letta from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const AgentType: core.serialization.Schema<serializers.AgentType.Raw, Letta.AgentType>;
|
|
8
8
|
export declare namespace AgentType {
|
|
9
|
-
type Raw = "memgpt_agent" | "split_thread_agent" | "offline_memory_agent"
|
|
9
|
+
type Raw = "memgpt_agent" | "split_thread_agent" | "offline_memory_agent";
|
|
10
10
|
}
|
|
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.AgentType = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
|
-
exports.AgentType = core.serialization.enum_(["memgpt_agent", "split_thread_agent", "offline_memory_agent"
|
|
41
|
+
exports.AgentType = core.serialization.enum_(["memgpt_agent", "split_thread_agent", "offline_memory_agent"]);
|
|
@@ -54,5 +54,6 @@ exports.Step = core.serialization.object({
|
|
|
54
54
|
completionTokensDetails: core.serialization.property("completion_tokens_details", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
55
55
|
tags: core.serialization.list(core.serialization.string()).optional(),
|
|
56
56
|
tid: core.serialization.string().optional(),
|
|
57
|
+
traceId: core.serialization.property("trace_id", core.serialization.string().optional()),
|
|
57
58
|
messages: core.serialization.list(Message_1.Message).optional(),
|
|
58
59
|
});
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.1.
|
|
1
|
+
export declare const SDK_VERSION = "0.1.47";
|
package/version.js
CHANGED