@vectorize-io/hindsight-client 0.1.14 → 0.1.15
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/dist/generated/client/client.gen.d.ts +1 -1
- package/dist/generated/client/client.gen.js +43 -43
- package/dist/generated/client/index.d.ts +8 -8
- package/dist/generated/client/types.gen.d.ts +18 -18
- package/dist/generated/client/types.gen.d.ts.map +1 -1
- package/dist/generated/client/utils.gen.d.ts +3 -3
- package/dist/generated/client/utils.gen.d.ts.map +1 -1
- package/dist/generated/client/utils.gen.js +30 -30
- package/dist/generated/client/utils.gen.js.map +1 -1
- package/dist/generated/client.gen.d.ts +2 -2
- package/dist/generated/client.gen.d.ts.map +1 -1
- package/dist/generated/client.gen.js.map +1 -1
- package/dist/generated/core/auth.gen.d.ts +3 -3
- package/dist/generated/core/auth.gen.js +3 -3
- package/dist/generated/core/bodySerializer.gen.d.ts +1 -1
- package/dist/generated/core/bodySerializer.gen.js +3 -3
- package/dist/generated/core/params.gen.d.ts +3 -3
- package/dist/generated/core/params.gen.js +9 -9
- package/dist/generated/core/pathSerializer.gen.d.ts +3 -3
- package/dist/generated/core/pathSerializer.gen.d.ts.map +1 -1
- package/dist/generated/core/pathSerializer.gen.js +36 -36
- package/dist/generated/core/pathSerializer.gen.js.map +1 -1
- package/dist/generated/core/queryKeySerializer.gen.js +11 -11
- package/dist/generated/core/serverSentEvents.gen.d.ts +3 -3
- package/dist/generated/core/serverSentEvents.gen.js +18 -18
- package/dist/generated/core/types.gen.d.ts +4 -4
- package/dist/generated/core/utils.gen.d.ts +1 -1
- package/dist/generated/core/utils.gen.js +16 -16
- package/dist/generated/index.d.ts +2 -2
- package/dist/generated/sdk.gen.d.ts +20 -20
- package/dist/generated/sdk.gen.d.ts.map +1 -1
- package/dist/generated/sdk.gen.js +66 -59
- package/dist/generated/sdk.gen.js.map +1 -1
- package/dist/generated/types.gen.d.ts +349 -30
- package/dist/generated/types.gen.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +3 -0
- package/dist/src/index.js.map +1 -1
- package/generated/client/client.gen.ts +50 -50
- package/generated/client/index.ts +8 -8
- package/generated/client/types.gen.ts +38 -37
- package/generated/client/utils.gen.ts +47 -42
- package/generated/client.gen.ts +10 -3
- package/generated/core/auth.gen.ts +6 -6
- package/generated/core/bodySerializer.gen.ts +4 -4
- package/generated/core/params.gen.ts +12 -12
- package/generated/core/pathSerializer.gen.ts +40 -41
- package/generated/core/queryKeySerializer.gen.ts +11 -11
- package/generated/core/serverSentEvents.gen.ts +22 -22
- package/generated/core/types.gen.ts +12 -12
- package/generated/core/utils.gen.ts +18 -18
- package/generated/index.ts +2 -2
- package/generated/sdk.gen.ts +336 -85
- package/generated/types.gen.ts +1352 -990
- package/package.json +1 -1
- package/src/index.ts +5 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Client, Options as Options2, TDataShape } from
|
|
2
|
-
import type { AddBankBackgroundData, AddBankBackgroundErrors, AddBankBackgroundResponses, CancelOperationData, CancelOperationErrors, CancelOperationResponses, ClearBankMemoriesData, ClearBankMemoriesErrors, ClearBankMemoriesResponses, CreateOrUpdateBankData, CreateOrUpdateBankErrors, CreateOrUpdateBankResponses, DeleteDocumentData, DeleteDocumentErrors, DeleteDocumentResponses, GetAgentStatsData, GetAgentStatsErrors, GetAgentStatsResponses, GetBankProfileData, GetBankProfileErrors, GetBankProfileResponses, GetChunkData, GetChunkErrors, GetChunkResponses, GetDocumentData, GetDocumentErrors, GetDocumentResponses, GetEntityData, GetEntityErrors, GetEntityResponses, GetGraphData, GetGraphErrors, GetGraphResponses, HealthEndpointHealthGetData, HealthEndpointHealthGetResponses, ListBanksData, ListBanksResponses, ListDocumentsData, ListDocumentsErrors, ListDocumentsResponses, ListEntitiesData, ListEntitiesErrors, ListEntitiesResponses, ListMemoriesData, ListMemoriesErrors, ListMemoriesResponses, ListOperationsData, ListOperationsErrors, ListOperationsResponses, MetricsEndpointMetricsGetData, MetricsEndpointMetricsGetResponses, RecallMemoriesData, RecallMemoriesErrors, RecallMemoriesResponses, ReflectData, ReflectErrors, ReflectResponses, RegenerateEntityObservationsData, RegenerateEntityObservationsErrors, RegenerateEntityObservationsResponses, RetainMemoriesData, RetainMemoriesErrors, RetainMemoriesResponses, UpdateBankDispositionData, UpdateBankDispositionErrors, UpdateBankDispositionResponses } from
|
|
1
|
+
import type { Client, Options as Options2, TDataShape } from "./client";
|
|
2
|
+
import type { AddBankBackgroundData, AddBankBackgroundErrors, AddBankBackgroundResponses, CancelOperationData, CancelOperationErrors, CancelOperationResponses, ClearBankMemoriesData, ClearBankMemoriesErrors, ClearBankMemoriesResponses, CreateOrUpdateBankData, CreateOrUpdateBankErrors, CreateOrUpdateBankResponses, DeleteBankData, DeleteBankErrors, DeleteBankResponses, DeleteDocumentData, DeleteDocumentErrors, DeleteDocumentResponses, GetAgentStatsData, GetAgentStatsErrors, GetAgentStatsResponses, GetBankProfileData, GetBankProfileErrors, GetBankProfileResponses, GetChunkData, GetChunkErrors, GetChunkResponses, GetDocumentData, GetDocumentErrors, GetDocumentResponses, GetEntityData, GetEntityErrors, GetEntityResponses, GetGraphData, GetGraphErrors, GetGraphResponses, HealthEndpointHealthGetData, HealthEndpointHealthGetResponses, ListBanksData, ListBanksErrors, ListBanksResponses, ListDocumentsData, ListDocumentsErrors, ListDocumentsResponses, ListEntitiesData, ListEntitiesErrors, ListEntitiesResponses, ListMemoriesData, ListMemoriesErrors, ListMemoriesResponses, ListOperationsData, ListOperationsErrors, ListOperationsResponses, MetricsEndpointMetricsGetData, MetricsEndpointMetricsGetResponses, RecallMemoriesData, RecallMemoriesErrors, RecallMemoriesResponses, ReflectData, ReflectErrors, ReflectResponses, RegenerateEntityObservationsData, RegenerateEntityObservationsErrors, RegenerateEntityObservationsResponses, RetainMemoriesData, RetainMemoriesErrors, RetainMemoriesResponses, UpdateBankDispositionData, UpdateBankDispositionErrors, UpdateBankDispositionResponses } from "./types.gen";
|
|
3
3
|
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
|
|
4
4
|
/**
|
|
5
5
|
* You can provide a client instance returned by `createClient()` instead of
|
|
@@ -43,11 +43,11 @@ export declare const listMemories: <ThrowOnError extends boolean = false>(option
|
|
|
43
43
|
* Recall memory using semantic similarity and spreading activation.
|
|
44
44
|
*
|
|
45
45
|
* The type parameter is optional and must be one of:
|
|
46
|
-
* -
|
|
47
|
-
* -
|
|
48
|
-
* -
|
|
46
|
+
* - `world`: General knowledge about people, places, events, and things that happen
|
|
47
|
+
* - `experience`: Memories about experience, conversations, actions taken, and tasks performed
|
|
48
|
+
* - `opinion`: The bank's formed beliefs, perspectives, and viewpoints
|
|
49
49
|
*
|
|
50
|
-
* Set include_entities=true to get entity observations alongside recall results.
|
|
50
|
+
* Set `include_entities=true` to get entity observations alongside recall results.
|
|
51
51
|
*/
|
|
52
52
|
export declare const recallMemories: <ThrowOnError extends boolean = false>(options: Options<RecallMemoriesData, ThrowOnError>) => import("./client").RequestResult<RecallMemoriesResponses, RecallMemoriesErrors, ThrowOnError, "fields">;
|
|
53
53
|
/**
|
|
@@ -69,7 +69,7 @@ export declare const reflect: <ThrowOnError extends boolean = false>(options: Op
|
|
|
69
69
|
*
|
|
70
70
|
* Get a list of all agents with their profiles
|
|
71
71
|
*/
|
|
72
|
-
export declare const listBanks: <ThrowOnError extends boolean = false>(options?: Options<ListBanksData, ThrowOnError>) => import("./client").RequestResult<ListBanksResponses,
|
|
72
|
+
export declare const listBanks: <ThrowOnError extends boolean = false>(options?: Options<ListBanksData, ThrowOnError>) => import("./client").RequestResult<ListBanksResponses, ListBanksErrors, ThrowOnError, "fields">;
|
|
73
73
|
/**
|
|
74
74
|
* Get statistics for memory bank
|
|
75
75
|
*
|
|
@@ -155,6 +155,12 @@ export declare const updateBankDisposition: <ThrowOnError extends boolean = fals
|
|
|
155
155
|
* Add new background information or merge with existing. LLM intelligently resolves conflicts, normalizes to first person, and optionally infers disposition traits.
|
|
156
156
|
*/
|
|
157
157
|
export declare const addBankBackground: <ThrowOnError extends boolean = false>(options: Options<AddBankBackgroundData, ThrowOnError>) => import("./client").RequestResult<AddBankBackgroundResponses, AddBankBackgroundErrors, ThrowOnError, "fields">;
|
|
158
|
+
/**
|
|
159
|
+
* Delete memory bank
|
|
160
|
+
*
|
|
161
|
+
* Delete an entire memory bank including all memories, entities, documents, and the bank profile itself. This is a destructive operation that cannot be undone.
|
|
162
|
+
*/
|
|
163
|
+
export declare const deleteBank: <ThrowOnError extends boolean = false>(options: Options<DeleteBankData, ThrowOnError>) => import("./client").RequestResult<DeleteBankResponses, DeleteBankErrors, ThrowOnError, "fields">;
|
|
158
164
|
/**
|
|
159
165
|
* Create or update memory bank
|
|
160
166
|
*
|
|
@@ -172,34 +178,28 @@ export declare const clearBankMemories: <ThrowOnError extends boolean = false>(o
|
|
|
172
178
|
*
|
|
173
179
|
* Retain memory items with automatic fact extraction.
|
|
174
180
|
*
|
|
175
|
-
* This is the main endpoint for storing memories. It supports both synchronous and asynchronous processing
|
|
176
|
-
* via the async parameter.
|
|
181
|
+
* This is the main endpoint for storing memories. It supports both synchronous and asynchronous processing via the `async` parameter.
|
|
177
182
|
*
|
|
178
|
-
* Features
|
|
183
|
+
* **Features:**
|
|
179
184
|
* - Efficient batch processing
|
|
180
185
|
* - Automatic fact extraction from natural language
|
|
181
186
|
* - Entity recognition and linking
|
|
182
|
-
* - Document tracking with automatic upsert (when document_id is provided
|
|
187
|
+
* - Document tracking with automatic upsert (when document_id is provided)
|
|
183
188
|
* - Temporal and semantic linking
|
|
184
189
|
* - Optional asynchronous processing
|
|
185
190
|
*
|
|
186
|
-
* The system automatically
|
|
191
|
+
* **The system automatically:**
|
|
187
192
|
* 1. Extracts semantic facts from the content
|
|
188
193
|
* 2. Generates embeddings
|
|
189
194
|
* 3. Deduplicates similar facts
|
|
190
195
|
* 4. Creates temporal, semantic, and entity links
|
|
191
196
|
* 5. Tracks document metadata
|
|
192
197
|
*
|
|
193
|
-
* When async=true
|
|
194
|
-
* - Returns immediately after queuing the task
|
|
195
|
-
* - Processing happens in the background
|
|
196
|
-
* - Use the operations endpoint to monitor progress
|
|
198
|
+
* **When `async=true`:** Returns immediately after queuing. Use the operations endpoint to monitor progress.
|
|
197
199
|
*
|
|
198
|
-
* When async=false (default)
|
|
199
|
-
* - Waits for processing to complete
|
|
200
|
-
* - Returns after all memories are stored
|
|
200
|
+
* **When `async=false` (default):** Waits for processing to complete.
|
|
201
201
|
*
|
|
202
|
-
* Note
|
|
202
|
+
* **Note:** If a memory item has a `document_id` that already exists, the old document and its memory units will be deleted before creating new ones (upsert behavior).
|
|
203
203
|
*/
|
|
204
204
|
export declare const retainMemories: <ThrowOnError extends boolean = false>(options: Options<RetainMemoriesData, ThrowOnError>) => import("./client").RequestResult<RetainMemoriesResponses, RetainMemoriesErrors, ThrowOnError, "fields">;
|
|
205
205
|
//# sourceMappingURL=sdk.gen.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../../generated/sdk.gen.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,OAAO,IAAI,QAAQ,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAExE,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../../generated/sdk.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.retainMemories = exports.clearBankMemories = exports.createOrUpdateBank = exports.addBankBackground = exports.updateBankDisposition = exports.getBankProfile = exports.cancelOperation = exports.listOperations = exports.getChunk = exports.getDocument = exports.deleteDocument = exports.listDocuments = exports.regenerateEntityObservations = exports.getEntity = exports.listEntities = exports.getAgentStats = exports.listBanks = exports.reflect = exports.recallMemories = exports.listMemories = exports.getGraph = exports.metricsEndpointMetricsGet = exports.healthEndpointHealthGet = void 0;
|
|
4
|
+
exports.retainMemories = exports.clearBankMemories = exports.createOrUpdateBank = exports.deleteBank = exports.addBankBackground = exports.updateBankDisposition = exports.getBankProfile = exports.cancelOperation = exports.listOperations = exports.getChunk = exports.getDocument = exports.deleteDocument = exports.listDocuments = exports.regenerateEntityObservations = exports.getEntity = exports.listEntities = exports.getAgentStats = exports.listBanks = exports.reflect = exports.recallMemories = exports.listMemories = exports.getGraph = exports.metricsEndpointMetricsGet = exports.healthEndpointHealthGet = void 0;
|
|
5
5
|
const client_gen_1 = require("./client.gen");
|
|
6
6
|
/**
|
|
7
7
|
* Health check endpoint
|
|
8
8
|
*
|
|
9
9
|
* Checks the health of the API and database connection
|
|
10
10
|
*/
|
|
11
|
-
const healthEndpointHealthGet = (options) => (options?.client ?? client_gen_1.client).get({ url:
|
|
11
|
+
const healthEndpointHealthGet = (options) => (options?.client ?? client_gen_1.client).get({ url: "/health", ...options });
|
|
12
12
|
exports.healthEndpointHealthGet = healthEndpointHealthGet;
|
|
13
13
|
/**
|
|
14
14
|
* Prometheus metrics endpoint
|
|
15
15
|
*
|
|
16
16
|
* Exports metrics in Prometheus format for scraping
|
|
17
17
|
*/
|
|
18
|
-
const metricsEndpointMetricsGet = (options) => (options?.client ?? client_gen_1.client).get({ url:
|
|
18
|
+
const metricsEndpointMetricsGet = (options) => (options?.client ?? client_gen_1.client).get({ url: "/metrics", ...options });
|
|
19
19
|
exports.metricsEndpointMetricsGet = metricsEndpointMetricsGet;
|
|
20
20
|
/**
|
|
21
21
|
* Get memory graph data
|
|
22
22
|
*
|
|
23
23
|
* Retrieve graph data for visualization, optionally filtered by type (world/experience/opinion). Limited to 1000 most recent items.
|
|
24
24
|
*/
|
|
25
|
-
const getGraph = (options) => (options.client ?? client_gen_1.client).get({ url:
|
|
25
|
+
const getGraph = (options) => (options.client ?? client_gen_1.client).get({ url: "/v1/default/banks/{bank_id}/graph", ...options });
|
|
26
26
|
exports.getGraph = getGraph;
|
|
27
27
|
/**
|
|
28
28
|
* List memory units
|
|
29
29
|
*
|
|
30
30
|
* List memory units with pagination and optional full-text search. Supports filtering by type. Results are sorted by most recent first (mentioned_at DESC, then created_at DESC).
|
|
31
31
|
*/
|
|
32
|
-
const listMemories = (options) => (options.client ?? client_gen_1.client).get({ url:
|
|
32
|
+
const listMemories = (options) => (options.client ?? client_gen_1.client).get({ url: "/v1/default/banks/{bank_id}/memories/list", ...options });
|
|
33
33
|
exports.listMemories = listMemories;
|
|
34
34
|
/**
|
|
35
35
|
* Recall memory
|
|
@@ -37,19 +37,19 @@ exports.listMemories = listMemories;
|
|
|
37
37
|
* Recall memory using semantic similarity and spreading activation.
|
|
38
38
|
*
|
|
39
39
|
* The type parameter is optional and must be one of:
|
|
40
|
-
* -
|
|
41
|
-
* -
|
|
42
|
-
* -
|
|
40
|
+
* - `world`: General knowledge about people, places, events, and things that happen
|
|
41
|
+
* - `experience`: Memories about experience, conversations, actions taken, and tasks performed
|
|
42
|
+
* - `opinion`: The bank's formed beliefs, perspectives, and viewpoints
|
|
43
43
|
*
|
|
44
|
-
* Set include_entities=true to get entity observations alongside recall results.
|
|
44
|
+
* Set `include_entities=true` to get entity observations alongside recall results.
|
|
45
45
|
*/
|
|
46
46
|
const recallMemories = (options) => (options.client ?? client_gen_1.client).post({
|
|
47
|
-
url:
|
|
47
|
+
url: "/v1/default/banks/{bank_id}/memories/recall",
|
|
48
48
|
...options,
|
|
49
49
|
headers: {
|
|
50
|
-
|
|
51
|
-
...options.headers
|
|
52
|
-
}
|
|
50
|
+
"Content-Type": "application/json",
|
|
51
|
+
...options.headers,
|
|
52
|
+
},
|
|
53
53
|
});
|
|
54
54
|
exports.recallMemories = recallMemories;
|
|
55
55
|
/**
|
|
@@ -66,12 +66,12 @@ exports.recallMemories = recallMemories;
|
|
|
66
66
|
* 6. Returns plain text answer, the facts used, and new opinions
|
|
67
67
|
*/
|
|
68
68
|
const reflect = (options) => (options.client ?? client_gen_1.client).post({
|
|
69
|
-
url:
|
|
69
|
+
url: "/v1/default/banks/{bank_id}/reflect",
|
|
70
70
|
...options,
|
|
71
71
|
headers: {
|
|
72
|
-
|
|
73
|
-
...options.headers
|
|
74
|
-
}
|
|
72
|
+
"Content-Type": "application/json",
|
|
73
|
+
...options.headers,
|
|
74
|
+
},
|
|
75
75
|
});
|
|
76
76
|
exports.reflect = reflect;
|
|
77
77
|
/**
|
|
@@ -79,42 +79,45 @@ exports.reflect = reflect;
|
|
|
79
79
|
*
|
|
80
80
|
* Get a list of all agents with their profiles
|
|
81
81
|
*/
|
|
82
|
-
const listBanks = (options) => (options?.client ?? client_gen_1.client).get({ url:
|
|
82
|
+
const listBanks = (options) => (options?.client ?? client_gen_1.client).get({ url: "/v1/default/banks", ...options });
|
|
83
83
|
exports.listBanks = listBanks;
|
|
84
84
|
/**
|
|
85
85
|
* Get statistics for memory bank
|
|
86
86
|
*
|
|
87
87
|
* Get statistics about nodes and links for a specific agent
|
|
88
88
|
*/
|
|
89
|
-
const getAgentStats = (options) => (options.client ?? client_gen_1.client).get({ url:
|
|
89
|
+
const getAgentStats = (options) => (options.client ?? client_gen_1.client).get({ url: "/v1/default/banks/{bank_id}/stats", ...options });
|
|
90
90
|
exports.getAgentStats = getAgentStats;
|
|
91
91
|
/**
|
|
92
92
|
* List entities
|
|
93
93
|
*
|
|
94
94
|
* List all entities (people, organizations, etc.) known by the bank, ordered by mention count.
|
|
95
95
|
*/
|
|
96
|
-
const listEntities = (options) => (options.client ?? client_gen_1.client).get({ url:
|
|
96
|
+
const listEntities = (options) => (options.client ?? client_gen_1.client).get({ url: "/v1/default/banks/{bank_id}/entities", ...options });
|
|
97
97
|
exports.listEntities = listEntities;
|
|
98
98
|
/**
|
|
99
99
|
* Get entity details
|
|
100
100
|
*
|
|
101
101
|
* Get detailed information about an entity including observations (mental model).
|
|
102
102
|
*/
|
|
103
|
-
const getEntity = (options) => (options.client ?? client_gen_1.client).get({ url:
|
|
103
|
+
const getEntity = (options) => (options.client ?? client_gen_1.client).get({ url: "/v1/default/banks/{bank_id}/entities/{entity_id}", ...options });
|
|
104
104
|
exports.getEntity = getEntity;
|
|
105
105
|
/**
|
|
106
106
|
* Regenerate entity observations
|
|
107
107
|
*
|
|
108
108
|
* Regenerate observations for an entity based on all facts mentioning it.
|
|
109
109
|
*/
|
|
110
|
-
const regenerateEntityObservations = (options) => (options.client ?? client_gen_1.client).post({
|
|
110
|
+
const regenerateEntityObservations = (options) => (options.client ?? client_gen_1.client).post({
|
|
111
|
+
url: "/v1/default/banks/{bank_id}/entities/{entity_id}/regenerate",
|
|
112
|
+
...options,
|
|
113
|
+
});
|
|
111
114
|
exports.regenerateEntityObservations = regenerateEntityObservations;
|
|
112
115
|
/**
|
|
113
116
|
* List documents
|
|
114
117
|
*
|
|
115
118
|
* List documents with pagination and optional search. Documents are the source content from which memory units are extracted.
|
|
116
119
|
*/
|
|
117
|
-
const listDocuments = (options) => (options.client ?? client_gen_1.client).get({ url:
|
|
120
|
+
const listDocuments = (options) => (options.client ?? client_gen_1.client).get({ url: "/v1/default/banks/{bank_id}/documents", ...options });
|
|
118
121
|
exports.listDocuments = listDocuments;
|
|
119
122
|
/**
|
|
120
123
|
* Delete a document
|
|
@@ -128,42 +131,45 @@ exports.listDocuments = listDocuments;
|
|
|
128
131
|
*
|
|
129
132
|
* This operation cannot be undone.
|
|
130
133
|
*/
|
|
131
|
-
const deleteDocument = (options) => (options.client ?? client_gen_1.client).delete({ url:
|
|
134
|
+
const deleteDocument = (options) => (options.client ?? client_gen_1.client).delete({ url: "/v1/default/banks/{bank_id}/documents/{document_id}", ...options });
|
|
132
135
|
exports.deleteDocument = deleteDocument;
|
|
133
136
|
/**
|
|
134
137
|
* Get document details
|
|
135
138
|
*
|
|
136
139
|
* Get a specific document including its original text
|
|
137
140
|
*/
|
|
138
|
-
const getDocument = (options) => (options.client ?? client_gen_1.client).get({ url:
|
|
141
|
+
const getDocument = (options) => (options.client ?? client_gen_1.client).get({ url: "/v1/default/banks/{bank_id}/documents/{document_id}", ...options });
|
|
139
142
|
exports.getDocument = getDocument;
|
|
140
143
|
/**
|
|
141
144
|
* Get chunk details
|
|
142
145
|
*
|
|
143
146
|
* Get a specific chunk by its ID
|
|
144
147
|
*/
|
|
145
|
-
const getChunk = (options) => (options.client ?? client_gen_1.client).get({ url:
|
|
148
|
+
const getChunk = (options) => (options.client ?? client_gen_1.client).get({ url: "/v1/default/chunks/{chunk_id}", ...options });
|
|
146
149
|
exports.getChunk = getChunk;
|
|
147
150
|
/**
|
|
148
151
|
* List async operations
|
|
149
152
|
*
|
|
150
153
|
* Get a list of all async operations (pending and failed) for a specific agent, including error messages for failed operations
|
|
151
154
|
*/
|
|
152
|
-
const listOperations = (options) => (options.client ?? client_gen_1.client).get({ url:
|
|
155
|
+
const listOperations = (options) => (options.client ?? client_gen_1.client).get({ url: "/v1/default/banks/{bank_id}/operations", ...options });
|
|
153
156
|
exports.listOperations = listOperations;
|
|
154
157
|
/**
|
|
155
158
|
* Cancel a pending async operation
|
|
156
159
|
*
|
|
157
160
|
* Cancel a pending async operation by removing it from the queue
|
|
158
161
|
*/
|
|
159
|
-
const cancelOperation = (options) => (options.client ?? client_gen_1.client).delete({
|
|
162
|
+
const cancelOperation = (options) => (options.client ?? client_gen_1.client).delete({
|
|
163
|
+
url: "/v1/default/banks/{bank_id}/operations/{operation_id}",
|
|
164
|
+
...options,
|
|
165
|
+
});
|
|
160
166
|
exports.cancelOperation = cancelOperation;
|
|
161
167
|
/**
|
|
162
168
|
* Get memory bank profile
|
|
163
169
|
*
|
|
164
170
|
* Get disposition traits and background for a memory bank. Auto-creates agent with defaults if not exists.
|
|
165
171
|
*/
|
|
166
|
-
const getBankProfile = (options) => (options.client ?? client_gen_1.client).get({ url:
|
|
172
|
+
const getBankProfile = (options) => (options.client ?? client_gen_1.client).get({ url: "/v1/default/banks/{bank_id}/profile", ...options });
|
|
167
173
|
exports.getBankProfile = getBankProfile;
|
|
168
174
|
/**
|
|
169
175
|
* Update memory bank disposition
|
|
@@ -171,12 +177,12 @@ exports.getBankProfile = getBankProfile;
|
|
|
171
177
|
* Update bank's disposition traits (skepticism, literalism, empathy)
|
|
172
178
|
*/
|
|
173
179
|
const updateBankDisposition = (options) => (options.client ?? client_gen_1.client).put({
|
|
174
|
-
url:
|
|
180
|
+
url: "/v1/default/banks/{bank_id}/profile",
|
|
175
181
|
...options,
|
|
176
182
|
headers: {
|
|
177
|
-
|
|
178
|
-
...options.headers
|
|
179
|
-
}
|
|
183
|
+
"Content-Type": "application/json",
|
|
184
|
+
...options.headers,
|
|
185
|
+
},
|
|
180
186
|
});
|
|
181
187
|
exports.updateBankDisposition = updateBankDisposition;
|
|
182
188
|
/**
|
|
@@ -185,26 +191,33 @@ exports.updateBankDisposition = updateBankDisposition;
|
|
|
185
191
|
* Add new background information or merge with existing. LLM intelligently resolves conflicts, normalizes to first person, and optionally infers disposition traits.
|
|
186
192
|
*/
|
|
187
193
|
const addBankBackground = (options) => (options.client ?? client_gen_1.client).post({
|
|
188
|
-
url:
|
|
194
|
+
url: "/v1/default/banks/{bank_id}/background",
|
|
189
195
|
...options,
|
|
190
196
|
headers: {
|
|
191
|
-
|
|
192
|
-
...options.headers
|
|
193
|
-
}
|
|
197
|
+
"Content-Type": "application/json",
|
|
198
|
+
...options.headers,
|
|
199
|
+
},
|
|
194
200
|
});
|
|
195
201
|
exports.addBankBackground = addBankBackground;
|
|
202
|
+
/**
|
|
203
|
+
* Delete memory bank
|
|
204
|
+
*
|
|
205
|
+
* Delete an entire memory bank including all memories, entities, documents, and the bank profile itself. This is a destructive operation that cannot be undone.
|
|
206
|
+
*/
|
|
207
|
+
const deleteBank = (options) => (options.client ?? client_gen_1.client).delete({ url: "/v1/default/banks/{bank_id}", ...options });
|
|
208
|
+
exports.deleteBank = deleteBank;
|
|
196
209
|
/**
|
|
197
210
|
* Create or update memory bank
|
|
198
211
|
*
|
|
199
212
|
* Create a new agent or update existing agent with disposition and background. Auto-fills missing fields with defaults.
|
|
200
213
|
*/
|
|
201
214
|
const createOrUpdateBank = (options) => (options.client ?? client_gen_1.client).put({
|
|
202
|
-
url:
|
|
215
|
+
url: "/v1/default/banks/{bank_id}",
|
|
203
216
|
...options,
|
|
204
217
|
headers: {
|
|
205
|
-
|
|
206
|
-
...options.headers
|
|
207
|
-
}
|
|
218
|
+
"Content-Type": "application/json",
|
|
219
|
+
...options.headers,
|
|
220
|
+
},
|
|
208
221
|
});
|
|
209
222
|
exports.createOrUpdateBank = createOrUpdateBank;
|
|
210
223
|
/**
|
|
@@ -212,49 +225,43 @@ exports.createOrUpdateBank = createOrUpdateBank;
|
|
|
212
225
|
*
|
|
213
226
|
* Delete memory units for a memory bank. Optionally filter by type (world, experience, opinion) to delete only specific types. This is a destructive operation that cannot be undone. The bank profile (disposition and background) will be preserved.
|
|
214
227
|
*/
|
|
215
|
-
const clearBankMemories = (options) => (options.client ?? client_gen_1.client).delete({ url:
|
|
228
|
+
const clearBankMemories = (options) => (options.client ?? client_gen_1.client).delete({ url: "/v1/default/banks/{bank_id}/memories", ...options });
|
|
216
229
|
exports.clearBankMemories = clearBankMemories;
|
|
217
230
|
/**
|
|
218
231
|
* Retain memories
|
|
219
232
|
*
|
|
220
233
|
* Retain memory items with automatic fact extraction.
|
|
221
234
|
*
|
|
222
|
-
* This is the main endpoint for storing memories. It supports both synchronous and asynchronous processing
|
|
223
|
-
* via the async parameter.
|
|
235
|
+
* This is the main endpoint for storing memories. It supports both synchronous and asynchronous processing via the `async` parameter.
|
|
224
236
|
*
|
|
225
|
-
* Features
|
|
237
|
+
* **Features:**
|
|
226
238
|
* - Efficient batch processing
|
|
227
239
|
* - Automatic fact extraction from natural language
|
|
228
240
|
* - Entity recognition and linking
|
|
229
|
-
* - Document tracking with automatic upsert (when document_id is provided
|
|
241
|
+
* - Document tracking with automatic upsert (when document_id is provided)
|
|
230
242
|
* - Temporal and semantic linking
|
|
231
243
|
* - Optional asynchronous processing
|
|
232
244
|
*
|
|
233
|
-
* The system automatically
|
|
245
|
+
* **The system automatically:**
|
|
234
246
|
* 1. Extracts semantic facts from the content
|
|
235
247
|
* 2. Generates embeddings
|
|
236
248
|
* 3. Deduplicates similar facts
|
|
237
249
|
* 4. Creates temporal, semantic, and entity links
|
|
238
250
|
* 5. Tracks document metadata
|
|
239
251
|
*
|
|
240
|
-
* When async=true
|
|
241
|
-
* - Returns immediately after queuing the task
|
|
242
|
-
* - Processing happens in the background
|
|
243
|
-
* - Use the operations endpoint to monitor progress
|
|
252
|
+
* **When `async=true`:** Returns immediately after queuing. Use the operations endpoint to monitor progress.
|
|
244
253
|
*
|
|
245
|
-
* When async=false (default)
|
|
246
|
-
* - Waits for processing to complete
|
|
247
|
-
* - Returns after all memories are stored
|
|
254
|
+
* **When `async=false` (default):** Waits for processing to complete.
|
|
248
255
|
*
|
|
249
|
-
* Note
|
|
256
|
+
* **Note:** If a memory item has a `document_id` that already exists, the old document and its memory units will be deleted before creating new ones (upsert behavior).
|
|
250
257
|
*/
|
|
251
258
|
const retainMemories = (options) => (options.client ?? client_gen_1.client).post({
|
|
252
|
-
url:
|
|
259
|
+
url: "/v1/default/banks/{bank_id}/memories",
|
|
253
260
|
...options,
|
|
254
261
|
headers: {
|
|
255
|
-
|
|
256
|
-
...options.headers
|
|
257
|
-
}
|
|
262
|
+
"Content-Type": "application/json",
|
|
263
|
+
...options.headers,
|
|
264
|
+
},
|
|
258
265
|
});
|
|
259
266
|
exports.retainMemories = retainMemories;
|
|
260
267
|
//# sourceMappingURL=sdk.gen.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.gen.js","sourceRoot":"","sources":["../../generated/sdk.gen.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,6CAAsC;
|
|
1
|
+
{"version":3,"file":"sdk.gen.js","sourceRoot":"","sources":["../../generated/sdk.gen.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,6CAAsC;AA2FtC;;;;GAIG;AACI,MAAM,uBAAuB,GAAG,CACrC,OAA4D,EAC5D,EAAE,CACF,CAAC,OAAO,EAAE,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI7B,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPvB,QAAA,uBAAuB,2BAOA;AAEpC;;;;GAIG;AACI,MAAM,yBAAyB,GAAG,CACvC,OAA8D,EAC9D,EAAE,CACF,CAAC,OAAO,EAAE,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI7B,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPxB,QAAA,yBAAyB,6BAOD;AAErC;;;;GAIG;AACI,MAAM,QAAQ,GAAG,CACtB,OAA4C,EAC5C,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B,EAAE,GAAG,EAAE,mCAAmC,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPjD,QAAA,QAAQ,YAOyC;AAE9D;;;;GAIG;AACI,MAAM,YAAY,GAAG,CAC1B,OAAgD,EAChD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B,EAAE,GAAG,EAAE,2CAA2C,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPzD,QAAA,YAAY,gBAO6C;AAEtE;;;;;;;;;;;GAWG;AACI,MAAM,cAAc,GAAG,CAC5B,OAAkD,EAClD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,IAAI,CAI7B;IACA,GAAG,EAAE,6CAA6C;IAClD,GAAG,OAAO;IACV,OAAO,EAAE;QACP,cAAc,EAAE,kBAAkB;QAClC,GAAG,OAAO,CAAC,OAAO;KACnB;CACF,CAAC,CAAC;AAdQ,QAAA,cAAc,kBActB;AAEL;;;;;;;;;;;;GAYG;AACI,MAAM,OAAO,GAAG,CACrB,OAA2C,EAC3C,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,IAAI,CAI7B;IACA,GAAG,EAAE,qCAAqC;IAC1C,GAAG,OAAO;IACV,OAAO,EAAE;QACP,cAAc,EAAE,kBAAkB;QAClC,GAAG,OAAO,CAAC,OAAO;KACnB;CACF,CAAC,CAAC;AAdQ,QAAA,OAAO,WAcf;AAEL;;;;GAIG;AACI,MAAM,SAAS,GAAG,CACvB,OAA8C,EAC9C,EAAE,CACF,CAAC,OAAO,EAAE,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI7B,EAAE,GAAG,EAAE,mBAAmB,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPjC,QAAA,SAAS,aAOwB;AAE9C;;;;GAIG;AACI,MAAM,aAAa,GAAG,CAC3B,OAAiD,EACjD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B,EAAE,GAAG,EAAE,mCAAmC,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPjD,QAAA,aAAa,iBAOoC;AAE9D;;;;GAIG;AACI,MAAM,YAAY,GAAG,CAC1B,OAAgD,EAChD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B,EAAE,GAAG,EAAE,sCAAsC,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPpD,QAAA,YAAY,gBAOwC;AAEjE;;;;GAIG;AACI,MAAM,SAAS,GAAG,CACvB,OAA6C,EAC7C,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B,EAAE,GAAG,EAAE,kDAAkD,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPhE,QAAA,SAAS,aAOuD;AAE7E;;;;GAIG;AACI,MAAM,4BAA4B,GAAG,CAG1C,OAAgE,EAChE,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,IAAI,CAI7B;IACA,GAAG,EAAE,6DAA6D;IAClE,GAAG,OAAO;CACX,CAAC,CAAC;AAZQ,QAAA,4BAA4B,gCAYpC;AAEL;;;;GAIG;AACI,MAAM,aAAa,GAAG,CAC3B,OAAiD,EACjD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B,EAAE,GAAG,EAAE,uCAAuC,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPrD,QAAA,aAAa,iBAOwC;AAElE;;;;;;;;;;;GAWG;AACI,MAAM,cAAc,GAAG,CAC5B,OAAkD,EAClD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,MAAM,CAI/B,EAAE,GAAG,EAAE,qDAAqD,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPnE,QAAA,cAAc,kBAOqD;AAEhF;;;;GAIG;AACI,MAAM,WAAW,GAAG,CACzB,OAA+C,EAC/C,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B,EAAE,GAAG,EAAE,qDAAqD,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPnE,QAAA,WAAW,eAOwD;AAEhF;;;;GAIG;AACI,MAAM,QAAQ,GAAG,CACtB,OAA4C,EAC5C,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B,EAAE,GAAG,EAAE,+BAA+B,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAP7C,QAAA,QAAQ,YAOqC;AAE1D;;;;GAIG;AACI,MAAM,cAAc,GAAG,CAC5B,OAAkD,EAClD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B,EAAE,GAAG,EAAE,wCAAwC,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPtD,QAAA,cAAc,kBAOwC;AAEnE;;;;GAIG;AACI,MAAM,eAAe,GAAG,CAC7B,OAAmD,EACnD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,MAAM,CAI/B;IACA,GAAG,EAAE,uDAAuD;IAC5D,GAAG,OAAO;CACX,CAAC,CAAC;AAVQ,QAAA,eAAe,mBAUvB;AAEL;;;;GAIG;AACI,MAAM,cAAc,GAAG,CAC5B,OAAkD,EAClD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B,EAAE,GAAG,EAAE,qCAAqC,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPnD,QAAA,cAAc,kBAOqC;AAEhE;;;;GAIG;AACI,MAAM,qBAAqB,GAAG,CACnC,OAAyD,EACzD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B;IACA,GAAG,EAAE,qCAAqC;IAC1C,GAAG,OAAO;IACV,OAAO,EAAE;QACP,cAAc,EAAE,kBAAkB;QAClC,GAAG,OAAO,CAAC,OAAO;KACnB;CACF,CAAC,CAAC;AAdQ,QAAA,qBAAqB,yBAc7B;AAEL;;;;GAIG;AACI,MAAM,iBAAiB,GAAG,CAC/B,OAAqD,EACrD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,IAAI,CAI7B;IACA,GAAG,EAAE,wCAAwC;IAC7C,GAAG,OAAO;IACV,OAAO,EAAE;QACP,cAAc,EAAE,kBAAkB;QAClC,GAAG,OAAO,CAAC,OAAO;KACnB;CACF,CAAC,CAAC;AAdQ,QAAA,iBAAiB,qBAczB;AAEL;;;;GAIG;AACI,MAAM,UAAU,GAAG,CACxB,OAA8C,EAC9C,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,MAAM,CAI/B,EAAE,GAAG,EAAE,6BAA6B,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAP3C,QAAA,UAAU,cAOiC;AAExD;;;;GAIG;AACI,MAAM,kBAAkB,GAAG,CAChC,OAAsD,EACtD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,GAAG,CAI5B;IACA,GAAG,EAAE,6BAA6B;IAClC,GAAG,OAAO;IACV,OAAO,EAAE;QACP,cAAc,EAAE,kBAAkB;QAClC,GAAG,OAAO,CAAC,OAAO;KACnB;CACF,CAAC,CAAC;AAdQ,QAAA,kBAAkB,sBAc1B;AAEL;;;;GAIG;AACI,MAAM,iBAAiB,GAAG,CAC/B,OAAqD,EACrD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,MAAM,CAI/B,EAAE,GAAG,EAAE,sCAAsC,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;AAPpD,QAAA,iBAAiB,qBAOmC;AAEjE;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACI,MAAM,cAAc,GAAG,CAC5B,OAAkD,EAClD,EAAE,CACF,CAAC,OAAO,CAAC,MAAM,IAAI,mBAAM,CAAC,CAAC,IAAI,CAI7B;IACA,GAAG,EAAE,sCAAsC;IAC3C,GAAG,OAAO;IACV,OAAO,EAAE;QACP,cAAc,EAAE,kBAAkB;QAClC,GAAG,OAAO,CAAC,OAAO;KACnB;CACF,CAAC,CAAC;AAdQ,QAAA,cAAc,kBActB"}
|