@vectorize-io/hindsight-client 0.4.17 → 0.4.19
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/types.gen.d.ts → index.d.mts} +1482 -358
- package/dist/index.d.ts +5384 -0
- package/dist/index.js +1597 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +1572 -0
- package/dist/index.mjs.map +1 -0
- package/generated/client/client.gen.ts +3 -1
- package/generated/sdk.gen.ts +17 -0
- package/generated/types.gen.ts +131 -1
- package/package.json +15 -5
- package/src/index.ts +2 -0
- package/dist/generated/client/client.gen.d.ts +0 -3
- package/dist/generated/client/client.gen.d.ts.map +0 -1
- package/dist/generated/client/client.gen.js +0 -233
- package/dist/generated/client/client.gen.js.map +0 -1
- package/dist/generated/client/index.d.ts +0 -9
- package/dist/generated/client/index.d.ts.map +0 -1
- package/dist/generated/client/index.js +0 -18
- package/dist/generated/client/index.js.map +0 -1
- package/dist/generated/client/types.gen.d.ts +0 -118
- package/dist/generated/client/types.gen.d.ts.map +0 -1
- package/dist/generated/client/types.gen.js +0 -4
- package/dist/generated/client/types.gen.js.map +0 -1
- package/dist/generated/client/utils.gen.d.ts +0 -34
- package/dist/generated/client/utils.gen.d.ts.map +0 -1
- package/dist/generated/client/utils.gen.js +0 -245
- package/dist/generated/client/utils.gen.js.map +0 -1
- package/dist/generated/client.gen.d.ts +0 -13
- package/dist/generated/client.gen.d.ts.map +0 -1
- package/dist/generated/client.gen.js +0 -7
- package/dist/generated/client.gen.js.map +0 -1
- package/dist/generated/core/auth.gen.d.ts +0 -19
- package/dist/generated/core/auth.gen.d.ts.map +0 -1
- package/dist/generated/core/auth.gen.js +0 -19
- package/dist/generated/core/auth.gen.js.map +0 -1
- package/dist/generated/core/bodySerializer.gen.d.ts +0 -26
- package/dist/generated/core/bodySerializer.gen.d.ts.map +0 -1
- package/dist/generated/core/bodySerializer.gen.js +0 -61
- package/dist/generated/core/bodySerializer.gen.js.map +0 -1
- package/dist/generated/core/params.gen.d.ts +0 -44
- package/dist/generated/core/params.gen.d.ts.map +0 -1
- package/dist/generated/core/params.gen.js +0 -105
- package/dist/generated/core/params.gen.js.map +0 -1
- package/dist/generated/core/pathSerializer.gen.d.ts +0 -34
- package/dist/generated/core/pathSerializer.gen.d.ts.map +0 -1
- package/dist/generated/core/pathSerializer.gen.js +0 -124
- package/dist/generated/core/pathSerializer.gen.js.map +0 -1
- package/dist/generated/core/queryKeySerializer.gen.d.ts +0 -19
- package/dist/generated/core/queryKeySerializer.gen.d.ts.map +0 -1
- package/dist/generated/core/queryKeySerializer.gen.js +0 -106
- package/dist/generated/core/queryKeySerializer.gen.js.map +0 -1
- package/dist/generated/core/serverSentEvents.gen.d.ts +0 -72
- package/dist/generated/core/serverSentEvents.gen.d.ts.map +0 -1
- package/dist/generated/core/serverSentEvents.gen.js +0 -140
- package/dist/generated/core/serverSentEvents.gen.js.map +0 -1
- package/dist/generated/core/types.gen.d.ts +0 -79
- package/dist/generated/core/types.gen.d.ts.map +0 -1
- package/dist/generated/core/types.gen.js +0 -4
- package/dist/generated/core/types.gen.js.map +0 -1
- package/dist/generated/core/utils.gen.d.ts +0 -20
- package/dist/generated/core/utils.gen.d.ts.map +0 -1
- package/dist/generated/core/utils.gen.js +0 -94
- package/dist/generated/core/utils.gen.js.map +0 -1
- package/dist/generated/index.d.ts +0 -3
- package/dist/generated/index.d.ts.map +0 -1
- package/dist/generated/index.js +0 -19
- package/dist/generated/index.js.map +0 -1
- package/dist/generated/sdk.gen.d.ts +0 -433
- package/dist/generated/sdk.gen.d.ts.map +0 -1
- package/dist/generated/sdk.gen.js +0 -636
- package/dist/generated/sdk.gen.js.map +0 -1
- package/dist/generated/types.gen.d.ts.map +0 -1
- package/dist/generated/types.gen.js +0 -4
- package/dist/generated/types.gen.js.map +0 -1
- package/dist/src/index.d.ts +0 -310
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/index.js +0 -518
- package/dist/src/index.js.map +0 -1
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file is auto-generated by @hey-api/openapi-ts
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.getUrl = exports.defaultPathSerializer = exports.PATH_PARAM_RE = void 0;
|
|
5
|
-
exports.getValidRequestBody = getValidRequestBody;
|
|
6
|
-
const pathSerializer_gen_1 = require("./pathSerializer.gen");
|
|
7
|
-
exports.PATH_PARAM_RE = /\{[^{}]+\}/g;
|
|
8
|
-
const defaultPathSerializer = ({ path, url: _url }) => {
|
|
9
|
-
let url = _url;
|
|
10
|
-
const matches = _url.match(exports.PATH_PARAM_RE);
|
|
11
|
-
if (matches) {
|
|
12
|
-
for (const match of matches) {
|
|
13
|
-
let explode = false;
|
|
14
|
-
let name = match.substring(1, match.length - 1);
|
|
15
|
-
let style = "simple";
|
|
16
|
-
if (name.endsWith("*")) {
|
|
17
|
-
explode = true;
|
|
18
|
-
name = name.substring(0, name.length - 1);
|
|
19
|
-
}
|
|
20
|
-
if (name.startsWith(".")) {
|
|
21
|
-
name = name.substring(1);
|
|
22
|
-
style = "label";
|
|
23
|
-
}
|
|
24
|
-
else if (name.startsWith(";")) {
|
|
25
|
-
name = name.substring(1);
|
|
26
|
-
style = "matrix";
|
|
27
|
-
}
|
|
28
|
-
const value = path[name];
|
|
29
|
-
if (value === undefined || value === null) {
|
|
30
|
-
continue;
|
|
31
|
-
}
|
|
32
|
-
if (Array.isArray(value)) {
|
|
33
|
-
url = url.replace(match, (0, pathSerializer_gen_1.serializeArrayParam)({ explode, name, style, value }));
|
|
34
|
-
continue;
|
|
35
|
-
}
|
|
36
|
-
if (typeof value === "object") {
|
|
37
|
-
url = url.replace(match, (0, pathSerializer_gen_1.serializeObjectParam)({
|
|
38
|
-
explode,
|
|
39
|
-
name,
|
|
40
|
-
style,
|
|
41
|
-
value: value,
|
|
42
|
-
valueOnly: true,
|
|
43
|
-
}));
|
|
44
|
-
continue;
|
|
45
|
-
}
|
|
46
|
-
if (style === "matrix") {
|
|
47
|
-
url = url.replace(match, `;${(0, pathSerializer_gen_1.serializePrimitiveParam)({
|
|
48
|
-
name,
|
|
49
|
-
value: value,
|
|
50
|
-
})}`);
|
|
51
|
-
continue;
|
|
52
|
-
}
|
|
53
|
-
const replaceValue = encodeURIComponent(style === "label" ? `.${value}` : value);
|
|
54
|
-
url = url.replace(match, replaceValue);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
return url;
|
|
58
|
-
};
|
|
59
|
-
exports.defaultPathSerializer = defaultPathSerializer;
|
|
60
|
-
const getUrl = ({ baseUrl, path, query, querySerializer, url: _url, }) => {
|
|
61
|
-
const pathUrl = _url.startsWith("/") ? _url : `/${_url}`;
|
|
62
|
-
let url = (baseUrl ?? "") + pathUrl;
|
|
63
|
-
if (path) {
|
|
64
|
-
url = (0, exports.defaultPathSerializer)({ path, url });
|
|
65
|
-
}
|
|
66
|
-
let search = query ? querySerializer(query) : "";
|
|
67
|
-
if (search.startsWith("?")) {
|
|
68
|
-
search = search.substring(1);
|
|
69
|
-
}
|
|
70
|
-
if (search) {
|
|
71
|
-
url += `?${search}`;
|
|
72
|
-
}
|
|
73
|
-
return url;
|
|
74
|
-
};
|
|
75
|
-
exports.getUrl = getUrl;
|
|
76
|
-
function getValidRequestBody(options) {
|
|
77
|
-
const hasBody = options.body !== undefined;
|
|
78
|
-
const isSerializedBody = hasBody && options.bodySerializer;
|
|
79
|
-
if (isSerializedBody) {
|
|
80
|
-
if ("serializedBody" in options) {
|
|
81
|
-
const hasSerializedBody = options.serializedBody !== undefined && options.serializedBody !== "";
|
|
82
|
-
return hasSerializedBody ? options.serializedBody : null;
|
|
83
|
-
}
|
|
84
|
-
// not all clients implement a serializedBody property (i.e. client-axios)
|
|
85
|
-
return options.body !== "" ? options.body : null;
|
|
86
|
-
}
|
|
87
|
-
// plain/text body
|
|
88
|
-
if (hasBody) {
|
|
89
|
-
return options.body;
|
|
90
|
-
}
|
|
91
|
-
// no body was provided
|
|
92
|
-
return undefined;
|
|
93
|
-
}
|
|
94
|
-
//# sourceMappingURL=utils.gen.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.gen.js","sourceRoot":"","sources":["../../../generated/core/utils.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../generated/index.ts"],"names":[],"mappings":"AAEA,mBAAmB,aAAa,CAAC;AACjC,cAAc,WAAW,CAAC"}
|
package/dist/generated/index.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file is auto-generated by @hey-api/openapi-ts
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
16
|
-
};
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
__exportStar(require("./sdk.gen"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../generated/index.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;;;;;;;;;;;;;;AAGrD,4CAA0B"}
|
|
@@ -1,433 +0,0 @@
|
|
|
1
|
-
import { type Client, type Options as Options2, type TDataShape } from "./client";
|
|
2
|
-
import type { AddBankBackgroundData, AddBankBackgroundErrors, AddBankBackgroundResponses, CancelOperationData, CancelOperationErrors, CancelOperationResponses, ClearBankMemoriesData, ClearBankMemoriesErrors, ClearBankMemoriesResponses, ClearMemoryObservationsData, ClearMemoryObservationsErrors, ClearMemoryObservationsResponses, ClearObservationsData, ClearObservationsErrors, ClearObservationsResponses, CreateDirectiveData, CreateDirectiveErrors, CreateDirectiveResponses, CreateMentalModelData, CreateMentalModelErrors, CreateMentalModelResponses, CreateOrUpdateBankData, CreateOrUpdateBankErrors, CreateOrUpdateBankResponses, CreateWebhookData, CreateWebhookErrors, CreateWebhookResponses, DeleteBankData, DeleteBankErrors, DeleteBankResponses, DeleteDirectiveData, DeleteDirectiveErrors, DeleteDirectiveResponses, DeleteDocumentData, DeleteDocumentErrors, DeleteDocumentResponses, DeleteMentalModelData, DeleteMentalModelErrors, DeleteMentalModelResponses, DeleteWebhookData, DeleteWebhookErrors, DeleteWebhookResponses, FileRetainData, FileRetainErrors, FileRetainResponses, GetAgentStatsData, GetAgentStatsErrors, GetAgentStatsResponses, GetBankConfigData, GetBankConfigErrors, GetBankConfigResponses, GetBankProfileData, GetBankProfileErrors, GetBankProfileResponses, GetChunkData, GetChunkErrors, GetChunkResponses, GetDirectiveData, GetDirectiveErrors, GetDirectiveResponses, GetDocumentData, GetDocumentErrors, GetDocumentResponses, GetEntityData, GetEntityErrors, GetEntityResponses, GetGraphData, GetGraphErrors, GetGraphResponses, GetMemoryData, GetMemoryErrors, GetMemoryResponses, GetMentalModelData, GetMentalModelErrors, GetMentalModelHistoryData, GetMentalModelHistoryErrors, GetMentalModelHistoryResponses, GetMentalModelResponses, GetObservationHistoryData, GetObservationHistoryErrors, GetObservationHistoryResponses, GetOperationStatusData, GetOperationStatusErrors, GetOperationStatusResponses, GetVersionData, GetVersionResponses, HealthEndpointHealthGetData, HealthEndpointHealthGetResponses, ListBanksData, ListBanksErrors, ListBanksResponses, ListDirectivesData, ListDirectivesErrors, ListDirectivesResponses, ListDocumentsData, ListDocumentsErrors, ListDocumentsResponses, ListEntitiesData, ListEntitiesErrors, ListEntitiesResponses, ListMemoriesData, ListMemoriesErrors, ListMemoriesResponses, ListMentalModelsData, ListMentalModelsErrors, ListMentalModelsResponses, ListOperationsData, ListOperationsErrors, ListOperationsResponses, ListTagsData, ListTagsErrors, ListTagsResponses, ListWebhookDeliveriesData, ListWebhookDeliveriesErrors, ListWebhookDeliveriesResponses, ListWebhooksData, ListWebhooksErrors, ListWebhooksResponses, MetricsEndpointMetricsGetData, MetricsEndpointMetricsGetResponses, RecallMemoriesData, RecallMemoriesErrors, RecallMemoriesResponses, ReflectData, ReflectErrors, ReflectResponses, RefreshMentalModelData, RefreshMentalModelErrors, RefreshMentalModelResponses, RegenerateEntityObservationsData, RegenerateEntityObservationsErrors, RegenerateEntityObservationsResponses, ResetBankConfigData, ResetBankConfigErrors, ResetBankConfigResponses, RetainMemoriesData, RetainMemoriesErrors, RetainMemoriesResponses, RetryOperationData, RetryOperationErrors, RetryOperationResponses, TriggerConsolidationData, TriggerConsolidationErrors, TriggerConsolidationResponses, UpdateBankConfigData, UpdateBankConfigErrors, UpdateBankConfigResponses, UpdateBankData, UpdateBankDispositionData, UpdateBankDispositionErrors, UpdateBankDispositionResponses, UpdateBankErrors, UpdateBankResponses, UpdateDirectiveData, UpdateDirectiveErrors, UpdateDirectiveResponses, UpdateDocumentData, UpdateDocumentErrors, UpdateDocumentResponses, UpdateMentalModelData, UpdateMentalModelErrors, UpdateMentalModelResponses, UpdateWebhookData, UpdateWebhookErrors, UpdateWebhookResponses } from "./types.gen";
|
|
3
|
-
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
|
|
4
|
-
/**
|
|
5
|
-
* You can provide a client instance returned by `createClient()` instead of
|
|
6
|
-
* individual options. This might be also useful if you want to implement a
|
|
7
|
-
* custom client.
|
|
8
|
-
*/
|
|
9
|
-
client?: Client;
|
|
10
|
-
/**
|
|
11
|
-
* You can pass arbitrary values through the `meta` object. This can be
|
|
12
|
-
* used to access values that aren't defined as part of the SDK function.
|
|
13
|
-
*/
|
|
14
|
-
meta?: Record<string, unknown>;
|
|
15
|
-
};
|
|
16
|
-
/**
|
|
17
|
-
* Health check endpoint
|
|
18
|
-
*
|
|
19
|
-
* Checks the health of the API and database connection
|
|
20
|
-
*/
|
|
21
|
-
export declare const healthEndpointHealthGet: <ThrowOnError extends boolean = false>(options?: Options<HealthEndpointHealthGetData, ThrowOnError>) => import("./client").RequestResult<HealthEndpointHealthGetResponses, unknown, ThrowOnError, "fields">;
|
|
22
|
-
/**
|
|
23
|
-
* Get API version and feature flags
|
|
24
|
-
*
|
|
25
|
-
* Returns API version information and enabled feature flags. Use this to check which capabilities are available in this deployment.
|
|
26
|
-
*/
|
|
27
|
-
export declare const getVersion: <ThrowOnError extends boolean = false>(options?: Options<GetVersionData, ThrowOnError>) => import("./client").RequestResult<GetVersionResponses, unknown, ThrowOnError, "fields">;
|
|
28
|
-
/**
|
|
29
|
-
* Prometheus metrics endpoint
|
|
30
|
-
*
|
|
31
|
-
* Exports metrics in Prometheus format for scraping
|
|
32
|
-
*/
|
|
33
|
-
export declare const metricsEndpointMetricsGet: <ThrowOnError extends boolean = false>(options?: Options<MetricsEndpointMetricsGetData, ThrowOnError>) => import("./client").RequestResult<MetricsEndpointMetricsGetResponses, unknown, ThrowOnError, "fields">;
|
|
34
|
-
/**
|
|
35
|
-
* Get memory graph data
|
|
36
|
-
*
|
|
37
|
-
* Retrieve graph data for visualization, optionally filtered by type (world/experience/opinion).
|
|
38
|
-
*/
|
|
39
|
-
export declare const getGraph: <ThrowOnError extends boolean = false>(options: Options<GetGraphData, ThrowOnError>) => import("./client").RequestResult<GetGraphResponses, GetGraphErrors, ThrowOnError, "fields">;
|
|
40
|
-
/**
|
|
41
|
-
* List memory units
|
|
42
|
-
*
|
|
43
|
-
* 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).
|
|
44
|
-
*/
|
|
45
|
-
export declare const listMemories: <ThrowOnError extends boolean = false>(options: Options<ListMemoriesData, ThrowOnError>) => import("./client").RequestResult<ListMemoriesResponses, ListMemoriesErrors, ThrowOnError, "fields">;
|
|
46
|
-
/**
|
|
47
|
-
* Get memory unit
|
|
48
|
-
*
|
|
49
|
-
* Get a single memory unit by ID with all its metadata including entities and tags. Note: the 'history' field is deprecated and always returns an empty list - use GET /memories/{memory_id}/history instead.
|
|
50
|
-
*/
|
|
51
|
-
export declare const getMemory: <ThrowOnError extends boolean = false>(options: Options<GetMemoryData, ThrowOnError>) => import("./client").RequestResult<GetMemoryResponses, GetMemoryErrors, ThrowOnError, "fields">;
|
|
52
|
-
/**
|
|
53
|
-
* Get observation history
|
|
54
|
-
*
|
|
55
|
-
* Get the full history of an observation, with each change's source facts resolved to their text.
|
|
56
|
-
*/
|
|
57
|
-
export declare const getObservationHistory: <ThrowOnError extends boolean = false>(options: Options<GetObservationHistoryData, ThrowOnError>) => import("./client").RequestResult<GetObservationHistoryResponses, GetObservationHistoryErrors, ThrowOnError, "fields">;
|
|
58
|
-
/**
|
|
59
|
-
* Recall memory
|
|
60
|
-
*
|
|
61
|
-
* Recall memory using semantic similarity and spreading activation.
|
|
62
|
-
*
|
|
63
|
-
* The type parameter is optional and must be one of:
|
|
64
|
-
* - `world`: General knowledge about people, places, events, and things that happen
|
|
65
|
-
* - `experience`: Memories about experience, conversations, actions taken, and tasks performed
|
|
66
|
-
*/
|
|
67
|
-
export declare const recallMemories: <ThrowOnError extends boolean = false>(options: Options<RecallMemoriesData, ThrowOnError>) => import("./client").RequestResult<RecallMemoriesResponses, RecallMemoriesErrors, ThrowOnError, "fields">;
|
|
68
|
-
/**
|
|
69
|
-
* Reflect and generate answer
|
|
70
|
-
*
|
|
71
|
-
* Reflect and formulate an answer using bank identity, world facts, and opinions.
|
|
72
|
-
*
|
|
73
|
-
* This endpoint:
|
|
74
|
-
* 1. Retrieves experience (conversations and events)
|
|
75
|
-
* 2. Retrieves world facts relevant to the query
|
|
76
|
-
* 3. Retrieves existing opinions (bank's perspectives)
|
|
77
|
-
* 4. Uses LLM to formulate a contextual answer
|
|
78
|
-
* 5. Returns plain text answer and the facts used
|
|
79
|
-
*/
|
|
80
|
-
export declare const reflect: <ThrowOnError extends boolean = false>(options: Options<ReflectData, ThrowOnError>) => import("./client").RequestResult<ReflectResponses, ReflectErrors, ThrowOnError, "fields">;
|
|
81
|
-
/**
|
|
82
|
-
* List all memory banks
|
|
83
|
-
*
|
|
84
|
-
* Get a list of all agents with their profiles
|
|
85
|
-
*/
|
|
86
|
-
export declare const listBanks: <ThrowOnError extends boolean = false>(options?: Options<ListBanksData, ThrowOnError>) => import("./client").RequestResult<ListBanksResponses, ListBanksErrors, ThrowOnError, "fields">;
|
|
87
|
-
/**
|
|
88
|
-
* Get statistics for memory bank
|
|
89
|
-
*
|
|
90
|
-
* Get statistics about nodes and links for a specific agent
|
|
91
|
-
*/
|
|
92
|
-
export declare const getAgentStats: <ThrowOnError extends boolean = false>(options: Options<GetAgentStatsData, ThrowOnError>) => import("./client").RequestResult<GetAgentStatsResponses, GetAgentStatsErrors, ThrowOnError, "fields">;
|
|
93
|
-
/**
|
|
94
|
-
* List entities
|
|
95
|
-
*
|
|
96
|
-
* List all entities (people, organizations, etc.) known by the bank, ordered by mention count. Supports pagination.
|
|
97
|
-
*/
|
|
98
|
-
export declare const listEntities: <ThrowOnError extends boolean = false>(options: Options<ListEntitiesData, ThrowOnError>) => import("./client").RequestResult<ListEntitiesResponses, ListEntitiesErrors, ThrowOnError, "fields">;
|
|
99
|
-
/**
|
|
100
|
-
* Get entity details
|
|
101
|
-
*
|
|
102
|
-
* Get detailed information about an entity including observations (mental model).
|
|
103
|
-
*/
|
|
104
|
-
export declare const getEntity: <ThrowOnError extends boolean = false>(options: Options<GetEntityData, ThrowOnError>) => import("./client").RequestResult<GetEntityResponses, GetEntityErrors, ThrowOnError, "fields">;
|
|
105
|
-
/**
|
|
106
|
-
* Regenerate entity observations (deprecated)
|
|
107
|
-
*
|
|
108
|
-
* This endpoint is deprecated. Entity observations have been replaced by mental models.
|
|
109
|
-
*
|
|
110
|
-
* @deprecated
|
|
111
|
-
*/
|
|
112
|
-
export declare const regenerateEntityObservations: <ThrowOnError extends boolean = false>(options: Options<RegenerateEntityObservationsData, ThrowOnError>) => import("./client").RequestResult<RegenerateEntityObservationsResponses, RegenerateEntityObservationsErrors, ThrowOnError, "fields">;
|
|
113
|
-
/**
|
|
114
|
-
* List mental models
|
|
115
|
-
*
|
|
116
|
-
* List user-curated living documents that stay current.
|
|
117
|
-
*/
|
|
118
|
-
export declare const listMentalModels: <ThrowOnError extends boolean = false>(options: Options<ListMentalModelsData, ThrowOnError>) => import("./client").RequestResult<ListMentalModelsResponses, ListMentalModelsErrors, ThrowOnError, "fields">;
|
|
119
|
-
/**
|
|
120
|
-
* Create mental model
|
|
121
|
-
*
|
|
122
|
-
* Create a mental model by running reflect with the source query in the background. Returns an operation ID to track progress. The content is auto-generated by the reflect endpoint. Use the operations endpoint to check completion status.
|
|
123
|
-
*/
|
|
124
|
-
export declare const createMentalModel: <ThrowOnError extends boolean = false>(options: Options<CreateMentalModelData, ThrowOnError>) => import("./client").RequestResult<CreateMentalModelResponses, CreateMentalModelErrors, ThrowOnError, "fields">;
|
|
125
|
-
/**
|
|
126
|
-
* Delete mental model
|
|
127
|
-
*
|
|
128
|
-
* Delete a mental model.
|
|
129
|
-
*/
|
|
130
|
-
export declare const deleteMentalModel: <ThrowOnError extends boolean = false>(options: Options<DeleteMentalModelData, ThrowOnError>) => import("./client").RequestResult<DeleteMentalModelResponses, DeleteMentalModelErrors, ThrowOnError, "fields">;
|
|
131
|
-
/**
|
|
132
|
-
* Get mental model
|
|
133
|
-
*
|
|
134
|
-
* Get a specific mental model by ID.
|
|
135
|
-
*/
|
|
136
|
-
export declare const getMentalModel: <ThrowOnError extends boolean = false>(options: Options<GetMentalModelData, ThrowOnError>) => import("./client").RequestResult<GetMentalModelResponses, GetMentalModelErrors, ThrowOnError, "fields">;
|
|
137
|
-
/**
|
|
138
|
-
* Update mental model
|
|
139
|
-
*
|
|
140
|
-
* Update a mental model's name and/or source query.
|
|
141
|
-
*/
|
|
142
|
-
export declare const updateMentalModel: <ThrowOnError extends boolean = false>(options: Options<UpdateMentalModelData, ThrowOnError>) => import("./client").RequestResult<UpdateMentalModelResponses, UpdateMentalModelErrors, ThrowOnError, "fields">;
|
|
143
|
-
/**
|
|
144
|
-
* Get mental model history
|
|
145
|
-
*
|
|
146
|
-
* Get the refresh history of a mental model, showing content changes over time.
|
|
147
|
-
*/
|
|
148
|
-
export declare const getMentalModelHistory: <ThrowOnError extends boolean = false>(options: Options<GetMentalModelHistoryData, ThrowOnError>) => import("./client").RequestResult<GetMentalModelHistoryResponses, GetMentalModelHistoryErrors, ThrowOnError, "fields">;
|
|
149
|
-
/**
|
|
150
|
-
* Refresh mental model
|
|
151
|
-
*
|
|
152
|
-
* Submit an async task to re-run the source query through reflect and update the content.
|
|
153
|
-
*/
|
|
154
|
-
export declare const refreshMentalModel: <ThrowOnError extends boolean = false>(options: Options<RefreshMentalModelData, ThrowOnError>) => import("./client").RequestResult<RefreshMentalModelResponses, RefreshMentalModelErrors, ThrowOnError, "fields">;
|
|
155
|
-
/**
|
|
156
|
-
* List directives
|
|
157
|
-
*
|
|
158
|
-
* List hard rules that are injected into prompts.
|
|
159
|
-
*/
|
|
160
|
-
export declare const listDirectives: <ThrowOnError extends boolean = false>(options: Options<ListDirectivesData, ThrowOnError>) => import("./client").RequestResult<ListDirectivesResponses, ListDirectivesErrors, ThrowOnError, "fields">;
|
|
161
|
-
/**
|
|
162
|
-
* Create directive
|
|
163
|
-
*
|
|
164
|
-
* Create a hard rule that will be injected into prompts.
|
|
165
|
-
*/
|
|
166
|
-
export declare const createDirective: <ThrowOnError extends boolean = false>(options: Options<CreateDirectiveData, ThrowOnError>) => import("./client").RequestResult<CreateDirectiveResponses, CreateDirectiveErrors, ThrowOnError, "fields">;
|
|
167
|
-
/**
|
|
168
|
-
* Delete directive
|
|
169
|
-
*
|
|
170
|
-
* Delete a directive.
|
|
171
|
-
*/
|
|
172
|
-
export declare const deleteDirective: <ThrowOnError extends boolean = false>(options: Options<DeleteDirectiveData, ThrowOnError>) => import("./client").RequestResult<DeleteDirectiveResponses, DeleteDirectiveErrors, ThrowOnError, "fields">;
|
|
173
|
-
/**
|
|
174
|
-
* Get directive
|
|
175
|
-
*
|
|
176
|
-
* Get a specific directive by ID.
|
|
177
|
-
*/
|
|
178
|
-
export declare const getDirective: <ThrowOnError extends boolean = false>(options: Options<GetDirectiveData, ThrowOnError>) => import("./client").RequestResult<GetDirectiveResponses, GetDirectiveErrors, ThrowOnError, "fields">;
|
|
179
|
-
/**
|
|
180
|
-
* Update directive
|
|
181
|
-
*
|
|
182
|
-
* Update a directive's properties.
|
|
183
|
-
*/
|
|
184
|
-
export declare const updateDirective: <ThrowOnError extends boolean = false>(options: Options<UpdateDirectiveData, ThrowOnError>) => import("./client").RequestResult<UpdateDirectiveResponses, UpdateDirectiveErrors, ThrowOnError, "fields">;
|
|
185
|
-
/**
|
|
186
|
-
* List documents
|
|
187
|
-
*
|
|
188
|
-
* List documents with pagination and optional search. Documents are the source content from which memory units are extracted.
|
|
189
|
-
*/
|
|
190
|
-
export declare const listDocuments: <ThrowOnError extends boolean = false>(options: Options<ListDocumentsData, ThrowOnError>) => import("./client").RequestResult<ListDocumentsResponses, ListDocumentsErrors, ThrowOnError, "fields">;
|
|
191
|
-
/**
|
|
192
|
-
* Delete a document
|
|
193
|
-
*
|
|
194
|
-
* Delete a document and all its associated memory units and links.
|
|
195
|
-
*
|
|
196
|
-
* This will cascade delete:
|
|
197
|
-
* - The document itself
|
|
198
|
-
* - All memory units extracted from this document
|
|
199
|
-
* - All links (temporal, semantic, entity) associated with those memory units
|
|
200
|
-
*
|
|
201
|
-
* This operation cannot be undone.
|
|
202
|
-
*/
|
|
203
|
-
export declare const deleteDocument: <ThrowOnError extends boolean = false>(options: Options<DeleteDocumentData, ThrowOnError>) => import("./client").RequestResult<DeleteDocumentResponses, DeleteDocumentErrors, ThrowOnError, "fields">;
|
|
204
|
-
/**
|
|
205
|
-
* Get document details
|
|
206
|
-
*
|
|
207
|
-
* Get a specific document including its original text
|
|
208
|
-
*/
|
|
209
|
-
export declare const getDocument: <ThrowOnError extends boolean = false>(options: Options<GetDocumentData, ThrowOnError>) => import("./client").RequestResult<GetDocumentResponses, GetDocumentErrors, ThrowOnError, "fields">;
|
|
210
|
-
/**
|
|
211
|
-
* Update document
|
|
212
|
-
*
|
|
213
|
-
* Update mutable fields on a document without re-processing its content.
|
|
214
|
-
*
|
|
215
|
-
* **Tags** (`tags`): Propagated to all associated memory units. Observations derived from those units are invalidated and queued for re-consolidation under the new tags. Co-source memories from other documents that shared those observations are also reset.
|
|
216
|
-
*
|
|
217
|
-
* At least one field must be provided.
|
|
218
|
-
*/
|
|
219
|
-
export declare const updateDocument: <ThrowOnError extends boolean = false>(options: Options<UpdateDocumentData, ThrowOnError>) => import("./client").RequestResult<UpdateDocumentResponses, UpdateDocumentErrors, ThrowOnError, "fields">;
|
|
220
|
-
/**
|
|
221
|
-
* List tags
|
|
222
|
-
*
|
|
223
|
-
* List all unique tags in a memory bank with usage counts. Supports wildcard search using '*' (e.g., 'user:*', '*-fred', 'tag*-2'). Case-insensitive.
|
|
224
|
-
*/
|
|
225
|
-
export declare const listTags: <ThrowOnError extends boolean = false>(options: Options<ListTagsData, ThrowOnError>) => import("./client").RequestResult<ListTagsResponses, ListTagsErrors, ThrowOnError, "fields">;
|
|
226
|
-
/**
|
|
227
|
-
* Get chunk details
|
|
228
|
-
*
|
|
229
|
-
* Get a specific chunk by its ID
|
|
230
|
-
*/
|
|
231
|
-
export declare const getChunk: <ThrowOnError extends boolean = false>(options: Options<GetChunkData, ThrowOnError>) => import("./client").RequestResult<GetChunkResponses, GetChunkErrors, ThrowOnError, "fields">;
|
|
232
|
-
/**
|
|
233
|
-
* List async operations
|
|
234
|
-
*
|
|
235
|
-
* Get a list of async operations for a specific agent, with optional filtering by status and operation type. Results are sorted by most recent first.
|
|
236
|
-
*/
|
|
237
|
-
export declare const listOperations: <ThrowOnError extends boolean = false>(options: Options<ListOperationsData, ThrowOnError>) => import("./client").RequestResult<ListOperationsResponses, ListOperationsErrors, ThrowOnError, "fields">;
|
|
238
|
-
/**
|
|
239
|
-
* Cancel a pending async operation
|
|
240
|
-
*
|
|
241
|
-
* Cancel a pending async operation by removing it from the queue
|
|
242
|
-
*/
|
|
243
|
-
export declare const cancelOperation: <ThrowOnError extends boolean = false>(options: Options<CancelOperationData, ThrowOnError>) => import("./client").RequestResult<CancelOperationResponses, CancelOperationErrors, ThrowOnError, "fields">;
|
|
244
|
-
/**
|
|
245
|
-
* Get operation status
|
|
246
|
-
*
|
|
247
|
-
* Get the status of a specific async operation. Returns 'pending', 'completed', or 'failed'. Completed operations are removed from storage, so 'completed' means the operation finished successfully.
|
|
248
|
-
*/
|
|
249
|
-
export declare const getOperationStatus: <ThrowOnError extends boolean = false>(options: Options<GetOperationStatusData, ThrowOnError>) => import("./client").RequestResult<GetOperationStatusResponses, GetOperationStatusErrors, ThrowOnError, "fields">;
|
|
250
|
-
/**
|
|
251
|
-
* Retry a failed async operation
|
|
252
|
-
*
|
|
253
|
-
* Re-queue a failed async operation so the worker picks it up again
|
|
254
|
-
*/
|
|
255
|
-
export declare const retryOperation: <ThrowOnError extends boolean = false>(options: Options<RetryOperationData, ThrowOnError>) => import("./client").RequestResult<RetryOperationResponses, RetryOperationErrors, ThrowOnError, "fields">;
|
|
256
|
-
/**
|
|
257
|
-
* Get memory bank profile
|
|
258
|
-
*
|
|
259
|
-
* Get disposition traits and mission for a memory bank. Auto-creates agent with defaults if not exists.
|
|
260
|
-
*
|
|
261
|
-
* @deprecated
|
|
262
|
-
*/
|
|
263
|
-
export declare const getBankProfile: <ThrowOnError extends boolean = false>(options: Options<GetBankProfileData, ThrowOnError>) => import("./client").RequestResult<GetBankProfileResponses, GetBankProfileErrors, ThrowOnError, "fields">;
|
|
264
|
-
/**
|
|
265
|
-
* Update memory bank disposition
|
|
266
|
-
*
|
|
267
|
-
* Update bank's disposition traits (skepticism, literalism, empathy)
|
|
268
|
-
*
|
|
269
|
-
* @deprecated
|
|
270
|
-
*/
|
|
271
|
-
export declare const updateBankDisposition: <ThrowOnError extends boolean = false>(options: Options<UpdateBankDispositionData, ThrowOnError>) => import("./client").RequestResult<UpdateBankDispositionResponses, UpdateBankDispositionErrors, ThrowOnError, "fields">;
|
|
272
|
-
/**
|
|
273
|
-
* Add/merge memory bank background (deprecated)
|
|
274
|
-
*
|
|
275
|
-
* Deprecated: Use PUT /mission instead. This endpoint now updates the mission field.
|
|
276
|
-
*
|
|
277
|
-
* @deprecated
|
|
278
|
-
*/
|
|
279
|
-
export declare const addBankBackground: <ThrowOnError extends boolean = false>(options: Options<AddBankBackgroundData, ThrowOnError>) => import("./client").RequestResult<AddBankBackgroundResponses, AddBankBackgroundErrors, ThrowOnError, "fields">;
|
|
280
|
-
/**
|
|
281
|
-
* Delete memory bank
|
|
282
|
-
*
|
|
283
|
-
* Delete an entire memory bank including all memories, entities, documents, and the bank profile itself. This is a destructive operation that cannot be undone.
|
|
284
|
-
*/
|
|
285
|
-
export declare const deleteBank: <ThrowOnError extends boolean = false>(options: Options<DeleteBankData, ThrowOnError>) => import("./client").RequestResult<DeleteBankResponses, DeleteBankErrors, ThrowOnError, "fields">;
|
|
286
|
-
/**
|
|
287
|
-
* Partial update memory bank
|
|
288
|
-
*
|
|
289
|
-
* Partially update an agent's profile. Only provided fields will be updated.
|
|
290
|
-
*/
|
|
291
|
-
export declare const updateBank: <ThrowOnError extends boolean = false>(options: Options<UpdateBankData, ThrowOnError>) => import("./client").RequestResult<UpdateBankResponses, UpdateBankErrors, ThrowOnError, "fields">;
|
|
292
|
-
/**
|
|
293
|
-
* Create or update memory bank
|
|
294
|
-
*
|
|
295
|
-
* Create a new agent or update existing agent with disposition and mission. Auto-fills missing fields with defaults.
|
|
296
|
-
*/
|
|
297
|
-
export declare const createOrUpdateBank: <ThrowOnError extends boolean = false>(options: Options<CreateOrUpdateBankData, ThrowOnError>) => import("./client").RequestResult<CreateOrUpdateBankResponses, CreateOrUpdateBankErrors, ThrowOnError, "fields">;
|
|
298
|
-
/**
|
|
299
|
-
* Clear all observations
|
|
300
|
-
*
|
|
301
|
-
* Delete all observations for a memory bank. This is useful for resetting the consolidated knowledge.
|
|
302
|
-
*/
|
|
303
|
-
export declare const clearObservations: <ThrowOnError extends boolean = false>(options: Options<ClearObservationsData, ThrowOnError>) => import("./client").RequestResult<ClearObservationsResponses, ClearObservationsErrors, ThrowOnError, "fields">;
|
|
304
|
-
/**
|
|
305
|
-
* Clear observations for a memory
|
|
306
|
-
*
|
|
307
|
-
* Delete all observations derived from a specific memory and reset it for re-consolidation. The memory itself is not deleted. A consolidation job is triggered automatically so the memory will produce fresh observations on the next consolidation run.
|
|
308
|
-
*/
|
|
309
|
-
export declare const clearMemoryObservations: <ThrowOnError extends boolean = false>(options: Options<ClearMemoryObservationsData, ThrowOnError>) => import("./client").RequestResult<ClearMemoryObservationsResponses, ClearMemoryObservationsErrors, ThrowOnError, "fields">;
|
|
310
|
-
/**
|
|
311
|
-
* Reset bank configuration
|
|
312
|
-
*
|
|
313
|
-
* Reset bank configuration to defaults by removing all bank-specific overrides. The bank will then use global and tenant-level configuration only.
|
|
314
|
-
*/
|
|
315
|
-
export declare const resetBankConfig: <ThrowOnError extends boolean = false>(options: Options<ResetBankConfigData, ThrowOnError>) => import("./client").RequestResult<ResetBankConfigResponses, ResetBankConfigErrors, ThrowOnError, "fields">;
|
|
316
|
-
/**
|
|
317
|
-
* Get bank configuration
|
|
318
|
-
*
|
|
319
|
-
* Get fully resolved configuration for a bank including all hierarchical overrides (global → tenant → bank). The 'config' field contains all resolved config values. The 'overrides' field shows only bank-specific overrides.
|
|
320
|
-
*/
|
|
321
|
-
export declare const getBankConfig: <ThrowOnError extends boolean = false>(options: Options<GetBankConfigData, ThrowOnError>) => import("./client").RequestResult<GetBankConfigResponses, GetBankConfigErrors, ThrowOnError, "fields">;
|
|
322
|
-
/**
|
|
323
|
-
* Update bank configuration
|
|
324
|
-
*
|
|
325
|
-
* Update configuration overrides for a bank. Only hierarchical fields can be overridden (LLM settings, retention parameters, etc.). Keys can be provided in Python field format (llm_provider) or environment variable format (HINDSIGHT_API_LLM_PROVIDER).
|
|
326
|
-
*/
|
|
327
|
-
export declare const updateBankConfig: <ThrowOnError extends boolean = false>(options: Options<UpdateBankConfigData, ThrowOnError>) => import("./client").RequestResult<UpdateBankConfigResponses, UpdateBankConfigErrors, ThrowOnError, "fields">;
|
|
328
|
-
/**
|
|
329
|
-
* Trigger consolidation
|
|
330
|
-
*
|
|
331
|
-
* Run memory consolidation to create/update observations from recent memories.
|
|
332
|
-
*/
|
|
333
|
-
export declare const triggerConsolidation: <ThrowOnError extends boolean = false>(options: Options<TriggerConsolidationData, ThrowOnError>) => import("./client").RequestResult<TriggerConsolidationResponses, TriggerConsolidationErrors, ThrowOnError, "fields">;
|
|
334
|
-
/**
|
|
335
|
-
* List webhooks
|
|
336
|
-
*
|
|
337
|
-
* List all webhooks registered for a bank.
|
|
338
|
-
*/
|
|
339
|
-
export declare const listWebhooks: <ThrowOnError extends boolean = false>(options: Options<ListWebhooksData, ThrowOnError>) => import("./client").RequestResult<ListWebhooksResponses, ListWebhooksErrors, ThrowOnError, "fields">;
|
|
340
|
-
/**
|
|
341
|
-
* Register webhook
|
|
342
|
-
*
|
|
343
|
-
* Register a webhook endpoint to receive event notifications for this bank.
|
|
344
|
-
*/
|
|
345
|
-
export declare const createWebhook: <ThrowOnError extends boolean = false>(options: Options<CreateWebhookData, ThrowOnError>) => import("./client").RequestResult<CreateWebhookResponses, CreateWebhookErrors, ThrowOnError, "fields">;
|
|
346
|
-
/**
|
|
347
|
-
* Delete webhook
|
|
348
|
-
*
|
|
349
|
-
* Remove a registered webhook.
|
|
350
|
-
*/
|
|
351
|
-
export declare const deleteWebhook: <ThrowOnError extends boolean = false>(options: Options<DeleteWebhookData, ThrowOnError>) => import("./client").RequestResult<DeleteWebhookResponses, DeleteWebhookErrors, ThrowOnError, "fields">;
|
|
352
|
-
/**
|
|
353
|
-
* Update webhook
|
|
354
|
-
*
|
|
355
|
-
* Update one or more fields of a registered webhook. Only provided fields are changed.
|
|
356
|
-
*/
|
|
357
|
-
export declare const updateWebhook: <ThrowOnError extends boolean = false>(options: Options<UpdateWebhookData, ThrowOnError>) => import("./client").RequestResult<UpdateWebhookResponses, UpdateWebhookErrors, ThrowOnError, "fields">;
|
|
358
|
-
/**
|
|
359
|
-
* List webhook deliveries
|
|
360
|
-
*
|
|
361
|
-
* Inspect delivery history for a webhook (useful for debugging).
|
|
362
|
-
*/
|
|
363
|
-
export declare const listWebhookDeliveries: <ThrowOnError extends boolean = false>(options: Options<ListWebhookDeliveriesData, ThrowOnError>) => import("./client").RequestResult<ListWebhookDeliveriesResponses, ListWebhookDeliveriesErrors, ThrowOnError, "fields">;
|
|
364
|
-
/**
|
|
365
|
-
* Clear memory bank memories
|
|
366
|
-
*
|
|
367
|
-
* 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.
|
|
368
|
-
*/
|
|
369
|
-
export declare const clearBankMemories: <ThrowOnError extends boolean = false>(options: Options<ClearBankMemoriesData, ThrowOnError>) => import("./client").RequestResult<ClearBankMemoriesResponses, ClearBankMemoriesErrors, ThrowOnError, "fields">;
|
|
370
|
-
/**
|
|
371
|
-
* Retain memories
|
|
372
|
-
*
|
|
373
|
-
* Retain memory items with automatic fact extraction.
|
|
374
|
-
*
|
|
375
|
-
* This is the main endpoint for storing memories. It supports both synchronous and asynchronous processing via the `async` parameter.
|
|
376
|
-
*
|
|
377
|
-
* **Features:**
|
|
378
|
-
* - Efficient batch processing
|
|
379
|
-
* - Automatic fact extraction from natural language
|
|
380
|
-
* - Entity recognition and linking
|
|
381
|
-
* - Document tracking with automatic upsert (when document_id is provided)
|
|
382
|
-
* - Temporal and semantic linking
|
|
383
|
-
* - Optional asynchronous processing
|
|
384
|
-
*
|
|
385
|
-
* **The system automatically:**
|
|
386
|
-
* 1. Extracts semantic facts from the content
|
|
387
|
-
* 2. Generates embeddings
|
|
388
|
-
* 3. Deduplicates similar facts
|
|
389
|
-
* 4. Creates temporal, semantic, and entity links
|
|
390
|
-
* 5. Tracks document metadata
|
|
391
|
-
*
|
|
392
|
-
* **When `async=true`:** Returns immediately after queuing. Use the operations endpoint to monitor progress.
|
|
393
|
-
*
|
|
394
|
-
* **When `async=false` (default):** Waits for processing to complete.
|
|
395
|
-
*
|
|
396
|
-
* **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).
|
|
397
|
-
*/
|
|
398
|
-
export declare const retainMemories: <ThrowOnError extends boolean = false>(options: Options<RetainMemoriesData, ThrowOnError>) => import("./client").RequestResult<RetainMemoriesResponses, RetainMemoriesErrors, ThrowOnError, "fields">;
|
|
399
|
-
/**
|
|
400
|
-
* Convert files to memories
|
|
401
|
-
*
|
|
402
|
-
* Upload files (PDF, DOCX, etc.), convert them to markdown, and retain as memories.
|
|
403
|
-
*
|
|
404
|
-
* This endpoint handles file upload, conversion, and memory creation in a single operation.
|
|
405
|
-
*
|
|
406
|
-
* **Features:**
|
|
407
|
-
* - Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription)
|
|
408
|
-
* - Automatic file-to-markdown conversion using pluggable parsers
|
|
409
|
-
* - Files stored in object storage (PostgreSQL by default, S3 for production)
|
|
410
|
-
* - Each file becomes a separate document with optional metadata/tags
|
|
411
|
-
* - Always processes asynchronously — returns operation IDs immediately
|
|
412
|
-
*
|
|
413
|
-
* **The system automatically:**
|
|
414
|
-
* 1. Stores uploaded files in object storage
|
|
415
|
-
* 2. Converts files to markdown
|
|
416
|
-
* 3. Creates document records with file metadata
|
|
417
|
-
* 4. Extracts facts and creates memory units (same as regular retain)
|
|
418
|
-
*
|
|
419
|
-
* Use the operations endpoint to monitor progress.
|
|
420
|
-
*
|
|
421
|
-
* **Request format:** multipart/form-data with:
|
|
422
|
-
* - `files`: One or more files to upload
|
|
423
|
-
* - `request`: JSON string with FileRetainRequest model
|
|
424
|
-
*
|
|
425
|
-
* **Parser selection:**
|
|
426
|
-
* - Set `parser` in the request body to override the server default for all files.
|
|
427
|
-
* - Set `parser` inside a `files_metadata` entry for per-file control.
|
|
428
|
-
* - Pass a list (e.g. `['iris', 'markitdown']`) to define an ordered fallback chain — each parser is tried in sequence until one succeeds.
|
|
429
|
-
* - Falls back to the server default (`HINDSIGHT_API_FILE_PARSER`) if not specified.
|
|
430
|
-
* - Only parsers enabled on the server may be requested; others return HTTP 400.
|
|
431
|
-
*/
|
|
432
|
-
export declare const fileRetain: <ThrowOnError extends boolean = false>(options: Options<FileRetainData, ThrowOnError>) => import("./client").RequestResult<FileRetainResponses, FileRetainErrors, ThrowOnError, "fields">;
|
|
433
|
-
//# sourceMappingURL=sdk.gen.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../../generated/sdk.gen.ts"],"names":[],"mappings":"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"}
|