@orq-ai/node 3.13.0-rc.17 → 3.13.0-rc.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/bin/mcp-server.js +396 -298
- package/bin/mcp-server.js.map +49 -49
- package/docs/sdks/agents/README.md +2 -2
- package/examples/package-lock.json +1 -1
- package/funcs/agentsRun.d.ts +1 -1
- package/funcs/agentsRun.js +1 -1
- package/funcs/agentsStreamRun.d.ts +1 -1
- package/funcs/agentsStreamRun.js +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/tools/agentsRun.js +1 -1
- package/mcp-server/tools/agentsRun.js.map +1 -1
- package/mcp-server/tools/agentsStreamRun.js +1 -1
- package/mcp-server/tools/agentsStreamRun.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +2 -2
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/creatememory.d.ts +13 -4
- package/models/operations/creatememory.d.ts.map +1 -1
- package/models/operations/creatememory.js +4 -4
- package/models/operations/creatememory.js.map +1 -1
- package/models/operations/creatememorydocument.d.ts +9 -6
- package/models/operations/creatememorydocument.d.ts.map +1 -1
- package/models/operations/creatememorydocument.js +4 -4
- package/models/operations/creatememorydocument.js.map +1 -1
- package/models/operations/creatememorystore.d.ts +9 -9
- package/models/operations/creatememorystore.d.ts.map +1 -1
- package/models/operations/creatememorystore.js +17 -17
- package/models/operations/creatememorystore.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.js +2 -2
- package/models/operations/getallmemories.d.ts +5 -2
- package/models/operations/getallmemories.d.ts.map +1 -1
- package/models/operations/getallmemories.js +2 -2
- package/models/operations/getallmemories.js.map +1 -1
- package/models/operations/getallmemorydocuments.d.ts +5 -2
- package/models/operations/getallmemorydocuments.d.ts.map +1 -1
- package/models/operations/getallmemorydocuments.js +2 -2
- package/models/operations/getallmemorydocuments.js.map +1 -1
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/listagents.js +2 -2
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievememory.d.ts +5 -2
- package/models/operations/retrievememory.d.ts.map +1 -1
- package/models/operations/retrievememory.js +2 -2
- package/models/operations/retrievememory.js.map +1 -1
- package/models/operations/retrievememorydocument.d.ts +5 -2
- package/models/operations/retrievememorydocument.d.ts.map +1 -1
- package/models/operations/retrievememorydocument.js +2 -2
- package/models/operations/retrievememorydocument.js.map +1 -1
- package/models/operations/runagent.d.ts +139 -59
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +166 -73
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +139 -59
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +164 -72
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememory.d.ts +13 -4
- package/models/operations/updatememory.d.ts.map +1 -1
- package/models/operations/updatememory.js +4 -4
- package/models/operations/updatememory.js.map +1 -1
- package/models/operations/updatememorydocument.d.ts +9 -6
- package/models/operations/updatememorydocument.d.ts.map +1 -1
- package/models/operations/updatememorydocument.js +4 -4
- package/models/operations/updatememorydocument.js.map +1 -1
- package/models/operations/updatememorystore.d.ts +9 -9
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +16 -17
- package/models/operations/updatememorystore.js.map +1 -1
- package/package.json +1 -1
- package/sdk/agents.d.ts +2 -2
- package/sdk/agents.js +2 -2
- package/src/funcs/agentsRun.ts +1 -1
- package/src/funcs/agentsStreamRun.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/agentsRun.ts +1 -1
- package/src/mcp-server/tools/agentsStreamRun.ts +1 -1
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +2 -2
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/creatememory.ts +17 -8
- package/src/models/operations/creatememorydocument.ts +13 -10
- package/src/models/operations/creatememorystore.ts +17 -17
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getagent.ts +2 -2
- package/src/models/operations/getallmemories.ts +7 -4
- package/src/models/operations/getallmemorydocuments.ts +7 -4
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/listagents.ts +2 -2
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievememory.ts +7 -4
- package/src/models/operations/retrievememorydocument.ts +7 -4
- package/src/models/operations/runagent.ts +279 -112
- package/src/models/operations/streamrunagent.ts +273 -99
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatememory.ts +17 -8
- package/src/models/operations/updatememorydocument.ts +13 -10
- package/src/models/operations/updatememorystore.ts +21 -17
- package/src/sdk/agents.ts +2 -2
package/bin/mcp-server.js
CHANGED
|
@@ -34203,9 +34203,9 @@ var init_config = __esm(() => {
|
|
|
34203
34203
|
SDK_METADATA = {
|
|
34204
34204
|
language: "typescript",
|
|
34205
34205
|
openapiDocVersion: "2.0",
|
|
34206
|
-
sdkVersion: "3.13.0-rc.
|
|
34207
|
-
genVersion: "2.
|
|
34208
|
-
userAgent: "speakeasy-sdk/typescript 3.13.0-rc.
|
|
34206
|
+
sdkVersion: "3.13.0-rc.19",
|
|
34207
|
+
genVersion: "2.707.0",
|
|
34208
|
+
userAgent: "speakeasy-sdk/typescript 3.13.0-rc.19 2.707.0 2.0 @orq-ai/node"
|
|
34209
34209
|
};
|
|
34210
34210
|
});
|
|
34211
34211
|
|
|
@@ -35891,7 +35891,7 @@ var init_createbudget = __esm(() => {
|
|
|
35891
35891
|
is_active: booleanType(),
|
|
35892
35892
|
consumption: lazyType(() => Consumption$inboundSchema).optional(),
|
|
35893
35893
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
35894
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
35894
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
35895
35895
|
}).transform((v2) => {
|
|
35896
35896
|
return remap(v2, {
|
|
35897
35897
|
_id: "id",
|
|
@@ -35907,7 +35907,7 @@ var init_createbudget = __esm(() => {
|
|
|
35907
35907
|
isActive: booleanType(),
|
|
35908
35908
|
consumption: lazyType(() => Consumption$outboundSchema).optional(),
|
|
35909
35909
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
35910
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
35910
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
35911
35911
|
}).transform((v2) => {
|
|
35912
35912
|
return remap(v2, {
|
|
35913
35913
|
id: "_id",
|
|
@@ -36078,7 +36078,7 @@ var init_createcontact = __esm(() => {
|
|
|
36078
36078
|
tags: arrayType(stringType()).optional(),
|
|
36079
36079
|
metadata: recordType(anyType()).optional(),
|
|
36080
36080
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36081
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
36081
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
36082
36082
|
}).transform((v2) => {
|
|
36083
36083
|
return remap(v2, {
|
|
36084
36084
|
_id: "id",
|
|
@@ -36098,7 +36098,7 @@ var init_createcontact = __esm(() => {
|
|
|
36098
36098
|
tags: arrayType(stringType()).optional(),
|
|
36099
36099
|
metadata: recordType(anyType()).optional(),
|
|
36100
36100
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36101
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
36101
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
36102
36102
|
}).transform((v2) => {
|
|
36103
36103
|
return remap(v2, {
|
|
36104
36104
|
id: "_id",
|
|
@@ -36170,7 +36170,7 @@ var init_createdataset = __esm(() => {
|
|
|
36170
36170
|
updated_by_id: stringType().optional(),
|
|
36171
36171
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36172
36172
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36173
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
36173
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
36174
36174
|
}).transform((v2) => {
|
|
36175
36175
|
return remap(v2, {
|
|
36176
36176
|
_id: "id",
|
|
@@ -36190,7 +36190,7 @@ var init_createdataset = __esm(() => {
|
|
|
36190
36190
|
updatedById: stringType().optional(),
|
|
36191
36191
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36192
36192
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36193
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
36193
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
36194
36194
|
}).transform((v2) => {
|
|
36195
36195
|
return remap(v2, {
|
|
36196
36196
|
id: "_id",
|
|
@@ -37594,7 +37594,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37594
37594
|
created_by_id: stringType().optional(),
|
|
37595
37595
|
updated_by_id: stringType().optional(),
|
|
37596
37596
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37597
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
37597
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
37598
37598
|
}).transform((v2) => {
|
|
37599
37599
|
return remap(v2, {
|
|
37600
37600
|
_id: "id",
|
|
@@ -37621,7 +37621,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37621
37621
|
createdById: stringType().optional(),
|
|
37622
37622
|
updatedById: stringType().optional(),
|
|
37623
37623
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37624
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
37624
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
37625
37625
|
}).transform((v2) => {
|
|
37626
37626
|
return remap(v2, {
|
|
37627
37627
|
id: "_id",
|
|
@@ -37843,7 +37843,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37843
37843
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37844
37844
|
})(CreateDatasourceStatus$ ||= {});
|
|
37845
37845
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37846
|
-
_id: stringType().default("
|
|
37846
|
+
_id: stringType().default("01K5G8MPM7M7PXV94Q4Q2KZ0J7"),
|
|
37847
37847
|
display_name: stringType(),
|
|
37848
37848
|
description: stringType().optional(),
|
|
37849
37849
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37866,7 +37866,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37866
37866
|
});
|
|
37867
37867
|
});
|
|
37868
37868
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37869
|
-
id: stringType().default("
|
|
37869
|
+
id: stringType().default("01K5G8MPM7M7PXV94Q4Q2KZ0J7"),
|
|
37870
37870
|
displayName: stringType(),
|
|
37871
37871
|
description: stringType().optional(),
|
|
37872
37872
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -38712,8 +38712,8 @@ var init_createeval = __esm(() => {
|
|
|
38712
38712
|
Typescript$inboundSchema = objectType({
|
|
38713
38713
|
_id: stringType(),
|
|
38714
38714
|
description: stringType(),
|
|
38715
|
-
created: stringType().default("2025-09-
|
|
38716
|
-
updated: stringType().default("2025-09-
|
|
38715
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
38716
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
38717
38717
|
guardrail_config: unionType([
|
|
38718
38718
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
38719
38719
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
|
|
@@ -38730,8 +38730,8 @@ var init_createeval = __esm(() => {
|
|
|
38730
38730
|
Typescript$outboundSchema = objectType({
|
|
38731
38731
|
id: stringType(),
|
|
38732
38732
|
description: stringType(),
|
|
38733
|
-
created: stringType().default("2025-09-
|
|
38734
|
-
updated: stringType().default("2025-09-
|
|
38733
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
38734
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
38735
38735
|
guardrailConfig: unionType([
|
|
38736
38736
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
38737
38737
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
|
|
@@ -38824,8 +38824,8 @@ var init_createeval = __esm(() => {
|
|
|
38824
38824
|
Ragas$inboundSchema = objectType({
|
|
38825
38825
|
_id: stringType(),
|
|
38826
38826
|
description: stringType(),
|
|
38827
|
-
created: stringType().default("2025-09-
|
|
38828
|
-
updated: stringType().default("2025-09-
|
|
38827
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
38828
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
38829
38829
|
guardrail_config: unionType([
|
|
38830
38830
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
38831
38831
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
|
|
@@ -38844,8 +38844,8 @@ var init_createeval = __esm(() => {
|
|
|
38844
38844
|
Ragas$outboundSchema = objectType({
|
|
38845
38845
|
id: stringType(),
|
|
38846
38846
|
description: stringType(),
|
|
38847
|
-
created: stringType().default("2025-09-
|
|
38848
|
-
updated: stringType().default("2025-09-
|
|
38847
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
38848
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
38849
38849
|
guardrailConfig: unionType([
|
|
38850
38850
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
38851
38851
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
|
|
@@ -39598,8 +39598,8 @@ var init_createeval = __esm(() => {
|
|
|
39598
39598
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
39599
39599
|
_id: stringType(),
|
|
39600
39600
|
description: stringType(),
|
|
39601
|
-
created: stringType().default("2025-09-
|
|
39602
|
-
updated: stringType().default("2025-09-
|
|
39601
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39602
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39603
39603
|
guardrail_config: unionType([
|
|
39604
39604
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
39605
39605
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
|
|
@@ -39653,8 +39653,8 @@ var init_createeval = __esm(() => {
|
|
|
39653
39653
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
39654
39654
|
id: stringType(),
|
|
39655
39655
|
description: stringType(),
|
|
39656
|
-
created: stringType().default("2025-09-
|
|
39657
|
-
updated: stringType().default("2025-09-
|
|
39656
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39657
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39658
39658
|
guardrailConfig: unionType([
|
|
39659
39659
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
39660
39660
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
|
|
@@ -39778,8 +39778,8 @@ var init_createeval = __esm(() => {
|
|
|
39778
39778
|
ResponseBodyPython$inboundSchema = objectType({
|
|
39779
39779
|
_id: stringType(),
|
|
39780
39780
|
description: stringType(),
|
|
39781
|
-
created: stringType().default("2025-09-
|
|
39782
|
-
updated: stringType().default("2025-09-
|
|
39781
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39782
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39783
39783
|
guardrail_config: unionType([
|
|
39784
39784
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
39785
39785
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -39796,8 +39796,8 @@ var init_createeval = __esm(() => {
|
|
|
39796
39796
|
ResponseBodyPython$outboundSchema = objectType({
|
|
39797
39797
|
id: stringType(),
|
|
39798
39798
|
description: stringType(),
|
|
39799
|
-
created: stringType().default("2025-09-
|
|
39800
|
-
updated: stringType().default("2025-09-
|
|
39799
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39800
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39801
39801
|
guardrailConfig: unionType([
|
|
39802
39802
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
39803
39803
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -39890,8 +39890,8 @@ var init_createeval = __esm(() => {
|
|
|
39890
39890
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
39891
39891
|
_id: stringType(),
|
|
39892
39892
|
description: stringType(),
|
|
39893
|
-
created: stringType().default("2025-09-
|
|
39894
|
-
updated: stringType().default("2025-09-
|
|
39893
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39894
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39895
39895
|
guardrail_config: unionType([
|
|
39896
39896
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
39897
39897
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -39911,8 +39911,8 @@ var init_createeval = __esm(() => {
|
|
|
39911
39911
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
39912
39912
|
id: stringType(),
|
|
39913
39913
|
description: stringType(),
|
|
39914
|
-
created: stringType().default("2025-09-
|
|
39915
|
-
updated: stringType().default("2025-09-
|
|
39914
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39915
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
39916
39916
|
guardrailConfig: unionType([
|
|
39917
39917
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
39918
39918
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -40002,8 +40002,8 @@ var init_createeval = __esm(() => {
|
|
|
40002
40002
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
40003
40003
|
_id: stringType(),
|
|
40004
40004
|
description: stringType(),
|
|
40005
|
-
created: stringType().default("2025-09-
|
|
40006
|
-
updated: stringType().default("2025-09-
|
|
40005
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
40006
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
40007
40007
|
guardrail_config: unionType([
|
|
40008
40008
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
40009
40009
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -40020,8 +40020,8 @@ var init_createeval = __esm(() => {
|
|
|
40020
40020
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
40021
40021
|
id: stringType(),
|
|
40022
40022
|
description: stringType(),
|
|
40023
|
-
created: stringType().default("2025-09-
|
|
40024
|
-
updated: stringType().default("2025-09-
|
|
40023
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
40024
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
40025
40025
|
guardrailConfig: unionType([
|
|
40026
40026
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
40027
40027
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -40108,8 +40108,8 @@ var init_createeval = __esm(() => {
|
|
|
40108
40108
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
40109
40109
|
_id: stringType(),
|
|
40110
40110
|
description: stringType(),
|
|
40111
|
-
created: stringType().default("2025-09-
|
|
40112
|
-
updated: stringType().default("2025-09-
|
|
40111
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
40112
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
40113
40113
|
guardrail_config: unionType([
|
|
40114
40114
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
40115
40115
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -40127,8 +40127,8 @@ var init_createeval = __esm(() => {
|
|
|
40127
40127
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
40128
40128
|
id: stringType(),
|
|
40129
40129
|
description: stringType(),
|
|
40130
|
-
created: stringType().default("2025-09-
|
|
40131
|
-
updated: stringType().default("2025-09-
|
|
40130
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
40131
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
40132
40132
|
guardrailConfig: unionType([
|
|
40133
40133
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
40134
40134
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -40476,7 +40476,7 @@ var init_creatememory = __esm(() => {
|
|
|
40476
40476
|
init_primitives();
|
|
40477
40477
|
CreateMemoryRequestBody$inboundSchema = objectType({
|
|
40478
40478
|
entity_id: stringType(),
|
|
40479
|
-
|
|
40479
|
+
metadata: recordType(stringType())
|
|
40480
40480
|
}).transform((v2) => {
|
|
40481
40481
|
return remap(v2, {
|
|
40482
40482
|
entity_id: "entityId"
|
|
@@ -40484,7 +40484,7 @@ var init_creatememory = __esm(() => {
|
|
|
40484
40484
|
});
|
|
40485
40485
|
CreateMemoryRequestBody$outboundSchema = objectType({
|
|
40486
40486
|
entityId: stringType(),
|
|
40487
|
-
|
|
40487
|
+
metadata: recordType(stringType())
|
|
40488
40488
|
}).transform((v2) => {
|
|
40489
40489
|
return remap(v2, {
|
|
40490
40490
|
entityId: "entity_id"
|
|
@@ -40524,7 +40524,7 @@ var init_creatememory = __esm(() => {
|
|
|
40524
40524
|
created_by_id: nullableType(stringType()).optional(),
|
|
40525
40525
|
updated_by_id: nullableType(stringType()).optional(),
|
|
40526
40526
|
store_id: stringType(),
|
|
40527
|
-
|
|
40527
|
+
metadata: recordType(stringType()),
|
|
40528
40528
|
workspace_id: stringType()
|
|
40529
40529
|
}).transform((v2) => {
|
|
40530
40530
|
return remap(v2, {
|
|
@@ -40544,7 +40544,7 @@ var init_creatememory = __esm(() => {
|
|
|
40544
40544
|
createdById: nullableType(stringType()).optional(),
|
|
40545
40545
|
updatedById: nullableType(stringType()).optional(),
|
|
40546
40546
|
storeId: stringType(),
|
|
40547
|
-
|
|
40547
|
+
metadata: recordType(stringType()),
|
|
40548
40548
|
workspaceId: stringType()
|
|
40549
40549
|
}).transform((v2) => {
|
|
40550
40550
|
return remap(v2, {
|
|
@@ -40569,11 +40569,11 @@ var init_creatememorydocument = __esm(() => {
|
|
|
40569
40569
|
init_primitives();
|
|
40570
40570
|
CreateMemoryDocumentRequestBody$inboundSchema = objectType({
|
|
40571
40571
|
text: stringType(),
|
|
40572
|
-
|
|
40572
|
+
metadata: recordType(stringType())
|
|
40573
40573
|
});
|
|
40574
40574
|
CreateMemoryDocumentRequestBody$outboundSchema = objectType({
|
|
40575
40575
|
text: stringType(),
|
|
40576
|
-
|
|
40576
|
+
metadata: recordType(stringType())
|
|
40577
40577
|
});
|
|
40578
40578
|
((CreateMemoryDocumentRequestBody$) => {
|
|
40579
40579
|
CreateMemoryDocumentRequestBody$.inboundSchema = CreateMemoryDocumentRequestBody$inboundSchema;
|
|
@@ -40615,7 +40615,7 @@ var init_creatememorydocument = __esm(() => {
|
|
|
40615
40615
|
created_by_id: stringType().optional(),
|
|
40616
40616
|
updated_by_id: stringType().optional(),
|
|
40617
40617
|
workspace_id: stringType(),
|
|
40618
|
-
|
|
40618
|
+
metadata: recordType(stringType()).optional()
|
|
40619
40619
|
}).transform((v2) => {
|
|
40620
40620
|
return remap(v2, {
|
|
40621
40621
|
_id: "id",
|
|
@@ -40636,7 +40636,7 @@ var init_creatememorydocument = __esm(() => {
|
|
|
40636
40636
|
createdById: stringType().optional(),
|
|
40637
40637
|
updatedById: stringType().optional(),
|
|
40638
40638
|
workspaceId: stringType(),
|
|
40639
|
-
|
|
40639
|
+
metadata: recordType(stringType()).optional()
|
|
40640
40640
|
}).transform((v2) => {
|
|
40641
40641
|
return remap(v2, {
|
|
40642
40642
|
id: "_id",
|
|
@@ -40654,7 +40654,7 @@ var init_creatememorydocument = __esm(() => {
|
|
|
40654
40654
|
});
|
|
40655
40655
|
|
|
40656
40656
|
// src/models/operations/creatememorystore.ts
|
|
40657
|
-
var TwentyTwo, TwentyOne, Twenty, Nineteen, Eighteen, Seventeen, Sixteen, Fifteen, Fourteen,
|
|
40657
|
+
var TwentyTwo, TwentyOne, Twenty, Nineteen, Eighteen, Seventeen, Sixteen, Fifteen, Fourteen, Model13, Model12, Model11, Model10, Model9, Model8, Model7, Model6, Model5, Model4, Model3, Model2, Model1, CreateMemoryStoreModel22, CreateMemoryStoreModel21, CreateMemoryStoreModel20, CreateMemoryStoreModel19, CreateMemoryStoreModel18, CreateMemoryStoreModel17, CreateMemoryStoreModel16, CreateMemoryStoreModel15, CreateMemoryStoreModel14, CreateMemoryStoreModel13, CreateMemoryStoreModel12, CreateMemoryStoreModel11, CreateMemoryStoreModel10, CreateMemoryStoreModel9, CreateMemoryStoreModel8, CreateMemoryStoreModel7, CreateMemoryStoreModel6, CreateMemoryStoreModel5, CreateMemoryStoreModel4, CreateMemoryStoreModel3, CreateMemoryStoreModel2, CreateMemoryStoreModel1, TwentyTwo$inboundSchema, TwentyTwo$outboundSchema, TwentyTwo$, TwentyOne$inboundSchema, TwentyOne$outboundSchema, TwentyOne$, Twenty$inboundSchema, Twenty$outboundSchema, Twenty$, Nineteen$inboundSchema, Nineteen$outboundSchema, Nineteen$, Eighteen$inboundSchema, Eighteen$outboundSchema, Eighteen$, Seventeen$inboundSchema, Seventeen$outboundSchema, Seventeen$, Sixteen$inboundSchema, Sixteen$outboundSchema, Sixteen$, Fifteen$inboundSchema, Fifteen$outboundSchema, Fifteen$, Fourteen$inboundSchema, Fourteen$outboundSchema, Fourteen$, Model13$inboundSchema, Model13$outboundSchema, Model13$, Model12$inboundSchema, Model12$outboundSchema, Model12$, Model11$inboundSchema, Model11$outboundSchema, Model11$, Model10$inboundSchema, Model10$outboundSchema, Model10$, Model9$inboundSchema, Model9$outboundSchema, Model9$, Model8$inboundSchema, Model8$outboundSchema, Model8$, Model7$inboundSchema, Model7$outboundSchema, Model7$, Model6$inboundSchema, Model6$outboundSchema, Model6$, Model5$inboundSchema, Model5$outboundSchema, Model5$, Model4$inboundSchema, Model4$outboundSchema, Model4$, Model3$inboundSchema, Model3$outboundSchema, Model3$, Model2$inboundSchema, Model2$outboundSchema, Model2$, Model1$inboundSchema, Model1$outboundSchema, Model1$, Model$inboundSchema, Model$outboundSchema, Model$, EmbeddingConfig$inboundSchema, EmbeddingConfig$outboundSchema, EmbeddingConfig$, CreateMemoryStoreRequestBody$inboundSchema, CreateMemoryStoreRequestBody$outboundSchema, CreateMemoryStoreRequestBody$, CreateMemoryStoreModel22$inboundSchema, CreateMemoryStoreModel22$outboundSchema, CreateMemoryStoreModel22$, CreateMemoryStoreModel21$inboundSchema, CreateMemoryStoreModel21$outboundSchema, CreateMemoryStoreModel21$, CreateMemoryStoreModel20$inboundSchema, CreateMemoryStoreModel20$outboundSchema, CreateMemoryStoreModel20$, CreateMemoryStoreModel19$inboundSchema, CreateMemoryStoreModel19$outboundSchema, CreateMemoryStoreModel19$, CreateMemoryStoreModel18$inboundSchema, CreateMemoryStoreModel18$outboundSchema, CreateMemoryStoreModel18$, CreateMemoryStoreModel17$inboundSchema, CreateMemoryStoreModel17$outboundSchema, CreateMemoryStoreModel17$, CreateMemoryStoreModel16$inboundSchema, CreateMemoryStoreModel16$outboundSchema, CreateMemoryStoreModel16$, CreateMemoryStoreModel15$inboundSchema, CreateMemoryStoreModel15$outboundSchema, CreateMemoryStoreModel15$, CreateMemoryStoreModel14$inboundSchema, CreateMemoryStoreModel14$outboundSchema, CreateMemoryStoreModel14$, CreateMemoryStoreModel13$inboundSchema, CreateMemoryStoreModel13$outboundSchema, CreateMemoryStoreModel13$, CreateMemoryStoreModel12$inboundSchema, CreateMemoryStoreModel12$outboundSchema, CreateMemoryStoreModel12$, CreateMemoryStoreModel11$inboundSchema, CreateMemoryStoreModel11$outboundSchema, CreateMemoryStoreModel11$, CreateMemoryStoreModel10$inboundSchema, CreateMemoryStoreModel10$outboundSchema, CreateMemoryStoreModel10$, CreateMemoryStoreModel9$inboundSchema, CreateMemoryStoreModel9$outboundSchema, CreateMemoryStoreModel9$, CreateMemoryStoreModel8$inboundSchema, CreateMemoryStoreModel8$outboundSchema, CreateMemoryStoreModel8$, CreateMemoryStoreModel7$inboundSchema, CreateMemoryStoreModel7$outboundSchema, CreateMemoryStoreModel7$, CreateMemoryStoreModel6$inboundSchema, CreateMemoryStoreModel6$outboundSchema, CreateMemoryStoreModel6$, CreateMemoryStoreModel5$inboundSchema, CreateMemoryStoreModel5$outboundSchema, CreateMemoryStoreModel5$, CreateMemoryStoreModel4$inboundSchema, CreateMemoryStoreModel4$outboundSchema, CreateMemoryStoreModel4$, CreateMemoryStoreModel3$inboundSchema, CreateMemoryStoreModel3$outboundSchema, CreateMemoryStoreModel3$, CreateMemoryStoreModel2$inboundSchema, CreateMemoryStoreModel2$outboundSchema, CreateMemoryStoreModel2$, CreateMemoryStoreModel1$inboundSchema, CreateMemoryStoreModel1$outboundSchema, CreateMemoryStoreModel1$, CreateMemoryStoreModel$inboundSchema, CreateMemoryStoreModel$outboundSchema, CreateMemoryStoreModel$, CreateMemoryStoreEmbeddingConfig$inboundSchema, CreateMemoryStoreEmbeddingConfig$outboundSchema, CreateMemoryStoreEmbeddingConfig$, CreateMemoryStoreResponseBody$inboundSchema, CreateMemoryStoreResponseBody$outboundSchema, CreateMemoryStoreResponseBody$;
|
|
40658
40658
|
var init_creatememorystore = __esm(() => {
|
|
40659
40659
|
init_esm();
|
|
40660
40660
|
init_primitives();
|
|
@@ -40685,7 +40685,7 @@ var init_creatememorystore = __esm(() => {
|
|
|
40685
40685
|
Fourteen = {
|
|
40686
40686
|
GoogleAiTextEmbedding004: "google-ai/text-embedding-004"
|
|
40687
40687
|
};
|
|
40688
|
-
|
|
40688
|
+
Model13 = {
|
|
40689
40689
|
GoogleMultimodalembeddingAt001: "google/multimodalembedding@001"
|
|
40690
40690
|
};
|
|
40691
40691
|
Model12 = {
|
|
@@ -40844,12 +40844,12 @@ var init_creatememorystore = __esm(() => {
|
|
|
40844
40844
|
Fourteen$.inboundSchema = Fourteen$inboundSchema;
|
|
40845
40845
|
Fourteen$.outboundSchema = Fourteen$outboundSchema;
|
|
40846
40846
|
})(Fourteen$ ||= {});
|
|
40847
|
-
|
|
40848
|
-
|
|
40849
|
-
((
|
|
40850
|
-
|
|
40851
|
-
|
|
40852
|
-
})(
|
|
40847
|
+
Model13$inboundSchema = nativeEnumType(Model13);
|
|
40848
|
+
Model13$outboundSchema = Model13$inboundSchema;
|
|
40849
|
+
((Model13$) => {
|
|
40850
|
+
Model13$.inboundSchema = Model13$inboundSchema;
|
|
40851
|
+
Model13$.outboundSchema = Model13$outboundSchema;
|
|
40852
|
+
})(Model13$ ||= {});
|
|
40853
40853
|
Model12$inboundSchema = nativeEnumType(Model12);
|
|
40854
40854
|
Model12$outboundSchema = Model12$inboundSchema;
|
|
40855
40855
|
((Model12$) => {
|
|
@@ -40935,7 +40935,7 @@ var init_creatememorystore = __esm(() => {
|
|
|
40935
40935
|
Model10$inboundSchema,
|
|
40936
40936
|
Model11$inboundSchema,
|
|
40937
40937
|
Model12$inboundSchema,
|
|
40938
|
-
|
|
40938
|
+
Model13$inboundSchema,
|
|
40939
40939
|
Fourteen$inboundSchema,
|
|
40940
40940
|
Fifteen$inboundSchema,
|
|
40941
40941
|
Sixteen$inboundSchema,
|
|
@@ -40959,7 +40959,7 @@ var init_creatememorystore = __esm(() => {
|
|
|
40959
40959
|
Model10$outboundSchema,
|
|
40960
40960
|
Model11$outboundSchema,
|
|
40961
40961
|
Model12$outboundSchema,
|
|
40962
|
-
|
|
40962
|
+
Model13$outboundSchema,
|
|
40963
40963
|
Fourteen$outboundSchema,
|
|
40964
40964
|
Fifteen$outboundSchema,
|
|
40965
40965
|
Sixteen$outboundSchema,
|
|
@@ -40988,7 +40988,7 @@ var init_creatememorystore = __esm(() => {
|
|
|
40988
40988
|
Model10$inboundSchema,
|
|
40989
40989
|
Model11$inboundSchema,
|
|
40990
40990
|
Model12$inboundSchema,
|
|
40991
|
-
|
|
40991
|
+
Model13$inboundSchema,
|
|
40992
40992
|
Fourteen$inboundSchema,
|
|
40993
40993
|
Fifteen$inboundSchema,
|
|
40994
40994
|
Sixteen$inboundSchema,
|
|
@@ -41014,7 +41014,7 @@ var init_creatememorystore = __esm(() => {
|
|
|
41014
41014
|
Model10$outboundSchema,
|
|
41015
41015
|
Model11$outboundSchema,
|
|
41016
41016
|
Model12$outboundSchema,
|
|
41017
|
-
|
|
41017
|
+
Model13$outboundSchema,
|
|
41018
41018
|
Fourteen$outboundSchema,
|
|
41019
41019
|
Fifteen$outboundSchema,
|
|
41020
41020
|
Sixteen$outboundSchema,
|
|
@@ -51925,7 +51925,7 @@ var init_fileget = __esm(() => {
|
|
|
51925
51925
|
bytes: numberType(),
|
|
51926
51926
|
file_name: stringType(),
|
|
51927
51927
|
workspace_id: stringType(),
|
|
51928
|
-
created: stringType().datetime({ offset: true }).default("2025-09-
|
|
51928
|
+
created: stringType().datetime({ offset: true }).default("2025-09-19T05:54:58.006Z").transform((v2) => new Date(v2))
|
|
51929
51929
|
}).transform((v2) => {
|
|
51930
51930
|
return remap(v2, {
|
|
51931
51931
|
_id: "id",
|
|
@@ -51941,7 +51941,7 @@ var init_fileget = __esm(() => {
|
|
|
51941
51941
|
bytes: numberType(),
|
|
51942
51942
|
fileName: stringType(),
|
|
51943
51943
|
workspaceId: stringType(),
|
|
51944
|
-
created: dateType().default(() => new Date("2025-09-
|
|
51944
|
+
created: dateType().default(() => new Date("2025-09-19T05:54:58.006Z")).transform((v2) => v2.toISOString())
|
|
51945
51945
|
}).transform((v2) => {
|
|
51946
51946
|
return remap(v2, {
|
|
51947
51947
|
id: "_id",
|
|
@@ -52012,7 +52012,7 @@ var init_filelist = __esm(() => {
|
|
|
52012
52012
|
bytes: numberType(),
|
|
52013
52013
|
file_name: stringType(),
|
|
52014
52014
|
workspace_id: stringType(),
|
|
52015
|
-
created: stringType().datetime({ offset: true }).default("2025-09-
|
|
52015
|
+
created: stringType().datetime({ offset: true }).default("2025-09-19T05:54:58.006Z").transform((v2) => new Date(v2))
|
|
52016
52016
|
}).transform((v2) => {
|
|
52017
52017
|
return remap(v2, {
|
|
52018
52018
|
_id: "id",
|
|
@@ -52028,7 +52028,7 @@ var init_filelist = __esm(() => {
|
|
|
52028
52028
|
bytes: numberType(),
|
|
52029
52029
|
fileName: stringType(),
|
|
52030
52030
|
workspaceId: stringType(),
|
|
52031
|
-
created: dateType().default(() => new Date("2025-09-
|
|
52031
|
+
created: dateType().default(() => new Date("2025-09-19T05:54:58.006Z")).transform((v2) => v2.toISOString())
|
|
52032
52032
|
}).transform((v2) => {
|
|
52033
52033
|
return remap(v2, {
|
|
52034
52034
|
id: "_id",
|
|
@@ -52160,7 +52160,7 @@ var init_fileupload = __esm(() => {
|
|
|
52160
52160
|
bytes: numberType(),
|
|
52161
52161
|
file_name: stringType(),
|
|
52162
52162
|
workspace_id: stringType(),
|
|
52163
|
-
created: stringType().datetime({ offset: true }).default("2025-09-
|
|
52163
|
+
created: stringType().datetime({ offset: true }).default("2025-09-19T05:54:58.006Z").transform((v2) => new Date(v2))
|
|
52164
52164
|
}).transform((v2) => {
|
|
52165
52165
|
return remap(v2, {
|
|
52166
52166
|
_id: "id",
|
|
@@ -52176,7 +52176,7 @@ var init_fileupload = __esm(() => {
|
|
|
52176
52176
|
bytes: numberType(),
|
|
52177
52177
|
fileName: stringType(),
|
|
52178
52178
|
workspaceId: stringType(),
|
|
52179
|
-
created: dateType().default(() => new Date("2025-09-
|
|
52179
|
+
created: dateType().default(() => new Date("2025-09-19T05:54:58.006Z")).transform((v2) => v2.toISOString())
|
|
52180
52180
|
}).transform((v2) => {
|
|
52181
52181
|
return remap(v2, {
|
|
52182
52182
|
id: "_id",
|
|
@@ -52433,7 +52433,7 @@ var init_getagent = __esm(() => {
|
|
|
52433
52433
|
GetAgentConfiguration$.outboundSchema = GetAgentConfiguration$outboundSchema;
|
|
52434
52434
|
})(GetAgentConfiguration$ ||= {});
|
|
52435
52435
|
GetAgentKnowledgeBases$inboundSchema = objectType({
|
|
52436
|
-
id: stringType().default("
|
|
52436
|
+
id: stringType().default("01K5G8MPFVKXH21M3XA7DKETPM"),
|
|
52437
52437
|
knowledge_id: stringType(),
|
|
52438
52438
|
configuration: unionType([
|
|
52439
52439
|
lazyType(() => GetAgentConfiguration2$inboundSchema),
|
|
@@ -52445,7 +52445,7 @@ var init_getagent = __esm(() => {
|
|
|
52445
52445
|
});
|
|
52446
52446
|
});
|
|
52447
52447
|
GetAgentKnowledgeBases$outboundSchema = objectType({
|
|
52448
|
-
id: stringType().default("
|
|
52448
|
+
id: stringType().default("01K5G8MPFVKXH21M3XA7DKETPM"),
|
|
52449
52449
|
knowledgeId: stringType(),
|
|
52450
52450
|
configuration: unionType([
|
|
52451
52451
|
lazyType(() => GetAgentConfiguration2$outboundSchema),
|
|
@@ -52674,7 +52674,7 @@ var init_getallmemories = __esm(() => {
|
|
|
52674
52674
|
created_by_id: nullableType(stringType()).optional(),
|
|
52675
52675
|
updated_by_id: nullableType(stringType()).optional(),
|
|
52676
52676
|
store_id: stringType(),
|
|
52677
|
-
|
|
52677
|
+
metadata: recordType(stringType()),
|
|
52678
52678
|
workspace_id: stringType()
|
|
52679
52679
|
}).transform((v2) => {
|
|
52680
52680
|
return remap(v2, {
|
|
@@ -52694,7 +52694,7 @@ var init_getallmemories = __esm(() => {
|
|
|
52694
52694
|
createdById: nullableType(stringType()).optional(),
|
|
52695
52695
|
updatedById: nullableType(stringType()).optional(),
|
|
52696
52696
|
storeId: stringType(),
|
|
52697
|
-
|
|
52697
|
+
metadata: recordType(stringType()),
|
|
52698
52698
|
workspaceId: stringType()
|
|
52699
52699
|
}).transform((v2) => {
|
|
52700
52700
|
return remap(v2, {
|
|
@@ -52790,7 +52790,7 @@ var init_getallmemorydocuments = __esm(() => {
|
|
|
52790
52790
|
created_by_id: stringType().optional(),
|
|
52791
52791
|
updated_by_id: stringType().optional(),
|
|
52792
52792
|
workspace_id: stringType(),
|
|
52793
|
-
|
|
52793
|
+
metadata: recordType(stringType()).optional()
|
|
52794
52794
|
}).transform((v2) => {
|
|
52795
52795
|
return remap(v2, {
|
|
52796
52796
|
_id: "id",
|
|
@@ -52811,7 +52811,7 @@ var init_getallmemorydocuments = __esm(() => {
|
|
|
52811
52811
|
createdById: stringType().optional(),
|
|
52812
52812
|
updatedById: stringType().optional(),
|
|
52813
52813
|
workspaceId: stringType(),
|
|
52814
|
-
|
|
52814
|
+
metadata: recordType(stringType()).optional()
|
|
52815
52815
|
}).transform((v2) => {
|
|
52816
52816
|
return remap(v2, {
|
|
52817
52817
|
id: "_id",
|
|
@@ -54059,7 +54059,7 @@ var init_getbudget = __esm(() => {
|
|
|
54059
54059
|
is_active: booleanType(),
|
|
54060
54060
|
consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
|
|
54061
54061
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
54062
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
54062
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
54063
54063
|
}).transform((v2) => {
|
|
54064
54064
|
return remap(v2, {
|
|
54065
54065
|
_id: "id",
|
|
@@ -54075,7 +54075,7 @@ var init_getbudget = __esm(() => {
|
|
|
54075
54075
|
isActive: booleanType(),
|
|
54076
54076
|
consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
|
|
54077
54077
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
54078
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
54078
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
54079
54079
|
}).transform((v2) => {
|
|
54080
54080
|
return remap(v2, {
|
|
54081
54081
|
id: "_id",
|
|
@@ -54438,8 +54438,8 @@ var init_getevals = __esm(() => {
|
|
|
54438
54438
|
DataTypescript$inboundSchema = objectType({
|
|
54439
54439
|
_id: stringType(),
|
|
54440
54440
|
description: stringType(),
|
|
54441
|
-
created: stringType().default("2025-09-
|
|
54442
|
-
updated: stringType().default("2025-09-
|
|
54441
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
54442
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
54443
54443
|
guardrail_config: unionType([
|
|
54444
54444
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
54445
54445
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -54456,8 +54456,8 @@ var init_getevals = __esm(() => {
|
|
|
54456
54456
|
DataTypescript$outboundSchema = objectType({
|
|
54457
54457
|
id: stringType(),
|
|
54458
54458
|
description: stringType(),
|
|
54459
|
-
created: stringType().default("2025-09-
|
|
54460
|
-
updated: stringType().default("2025-09-
|
|
54459
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
54460
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
54461
54461
|
guardrailConfig: unionType([
|
|
54462
54462
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
54463
54463
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -54550,8 +54550,8 @@ var init_getevals = __esm(() => {
|
|
|
54550
54550
|
DataRagas$inboundSchema = objectType({
|
|
54551
54551
|
_id: stringType(),
|
|
54552
54552
|
description: stringType(),
|
|
54553
|
-
created: stringType().default("2025-09-
|
|
54554
|
-
updated: stringType().default("2025-09-
|
|
54553
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
54554
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
54555
54555
|
guardrail_config: unionType([
|
|
54556
54556
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
54557
54557
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -54570,8 +54570,8 @@ var init_getevals = __esm(() => {
|
|
|
54570
54570
|
DataRagas$outboundSchema = objectType({
|
|
54571
54571
|
id: stringType(),
|
|
54572
54572
|
description: stringType(),
|
|
54573
|
-
created: stringType().default("2025-09-
|
|
54574
|
-
updated: stringType().default("2025-09-
|
|
54573
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
54574
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
54575
54575
|
guardrailConfig: unionType([
|
|
54576
54576
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
54577
54577
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -55324,8 +55324,8 @@ var init_getevals = __esm(() => {
|
|
|
55324
55324
|
DataFunction$inboundSchema = objectType({
|
|
55325
55325
|
_id: stringType(),
|
|
55326
55326
|
description: stringType(),
|
|
55327
|
-
created: stringType().default("2025-09-
|
|
55328
|
-
updated: stringType().default("2025-09-
|
|
55327
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55328
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55329
55329
|
guardrail_config: unionType([
|
|
55330
55330
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
55331
55331
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -55379,8 +55379,8 @@ var init_getevals = __esm(() => {
|
|
|
55379
55379
|
DataFunction$outboundSchema = objectType({
|
|
55380
55380
|
id: stringType(),
|
|
55381
55381
|
description: stringType(),
|
|
55382
|
-
created: stringType().default("2025-09-
|
|
55383
|
-
updated: stringType().default("2025-09-
|
|
55382
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55383
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55384
55384
|
guardrailConfig: unionType([
|
|
55385
55385
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
55386
55386
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -55504,8 +55504,8 @@ var init_getevals = __esm(() => {
|
|
|
55504
55504
|
DataPython$inboundSchema = objectType({
|
|
55505
55505
|
_id: stringType(),
|
|
55506
55506
|
description: stringType(),
|
|
55507
|
-
created: stringType().default("2025-09-
|
|
55508
|
-
updated: stringType().default("2025-09-
|
|
55507
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55508
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55509
55509
|
guardrail_config: unionType([
|
|
55510
55510
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
55511
55511
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
|
|
@@ -55522,8 +55522,8 @@ var init_getevals = __esm(() => {
|
|
|
55522
55522
|
DataPython$outboundSchema = objectType({
|
|
55523
55523
|
id: stringType(),
|
|
55524
55524
|
description: stringType(),
|
|
55525
|
-
created: stringType().default("2025-09-
|
|
55526
|
-
updated: stringType().default("2025-09-
|
|
55525
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55526
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55527
55527
|
guardrailConfig: unionType([
|
|
55528
55528
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
55529
55529
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
|
|
@@ -55616,8 +55616,8 @@ var init_getevals = __esm(() => {
|
|
|
55616
55616
|
DataHTTP$inboundSchema = objectType({
|
|
55617
55617
|
_id: stringType(),
|
|
55618
55618
|
description: stringType(),
|
|
55619
|
-
created: stringType().default("2025-09-
|
|
55620
|
-
updated: stringType().default("2025-09-
|
|
55619
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55620
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55621
55621
|
guardrail_config: unionType([
|
|
55622
55622
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
55623
55623
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
|
|
@@ -55637,8 +55637,8 @@ var init_getevals = __esm(() => {
|
|
|
55637
55637
|
DataHTTP$outboundSchema = objectType({
|
|
55638
55638
|
id: stringType(),
|
|
55639
55639
|
description: stringType(),
|
|
55640
|
-
created: stringType().default("2025-09-
|
|
55641
|
-
updated: stringType().default("2025-09-
|
|
55640
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55641
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55642
55642
|
guardrailConfig: unionType([
|
|
55643
55643
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
55644
55644
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
|
|
@@ -55728,8 +55728,8 @@ var init_getevals = __esm(() => {
|
|
|
55728
55728
|
DataJSON$inboundSchema = objectType({
|
|
55729
55729
|
_id: stringType(),
|
|
55730
55730
|
description: stringType(),
|
|
55731
|
-
created: stringType().default("2025-09-
|
|
55732
|
-
updated: stringType().default("2025-09-
|
|
55731
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55732
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55733
55733
|
guardrail_config: unionType([
|
|
55734
55734
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
|
|
55735
55735
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
|
|
@@ -55746,8 +55746,8 @@ var init_getevals = __esm(() => {
|
|
|
55746
55746
|
DataJSON$outboundSchema = objectType({
|
|
55747
55747
|
id: stringType(),
|
|
55748
55748
|
description: stringType(),
|
|
55749
|
-
created: stringType().default("2025-09-
|
|
55750
|
-
updated: stringType().default("2025-09-
|
|
55749
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55750
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55751
55751
|
guardrailConfig: unionType([
|
|
55752
55752
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
|
|
55753
55753
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
|
|
@@ -55834,8 +55834,8 @@ var init_getevals = __esm(() => {
|
|
|
55834
55834
|
DataLLM$inboundSchema = objectType({
|
|
55835
55835
|
_id: stringType(),
|
|
55836
55836
|
description: stringType(),
|
|
55837
|
-
created: stringType().default("2025-09-
|
|
55838
|
-
updated: stringType().default("2025-09-
|
|
55837
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55838
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55839
55839
|
guardrail_config: unionType([
|
|
55840
55840
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
55841
55841
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -55853,8 +55853,8 @@ var init_getevals = __esm(() => {
|
|
|
55853
55853
|
DataLLM$outboundSchema = objectType({
|
|
55854
55854
|
id: stringType(),
|
|
55855
55855
|
description: stringType(),
|
|
55856
|
-
created: stringType().default("2025-09-
|
|
55857
|
-
updated: stringType().default("2025-09-
|
|
55856
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55857
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
55858
55858
|
guardrailConfig: unionType([
|
|
55859
55859
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
55860
55860
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -58538,7 +58538,7 @@ var init_listagents = __esm(() => {
|
|
|
58538
58538
|
ListAgentsConfiguration$.outboundSchema = ListAgentsConfiguration$outboundSchema;
|
|
58539
58539
|
})(ListAgentsConfiguration$ ||= {});
|
|
58540
58540
|
ListAgentsKnowledgeBases$inboundSchema = objectType({
|
|
58541
|
-
id: stringType().default("
|
|
58541
|
+
id: stringType().default("01K5G8MPFSMRQRQJDBQYD5QEBZ"),
|
|
58542
58542
|
knowledge_id: stringType(),
|
|
58543
58543
|
configuration: unionType([
|
|
58544
58544
|
lazyType(() => ListAgentsConfiguration2$inboundSchema),
|
|
@@ -58550,7 +58550,7 @@ var init_listagents = __esm(() => {
|
|
|
58550
58550
|
});
|
|
58551
58551
|
});
|
|
58552
58552
|
ListAgentsKnowledgeBases$outboundSchema = objectType({
|
|
58553
|
-
id: stringType().default("
|
|
58553
|
+
id: stringType().default("01K5G8MPFSMRQRQJDBQYD5QEBZ"),
|
|
58554
58554
|
knowledgeId: stringType(),
|
|
58555
58555
|
configuration: unionType([
|
|
58556
58556
|
lazyType(() => ListAgentsConfiguration2$outboundSchema),
|
|
@@ -58810,7 +58810,7 @@ var init_listbudgets = __esm(() => {
|
|
|
58810
58810
|
is_active: booleanType(),
|
|
58811
58811
|
consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
|
|
58812
58812
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
58813
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
58813
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
58814
58814
|
}).transform((v2) => {
|
|
58815
58815
|
return remap(v2, {
|
|
58816
58816
|
_id: "id",
|
|
@@ -58826,7 +58826,7 @@ var init_listbudgets = __esm(() => {
|
|
|
58826
58826
|
isActive: booleanType(),
|
|
58827
58827
|
consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
58828
58828
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
58829
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
58829
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
58830
58830
|
}).transform((v2) => {
|
|
58831
58831
|
return remap(v2, {
|
|
58832
58832
|
id: "_id",
|
|
@@ -59094,7 +59094,7 @@ var init_listcontacts = __esm(() => {
|
|
|
59094
59094
|
tags: arrayType(stringType()).optional(),
|
|
59095
59095
|
metadata: recordType(anyType()).optional(),
|
|
59096
59096
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
59097
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
59097
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2)),
|
|
59098
59098
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
59099
59099
|
}).transform((v2) => {
|
|
59100
59100
|
return remap(v2, {
|
|
@@ -59113,7 +59113,7 @@ var init_listcontacts = __esm(() => {
|
|
|
59113
59113
|
tags: arrayType(stringType()).optional(),
|
|
59114
59114
|
metadata: recordType(anyType()).optional(),
|
|
59115
59115
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
59116
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
59116
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString()),
|
|
59117
59117
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
59118
59118
|
}).transform((v2) => {
|
|
59119
59119
|
return remap(v2, {
|
|
@@ -59864,7 +59864,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
59864
59864
|
created_by_id: stringType().optional(),
|
|
59865
59865
|
updated_by_id: stringType().optional(),
|
|
59866
59866
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
59867
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
59867
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
59868
59868
|
}).transform((v2) => {
|
|
59869
59869
|
return remap(v2, {
|
|
59870
59870
|
_id: "id",
|
|
@@ -59891,7 +59891,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
59891
59891
|
createdById: stringType().optional(),
|
|
59892
59892
|
updatedById: stringType().optional(),
|
|
59893
59893
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
59894
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
59894
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
59895
59895
|
}).transform((v2) => {
|
|
59896
59896
|
return remap(v2, {
|
|
59897
59897
|
id: "_id",
|
|
@@ -59999,7 +59999,7 @@ var init_listdatasets = __esm(() => {
|
|
|
59999
59999
|
updated_by_id: stringType().optional(),
|
|
60000
60000
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
60001
60001
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60002
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
60002
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
60003
60003
|
}).transform((v2) => {
|
|
60004
60004
|
return remap(v2, {
|
|
60005
60005
|
_id: "id",
|
|
@@ -60019,7 +60019,7 @@ var init_listdatasets = __esm(() => {
|
|
|
60019
60019
|
updatedById: stringType().optional(),
|
|
60020
60020
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
60021
60021
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60022
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
60022
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
60023
60023
|
}).transform((v2) => {
|
|
60024
60024
|
return remap(v2, {
|
|
60025
60025
|
id: "_id",
|
|
@@ -60124,7 +60124,7 @@ var init_listdatasources = __esm(() => {
|
|
|
60124
60124
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
60125
60125
|
})(ListDatasourcesStatus$ ||= {});
|
|
60126
60126
|
ListDatasourcesData$inboundSchema = objectType({
|
|
60127
|
-
_id: stringType().default("
|
|
60127
|
+
_id: stringType().default("01K5G8MPM549A6PB1GBY3N7MNR"),
|
|
60128
60128
|
display_name: stringType(),
|
|
60129
60129
|
description: stringType().optional(),
|
|
60130
60130
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -60147,7 +60147,7 @@ var init_listdatasources = __esm(() => {
|
|
|
60147
60147
|
});
|
|
60148
60148
|
});
|
|
60149
60149
|
ListDatasourcesData$outboundSchema = objectType({
|
|
60150
|
-
id: stringType().default("
|
|
60150
|
+
id: stringType().default("01K5G8MPM549A6PB1GBY3N7MNR"),
|
|
60151
60151
|
displayName: stringType(),
|
|
60152
60152
|
description: stringType().optional(),
|
|
60153
60153
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -61844,7 +61844,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
61844
61844
|
tags: arrayType(stringType()).optional(),
|
|
61845
61845
|
metadata: recordType(anyType()).optional(),
|
|
61846
61846
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
61847
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
61847
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
61848
61848
|
}).transform((v2) => {
|
|
61849
61849
|
return remap(v2, {
|
|
61850
61850
|
_id: "id",
|
|
@@ -61862,7 +61862,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
61862
61862
|
tags: arrayType(stringType()).optional(),
|
|
61863
61863
|
metadata: recordType(anyType()).optional(),
|
|
61864
61864
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61865
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
61865
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
61866
61866
|
}).transform((v2) => {
|
|
61867
61867
|
return remap(v2, {
|
|
61868
61868
|
id: "_id",
|
|
@@ -62575,7 +62575,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
62575
62575
|
created_by_id: stringType().optional(),
|
|
62576
62576
|
updated_by_id: stringType().optional(),
|
|
62577
62577
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
62578
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
62578
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
62579
62579
|
}).transform((v2) => {
|
|
62580
62580
|
return remap(v2, {
|
|
62581
62581
|
_id: "id",
|
|
@@ -62602,7 +62602,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
62602
62602
|
createdById: stringType().optional(),
|
|
62603
62603
|
updatedById: stringType().optional(),
|
|
62604
62604
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
62605
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
62605
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
62606
62606
|
}).transform((v2) => {
|
|
62607
62607
|
return remap(v2, {
|
|
62608
62608
|
id: "_id",
|
|
@@ -62673,7 +62673,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
62673
62673
|
updated_by_id: stringType().optional(),
|
|
62674
62674
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
62675
62675
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
62676
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
62676
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
62677
62677
|
}).transform((v2) => {
|
|
62678
62678
|
return remap(v2, {
|
|
62679
62679
|
_id: "id",
|
|
@@ -62693,7 +62693,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
62693
62693
|
updatedById: stringType().optional(),
|
|
62694
62694
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
62695
62695
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
62696
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
62696
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
62697
62697
|
}).transform((v2) => {
|
|
62698
62698
|
return remap(v2, {
|
|
62699
62699
|
id: "_id",
|
|
@@ -62751,7 +62751,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
62751
62751
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
62752
62752
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
62753
62753
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
62754
|
-
_id: stringType().default("
|
|
62754
|
+
_id: stringType().default("01K5G8MPM6310H5NM0RX42C8G5"),
|
|
62755
62755
|
display_name: stringType(),
|
|
62756
62756
|
description: stringType().optional(),
|
|
62757
62757
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -62774,7 +62774,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
62774
62774
|
});
|
|
62775
62775
|
});
|
|
62776
62776
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
62777
|
-
id: stringType().default("
|
|
62777
|
+
id: stringType().default("01K5G8MPM6310H5NM0RX42C8G5"),
|
|
62778
62778
|
displayName: stringType(),
|
|
62779
62779
|
description: stringType().optional(),
|
|
62780
62780
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -62837,7 +62837,7 @@ var init_retrievememory = __esm(() => {
|
|
|
62837
62837
|
created_by_id: nullableType(stringType()).optional(),
|
|
62838
62838
|
updated_by_id: nullableType(stringType()).optional(),
|
|
62839
62839
|
store_id: stringType(),
|
|
62840
|
-
|
|
62840
|
+
metadata: recordType(stringType()),
|
|
62841
62841
|
workspace_id: stringType()
|
|
62842
62842
|
}).transform((v2) => {
|
|
62843
62843
|
return remap(v2, {
|
|
@@ -62857,7 +62857,7 @@ var init_retrievememory = __esm(() => {
|
|
|
62857
62857
|
createdById: nullableType(stringType()).optional(),
|
|
62858
62858
|
updatedById: nullableType(stringType()).optional(),
|
|
62859
62859
|
storeId: stringType(),
|
|
62860
|
-
|
|
62860
|
+
metadata: recordType(stringType()),
|
|
62861
62861
|
workspaceId: stringType()
|
|
62862
62862
|
}).transform((v2) => {
|
|
62863
62863
|
return remap(v2, {
|
|
@@ -62916,7 +62916,7 @@ var init_retrievememorydocument = __esm(() => {
|
|
|
62916
62916
|
created_by_id: stringType().optional(),
|
|
62917
62917
|
updated_by_id: stringType().optional(),
|
|
62918
62918
|
workspace_id: stringType(),
|
|
62919
|
-
|
|
62919
|
+
metadata: recordType(stringType()).optional()
|
|
62920
62920
|
}).transform((v2) => {
|
|
62921
62921
|
return remap(v2, {
|
|
62922
62922
|
_id: "id",
|
|
@@ -62937,7 +62937,7 @@ var init_retrievememorydocument = __esm(() => {
|
|
|
62937
62937
|
createdById: stringType().optional(),
|
|
62938
62938
|
updatedById: stringType().optional(),
|
|
62939
62939
|
workspaceId: stringType(),
|
|
62940
|
-
|
|
62940
|
+
metadata: recordType(stringType()).optional()
|
|
62941
62941
|
}).transform((v2) => {
|
|
62942
62942
|
return remap(v2, {
|
|
62943
62943
|
id: "_id",
|
|
@@ -63407,7 +63407,7 @@ var init_reviewaction = __esm(() => {
|
|
|
63407
63407
|
});
|
|
63408
63408
|
|
|
63409
63409
|
// src/models/operations/runagent.ts
|
|
63410
|
-
var Role2, Role1, RunAgentPartsAgentsRequestKind, RunAgentPartsAgentsKind, RunAgentPartsKind, PartsKind, Kind, RunAgentConfigurationType, ConfigurationType,
|
|
63410
|
+
var Role2, Role1, RunAgentPartsAgentsRequestKind, RunAgentPartsAgentsKind, RunAgentPartsKind, PartsKind, Kind, RunAgentConfigurationType, ConfigurationType, RunAgentToolsAgentsRequestRequestBodySettings13Type, Status, RunAgentToolsAgentsRequestRequestBodySettings12Type, Method, RunAgentToolsAgentsRequestRequestBodySettings12HttpType, RunAgentToolsAgentsRequestRequestBodySettings11Type, RunAgentToolsAgentsRequestRequestBodySettings10Type, RunAgentToolsAgentsRequestRequestBodySettings9Type, RunAgentToolsAgentsRequestRequestBodySettings8Type, RunAgentToolsAgentsRequestRequestBodySettings7Type, RunAgentToolsAgentsRequestRequestBodySettingsType, RunAgentToolsAgentsRequestRequestBodyType, RunAgentToolsAgentsRequestType, RunAgentToolsAgentsType, RunAgentToolsType, ToolsType, ToolApprovalRequired, RunAgentKind, RunAgentState, RunAgentAgentsKind, RunAgentAgentsRole, Role2$inboundSchema, Role2$outboundSchema, Role2$, Role1$inboundSchema, Role1$outboundSchema, Role1$, RunAgentRole$inboundSchema, RunAgentRole$outboundSchema, RunAgentRole$, RunAgentPartsAgentsRequestKind$inboundSchema, RunAgentPartsAgentsRequestKind$outboundSchema, RunAgentPartsAgentsRequestKind$, Five$inboundSchema, Five$outboundSchema, Five$, RunAgentPartsAgentsKind$inboundSchema, RunAgentPartsAgentsKind$outboundSchema, RunAgentPartsAgentsKind$, Parts4$inboundSchema, Parts4$outboundSchema, Parts4$, RunAgentPartsKind$inboundSchema, RunAgentPartsKind$outboundSchema, RunAgentPartsKind$, File2$inboundSchema, File2$outboundSchema, File2$, File1$inboundSchema, File1$outboundSchema, File1$, PartsFile$inboundSchema, PartsFile$outboundSchema, PartsFile$, Parts3$inboundSchema, Parts3$outboundSchema, Parts3$, PartsKind$inboundSchema, PartsKind$outboundSchema, PartsKind$, Parts2$inboundSchema, Parts2$outboundSchema, Parts2$, Kind$inboundSchema, Kind$outboundSchema, Kind$, Parts1$inboundSchema, Parts1$outboundSchema, Parts1$, Parts$inboundSchema, Parts$outboundSchema, Parts$, Message$inboundSchema, Message$outboundSchema, Message$, Memory$inboundSchema, Memory$outboundSchema, Memory$, RunAgentConfigurationType$inboundSchema, RunAgentConfigurationType$outboundSchema, RunAgentConfigurationType$, Configuration2$inboundSchema, Configuration2$outboundSchema, Configuration2$, ConfigurationType$inboundSchema, ConfigurationType$outboundSchema, ConfigurationType$, Configuration1$inboundSchema, Configuration1$outboundSchema, Configuration1$, Configuration$inboundSchema, Configuration$outboundSchema, Configuration$, KnowledgeBases$inboundSchema, KnowledgeBases$outboundSchema, KnowledgeBases$, TeamOfAgents$inboundSchema, TeamOfAgents$outboundSchema, TeamOfAgents$, RunAgentToolsAgentsRequestRequestBodySettings13Type$inboundSchema, RunAgentToolsAgentsRequestRequestBodySettings13Type$outboundSchema, RunAgentToolsAgentsRequestRequestBodySettings13Type$, ToolsFunction$inboundSchema, ToolsFunction$outboundSchema, ToolsFunction$, Thirteen$inboundSchema, Thirteen$outboundSchema, Thirteen$, Status$inboundSchema, Status$outboundSchema, Status$, RunAgentToolsAgentsRequestRequestBodySettings12Type$inboundSchema, RunAgentToolsAgentsRequestRequestBodySettings12Type$outboundSchema, RunAgentToolsAgentsRequestRequestBodySettings12Type$, Method$inboundSchema, Method$outboundSchema, Method$, Blueprint$inboundSchema, Blueprint$outboundSchema, Blueprint$, RunAgentToolsAgentsRequestRequestBodySettings12HttpType$inboundSchema, RunAgentToolsAgentsRequestRequestBodySettings12HttpType$outboundSchema, RunAgentToolsAgentsRequestRequestBodySettings12HttpType$, DefaultValue$inboundSchema, DefaultValue$outboundSchema, DefaultValue$, Arguments$inboundSchema, Arguments$outboundSchema, Arguments$, Http$inboundSchema, Http$outboundSchema, Http$, Twelve$inboundSchema, Twelve$outboundSchema, Twelve$, RunAgentToolsAgentsRequestRequestBodySettings11Type$inboundSchema, RunAgentToolsAgentsRequestRequestBodySettings11Type$outboundSchema, RunAgentToolsAgentsRequestRequestBodySettings11Type$, Eleven$inboundSchema, Eleven$outboundSchema, Eleven$, RunAgentToolsAgentsRequestRequestBodySettings10Type$inboundSchema, RunAgentToolsAgentsRequestRequestBodySettings10Type$outboundSchema, RunAgentToolsAgentsRequestRequestBodySettings10Type$, Ten$inboundSchema, Ten$outboundSchema, Ten$, RunAgentToolsAgentsRequestRequestBodySettings9Type$inboundSchema, RunAgentToolsAgentsRequestRequestBodySettings9Type$outboundSchema, RunAgentToolsAgentsRequestRequestBodySettings9Type$, Nine$inboundSchema, Nine$outboundSchema, Nine$, RunAgentToolsAgentsRequestRequestBodySettings8Type$inboundSchema, RunAgentToolsAgentsRequestRequestBodySettings8Type$outboundSchema, RunAgentToolsAgentsRequestRequestBodySettings8Type$, Eight$inboundSchema, Eight$outboundSchema, Eight$, RunAgentToolsAgentsRequestRequestBodySettings7Type$inboundSchema, RunAgentToolsAgentsRequestRequestBodySettings7Type$outboundSchema, RunAgentToolsAgentsRequestRequestBodySettings7Type$, Seven$inboundSchema, Seven$outboundSchema, Seven$, RunAgentToolsAgentsRequestRequestBodySettingsType$inboundSchema, RunAgentToolsAgentsRequestRequestBodySettingsType$outboundSchema, RunAgentToolsAgentsRequestRequestBodySettingsType$, Six$inboundSchema, Six$outboundSchema, Six$, RunAgentToolsAgentsRequestRequestBodyType$inboundSchema, RunAgentToolsAgentsRequestRequestBodyType$outboundSchema, RunAgentToolsAgentsRequestRequestBodyType$, Tools5$inboundSchema, Tools5$outboundSchema, Tools5$, RunAgentToolsAgentsRequestType$inboundSchema, RunAgentToolsAgentsRequestType$outboundSchema, RunAgentToolsAgentsRequestType$, Tools4$inboundSchema, Tools4$outboundSchema, Tools4$, RunAgentToolsAgentsType$inboundSchema, RunAgentToolsAgentsType$outboundSchema, RunAgentToolsAgentsType$, Tools3$inboundSchema, Tools3$outboundSchema, Tools3$, RunAgentToolsType$inboundSchema, RunAgentToolsType$outboundSchema, RunAgentToolsType$, Tools2$inboundSchema, Tools2$outboundSchema, Tools2$, ToolsType$inboundSchema, ToolsType$outboundSchema, ToolsType$, Tools1$inboundSchema, Tools1$outboundSchema, Tools1$, Tools$inboundSchema, Tools$outboundSchema, Tools$, ToolApprovalRequired$inboundSchema, ToolApprovalRequired$outboundSchema, ToolApprovalRequired$, Settings$inboundSchema, Settings$outboundSchema, Settings$, RunAgentRequestBody$inboundSchema, RunAgentRequestBody$outboundSchema, RunAgentRequestBody$, RunAgentKind$inboundSchema, RunAgentKind$outboundSchema, RunAgentKind$, RunAgentState$inboundSchema, RunAgentState$outboundSchema, RunAgentState$, RunAgentAgentsKind$inboundSchema, RunAgentAgentsKind$outboundSchema, RunAgentAgentsKind$, RunAgentAgentsRole$inboundSchema, RunAgentAgentsRole$outboundSchema, RunAgentAgentsRole$, RunAgentMessage$inboundSchema, RunAgentMessage$outboundSchema, RunAgentMessage$, RunAgentStatus$inboundSchema, RunAgentStatus$outboundSchema, RunAgentStatus$, RunAgentResponseBody$inboundSchema, RunAgentResponseBody$outboundSchema, RunAgentResponseBody$;
|
|
63411
63411
|
var init_runagent = __esm(() => {
|
|
63412
63412
|
init_esm();
|
|
63413
63413
|
init_primitives();
|
|
@@ -63438,7 +63438,7 @@ var init_runagent = __esm(() => {
|
|
|
63438
63438
|
ConfigurationType = {
|
|
63439
63439
|
LastUserMessage: "last_user_message"
|
|
63440
63440
|
};
|
|
63441
|
-
|
|
63441
|
+
RunAgentToolsAgentsRequestRequestBodySettings13Type = {
|
|
63442
63442
|
Function: "function"
|
|
63443
63443
|
};
|
|
63444
63444
|
Status = {
|
|
@@ -63447,7 +63447,7 @@ var init_runagent = __esm(() => {
|
|
|
63447
63447
|
Pending: "pending",
|
|
63448
63448
|
Published: "published"
|
|
63449
63449
|
};
|
|
63450
|
-
|
|
63450
|
+
RunAgentToolsAgentsRequestRequestBodySettings12Type = {
|
|
63451
63451
|
Http: "http"
|
|
63452
63452
|
};
|
|
63453
63453
|
Method = {
|
|
@@ -63456,23 +63456,26 @@ var init_runagent = __esm(() => {
|
|
|
63456
63456
|
Put: "PUT",
|
|
63457
63457
|
Delete: "DELETE"
|
|
63458
63458
|
};
|
|
63459
|
-
|
|
63459
|
+
RunAgentToolsAgentsRequestRequestBodySettings12HttpType = {
|
|
63460
63460
|
String: "string",
|
|
63461
63461
|
Number: "number",
|
|
63462
63462
|
Boolean: "boolean"
|
|
63463
63463
|
};
|
|
63464
|
-
|
|
63464
|
+
RunAgentToolsAgentsRequestRequestBodySettings11Type = {
|
|
63465
63465
|
CurrentDate: "current_date"
|
|
63466
63466
|
};
|
|
63467
|
-
|
|
63467
|
+
RunAgentToolsAgentsRequestRequestBodySettings10Type = {
|
|
63468
63468
|
QueryKnowledgeBase: "query_knowledge_base"
|
|
63469
63469
|
};
|
|
63470
|
-
|
|
63470
|
+
RunAgentToolsAgentsRequestRequestBodySettings9Type = {
|
|
63471
63471
|
RetrieveKnowledgeBases: "retrieve_knowledge_bases"
|
|
63472
63472
|
};
|
|
63473
|
-
|
|
63473
|
+
RunAgentToolsAgentsRequestRequestBodySettings8Type = {
|
|
63474
63474
|
RetrieveMemoryStores: "retrieve_memory_stores"
|
|
63475
63475
|
};
|
|
63476
|
+
RunAgentToolsAgentsRequestRequestBodySettings7Type = {
|
|
63477
|
+
DeleteMemoryDocument: "delete_memory_document"
|
|
63478
|
+
};
|
|
63476
63479
|
RunAgentToolsAgentsRequestRequestBodySettingsType = {
|
|
63477
63480
|
WriteMemoryStore: "write_memory_store"
|
|
63478
63481
|
};
|
|
@@ -63751,6 +63754,24 @@ var init_runagent = __esm(() => {
|
|
|
63751
63754
|
Message$.inboundSchema = Message$inboundSchema;
|
|
63752
63755
|
Message$.outboundSchema = Message$outboundSchema;
|
|
63753
63756
|
})(Message$ ||= {});
|
|
63757
|
+
Memory$inboundSchema = objectType({
|
|
63758
|
+
entity_id: stringType()
|
|
63759
|
+
}).transform((v2) => {
|
|
63760
|
+
return remap(v2, {
|
|
63761
|
+
entity_id: "entityId"
|
|
63762
|
+
});
|
|
63763
|
+
});
|
|
63764
|
+
Memory$outboundSchema = objectType({
|
|
63765
|
+
entityId: stringType()
|
|
63766
|
+
}).transform((v2) => {
|
|
63767
|
+
return remap(v2, {
|
|
63768
|
+
entityId: "entity_id"
|
|
63769
|
+
});
|
|
63770
|
+
});
|
|
63771
|
+
((Memory$) => {
|
|
63772
|
+
Memory$.inboundSchema = Memory$inboundSchema;
|
|
63773
|
+
Memory$.outboundSchema = Memory$outboundSchema;
|
|
63774
|
+
})(Memory$ ||= {});
|
|
63754
63775
|
RunAgentConfigurationType$inboundSchema = nativeEnumType(RunAgentConfigurationType);
|
|
63755
63776
|
RunAgentConfigurationType$outboundSchema = RunAgentConfigurationType$inboundSchema;
|
|
63756
63777
|
((RunAgentConfigurationType$) => {
|
|
@@ -63833,12 +63854,12 @@ var init_runagent = __esm(() => {
|
|
|
63833
63854
|
TeamOfAgents$.inboundSchema = TeamOfAgents$inboundSchema;
|
|
63834
63855
|
TeamOfAgents$.outboundSchema = TeamOfAgents$outboundSchema;
|
|
63835
63856
|
})(TeamOfAgents$ ||= {});
|
|
63836
|
-
|
|
63837
|
-
|
|
63838
|
-
((
|
|
63839
|
-
|
|
63840
|
-
|
|
63841
|
-
})(
|
|
63857
|
+
RunAgentToolsAgentsRequestRequestBodySettings13Type$inboundSchema = nativeEnumType(RunAgentToolsAgentsRequestRequestBodySettings13Type);
|
|
63858
|
+
RunAgentToolsAgentsRequestRequestBodySettings13Type$outboundSchema = RunAgentToolsAgentsRequestRequestBodySettings13Type$inboundSchema;
|
|
63859
|
+
((RunAgentToolsAgentsRequestRequestBodySettings13Type$) => {
|
|
63860
|
+
RunAgentToolsAgentsRequestRequestBodySettings13Type$.inboundSchema = RunAgentToolsAgentsRequestRequestBodySettings13Type$inboundSchema;
|
|
63861
|
+
RunAgentToolsAgentsRequestRequestBodySettings13Type$.outboundSchema = RunAgentToolsAgentsRequestRequestBodySettings13Type$outboundSchema;
|
|
63862
|
+
})(RunAgentToolsAgentsRequestRequestBodySettings13Type$ ||= {});
|
|
63842
63863
|
ToolsFunction$inboundSchema = objectType({
|
|
63843
63864
|
name: stringType(),
|
|
63844
63865
|
description: stringType().optional(),
|
|
@@ -63855,8 +63876,8 @@ var init_runagent = __esm(() => {
|
|
|
63855
63876
|
ToolsFunction$.inboundSchema = ToolsFunction$inboundSchema;
|
|
63856
63877
|
ToolsFunction$.outboundSchema = ToolsFunction$outboundSchema;
|
|
63857
63878
|
})(ToolsFunction$ ||= {});
|
|
63858
|
-
|
|
63859
|
-
type:
|
|
63879
|
+
Thirteen$inboundSchema = objectType({
|
|
63880
|
+
type: RunAgentToolsAgentsRequestRequestBodySettings13Type$inboundSchema,
|
|
63860
63881
|
_id: stringType().optional(),
|
|
63861
63882
|
key: stringType(),
|
|
63862
63883
|
display_name: stringType().optional(),
|
|
@@ -63870,8 +63891,8 @@ var init_runagent = __esm(() => {
|
|
|
63870
63891
|
requires_approval: "requiresApproval"
|
|
63871
63892
|
});
|
|
63872
63893
|
});
|
|
63873
|
-
|
|
63874
|
-
type:
|
|
63894
|
+
Thirteen$outboundSchema = objectType({
|
|
63895
|
+
type: RunAgentToolsAgentsRequestRequestBodySettings13Type$outboundSchema,
|
|
63875
63896
|
id: stringType().optional(),
|
|
63876
63897
|
key: stringType(),
|
|
63877
63898
|
displayName: stringType().optional(),
|
|
@@ -63885,22 +63906,22 @@ var init_runagent = __esm(() => {
|
|
|
63885
63906
|
requiresApproval: "requires_approval"
|
|
63886
63907
|
});
|
|
63887
63908
|
});
|
|
63888
|
-
((
|
|
63889
|
-
|
|
63890
|
-
|
|
63891
|
-
})(
|
|
63909
|
+
((Thirteen$) => {
|
|
63910
|
+
Thirteen$.inboundSchema = Thirteen$inboundSchema;
|
|
63911
|
+
Thirteen$.outboundSchema = Thirteen$outboundSchema;
|
|
63912
|
+
})(Thirteen$ ||= {});
|
|
63892
63913
|
Status$inboundSchema = nativeEnumType(Status);
|
|
63893
63914
|
Status$outboundSchema = Status$inboundSchema;
|
|
63894
63915
|
((Status$) => {
|
|
63895
63916
|
Status$.inboundSchema = Status$inboundSchema;
|
|
63896
63917
|
Status$.outboundSchema = Status$outboundSchema;
|
|
63897
63918
|
})(Status$ ||= {});
|
|
63898
|
-
|
|
63899
|
-
|
|
63900
|
-
((
|
|
63901
|
-
|
|
63902
|
-
|
|
63903
|
-
})(
|
|
63919
|
+
RunAgentToolsAgentsRequestRequestBodySettings12Type$inboundSchema = nativeEnumType(RunAgentToolsAgentsRequestRequestBodySettings12Type);
|
|
63920
|
+
RunAgentToolsAgentsRequestRequestBodySettings12Type$outboundSchema = RunAgentToolsAgentsRequestRequestBodySettings12Type$inboundSchema;
|
|
63921
|
+
((RunAgentToolsAgentsRequestRequestBodySettings12Type$) => {
|
|
63922
|
+
RunAgentToolsAgentsRequestRequestBodySettings12Type$.inboundSchema = RunAgentToolsAgentsRequestRequestBodySettings12Type$inboundSchema;
|
|
63923
|
+
RunAgentToolsAgentsRequestRequestBodySettings12Type$.outboundSchema = RunAgentToolsAgentsRequestRequestBodySettings12Type$outboundSchema;
|
|
63924
|
+
})(RunAgentToolsAgentsRequestRequestBodySettings12Type$ ||= {});
|
|
63904
63925
|
Method$inboundSchema = nativeEnumType(Method);
|
|
63905
63926
|
Method$outboundSchema = Method$inboundSchema;
|
|
63906
63927
|
((Method$) => {
|
|
@@ -63923,12 +63944,12 @@ var init_runagent = __esm(() => {
|
|
|
63923
63944
|
Blueprint$.inboundSchema = Blueprint$inboundSchema;
|
|
63924
63945
|
Blueprint$.outboundSchema = Blueprint$outboundSchema;
|
|
63925
63946
|
})(Blueprint$ ||= {});
|
|
63926
|
-
|
|
63927
|
-
|
|
63928
|
-
((
|
|
63929
|
-
|
|
63930
|
-
|
|
63931
|
-
})(
|
|
63947
|
+
RunAgentToolsAgentsRequestRequestBodySettings12HttpType$inboundSchema = nativeEnumType(RunAgentToolsAgentsRequestRequestBodySettings12HttpType);
|
|
63948
|
+
RunAgentToolsAgentsRequestRequestBodySettings12HttpType$outboundSchema = RunAgentToolsAgentsRequestRequestBodySettings12HttpType$inboundSchema;
|
|
63949
|
+
((RunAgentToolsAgentsRequestRequestBodySettings12HttpType$) => {
|
|
63950
|
+
RunAgentToolsAgentsRequestRequestBodySettings12HttpType$.inboundSchema = RunAgentToolsAgentsRequestRequestBodySettings12HttpType$inboundSchema;
|
|
63951
|
+
RunAgentToolsAgentsRequestRequestBodySettings12HttpType$.outboundSchema = RunAgentToolsAgentsRequestRequestBodySettings12HttpType$outboundSchema;
|
|
63952
|
+
})(RunAgentToolsAgentsRequestRequestBodySettings12HttpType$ ||= {});
|
|
63932
63953
|
DefaultValue$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
63933
63954
|
DefaultValue$outboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
63934
63955
|
((DefaultValue$) => {
|
|
@@ -63936,7 +63957,7 @@ var init_runagent = __esm(() => {
|
|
|
63936
63957
|
DefaultValue$.outboundSchema = DefaultValue$outboundSchema;
|
|
63937
63958
|
})(DefaultValue$ ||= {});
|
|
63938
63959
|
Arguments$inboundSchema = objectType({
|
|
63939
|
-
type:
|
|
63960
|
+
type: RunAgentToolsAgentsRequestRequestBodySettings12HttpType$inboundSchema,
|
|
63940
63961
|
description: stringType(),
|
|
63941
63962
|
send_to_model: booleanType().default(true),
|
|
63942
63963
|
default_value: unionType([stringType(), numberType(), booleanType()]).optional()
|
|
@@ -63947,7 +63968,7 @@ var init_runagent = __esm(() => {
|
|
|
63947
63968
|
});
|
|
63948
63969
|
});
|
|
63949
63970
|
Arguments$outboundSchema = objectType({
|
|
63950
|
-
type:
|
|
63971
|
+
type: RunAgentToolsAgentsRequestRequestBodySettings12HttpType$outboundSchema,
|
|
63951
63972
|
description: stringType(),
|
|
63952
63973
|
sendToModel: booleanType().default(true),
|
|
63953
63974
|
defaultValue: unionType([stringType(), numberType(), booleanType()]).optional()
|
|
@@ -63973,15 +63994,15 @@ var init_runagent = __esm(() => {
|
|
|
63973
63994
|
Http$.inboundSchema = Http$inboundSchema;
|
|
63974
63995
|
Http$.outboundSchema = Http$outboundSchema;
|
|
63975
63996
|
})(Http$ ||= {});
|
|
63976
|
-
|
|
63977
|
-
_id: stringType().default("
|
|
63997
|
+
Twelve$inboundSchema = objectType({
|
|
63998
|
+
_id: stringType().default("01K5G8MPGEKZAMVJHD82V68CG2"),
|
|
63978
63999
|
path: stringType(),
|
|
63979
64000
|
key: stringType(),
|
|
63980
64001
|
display_name: stringType(),
|
|
63981
64002
|
description: stringType(),
|
|
63982
64003
|
status: Status$inboundSchema.default("live"),
|
|
63983
64004
|
version_hash: stringType().optional(),
|
|
63984
|
-
type:
|
|
64005
|
+
type: RunAgentToolsAgentsRequestRequestBodySettings12Type$inboundSchema,
|
|
63985
64006
|
http: lazyType(() => Http$inboundSchema),
|
|
63986
64007
|
requires_approval: booleanType().default(false)
|
|
63987
64008
|
}).transform((v2) => {
|
|
@@ -63992,15 +64013,15 @@ var init_runagent = __esm(() => {
|
|
|
63992
64013
|
requires_approval: "requiresApproval"
|
|
63993
64014
|
});
|
|
63994
64015
|
});
|
|
63995
|
-
|
|
63996
|
-
id: stringType().default("
|
|
64016
|
+
Twelve$outboundSchema = objectType({
|
|
64017
|
+
id: stringType().default("01K5G8MPGEKZAMVJHD82V68CG2"),
|
|
63997
64018
|
path: stringType(),
|
|
63998
64019
|
key: stringType(),
|
|
63999
64020
|
displayName: stringType(),
|
|
64000
64021
|
description: stringType(),
|
|
64001
64022
|
status: Status$outboundSchema.default("live"),
|
|
64002
64023
|
versionHash: stringType().optional(),
|
|
64003
|
-
type:
|
|
64024
|
+
type: RunAgentToolsAgentsRequestRequestBodySettings12Type$outboundSchema,
|
|
64004
64025
|
http: lazyType(() => Http$outboundSchema),
|
|
64005
64026
|
requiresApproval: booleanType().default(false)
|
|
64006
64027
|
}).transform((v2) => {
|
|
@@ -64011,6 +64032,32 @@ var init_runagent = __esm(() => {
|
|
|
64011
64032
|
requiresApproval: "requires_approval"
|
|
64012
64033
|
});
|
|
64013
64034
|
});
|
|
64035
|
+
((Twelve$) => {
|
|
64036
|
+
Twelve$.inboundSchema = Twelve$inboundSchema;
|
|
64037
|
+
Twelve$.outboundSchema = Twelve$outboundSchema;
|
|
64038
|
+
})(Twelve$ ||= {});
|
|
64039
|
+
RunAgentToolsAgentsRequestRequestBodySettings11Type$inboundSchema = nativeEnumType(RunAgentToolsAgentsRequestRequestBodySettings11Type);
|
|
64040
|
+
RunAgentToolsAgentsRequestRequestBodySettings11Type$outboundSchema = RunAgentToolsAgentsRequestRequestBodySettings11Type$inboundSchema;
|
|
64041
|
+
((RunAgentToolsAgentsRequestRequestBodySettings11Type$) => {
|
|
64042
|
+
RunAgentToolsAgentsRequestRequestBodySettings11Type$.inboundSchema = RunAgentToolsAgentsRequestRequestBodySettings11Type$inboundSchema;
|
|
64043
|
+
RunAgentToolsAgentsRequestRequestBodySettings11Type$.outboundSchema = RunAgentToolsAgentsRequestRequestBodySettings11Type$outboundSchema;
|
|
64044
|
+
})(RunAgentToolsAgentsRequestRequestBodySettings11Type$ ||= {});
|
|
64045
|
+
Eleven$inboundSchema = objectType({
|
|
64046
|
+
type: RunAgentToolsAgentsRequestRequestBodySettings11Type$inboundSchema,
|
|
64047
|
+
requires_approval: booleanType().default(false)
|
|
64048
|
+
}).transform((v2) => {
|
|
64049
|
+
return remap(v2, {
|
|
64050
|
+
requires_approval: "requiresApproval"
|
|
64051
|
+
});
|
|
64052
|
+
});
|
|
64053
|
+
Eleven$outboundSchema = objectType({
|
|
64054
|
+
type: RunAgentToolsAgentsRequestRequestBodySettings11Type$outboundSchema,
|
|
64055
|
+
requiresApproval: booleanType().default(false)
|
|
64056
|
+
}).transform((v2) => {
|
|
64057
|
+
return remap(v2, {
|
|
64058
|
+
requiresApproval: "requires_approval"
|
|
64059
|
+
});
|
|
64060
|
+
});
|
|
64014
64061
|
((Eleven$) => {
|
|
64015
64062
|
Eleven$.inboundSchema = Eleven$inboundSchema;
|
|
64016
64063
|
Eleven$.outboundSchema = Eleven$outboundSchema;
|
|
@@ -64276,8 +64323,8 @@ var init_runagent = __esm(() => {
|
|
|
64276
64323
|
Tools1$.outboundSchema = Tools1$outboundSchema;
|
|
64277
64324
|
})(Tools1$ ||= {});
|
|
64278
64325
|
Tools$inboundSchema = unionType([
|
|
64279
|
-
lazyType(() => Eleven$inboundSchema),
|
|
64280
64326
|
lazyType(() => Twelve$inboundSchema),
|
|
64327
|
+
lazyType(() => Thirteen$inboundSchema),
|
|
64281
64328
|
lazyType(() => Tools1$inboundSchema),
|
|
64282
64329
|
lazyType(() => Tools2$inboundSchema),
|
|
64283
64330
|
lazyType(() => Tools3$inboundSchema),
|
|
@@ -64287,11 +64334,12 @@ var init_runagent = __esm(() => {
|
|
|
64287
64334
|
lazyType(() => Seven$inboundSchema),
|
|
64288
64335
|
lazyType(() => Eight$inboundSchema),
|
|
64289
64336
|
lazyType(() => Nine$inboundSchema),
|
|
64290
|
-
lazyType(() => Ten$inboundSchema)
|
|
64337
|
+
lazyType(() => Ten$inboundSchema),
|
|
64338
|
+
lazyType(() => Eleven$inboundSchema)
|
|
64291
64339
|
]);
|
|
64292
64340
|
Tools$outboundSchema = unionType([
|
|
64293
|
-
lazyType(() => Eleven$outboundSchema),
|
|
64294
64341
|
lazyType(() => Twelve$outboundSchema),
|
|
64342
|
+
lazyType(() => Thirteen$outboundSchema),
|
|
64295
64343
|
lazyType(() => Tools1$outboundSchema),
|
|
64296
64344
|
lazyType(() => Tools2$outboundSchema),
|
|
64297
64345
|
lazyType(() => Tools3$outboundSchema),
|
|
@@ -64301,7 +64349,8 @@ var init_runagent = __esm(() => {
|
|
|
64301
64349
|
lazyType(() => Seven$outboundSchema),
|
|
64302
64350
|
lazyType(() => Eight$outboundSchema),
|
|
64303
64351
|
lazyType(() => Nine$outboundSchema),
|
|
64304
|
-
lazyType(() => Ten$outboundSchema)
|
|
64352
|
+
lazyType(() => Ten$outboundSchema),
|
|
64353
|
+
lazyType(() => Eleven$outboundSchema)
|
|
64305
64354
|
]);
|
|
64306
64355
|
((Tools$) => {
|
|
64307
64356
|
Tools$.inboundSchema = Tools$inboundSchema;
|
|
@@ -64315,8 +64364,8 @@ var init_runagent = __esm(() => {
|
|
|
64315
64364
|
})(ToolApprovalRequired$ ||= {});
|
|
64316
64365
|
Settings$inboundSchema = objectType({
|
|
64317
64366
|
tools: arrayType(unionType([
|
|
64318
|
-
lazyType(() => Eleven$inboundSchema),
|
|
64319
64367
|
lazyType(() => Twelve$inboundSchema),
|
|
64368
|
+
lazyType(() => Thirteen$inboundSchema),
|
|
64320
64369
|
lazyType(() => Tools1$inboundSchema),
|
|
64321
64370
|
lazyType(() => Tools2$inboundSchema),
|
|
64322
64371
|
lazyType(() => Tools3$inboundSchema),
|
|
@@ -64326,7 +64375,8 @@ var init_runagent = __esm(() => {
|
|
|
64326
64375
|
lazyType(() => Seven$inboundSchema),
|
|
64327
64376
|
lazyType(() => Eight$inboundSchema),
|
|
64328
64377
|
lazyType(() => Nine$inboundSchema),
|
|
64329
|
-
lazyType(() => Ten$inboundSchema)
|
|
64378
|
+
lazyType(() => Ten$inboundSchema),
|
|
64379
|
+
lazyType(() => Eleven$inboundSchema)
|
|
64330
64380
|
])),
|
|
64331
64381
|
tool_approval_required: ToolApprovalRequired$inboundSchema.default("none"),
|
|
64332
64382
|
max_iterations: numberType().int().default(15),
|
|
@@ -64340,8 +64390,8 @@ var init_runagent = __esm(() => {
|
|
|
64340
64390
|
});
|
|
64341
64391
|
Settings$outboundSchema = objectType({
|
|
64342
64392
|
tools: arrayType(unionType([
|
|
64343
|
-
lazyType(() => Eleven$outboundSchema),
|
|
64344
64393
|
lazyType(() => Twelve$outboundSchema),
|
|
64394
|
+
lazyType(() => Thirteen$outboundSchema),
|
|
64345
64395
|
lazyType(() => Tools1$outboundSchema),
|
|
64346
64396
|
lazyType(() => Tools2$outboundSchema),
|
|
64347
64397
|
lazyType(() => Tools3$outboundSchema),
|
|
@@ -64351,7 +64401,8 @@ var init_runagent = __esm(() => {
|
|
|
64351
64401
|
lazyType(() => Seven$outboundSchema),
|
|
64352
64402
|
lazyType(() => Eight$outboundSchema),
|
|
64353
64403
|
lazyType(() => Nine$outboundSchema),
|
|
64354
|
-
lazyType(() => Ten$outboundSchema)
|
|
64404
|
+
lazyType(() => Ten$outboundSchema),
|
|
64405
|
+
lazyType(() => Eleven$outboundSchema)
|
|
64355
64406
|
])),
|
|
64356
64407
|
toolApprovalRequired: ToolApprovalRequired$outboundSchema.default("none"),
|
|
64357
64408
|
maxIterations: numberType().int().default(15),
|
|
@@ -64377,7 +64428,7 @@ var init_runagent = __esm(() => {
|
|
|
64377
64428
|
message: lazyType(() => Message$inboundSchema),
|
|
64378
64429
|
variables: recordType(anyType()).optional(),
|
|
64379
64430
|
contextId: stringType().optional(),
|
|
64380
|
-
|
|
64431
|
+
memory: lazyType(() => Memory$inboundSchema).optional(),
|
|
64381
64432
|
path: stringType(),
|
|
64382
64433
|
description: stringType().optional(),
|
|
64383
64434
|
iconUrl: stringType().optional(),
|
|
@@ -64389,7 +64440,6 @@ var init_runagent = __esm(() => {
|
|
|
64389
64440
|
}).transform((v2) => {
|
|
64390
64441
|
return remap(v2, {
|
|
64391
64442
|
fallback_models: "fallbackModels",
|
|
64392
|
-
external_id: "externalId",
|
|
64393
64443
|
system_prompt: "systemPrompt",
|
|
64394
64444
|
memory_stores: "memoryStores",
|
|
64395
64445
|
knowledge_bases: "knowledgeBases",
|
|
@@ -64406,7 +64456,7 @@ var init_runagent = __esm(() => {
|
|
|
64406
64456
|
message: lazyType(() => Message$outboundSchema),
|
|
64407
64457
|
variables: recordType(anyType()).optional(),
|
|
64408
64458
|
contextId: stringType().optional(),
|
|
64409
|
-
|
|
64459
|
+
memory: lazyType(() => Memory$outboundSchema).optional(),
|
|
64410
64460
|
path: stringType(),
|
|
64411
64461
|
description: stringType().optional(),
|
|
64412
64462
|
iconUrl: stringType().optional(),
|
|
@@ -64418,7 +64468,6 @@ var init_runagent = __esm(() => {
|
|
|
64418
64468
|
}).transform((v2) => {
|
|
64419
64469
|
return remap(v2, {
|
|
64420
64470
|
fallbackModels: "fallback_models",
|
|
64421
|
-
externalId: "external_id",
|
|
64422
64471
|
systemPrompt: "system_prompt",
|
|
64423
64472
|
memoryStores: "memory_stores",
|
|
64424
64473
|
knowledgeBases: "knowledge_bases",
|
|
@@ -65236,7 +65285,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
65236
65285
|
});
|
|
65237
65286
|
|
|
65238
65287
|
// src/models/operations/streamrunagent.ts
|
|
65239
|
-
var StreamRunAgentRole2, StreamRunAgentRole1, StreamRunAgentPartsAgentsRequestRequestBodyMessageKind, StreamRunAgentPartsAgentsRequestRequestBodyKind, StreamRunAgentPartsAgentsRequestKind, StreamRunAgentPartsAgentsKind, StreamRunAgentPartsKind, StreamRunAgentConfigurationAgentsType, StreamRunAgentConfigurationType,
|
|
65288
|
+
var StreamRunAgentRole2, StreamRunAgentRole1, StreamRunAgentPartsAgentsRequestRequestBodyMessageKind, StreamRunAgentPartsAgentsRequestRequestBodyKind, StreamRunAgentPartsAgentsRequestKind, StreamRunAgentPartsAgentsKind, StreamRunAgentPartsKind, StreamRunAgentConfigurationAgentsType, StreamRunAgentConfigurationType, StreamRunAgentToolsAgentsRequestRequestBodySettings13Type, ToolsStatus, StreamRunAgentToolsAgentsRequestRequestBodySettings12Type, ToolsMethod, StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType, StreamRunAgentToolsAgentsRequestRequestBodySettings11Type, StreamRunAgentToolsAgentsRequestRequestBodySettings10Type, StreamRunAgentToolsAgentsRequestRequestBodySettings9Type, StreamRunAgentToolsAgentsRequestRequestBodySettings8Type, StreamRunAgentToolsAgentsRequestRequestBodySettings7Type, StreamRunAgentToolsAgentsRequestRequestBodySettings6Type, StreamRunAgentToolsAgentsRequestRequestBodySettingsType, StreamRunAgentToolsAgentsRequestRequestBodyType, StreamRunAgentToolsAgentsRequestType, StreamRunAgentToolsAgentsType, StreamRunAgentToolsType, StreamRunAgentToolApprovalRequired, StreamRunAgentRole2$inboundSchema, StreamRunAgentRole2$outboundSchema, StreamRunAgentRole2$, StreamRunAgentRole1$inboundSchema, StreamRunAgentRole1$outboundSchema, StreamRunAgentRole1$, StreamRunAgentRole$inboundSchema, StreamRunAgentRole$outboundSchema, StreamRunAgentRole$, StreamRunAgentPartsAgentsRequestRequestBodyMessageKind$inboundSchema, StreamRunAgentPartsAgentsRequestRequestBodyMessageKind$outboundSchema, StreamRunAgentPartsAgentsRequestRequestBodyMessageKind$, Parts5$inboundSchema, Parts5$outboundSchema, Parts5$, StreamRunAgentPartsAgentsRequestRequestBodyKind$inboundSchema, StreamRunAgentPartsAgentsRequestRequestBodyKind$outboundSchema, StreamRunAgentPartsAgentsRequestRequestBodyKind$, StreamRunAgentParts4$inboundSchema, StreamRunAgentParts4$outboundSchema, StreamRunAgentParts4$, StreamRunAgentPartsAgentsRequestKind$inboundSchema, StreamRunAgentPartsAgentsRequestKind$outboundSchema, StreamRunAgentPartsAgentsRequestKind$, StreamRunAgentFile2$inboundSchema, StreamRunAgentFile2$outboundSchema, StreamRunAgentFile2$, StreamRunAgentFile1$inboundSchema, StreamRunAgentFile1$outboundSchema, StreamRunAgentFile1$, StreamRunAgentPartsFile$inboundSchema, StreamRunAgentPartsFile$outboundSchema, StreamRunAgentPartsFile$, StreamRunAgentParts3$inboundSchema, StreamRunAgentParts3$outboundSchema, StreamRunAgentParts3$, StreamRunAgentPartsAgentsKind$inboundSchema, StreamRunAgentPartsAgentsKind$outboundSchema, StreamRunAgentPartsAgentsKind$, StreamRunAgentParts2$inboundSchema, StreamRunAgentParts2$outboundSchema, StreamRunAgentParts2$, StreamRunAgentPartsKind$inboundSchema, StreamRunAgentPartsKind$outboundSchema, StreamRunAgentPartsKind$, StreamRunAgentParts1$inboundSchema, StreamRunAgentParts1$outboundSchema, StreamRunAgentParts1$, StreamRunAgentParts$inboundSchema, StreamRunAgentParts$outboundSchema, StreamRunAgentParts$, StreamRunAgentMessage$inboundSchema, StreamRunAgentMessage$outboundSchema, StreamRunAgentMessage$, StreamRunAgentMemory$inboundSchema, StreamRunAgentMemory$outboundSchema, StreamRunAgentMemory$, StreamRunAgentConfigurationAgentsType$inboundSchema, StreamRunAgentConfigurationAgentsType$outboundSchema, StreamRunAgentConfigurationAgentsType$, StreamRunAgentConfiguration2$inboundSchema, StreamRunAgentConfiguration2$outboundSchema, StreamRunAgentConfiguration2$, StreamRunAgentConfigurationType$inboundSchema, StreamRunAgentConfigurationType$outboundSchema, StreamRunAgentConfigurationType$, StreamRunAgentConfiguration1$inboundSchema, StreamRunAgentConfiguration1$outboundSchema, StreamRunAgentConfiguration1$, StreamRunAgentConfiguration$inboundSchema, StreamRunAgentConfiguration$outboundSchema, StreamRunAgentConfiguration$, StreamRunAgentKnowledgeBases$inboundSchema, StreamRunAgentKnowledgeBases$outboundSchema, StreamRunAgentKnowledgeBases$, StreamRunAgentTeamOfAgents$inboundSchema, StreamRunAgentTeamOfAgents$outboundSchema, StreamRunAgentTeamOfAgents$, StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$, StreamRunAgentToolsFunction$inboundSchema, StreamRunAgentToolsFunction$outboundSchema, StreamRunAgentToolsFunction$, Tools13$inboundSchema, Tools13$outboundSchema, Tools13$, ToolsStatus$inboundSchema, ToolsStatus$outboundSchema, ToolsStatus$, StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$, ToolsMethod$inboundSchema, ToolsMethod$outboundSchema, ToolsMethod$, ToolsBlueprint$inboundSchema, ToolsBlueprint$outboundSchema, ToolsBlueprint$, StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$, ToolsDefaultValue$inboundSchema, ToolsDefaultValue$outboundSchema, ToolsDefaultValue$, ToolsArguments$inboundSchema, ToolsArguments$outboundSchema, ToolsArguments$, ToolsHttp$inboundSchema, ToolsHttp$outboundSchema, ToolsHttp$, Tools12$inboundSchema, Tools12$outboundSchema, Tools12$, StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$, Tools11$inboundSchema, Tools11$outboundSchema, Tools11$, StreamRunAgentToolsAgentsRequestRequestBodySettings10Type$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings10Type$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings10Type$, Tools10$inboundSchema, Tools10$outboundSchema, Tools10$, StreamRunAgentToolsAgentsRequestRequestBodySettings9Type$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings9Type$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings9Type$, Tools9$inboundSchema, Tools9$outboundSchema, Tools9$, StreamRunAgentToolsAgentsRequestRequestBodySettings8Type$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings8Type$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings8Type$, Tools8$inboundSchema, Tools8$outboundSchema, Tools8$, StreamRunAgentToolsAgentsRequestRequestBodySettings7Type$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings7Type$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings7Type$, Tools7$inboundSchema, Tools7$outboundSchema, Tools7$, StreamRunAgentToolsAgentsRequestRequestBodySettings6Type$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings6Type$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettings6Type$, Tools6$inboundSchema, Tools6$outboundSchema, Tools6$, StreamRunAgentToolsAgentsRequestRequestBodySettingsType$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettingsType$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodySettingsType$, StreamRunAgentTools5$inboundSchema, StreamRunAgentTools5$outboundSchema, StreamRunAgentTools5$, StreamRunAgentToolsAgentsRequestRequestBodyType$inboundSchema, StreamRunAgentToolsAgentsRequestRequestBodyType$outboundSchema, StreamRunAgentToolsAgentsRequestRequestBodyType$, StreamRunAgentTools4$inboundSchema, StreamRunAgentTools4$outboundSchema, StreamRunAgentTools4$, StreamRunAgentToolsAgentsRequestType$inboundSchema, StreamRunAgentToolsAgentsRequestType$outboundSchema, StreamRunAgentToolsAgentsRequestType$, StreamRunAgentTools3$inboundSchema, StreamRunAgentTools3$outboundSchema, StreamRunAgentTools3$, StreamRunAgentToolsAgentsType$inboundSchema, StreamRunAgentToolsAgentsType$outboundSchema, StreamRunAgentToolsAgentsType$, StreamRunAgentTools2$inboundSchema, StreamRunAgentTools2$outboundSchema, StreamRunAgentTools2$, StreamRunAgentToolsType$inboundSchema, StreamRunAgentToolsType$outboundSchema, StreamRunAgentToolsType$, StreamRunAgentTools1$inboundSchema, StreamRunAgentTools1$outboundSchema, StreamRunAgentTools1$, StreamRunAgentTools$inboundSchema, StreamRunAgentTools$outboundSchema, StreamRunAgentTools$, StreamRunAgentToolApprovalRequired$inboundSchema, StreamRunAgentToolApprovalRequired$outboundSchema, StreamRunAgentToolApprovalRequired$, StreamRunAgentSettings$inboundSchema, StreamRunAgentSettings$outboundSchema, StreamRunAgentSettings$, StreamRunAgentRequestBody$inboundSchema, StreamRunAgentRequestBody$outboundSchema, StreamRunAgentRequestBody$, StreamRunAgentResponseBody$inboundSchema, StreamRunAgentResponseBody$outboundSchema, StreamRunAgentResponseBody$;
|
|
65240
65289
|
var init_streamrunagent = __esm(() => {
|
|
65241
65290
|
init_esm();
|
|
65242
65291
|
init_primitives();
|
|
@@ -65267,7 +65316,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
65267
65316
|
StreamRunAgentConfigurationType = {
|
|
65268
65317
|
LastUserMessage: "last_user_message"
|
|
65269
65318
|
};
|
|
65270
|
-
|
|
65319
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings13Type = {
|
|
65271
65320
|
Function: "function"
|
|
65272
65321
|
};
|
|
65273
65322
|
ToolsStatus = {
|
|
@@ -65276,7 +65325,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
65276
65325
|
Pending: "pending",
|
|
65277
65326
|
Published: "published"
|
|
65278
65327
|
};
|
|
65279
|
-
|
|
65328
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings12Type = {
|
|
65280
65329
|
Http: "http"
|
|
65281
65330
|
};
|
|
65282
65331
|
ToolsMethod = {
|
|
@@ -65285,23 +65334,26 @@ var init_streamrunagent = __esm(() => {
|
|
|
65285
65334
|
Put: "PUT",
|
|
65286
65335
|
Delete: "DELETE"
|
|
65287
65336
|
};
|
|
65288
|
-
|
|
65337
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType = {
|
|
65289
65338
|
String: "string",
|
|
65290
65339
|
Number: "number",
|
|
65291
65340
|
Boolean: "boolean"
|
|
65292
65341
|
};
|
|
65293
|
-
|
|
65342
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings11Type = {
|
|
65294
65343
|
CurrentDate: "current_date"
|
|
65295
65344
|
};
|
|
65296
|
-
|
|
65345
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings10Type = {
|
|
65297
65346
|
QueryKnowledgeBase: "query_knowledge_base"
|
|
65298
65347
|
};
|
|
65299
|
-
|
|
65348
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings9Type = {
|
|
65300
65349
|
RetrieveKnowledgeBases: "retrieve_knowledge_bases"
|
|
65301
65350
|
};
|
|
65302
|
-
|
|
65351
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings8Type = {
|
|
65303
65352
|
RetrieveMemoryStores: "retrieve_memory_stores"
|
|
65304
65353
|
};
|
|
65354
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings7Type = {
|
|
65355
|
+
DeleteMemoryDocument: "delete_memory_document"
|
|
65356
|
+
};
|
|
65305
65357
|
StreamRunAgentToolsAgentsRequestRequestBodySettings6Type = {
|
|
65306
65358
|
WriteMemoryStore: "write_memory_store"
|
|
65307
65359
|
};
|
|
@@ -65569,6 +65621,24 @@ var init_streamrunagent = __esm(() => {
|
|
|
65569
65621
|
StreamRunAgentMessage$.inboundSchema = StreamRunAgentMessage$inboundSchema;
|
|
65570
65622
|
StreamRunAgentMessage$.outboundSchema = StreamRunAgentMessage$outboundSchema;
|
|
65571
65623
|
})(StreamRunAgentMessage$ ||= {});
|
|
65624
|
+
StreamRunAgentMemory$inboundSchema = objectType({
|
|
65625
|
+
entity_id: stringType()
|
|
65626
|
+
}).transform((v2) => {
|
|
65627
|
+
return remap(v2, {
|
|
65628
|
+
entity_id: "entityId"
|
|
65629
|
+
});
|
|
65630
|
+
});
|
|
65631
|
+
StreamRunAgentMemory$outboundSchema = objectType({
|
|
65632
|
+
entityId: stringType()
|
|
65633
|
+
}).transform((v2) => {
|
|
65634
|
+
return remap(v2, {
|
|
65635
|
+
entityId: "entity_id"
|
|
65636
|
+
});
|
|
65637
|
+
});
|
|
65638
|
+
((StreamRunAgentMemory$) => {
|
|
65639
|
+
StreamRunAgentMemory$.inboundSchema = StreamRunAgentMemory$inboundSchema;
|
|
65640
|
+
StreamRunAgentMemory$.outboundSchema = StreamRunAgentMemory$outboundSchema;
|
|
65641
|
+
})(StreamRunAgentMemory$ ||= {});
|
|
65572
65642
|
StreamRunAgentConfigurationAgentsType$inboundSchema = nativeEnumType(StreamRunAgentConfigurationAgentsType);
|
|
65573
65643
|
StreamRunAgentConfigurationAgentsType$outboundSchema = StreamRunAgentConfigurationAgentsType$inboundSchema;
|
|
65574
65644
|
((StreamRunAgentConfigurationAgentsType$) => {
|
|
@@ -65651,12 +65721,12 @@ var init_streamrunagent = __esm(() => {
|
|
|
65651
65721
|
StreamRunAgentTeamOfAgents$.inboundSchema = StreamRunAgentTeamOfAgents$inboundSchema;
|
|
65652
65722
|
StreamRunAgentTeamOfAgents$.outboundSchema = StreamRunAgentTeamOfAgents$outboundSchema;
|
|
65653
65723
|
})(StreamRunAgentTeamOfAgents$ ||= {});
|
|
65654
|
-
|
|
65655
|
-
|
|
65656
|
-
((
|
|
65657
|
-
|
|
65658
|
-
|
|
65659
|
-
})(
|
|
65724
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$inboundSchema = nativeEnumType(StreamRunAgentToolsAgentsRequestRequestBodySettings13Type);
|
|
65725
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$outboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$inboundSchema;
|
|
65726
|
+
((StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$) => {
|
|
65727
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$.inboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$inboundSchema;
|
|
65728
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$.outboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$outboundSchema;
|
|
65729
|
+
})(StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$ ||= {});
|
|
65660
65730
|
StreamRunAgentToolsFunction$inboundSchema = objectType({
|
|
65661
65731
|
name: stringType(),
|
|
65662
65732
|
description: stringType().optional(),
|
|
@@ -65673,8 +65743,8 @@ var init_streamrunagent = __esm(() => {
|
|
|
65673
65743
|
StreamRunAgentToolsFunction$.inboundSchema = StreamRunAgentToolsFunction$inboundSchema;
|
|
65674
65744
|
StreamRunAgentToolsFunction$.outboundSchema = StreamRunAgentToolsFunction$outboundSchema;
|
|
65675
65745
|
})(StreamRunAgentToolsFunction$ ||= {});
|
|
65676
|
-
|
|
65677
|
-
type:
|
|
65746
|
+
Tools13$inboundSchema = objectType({
|
|
65747
|
+
type: StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$inboundSchema,
|
|
65678
65748
|
_id: stringType().optional(),
|
|
65679
65749
|
key: stringType(),
|
|
65680
65750
|
display_name: stringType().optional(),
|
|
@@ -65688,8 +65758,8 @@ var init_streamrunagent = __esm(() => {
|
|
|
65688
65758
|
requires_approval: "requiresApproval"
|
|
65689
65759
|
});
|
|
65690
65760
|
});
|
|
65691
|
-
|
|
65692
|
-
type:
|
|
65761
|
+
Tools13$outboundSchema = objectType({
|
|
65762
|
+
type: StreamRunAgentToolsAgentsRequestRequestBodySettings13Type$outboundSchema,
|
|
65693
65763
|
id: stringType().optional(),
|
|
65694
65764
|
key: stringType(),
|
|
65695
65765
|
displayName: stringType().optional(),
|
|
@@ -65703,22 +65773,22 @@ var init_streamrunagent = __esm(() => {
|
|
|
65703
65773
|
requiresApproval: "requires_approval"
|
|
65704
65774
|
});
|
|
65705
65775
|
});
|
|
65706
|
-
((
|
|
65707
|
-
|
|
65708
|
-
|
|
65709
|
-
})(
|
|
65776
|
+
((Tools13$) => {
|
|
65777
|
+
Tools13$.inboundSchema = Tools13$inboundSchema;
|
|
65778
|
+
Tools13$.outboundSchema = Tools13$outboundSchema;
|
|
65779
|
+
})(Tools13$ ||= {});
|
|
65710
65780
|
ToolsStatus$inboundSchema = nativeEnumType(ToolsStatus);
|
|
65711
65781
|
ToolsStatus$outboundSchema = ToolsStatus$inboundSchema;
|
|
65712
65782
|
((ToolsStatus$) => {
|
|
65713
65783
|
ToolsStatus$.inboundSchema = ToolsStatus$inboundSchema;
|
|
65714
65784
|
ToolsStatus$.outboundSchema = ToolsStatus$outboundSchema;
|
|
65715
65785
|
})(ToolsStatus$ ||= {});
|
|
65716
|
-
|
|
65717
|
-
|
|
65718
|
-
((
|
|
65719
|
-
|
|
65720
|
-
|
|
65721
|
-
})(
|
|
65786
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$inboundSchema = nativeEnumType(StreamRunAgentToolsAgentsRequestRequestBodySettings12Type);
|
|
65787
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$outboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$inboundSchema;
|
|
65788
|
+
((StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$) => {
|
|
65789
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$.inboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$inboundSchema;
|
|
65790
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$.outboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$outboundSchema;
|
|
65791
|
+
})(StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$ ||= {});
|
|
65722
65792
|
ToolsMethod$inboundSchema = nativeEnumType(ToolsMethod);
|
|
65723
65793
|
ToolsMethod$outboundSchema = ToolsMethod$inboundSchema;
|
|
65724
65794
|
((ToolsMethod$) => {
|
|
@@ -65741,12 +65811,12 @@ var init_streamrunagent = __esm(() => {
|
|
|
65741
65811
|
ToolsBlueprint$.inboundSchema = ToolsBlueprint$inboundSchema;
|
|
65742
65812
|
ToolsBlueprint$.outboundSchema = ToolsBlueprint$outboundSchema;
|
|
65743
65813
|
})(ToolsBlueprint$ ||= {});
|
|
65744
|
-
|
|
65745
|
-
|
|
65746
|
-
((
|
|
65747
|
-
|
|
65748
|
-
|
|
65749
|
-
})(
|
|
65814
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$inboundSchema = nativeEnumType(StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType);
|
|
65815
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$outboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$inboundSchema;
|
|
65816
|
+
((StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$) => {
|
|
65817
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$.inboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$inboundSchema;
|
|
65818
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$.outboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$outboundSchema;
|
|
65819
|
+
})(StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$ ||= {});
|
|
65750
65820
|
ToolsDefaultValue$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
65751
65821
|
ToolsDefaultValue$outboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
65752
65822
|
((ToolsDefaultValue$) => {
|
|
@@ -65754,7 +65824,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
65754
65824
|
ToolsDefaultValue$.outboundSchema = ToolsDefaultValue$outboundSchema;
|
|
65755
65825
|
})(ToolsDefaultValue$ ||= {});
|
|
65756
65826
|
ToolsArguments$inboundSchema = objectType({
|
|
65757
|
-
type:
|
|
65827
|
+
type: StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$inboundSchema,
|
|
65758
65828
|
description: stringType(),
|
|
65759
65829
|
send_to_model: booleanType().default(true),
|
|
65760
65830
|
default_value: unionType([stringType(), numberType(), booleanType()]).optional()
|
|
@@ -65765,7 +65835,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
65765
65835
|
});
|
|
65766
65836
|
});
|
|
65767
65837
|
ToolsArguments$outboundSchema = objectType({
|
|
65768
|
-
type:
|
|
65838
|
+
type: StreamRunAgentToolsAgentsRequestRequestBodySettings12HttpType$outboundSchema,
|
|
65769
65839
|
description: stringType(),
|
|
65770
65840
|
sendToModel: booleanType().default(true),
|
|
65771
65841
|
defaultValue: unionType([stringType(), numberType(), booleanType()]).optional()
|
|
@@ -65791,15 +65861,15 @@ var init_streamrunagent = __esm(() => {
|
|
|
65791
65861
|
ToolsHttp$.inboundSchema = ToolsHttp$inboundSchema;
|
|
65792
65862
|
ToolsHttp$.outboundSchema = ToolsHttp$outboundSchema;
|
|
65793
65863
|
})(ToolsHttp$ ||= {});
|
|
65794
|
-
|
|
65795
|
-
_id: stringType().default("
|
|
65864
|
+
Tools12$inboundSchema = objectType({
|
|
65865
|
+
_id: stringType().default("01K5G8MPGKX9VB3AKS4PE7S6NV"),
|
|
65796
65866
|
path: stringType(),
|
|
65797
65867
|
key: stringType(),
|
|
65798
65868
|
display_name: stringType(),
|
|
65799
65869
|
description: stringType(),
|
|
65800
65870
|
status: ToolsStatus$inboundSchema.default("live"),
|
|
65801
65871
|
version_hash: stringType().optional(),
|
|
65802
|
-
type:
|
|
65872
|
+
type: StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$inboundSchema,
|
|
65803
65873
|
http: lazyType(() => ToolsHttp$inboundSchema),
|
|
65804
65874
|
requires_approval: booleanType().default(false)
|
|
65805
65875
|
}).transform((v2) => {
|
|
@@ -65810,15 +65880,15 @@ var init_streamrunagent = __esm(() => {
|
|
|
65810
65880
|
requires_approval: "requiresApproval"
|
|
65811
65881
|
});
|
|
65812
65882
|
});
|
|
65813
|
-
|
|
65814
|
-
id: stringType().default("
|
|
65883
|
+
Tools12$outboundSchema = objectType({
|
|
65884
|
+
id: stringType().default("01K5G8MPGKX9VB3AKS4PE7S6NV"),
|
|
65815
65885
|
path: stringType(),
|
|
65816
65886
|
key: stringType(),
|
|
65817
65887
|
displayName: stringType(),
|
|
65818
65888
|
description: stringType(),
|
|
65819
65889
|
status: ToolsStatus$outboundSchema.default("live"),
|
|
65820
65890
|
versionHash: stringType().optional(),
|
|
65821
|
-
type:
|
|
65891
|
+
type: StreamRunAgentToolsAgentsRequestRequestBodySettings12Type$outboundSchema,
|
|
65822
65892
|
http: lazyType(() => ToolsHttp$outboundSchema),
|
|
65823
65893
|
requiresApproval: booleanType().default(false)
|
|
65824
65894
|
}).transform((v2) => {
|
|
@@ -65829,6 +65899,32 @@ var init_streamrunagent = __esm(() => {
|
|
|
65829
65899
|
requiresApproval: "requires_approval"
|
|
65830
65900
|
});
|
|
65831
65901
|
});
|
|
65902
|
+
((Tools12$) => {
|
|
65903
|
+
Tools12$.inboundSchema = Tools12$inboundSchema;
|
|
65904
|
+
Tools12$.outboundSchema = Tools12$outboundSchema;
|
|
65905
|
+
})(Tools12$ ||= {});
|
|
65906
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$inboundSchema = nativeEnumType(StreamRunAgentToolsAgentsRequestRequestBodySettings11Type);
|
|
65907
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$outboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$inboundSchema;
|
|
65908
|
+
((StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$) => {
|
|
65909
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$.inboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$inboundSchema;
|
|
65910
|
+
StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$.outboundSchema = StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$outboundSchema;
|
|
65911
|
+
})(StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$ ||= {});
|
|
65912
|
+
Tools11$inboundSchema = objectType({
|
|
65913
|
+
type: StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$inboundSchema,
|
|
65914
|
+
requires_approval: booleanType().default(false)
|
|
65915
|
+
}).transform((v2) => {
|
|
65916
|
+
return remap(v2, {
|
|
65917
|
+
requires_approval: "requiresApproval"
|
|
65918
|
+
});
|
|
65919
|
+
});
|
|
65920
|
+
Tools11$outboundSchema = objectType({
|
|
65921
|
+
type: StreamRunAgentToolsAgentsRequestRequestBodySettings11Type$outboundSchema,
|
|
65922
|
+
requiresApproval: booleanType().default(false)
|
|
65923
|
+
}).transform((v2) => {
|
|
65924
|
+
return remap(v2, {
|
|
65925
|
+
requiresApproval: "requires_approval"
|
|
65926
|
+
});
|
|
65927
|
+
});
|
|
65832
65928
|
((Tools11$) => {
|
|
65833
65929
|
Tools11$.inboundSchema = Tools11$inboundSchema;
|
|
65834
65930
|
Tools11$.outboundSchema = Tools11$outboundSchema;
|
|
@@ -66094,8 +66190,8 @@ var init_streamrunagent = __esm(() => {
|
|
|
66094
66190
|
StreamRunAgentTools1$.outboundSchema = StreamRunAgentTools1$outboundSchema;
|
|
66095
66191
|
})(StreamRunAgentTools1$ ||= {});
|
|
66096
66192
|
StreamRunAgentTools$inboundSchema = unionType([
|
|
66097
|
-
lazyType(() => Tools11$inboundSchema),
|
|
66098
66193
|
lazyType(() => Tools12$inboundSchema),
|
|
66194
|
+
lazyType(() => Tools13$inboundSchema),
|
|
66099
66195
|
lazyType(() => StreamRunAgentTools1$inboundSchema),
|
|
66100
66196
|
lazyType(() => StreamRunAgentTools2$inboundSchema),
|
|
66101
66197
|
lazyType(() => StreamRunAgentTools3$inboundSchema),
|
|
@@ -66105,11 +66201,12 @@ var init_streamrunagent = __esm(() => {
|
|
|
66105
66201
|
lazyType(() => Tools7$inboundSchema),
|
|
66106
66202
|
lazyType(() => Tools8$inboundSchema),
|
|
66107
66203
|
lazyType(() => Tools9$inboundSchema),
|
|
66108
|
-
lazyType(() => Tools10$inboundSchema)
|
|
66204
|
+
lazyType(() => Tools10$inboundSchema),
|
|
66205
|
+
lazyType(() => Tools11$inboundSchema)
|
|
66109
66206
|
]);
|
|
66110
66207
|
StreamRunAgentTools$outboundSchema = unionType([
|
|
66111
|
-
lazyType(() => Tools11$outboundSchema),
|
|
66112
66208
|
lazyType(() => Tools12$outboundSchema),
|
|
66209
|
+
lazyType(() => Tools13$outboundSchema),
|
|
66113
66210
|
lazyType(() => StreamRunAgentTools1$outboundSchema),
|
|
66114
66211
|
lazyType(() => StreamRunAgentTools2$outboundSchema),
|
|
66115
66212
|
lazyType(() => StreamRunAgentTools3$outboundSchema),
|
|
@@ -66119,7 +66216,8 @@ var init_streamrunagent = __esm(() => {
|
|
|
66119
66216
|
lazyType(() => Tools7$outboundSchema),
|
|
66120
66217
|
lazyType(() => Tools8$outboundSchema),
|
|
66121
66218
|
lazyType(() => Tools9$outboundSchema),
|
|
66122
|
-
lazyType(() => Tools10$outboundSchema)
|
|
66219
|
+
lazyType(() => Tools10$outboundSchema),
|
|
66220
|
+
lazyType(() => Tools11$outboundSchema)
|
|
66123
66221
|
]);
|
|
66124
66222
|
((StreamRunAgentTools$) => {
|
|
66125
66223
|
StreamRunAgentTools$.inboundSchema = StreamRunAgentTools$inboundSchema;
|
|
@@ -66133,8 +66231,8 @@ var init_streamrunagent = __esm(() => {
|
|
|
66133
66231
|
})(StreamRunAgentToolApprovalRequired$ ||= {});
|
|
66134
66232
|
StreamRunAgentSettings$inboundSchema = objectType({
|
|
66135
66233
|
tools: arrayType(unionType([
|
|
66136
|
-
lazyType(() => Tools11$inboundSchema),
|
|
66137
66234
|
lazyType(() => Tools12$inboundSchema),
|
|
66235
|
+
lazyType(() => Tools13$inboundSchema),
|
|
66138
66236
|
lazyType(() => StreamRunAgentTools1$inboundSchema),
|
|
66139
66237
|
lazyType(() => StreamRunAgentTools2$inboundSchema),
|
|
66140
66238
|
lazyType(() => StreamRunAgentTools3$inboundSchema),
|
|
@@ -66144,7 +66242,8 @@ var init_streamrunagent = __esm(() => {
|
|
|
66144
66242
|
lazyType(() => Tools7$inboundSchema),
|
|
66145
66243
|
lazyType(() => Tools8$inboundSchema),
|
|
66146
66244
|
lazyType(() => Tools9$inboundSchema),
|
|
66147
|
-
lazyType(() => Tools10$inboundSchema)
|
|
66245
|
+
lazyType(() => Tools10$inboundSchema),
|
|
66246
|
+
lazyType(() => Tools11$inboundSchema)
|
|
66148
66247
|
])),
|
|
66149
66248
|
tool_approval_required: StreamRunAgentToolApprovalRequired$inboundSchema.default("none"),
|
|
66150
66249
|
max_iterations: numberType().int().default(15),
|
|
@@ -66158,8 +66257,8 @@ var init_streamrunagent = __esm(() => {
|
|
|
66158
66257
|
});
|
|
66159
66258
|
StreamRunAgentSettings$outboundSchema = objectType({
|
|
66160
66259
|
tools: arrayType(unionType([
|
|
66161
|
-
lazyType(() => Tools11$outboundSchema),
|
|
66162
66260
|
lazyType(() => Tools12$outboundSchema),
|
|
66261
|
+
lazyType(() => Tools13$outboundSchema),
|
|
66163
66262
|
lazyType(() => StreamRunAgentTools1$outboundSchema),
|
|
66164
66263
|
lazyType(() => StreamRunAgentTools2$outboundSchema),
|
|
66165
66264
|
lazyType(() => StreamRunAgentTools3$outboundSchema),
|
|
@@ -66169,7 +66268,8 @@ var init_streamrunagent = __esm(() => {
|
|
|
66169
66268
|
lazyType(() => Tools7$outboundSchema),
|
|
66170
66269
|
lazyType(() => Tools8$outboundSchema),
|
|
66171
66270
|
lazyType(() => Tools9$outboundSchema),
|
|
66172
|
-
lazyType(() => Tools10$outboundSchema)
|
|
66271
|
+
lazyType(() => Tools10$outboundSchema),
|
|
66272
|
+
lazyType(() => Tools11$outboundSchema)
|
|
66173
66273
|
])),
|
|
66174
66274
|
toolApprovalRequired: StreamRunAgentToolApprovalRequired$outboundSchema.default("none"),
|
|
66175
66275
|
maxIterations: numberType().int().default(15),
|
|
@@ -66195,7 +66295,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
66195
66295
|
message: lazyType(() => StreamRunAgentMessage$inboundSchema),
|
|
66196
66296
|
variables: recordType(anyType()).optional(),
|
|
66197
66297
|
contextId: stringType().optional(),
|
|
66198
|
-
|
|
66298
|
+
memory: lazyType(() => StreamRunAgentMemory$inboundSchema).optional(),
|
|
66199
66299
|
path: stringType(),
|
|
66200
66300
|
description: stringType().optional(),
|
|
66201
66301
|
iconUrl: stringType().optional(),
|
|
@@ -66208,7 +66308,6 @@ var init_streamrunagent = __esm(() => {
|
|
|
66208
66308
|
}).transform((v2) => {
|
|
66209
66309
|
return remap(v2, {
|
|
66210
66310
|
fallback_models: "fallbackModels",
|
|
66211
|
-
external_id: "externalId",
|
|
66212
66311
|
system_prompt: "systemPrompt",
|
|
66213
66312
|
memory_stores: "memoryStores",
|
|
66214
66313
|
knowledge_bases: "knowledgeBases",
|
|
@@ -66226,7 +66325,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
66226
66325
|
message: lazyType(() => StreamRunAgentMessage$outboundSchema),
|
|
66227
66326
|
variables: recordType(anyType()).optional(),
|
|
66228
66327
|
contextId: stringType().optional(),
|
|
66229
|
-
|
|
66328
|
+
memory: lazyType(() => StreamRunAgentMemory$outboundSchema).optional(),
|
|
66230
66329
|
path: stringType(),
|
|
66231
66330
|
description: stringType().optional(),
|
|
66232
66331
|
iconUrl: stringType().optional(),
|
|
@@ -66239,7 +66338,6 @@ var init_streamrunagent = __esm(() => {
|
|
|
66239
66338
|
}).transform((v2) => {
|
|
66240
66339
|
return remap(v2, {
|
|
66241
66340
|
fallbackModels: "fallback_models",
|
|
66242
|
-
externalId: "external_id",
|
|
66243
66341
|
systemPrompt: "system_prompt",
|
|
66244
66342
|
memoryStores: "memory_stores",
|
|
66245
66343
|
knowledgeBases: "knowledge_bases",
|
|
@@ -66405,7 +66503,7 @@ var init_updatebudget = __esm(() => {
|
|
|
66405
66503
|
is_active: booleanType(),
|
|
66406
66504
|
consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
|
|
66407
66505
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
66408
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
66506
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
66409
66507
|
}).transform((v2) => {
|
|
66410
66508
|
return remap(v2, {
|
|
66411
66509
|
_id: "id",
|
|
@@ -66421,7 +66519,7 @@ var init_updatebudget = __esm(() => {
|
|
|
66421
66519
|
isActive: booleanType(),
|
|
66422
66520
|
consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
66423
66521
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
66424
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
66522
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
66425
66523
|
}).transform((v2) => {
|
|
66426
66524
|
return remap(v2, {
|
|
66427
66525
|
id: "_id",
|
|
@@ -66611,7 +66709,7 @@ var init_updatecontact = __esm(() => {
|
|
|
66611
66709
|
tags: arrayType(stringType()).optional(),
|
|
66612
66710
|
metadata: recordType(anyType()).optional(),
|
|
66613
66711
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
66614
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
66712
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
66615
66713
|
}).transform((v2) => {
|
|
66616
66714
|
return remap(v2, {
|
|
66617
66715
|
_id: "id",
|
|
@@ -66629,7 +66727,7 @@ var init_updatecontact = __esm(() => {
|
|
|
66629
66727
|
tags: arrayType(stringType()).optional(),
|
|
66630
66728
|
metadata: recordType(anyType()).optional(),
|
|
66631
66729
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
66632
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
66730
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
66633
66731
|
}).transform((v2) => {
|
|
66634
66732
|
return remap(v2, {
|
|
66635
66733
|
id: "_id",
|
|
@@ -68035,7 +68133,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
68035
68133
|
created_by_id: stringType().optional(),
|
|
68036
68134
|
updated_by_id: stringType().optional(),
|
|
68037
68135
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
68038
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
68136
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
68039
68137
|
}).transform((v2) => {
|
|
68040
68138
|
return remap(v2, {
|
|
68041
68139
|
_id: "id",
|
|
@@ -68062,7 +68160,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
68062
68160
|
createdById: stringType().optional(),
|
|
68063
68161
|
updatedById: stringType().optional(),
|
|
68064
68162
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
68065
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
68163
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
68066
68164
|
}).transform((v2) => {
|
|
68067
68165
|
return remap(v2, {
|
|
68068
68166
|
id: "_id",
|
|
@@ -68163,7 +68261,7 @@ var init_updatedataset = __esm(() => {
|
|
|
68163
68261
|
parent_id: stringType().optional(),
|
|
68164
68262
|
version: stringType().optional(),
|
|
68165
68263
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
68166
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
68264
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-19T05:54:54.980Z").transform((v2) => new Date(v2))
|
|
68167
68265
|
}).transform((v2) => {
|
|
68168
68266
|
return remap(v2, {
|
|
68169
68267
|
_id: "id",
|
|
@@ -68186,7 +68284,7 @@ var init_updatedataset = __esm(() => {
|
|
|
68186
68284
|
parentId: stringType().optional(),
|
|
68187
68285
|
version: stringType().optional(),
|
|
68188
68286
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
68189
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
68287
|
+
updated: dateType().default(() => new Date("2025-09-19T05:54:54.980Z")).transform((v2) => v2.toISOString())
|
|
68190
68288
|
}).transform((v2) => {
|
|
68191
68289
|
return remap(v2, {
|
|
68192
68290
|
id: "_id",
|
|
@@ -68267,7 +68365,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
68267
68365
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
68268
68366
|
})(UpdateDatasourceStatus$ ||= {});
|
|
68269
68367
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
68270
|
-
_id: stringType().default("
|
|
68368
|
+
_id: stringType().default("01K5G8MPM84TH3AV332WFN7ZR9"),
|
|
68271
68369
|
display_name: stringType(),
|
|
68272
68370
|
description: stringType().optional(),
|
|
68273
68371
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -68290,7 +68388,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
68290
68388
|
});
|
|
68291
68389
|
});
|
|
68292
68390
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
68293
|
-
id: stringType().default("
|
|
68391
|
+
id: stringType().default("01K5G8MPM84TH3AV332WFN7ZR9"),
|
|
68294
68392
|
displayName: stringType(),
|
|
68295
68393
|
description: stringType().optional(),
|
|
68296
68394
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -69166,8 +69264,8 @@ var init_updateeval = __esm(() => {
|
|
|
69166
69264
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
69167
69265
|
_id: stringType(),
|
|
69168
69266
|
description: stringType(),
|
|
69169
|
-
created: stringType().default("2025-09-
|
|
69170
|
-
updated: stringType().default("2025-09-
|
|
69267
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
69268
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
69171
69269
|
guardrail_config: unionType([
|
|
69172
69270
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
69173
69271
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
|
|
@@ -69184,8 +69282,8 @@ var init_updateeval = __esm(() => {
|
|
|
69184
69282
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
69185
69283
|
id: stringType(),
|
|
69186
69284
|
description: stringType(),
|
|
69187
|
-
created: stringType().default("2025-09-
|
|
69188
|
-
updated: stringType().default("2025-09-
|
|
69285
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
69286
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
69189
69287
|
guardrailConfig: unionType([
|
|
69190
69288
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
69191
69289
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
|
|
@@ -69278,8 +69376,8 @@ var init_updateeval = __esm(() => {
|
|
|
69278
69376
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
69279
69377
|
_id: stringType(),
|
|
69280
69378
|
description: stringType(),
|
|
69281
|
-
created: stringType().default("2025-09-
|
|
69282
|
-
updated: stringType().default("2025-09-
|
|
69379
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
69380
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
69283
69381
|
guardrail_config: unionType([
|
|
69284
69382
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
69285
69383
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
|
|
@@ -69298,8 +69396,8 @@ var init_updateeval = __esm(() => {
|
|
|
69298
69396
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
69299
69397
|
id: stringType(),
|
|
69300
69398
|
description: stringType(),
|
|
69301
|
-
created: stringType().default("2025-09-
|
|
69302
|
-
updated: stringType().default("2025-09-
|
|
69399
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
69400
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
69303
69401
|
guardrailConfig: unionType([
|
|
69304
69402
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
69305
69403
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
|
|
@@ -70052,8 +70150,8 @@ var init_updateeval = __esm(() => {
|
|
|
70052
70150
|
UpdateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
70053
70151
|
_id: stringType(),
|
|
70054
70152
|
description: stringType(),
|
|
70055
|
-
created: stringType().default("2025-09-
|
|
70056
|
-
updated: stringType().default("2025-09-
|
|
70153
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70154
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70057
70155
|
guardrail_config: unionType([
|
|
70058
70156
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
70059
70157
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
|
|
@@ -70107,8 +70205,8 @@ var init_updateeval = __esm(() => {
|
|
|
70107
70205
|
UpdateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
70108
70206
|
id: stringType(),
|
|
70109
70207
|
description: stringType(),
|
|
70110
|
-
created: stringType().default("2025-09-
|
|
70111
|
-
updated: stringType().default("2025-09-
|
|
70208
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70209
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70112
70210
|
guardrailConfig: unionType([
|
|
70113
70211
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
70114
70212
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
|
|
@@ -70232,8 +70330,8 @@ var init_updateeval = __esm(() => {
|
|
|
70232
70330
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
70233
70331
|
_id: stringType(),
|
|
70234
70332
|
description: stringType(),
|
|
70235
|
-
created: stringType().default("2025-09-
|
|
70236
|
-
updated: stringType().default("2025-09-
|
|
70333
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70334
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70237
70335
|
guardrail_config: unionType([
|
|
70238
70336
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
70239
70337
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -70250,8 +70348,8 @@ var init_updateeval = __esm(() => {
|
|
|
70250
70348
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
70251
70349
|
id: stringType(),
|
|
70252
70350
|
description: stringType(),
|
|
70253
|
-
created: stringType().default("2025-09-
|
|
70254
|
-
updated: stringType().default("2025-09-
|
|
70351
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70352
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70255
70353
|
guardrailConfig: unionType([
|
|
70256
70354
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
70257
70355
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -70344,8 +70442,8 @@ var init_updateeval = __esm(() => {
|
|
|
70344
70442
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
70345
70443
|
_id: stringType(),
|
|
70346
70444
|
description: stringType(),
|
|
70347
|
-
created: stringType().default("2025-09-
|
|
70348
|
-
updated: stringType().default("2025-09-
|
|
70445
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70446
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70349
70447
|
guardrail_config: unionType([
|
|
70350
70448
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
70351
70449
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -70365,8 +70463,8 @@ var init_updateeval = __esm(() => {
|
|
|
70365
70463
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
70366
70464
|
id: stringType(),
|
|
70367
70465
|
description: stringType(),
|
|
70368
|
-
created: stringType().default("2025-09-
|
|
70369
|
-
updated: stringType().default("2025-09-
|
|
70466
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70467
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70370
70468
|
guardrailConfig: unionType([
|
|
70371
70469
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
70372
70470
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -70456,8 +70554,8 @@ var init_updateeval = __esm(() => {
|
|
|
70456
70554
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
70457
70555
|
_id: stringType(),
|
|
70458
70556
|
description: stringType(),
|
|
70459
|
-
created: stringType().default("2025-09-
|
|
70460
|
-
updated: stringType().default("2025-09-
|
|
70557
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70558
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70461
70559
|
guardrail_config: unionType([
|
|
70462
70560
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
70463
70561
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -70474,8 +70572,8 @@ var init_updateeval = __esm(() => {
|
|
|
70474
70572
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
70475
70573
|
id: stringType(),
|
|
70476
70574
|
description: stringType(),
|
|
70477
|
-
created: stringType().default("2025-09-
|
|
70478
|
-
updated: stringType().default("2025-09-
|
|
70575
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70576
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70479
70577
|
guardrailConfig: unionType([
|
|
70480
70578
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
70481
70579
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -70562,8 +70660,8 @@ var init_updateeval = __esm(() => {
|
|
|
70562
70660
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
70563
70661
|
_id: stringType(),
|
|
70564
70662
|
description: stringType(),
|
|
70565
|
-
created: stringType().default("2025-09-
|
|
70566
|
-
updated: stringType().default("2025-09-
|
|
70663
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70664
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70567
70665
|
guardrail_config: unionType([
|
|
70568
70666
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
70569
70667
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -70581,8 +70679,8 @@ var init_updateeval = __esm(() => {
|
|
|
70581
70679
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
70582
70680
|
id: stringType(),
|
|
70583
70681
|
description: stringType(),
|
|
70584
|
-
created: stringType().default("2025-09-
|
|
70585
|
-
updated: stringType().default("2025-09-
|
|
70682
|
+
created: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70683
|
+
updated: stringType().default("2025-09-19T05:54:57.276Z"),
|
|
70586
70684
|
guardrailConfig: unionType([
|
|
70587
70685
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
70588
70686
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -70883,7 +70981,7 @@ var init_updatememory = __esm(() => {
|
|
|
70883
70981
|
init_primitives();
|
|
70884
70982
|
UpdateMemoryRequestBody$inboundSchema = objectType({
|
|
70885
70983
|
entity_id: stringType(),
|
|
70886
|
-
|
|
70984
|
+
metadata: recordType(stringType())
|
|
70887
70985
|
}).transform((v2) => {
|
|
70888
70986
|
return remap(v2, {
|
|
70889
70987
|
entity_id: "entityId"
|
|
@@ -70891,7 +70989,7 @@ var init_updatememory = __esm(() => {
|
|
|
70891
70989
|
});
|
|
70892
70990
|
UpdateMemoryRequestBody$outboundSchema = objectType({
|
|
70893
70991
|
entityId: stringType(),
|
|
70894
|
-
|
|
70992
|
+
metadata: recordType(stringType())
|
|
70895
70993
|
}).transform((v2) => {
|
|
70896
70994
|
return remap(v2, {
|
|
70897
70995
|
entityId: "entity_id"
|
|
@@ -70935,7 +71033,7 @@ var init_updatememory = __esm(() => {
|
|
|
70935
71033
|
created_by_id: nullableType(stringType()).optional(),
|
|
70936
71034
|
updated_by_id: nullableType(stringType()).optional(),
|
|
70937
71035
|
store_id: stringType(),
|
|
70938
|
-
|
|
71036
|
+
metadata: recordType(stringType()),
|
|
70939
71037
|
workspace_id: stringType()
|
|
70940
71038
|
}).transform((v2) => {
|
|
70941
71039
|
return remap(v2, {
|
|
@@ -70955,7 +71053,7 @@ var init_updatememory = __esm(() => {
|
|
|
70955
71053
|
createdById: nullableType(stringType()).optional(),
|
|
70956
71054
|
updatedById: nullableType(stringType()).optional(),
|
|
70957
71055
|
storeId: stringType(),
|
|
70958
|
-
|
|
71056
|
+
metadata: recordType(stringType()),
|
|
70959
71057
|
workspaceId: stringType()
|
|
70960
71058
|
}).transform((v2) => {
|
|
70961
71059
|
return remap(v2, {
|
|
@@ -70980,11 +71078,11 @@ var init_updatememorydocument = __esm(() => {
|
|
|
70980
71078
|
init_primitives();
|
|
70981
71079
|
UpdateMemoryDocumentRequestBody$inboundSchema = objectType({
|
|
70982
71080
|
text: stringType(),
|
|
70983
|
-
|
|
71081
|
+
metadata: recordType(stringType())
|
|
70984
71082
|
});
|
|
70985
71083
|
UpdateMemoryDocumentRequestBody$outboundSchema = objectType({
|
|
70986
71084
|
text: stringType(),
|
|
70987
|
-
|
|
71085
|
+
metadata: recordType(stringType())
|
|
70988
71086
|
});
|
|
70989
71087
|
((UpdateMemoryDocumentRequestBody$) => {
|
|
70990
71088
|
UpdateMemoryDocumentRequestBody$.inboundSchema = UpdateMemoryDocumentRequestBody$inboundSchema;
|
|
@@ -71030,7 +71128,7 @@ var init_updatememorydocument = __esm(() => {
|
|
|
71030
71128
|
created_by_id: stringType().optional(),
|
|
71031
71129
|
updated_by_id: stringType().optional(),
|
|
71032
71130
|
workspace_id: stringType(),
|
|
71033
|
-
|
|
71131
|
+
metadata: recordType(stringType()).optional()
|
|
71034
71132
|
}).transform((v2) => {
|
|
71035
71133
|
return remap(v2, {
|
|
71036
71134
|
_id: "id",
|
|
@@ -71051,7 +71149,7 @@ var init_updatememorydocument = __esm(() => {
|
|
|
71051
71149
|
createdById: stringType().optional(),
|
|
71052
71150
|
updatedById: stringType().optional(),
|
|
71053
71151
|
workspaceId: stringType(),
|
|
71054
|
-
|
|
71152
|
+
metadata: recordType(stringType()).optional()
|
|
71055
71153
|
}).transform((v2) => {
|
|
71056
71154
|
return remap(v2, {
|
|
71057
71155
|
id: "_id",
|
|
@@ -71069,7 +71167,7 @@ var init_updatememorydocument = __esm(() => {
|
|
|
71069
71167
|
});
|
|
71070
71168
|
|
|
71071
71169
|
// src/models/operations/updatememorystore.ts
|
|
71072
|
-
var Model22, Model21, Model20, Model19, Model18, Model17, Model16, Model15, Model14,
|
|
71170
|
+
var Model22, Model21, Model20, Model19, Model18, Model17, Model16, Model15, Model14, UpdateMemoryStoreModel13, UpdateMemoryStoreModel12, UpdateMemoryStoreModel11, UpdateMemoryStoreModel10, UpdateMemoryStoreModel9, UpdateMemoryStoreModel8, UpdateMemoryStoreModel7, UpdateMemoryStoreModel6, UpdateMemoryStoreModel5, UpdateMemoryStoreModel4, UpdateMemoryStoreModel3, UpdateMemoryStoreModel2, UpdateMemoryStoreModel1, UpdateMemoryStoreProvider, Model22$inboundSchema, Model22$outboundSchema, Model22$, Model21$inboundSchema, Model21$outboundSchema, Model21$, Model20$inboundSchema, Model20$outboundSchema, Model20$, Model19$inboundSchema, Model19$outboundSchema, Model19$, Model18$inboundSchema, Model18$outboundSchema, Model18$, Model17$inboundSchema, Model17$outboundSchema, Model17$, Model16$inboundSchema, Model16$outboundSchema, Model16$, Model15$inboundSchema, Model15$outboundSchema, Model15$, Model14$inboundSchema, Model14$outboundSchema, Model14$, UpdateMemoryStoreModel13$inboundSchema, UpdateMemoryStoreModel13$outboundSchema, UpdateMemoryStoreModel13$, UpdateMemoryStoreModel12$inboundSchema, UpdateMemoryStoreModel12$outboundSchema, UpdateMemoryStoreModel12$, UpdateMemoryStoreModel11$inboundSchema, UpdateMemoryStoreModel11$outboundSchema, UpdateMemoryStoreModel11$, UpdateMemoryStoreModel10$inboundSchema, UpdateMemoryStoreModel10$outboundSchema, UpdateMemoryStoreModel10$, UpdateMemoryStoreModel9$inboundSchema, UpdateMemoryStoreModel9$outboundSchema, UpdateMemoryStoreModel9$, UpdateMemoryStoreModel8$inboundSchema, UpdateMemoryStoreModel8$outboundSchema, UpdateMemoryStoreModel8$, UpdateMemoryStoreModel7$inboundSchema, UpdateMemoryStoreModel7$outboundSchema, UpdateMemoryStoreModel7$, UpdateMemoryStoreModel6$inboundSchema, UpdateMemoryStoreModel6$outboundSchema, UpdateMemoryStoreModel6$, UpdateMemoryStoreModel5$inboundSchema, UpdateMemoryStoreModel5$outboundSchema, UpdateMemoryStoreModel5$, UpdateMemoryStoreModel4$inboundSchema, UpdateMemoryStoreModel4$outboundSchema, UpdateMemoryStoreModel4$, UpdateMemoryStoreModel3$inboundSchema, UpdateMemoryStoreModel3$outboundSchema, UpdateMemoryStoreModel3$, UpdateMemoryStoreModel2$inboundSchema, UpdateMemoryStoreModel2$outboundSchema, UpdateMemoryStoreModel2$, UpdateMemoryStoreModel1$inboundSchema, UpdateMemoryStoreModel1$outboundSchema, UpdateMemoryStoreModel1$, UpdateMemoryStoreModel$inboundSchema, UpdateMemoryStoreModel$outboundSchema, UpdateMemoryStoreModel$, UpdateMemoryStoreEmbeddingConfig$inboundSchema, UpdateMemoryStoreEmbeddingConfig$outboundSchema, UpdateMemoryStoreEmbeddingConfig$, UpdateMemoryStoreRequestBody$inboundSchema, UpdateMemoryStoreRequestBody$outboundSchema, UpdateMemoryStoreRequestBody$, UpdateMemoryStoreRequest$inboundSchema, UpdateMemoryStoreRequest$outboundSchema, UpdateMemoryStoreRequest$, UpdateMemoryStoreProvider$inboundSchema, UpdateMemoryStoreProvider$outboundSchema, UpdateMemoryStoreProvider$, UpdateMemoryStoreMemoryStoresEmbeddingConfig$inboundSchema, UpdateMemoryStoreMemoryStoresEmbeddingConfig$outboundSchema, UpdateMemoryStoreMemoryStoresEmbeddingConfig$, UpdateMemoryStoreResponseBody$inboundSchema, UpdateMemoryStoreResponseBody$outboundSchema, UpdateMemoryStoreResponseBody$;
|
|
71073
71171
|
var init_updatememorystore = __esm(() => {
|
|
71074
71172
|
init_esm();
|
|
71075
71173
|
init_primitives();
|
|
@@ -71100,7 +71198,7 @@ var init_updatememorystore = __esm(() => {
|
|
|
71100
71198
|
Model14 = {
|
|
71101
71199
|
GoogleAiTextEmbedding004: "google-ai/text-embedding-004"
|
|
71102
71200
|
};
|
|
71103
|
-
|
|
71201
|
+
UpdateMemoryStoreModel13 = {
|
|
71104
71202
|
GoogleMultimodalembeddingAt001: "google/multimodalembedding@001"
|
|
71105
71203
|
};
|
|
71106
71204
|
UpdateMemoryStoreModel12 = {
|
|
@@ -71217,12 +71315,12 @@ var init_updatememorystore = __esm(() => {
|
|
|
71217
71315
|
Model14$.inboundSchema = Model14$inboundSchema;
|
|
71218
71316
|
Model14$.outboundSchema = Model14$outboundSchema;
|
|
71219
71317
|
})(Model14$ ||= {});
|
|
71220
|
-
|
|
71221
|
-
|
|
71222
|
-
((
|
|
71223
|
-
|
|
71224
|
-
|
|
71225
|
-
})(
|
|
71318
|
+
UpdateMemoryStoreModel13$inboundSchema = nativeEnumType(UpdateMemoryStoreModel13);
|
|
71319
|
+
UpdateMemoryStoreModel13$outboundSchema = UpdateMemoryStoreModel13$inboundSchema;
|
|
71320
|
+
((UpdateMemoryStoreModel13$) => {
|
|
71321
|
+
UpdateMemoryStoreModel13$.inboundSchema = UpdateMemoryStoreModel13$inboundSchema;
|
|
71322
|
+
UpdateMemoryStoreModel13$.outboundSchema = UpdateMemoryStoreModel13$outboundSchema;
|
|
71323
|
+
})(UpdateMemoryStoreModel13$ ||= {});
|
|
71226
71324
|
UpdateMemoryStoreModel12$inboundSchema = nativeEnumType(UpdateMemoryStoreModel12);
|
|
71227
71325
|
UpdateMemoryStoreModel12$outboundSchema = UpdateMemoryStoreModel12$inboundSchema;
|
|
71228
71326
|
((UpdateMemoryStoreModel12$) => {
|
|
@@ -71308,7 +71406,7 @@ var init_updatememorystore = __esm(() => {
|
|
|
71308
71406
|
UpdateMemoryStoreModel10$inboundSchema,
|
|
71309
71407
|
UpdateMemoryStoreModel11$inboundSchema,
|
|
71310
71408
|
UpdateMemoryStoreModel12$inboundSchema,
|
|
71311
|
-
|
|
71409
|
+
UpdateMemoryStoreModel13$inboundSchema,
|
|
71312
71410
|
Model14$inboundSchema,
|
|
71313
71411
|
Model15$inboundSchema,
|
|
71314
71412
|
Model16$inboundSchema,
|
|
@@ -71332,7 +71430,7 @@ var init_updatememorystore = __esm(() => {
|
|
|
71332
71430
|
UpdateMemoryStoreModel10$outboundSchema,
|
|
71333
71431
|
UpdateMemoryStoreModel11$outboundSchema,
|
|
71334
71432
|
UpdateMemoryStoreModel12$outboundSchema,
|
|
71335
|
-
|
|
71433
|
+
UpdateMemoryStoreModel13$outboundSchema,
|
|
71336
71434
|
Model14$outboundSchema,
|
|
71337
71435
|
Model15$outboundSchema,
|
|
71338
71436
|
Model16$outboundSchema,
|
|
@@ -71361,7 +71459,7 @@ var init_updatememorystore = __esm(() => {
|
|
|
71361
71459
|
UpdateMemoryStoreModel10$inboundSchema,
|
|
71362
71460
|
UpdateMemoryStoreModel11$inboundSchema,
|
|
71363
71461
|
UpdateMemoryStoreModel12$inboundSchema,
|
|
71364
|
-
|
|
71462
|
+
UpdateMemoryStoreModel13$inboundSchema,
|
|
71365
71463
|
Model14$inboundSchema,
|
|
71366
71464
|
Model15$inboundSchema,
|
|
71367
71465
|
Model16$inboundSchema,
|
|
@@ -71387,7 +71485,7 @@ var init_updatememorystore = __esm(() => {
|
|
|
71387
71485
|
UpdateMemoryStoreModel10$outboundSchema,
|
|
71388
71486
|
UpdateMemoryStoreModel11$outboundSchema,
|
|
71389
71487
|
UpdateMemoryStoreModel12$outboundSchema,
|
|
71390
|
-
|
|
71488
|
+
UpdateMemoryStoreModel13$outboundSchema,
|
|
71391
71489
|
Model14$outboundSchema,
|
|
71392
71490
|
Model15$outboundSchema,
|
|
71393
71491
|
Model16$outboundSchema,
|
|
@@ -76644,7 +76742,7 @@ var init_agentsRun2 = __esm(() => {
|
|
|
76644
76742
|
name: "agents-run",
|
|
76645
76743
|
description: `Run an agent
|
|
76646
76744
|
|
|
76647
|
-
Executes an agent with the provided configuration using A2A message format. If the agent already exists with the same configuration, it will be reused. If the configuration differs, a new version is created. The fallback model is configured at the agent level and will be used automatically if the primary model fails during execution.`,
|
|
76745
|
+
Executes an agent with the provided configuration using A2A message format. If the agent already exists with the same configuration, it will be reused. If the configuration differs, a new version is created. The fallback model is configured at the agent level and will be used automatically if the primary model fails during execution. Memory stores can be associated with specific entities (users, sessions) using the memory.entity_id parameter.`,
|
|
76648
76746
|
args: args7,
|
|
76649
76747
|
tool: async (client, args8, ctx) => {
|
|
76650
76748
|
const [result, apiCall] = await agentsRun(client, args8.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -76877,7 +76975,7 @@ var init_agentsStreamRun2 = __esm(() => {
|
|
|
76877
76975
|
name: "agents-stream-run",
|
|
76878
76976
|
description: `Run and stream agent execution
|
|
76879
76977
|
|
|
76880
|
-
Creates or updates an agent with the provided configuration, then streams execution events via Server-Sent Events (SSE). If the agent already exists with the same configuration, it will be reused. If the configuration differs, a new version is created. The stream will continue until the agent completes, errors, or reaches the configured timeout.`,
|
|
76978
|
+
Creates or updates an agent with the provided configuration, then streams execution events via Server-Sent Events (SSE). If the agent already exists with the same configuration, it will be reused. If the configuration differs, a new version is created. The stream will continue until the agent completes, errors, or reaches the configured timeout. Memory stores can be associated with specific entities (users, sessions) using the memory.entity_id parameter.`,
|
|
76881
76979
|
args: args8,
|
|
76882
76980
|
tool: async (client, args9, ctx) => {
|
|
76883
76981
|
const [result, apiCall] = await agentsStreamRun(client, args9.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -90880,7 +90978,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
90880
90978
|
function createMCPServer(deps) {
|
|
90881
90979
|
const server = new McpServer({
|
|
90882
90980
|
name: "Orq",
|
|
90883
|
-
version: "3.13.0-rc.
|
|
90981
|
+
version: "3.13.0-rc.19"
|
|
90884
90982
|
});
|
|
90885
90983
|
const client = new OrqCore({
|
|
90886
90984
|
apiKey: deps.apiKey,
|
|
@@ -92344,7 +92442,7 @@ var routes = rn({
|
|
|
92344
92442
|
var app = Ve(routes, {
|
|
92345
92443
|
name: "mcp",
|
|
92346
92444
|
versionInfo: {
|
|
92347
|
-
currentVersion: "3.13.0-rc.
|
|
92445
|
+
currentVersion: "3.13.0-rc.19"
|
|
92348
92446
|
}
|
|
92349
92447
|
});
|
|
92350
92448
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -92352,5 +92450,5 @@ export {
|
|
|
92352
92450
|
app
|
|
92353
92451
|
};
|
|
92354
92452
|
|
|
92355
|
-
//# debugId=
|
|
92453
|
+
//# debugId=23AAB82EDDB5A35D64756E2164756E21
|
|
92356
92454
|
//# sourceMappingURL=mcp-server.js.map
|