@ai-setting/roy-agent-core 1.4.14 → 1.4.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{packages/core/src/config → config}/index.js +7 -7
- package/dist/env/agent/index.js +24 -0
- package/dist/env/commands/index.js +14 -0
- package/dist/env/debug/formatters/index.js +11 -0
- package/dist/env/debug/index.js +26 -0
- package/dist/{packages/core/src/env → env}/hook/index.js +3 -3
- package/dist/env/index.js +81 -0
- package/dist/env/llm/index.js +40 -0
- package/dist/{packages/core/src/env → env}/log-trace/index.js +10 -10
- package/dist/env/mcp/index.js +39 -0
- package/dist/env/mcp/tool/index.js +14 -0
- package/dist/{packages/core/src/env → env}/memory/built-in/index.js +2 -2
- package/dist/{packages/core/src/env → env}/memory/index.js +11 -11
- package/dist/{packages/core/src/env → env}/memory/plugin/index.js +5 -5
- package/dist/env/prompt/index.js +20 -0
- package/dist/env/session/index.js +25 -0
- package/dist/env/session/storage/index.js +18 -0
- package/dist/env/skill/index.js +34 -0
- package/dist/env/skill/tool/index.js +9 -0
- package/dist/env/task/delegate/index.js +18 -0
- package/dist/env/task/hooks/index.js +7 -0
- package/dist/env/task/index.js +30 -0
- package/dist/env/task/plugins/index.js +23 -0
- package/dist/env/task/storage/index.js +14 -0
- package/dist/{packages/core/src/env → env}/task/tools/index.js +2 -2
- package/dist/{packages/core/src/env → env}/task/tools/operation/index.js +2 -2
- package/dist/{packages/core/src/env → env}/tool/built-in/index.js +4 -4
- package/dist/env/tool/index.js +39 -0
- package/dist/{packages/core/src/env → env}/workflow/decorators/index.js +3 -3
- package/dist/env/workflow/engine/index.js +28 -0
- package/dist/{packages/core/src/env → env}/workflow/index.js +30 -30
- package/dist/{packages/core/src/env → env}/workflow/nodes/index.js +3 -3
- package/dist/{packages/core/src/env → env}/workflow/service/index.js +2 -2
- package/dist/env/workflow/storage/index.js +27 -0
- package/dist/{packages/core/src/env → env}/workflow/tools/index.js +7 -7
- package/dist/{packages/core/src/env → env}/workflow/types/index.js +3 -3
- package/dist/{packages/core/src/env → env}/workflow/utils/index.js +10 -10
- package/dist/{packages/core/src/index.js → index.js} +102 -102
- package/dist/shared/@ai-setting/{roy-agent-core-1z1zv5g8.js → roy-agent-core-0rtxwr28.js} +4 -4
- package/dist/shared/@ai-setting/{roy-agent-core-nfj6knp5.js → roy-agent-core-0vbdz0x7.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-04fm8177.js → roy-agent-core-12zkpda2.js} +8 -8
- package/dist/shared/@ai-setting/{roy-agent-core-3tnb2005.js → roy-agent-core-1ce3fqrk.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-084qqd7t.js → roy-agent-core-2dhd60aw.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-8wzz66qe.js → roy-agent-core-2kg2wma8.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-2hqxnaf3.js → roy-agent-core-2x0m2p66.js} +3 -3
- package/dist/shared/@ai-setting/{roy-agent-core-04qgbjbe.js → roy-agent-core-35x0wrtt.js} +3 -3
- package/dist/shared/@ai-setting/{roy-agent-core-qxybm159.js → roy-agent-core-37e4tep3.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-5fbp24se.js → roy-agent-core-3agad0d9.js} +3 -3
- package/dist/shared/@ai-setting/{roy-agent-core-0hdry23r.js → roy-agent-core-4arba14a.js} +16 -16
- package/dist/shared/@ai-setting/{roy-agent-core-6w4pmxc7.js → roy-agent-core-4rqmfr7t.js} +17 -17
- package/dist/shared/@ai-setting/{roy-agent-core-yt8wdh2w.js → roy-agent-core-4t40mkpv.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-m6y668cc.js → roy-agent-core-561b1c4p.js} +11 -11
- package/dist/shared/@ai-setting/{roy-agent-core-dde19zke.js → roy-agent-core-5xf65pz6.js} +15 -15
- package/dist/shared/@ai-setting/{roy-agent-core-v4aabsf0.js → roy-agent-core-6a72jfdy.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-nczzf0ms.js → roy-agent-core-7f303ffd.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-sbzvpfn7.js → roy-agent-core-7fgf85wc.js} +9 -9
- package/dist/shared/@ai-setting/{roy-agent-core-tkr5ynkh.js → roy-agent-core-7n436rb4.js} +3 -3
- package/dist/shared/@ai-setting/{roy-agent-core-yrzmn4m1.js → roy-agent-core-7r85t0qn.js} +7 -7
- package/dist/shared/@ai-setting/{roy-agent-core-q50tg9m2.js → roy-agent-core-7rewcey6.js} +11 -11
- package/dist/shared/@ai-setting/{roy-agent-core-pzk1syce.js → roy-agent-core-92z6t4he.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-pd7g8z5v.js → roy-agent-core-9qwp5qkz.js} +16 -16
- package/dist/shared/@ai-setting/{roy-agent-core-hyza1gm7.js → roy-agent-core-9yxb3ty9.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-fvd9g6k8.js → roy-agent-core-anwsxdds.js} +8 -8
- package/dist/shared/@ai-setting/{roy-agent-core-j8zx62zr.js → roy-agent-core-bncgx3gb.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-9ykq91jc.js → roy-agent-core-cd00w5mb.js} +16 -16
- package/dist/shared/@ai-setting/{roy-agent-core-jb2exr0d.js → roy-agent-core-cgs0j60t.js} +12 -12
- package/dist/shared/@ai-setting/{roy-agent-core-3takar0s.js → roy-agent-core-ctdhjv68.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-12x57kf1.js → roy-agent-core-dbsk841j.js} +7 -7
- package/dist/shared/@ai-setting/{roy-agent-core-8dvbn7tw.js → roy-agent-core-e25xkv53.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-7vrk3add.js → roy-agent-core-e5jcp24a.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-ntrp979d.js → roy-agent-core-e62e2a5a.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-rh9dpkpw.js → roy-agent-core-ewrj1c4k.js} +9 -9
- package/dist/shared/@ai-setting/{roy-agent-core-6j0zcmwk.js → roy-agent-core-fdb6m4e4.js} +16 -16
- package/dist/shared/@ai-setting/{roy-agent-core-1k28kg7h.js → roy-agent-core-fv32jaa8.js} +4 -4
- package/dist/shared/@ai-setting/{roy-agent-core-8mbmrwzs.js → roy-agent-core-g1s2h0e5.js} +3 -3
- package/dist/shared/@ai-setting/{roy-agent-core-w75rafhy.js → roy-agent-core-gmnkza34.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-k1rxf9ya.js → roy-agent-core-hz7rr4yx.js} +14 -14
- package/dist/shared/@ai-setting/{roy-agent-core-gv1hrn3x.js → roy-agent-core-j3bbr2n0.js} +3 -3
- package/dist/shared/@ai-setting/{roy-agent-core-yn761yve.js → roy-agent-core-j3wc4465.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-0gekht4e.js → roy-agent-core-jj79gszx.js} +16 -16
- package/dist/shared/@ai-setting/{roy-agent-core-f7g67gce.js → roy-agent-core-mwwk6req.js} +9 -9
- package/dist/shared/@ai-setting/{roy-agent-core-rr9p1g43.js → roy-agent-core-pc9g3962.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-kydc9nwb.js → roy-agent-core-psvxt4c9.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-1f3xrrm6.js → roy-agent-core-pzsg9pvf.js} +11 -11
- package/dist/shared/@ai-setting/{roy-agent-core-qhyerewk.js → roy-agent-core-q779wnwm.js} +4 -4
- package/dist/shared/@ai-setting/{roy-agent-core-4ws8atva.js → roy-agent-core-qw0ebh1d.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-jv3b7v9w.js → roy-agent-core-qxhq8ven.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-5my94ywp.js → roy-agent-core-qxnbvgwe.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-yfbgwes2.js → roy-agent-core-qya7seh6.js} +6 -6
- package/dist/shared/@ai-setting/{roy-agent-core-m2x48hw6.js → roy-agent-core-rbetrphj.js} +3 -3
- package/dist/shared/@ai-setting/{roy-agent-core-3dfq8awb.js → roy-agent-core-re1wjfw7.js} +14 -14
- package/dist/shared/@ai-setting/roy-agent-core-rft3fmp0.js +14 -0
- package/dist/shared/@ai-setting/{roy-agent-core-w76hqkmg.js → roy-agent-core-rvv6ydff.js} +3 -3
- package/dist/shared/@ai-setting/{roy-agent-core-0sgn3de4.js → roy-agent-core-rvxg1wps.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-fq5mtxsy.js → roy-agent-core-rzp9kxne.js} +8 -8
- package/dist/shared/@ai-setting/{roy-agent-core-gy0wp5h7.js → roy-agent-core-t94ktchq.js} +6 -6
- package/dist/shared/@ai-setting/{roy-agent-core-t22nqt4d.js → roy-agent-core-w78syn7w.js} +7 -7
- package/dist/shared/@ai-setting/{roy-agent-core-qg9tcaph.js → roy-agent-core-z2t8hse8.js} +2 -2
- package/package.json +3 -3
- package/dist/packages/core/src/env/agent/index.js +0 -24
- package/dist/packages/core/src/env/commands/index.js +0 -14
- package/dist/packages/core/src/env/debug/formatters/index.js +0 -11
- package/dist/packages/core/src/env/debug/index.js +0 -26
- package/dist/packages/core/src/env/index.js +0 -81
- package/dist/packages/core/src/env/llm/index.js +0 -40
- package/dist/packages/core/src/env/mcp/index.js +0 -39
- package/dist/packages/core/src/env/mcp/tool/index.js +0 -14
- package/dist/packages/core/src/env/prompt/index.js +0 -20
- package/dist/packages/core/src/env/session/index.js +0 -25
- package/dist/packages/core/src/env/session/storage/index.js +0 -18
- package/dist/packages/core/src/env/skill/index.js +0 -34
- package/dist/packages/core/src/env/skill/tool/index.js +0 -9
- package/dist/packages/core/src/env/task/delegate/index.js +0 -18
- package/dist/packages/core/src/env/task/hooks/index.js +0 -7
- package/dist/packages/core/src/env/task/index.js +0 -30
- package/dist/packages/core/src/env/task/plugins/index.js +0 -23
- package/dist/packages/core/src/env/task/storage/index.js +0 -14
- package/dist/packages/core/src/env/tool/index.js +0 -39
- package/dist/packages/core/src/env/workflow/engine/index.js +0 -28
- package/dist/packages/core/src/env/workflow/storage/index.js +0 -27
- package/dist/shared/@ai-setting/roy-agent-core-4vmcvkav.js +0 -14
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
adaptMcpTool
|
|
3
|
-
} from "./roy-agent-core-v4aabsf0.js";
|
|
4
1
|
import {
|
|
5
2
|
ComponentError,
|
|
6
3
|
ErrorCodes
|
|
7
|
-
} from "./roy-agent-core-
|
|
4
|
+
} from "./roy-agent-core-ctdhjv68.js";
|
|
5
|
+
import {
|
|
6
|
+
adaptMcpTool
|
|
7
|
+
} from "./roy-agent-core-6a72jfdy.js";
|
|
8
8
|
import {
|
|
9
9
|
toEnvKey
|
|
10
|
-
} from "./roy-agent-core-
|
|
10
|
+
} from "./roy-agent-core-qxhq8ven.js";
|
|
11
11
|
import {
|
|
12
12
|
BaseComponent
|
|
13
|
-
} from "./roy-agent-core-
|
|
13
|
+
} from "./roy-agent-core-rbetrphj.js";
|
|
14
14
|
import {
|
|
15
15
|
createLogger,
|
|
16
16
|
init_logger
|
|
17
|
-
} from "./roy-agent-core-
|
|
17
|
+
} from "./roy-agent-core-j3wc4465.js";
|
|
18
18
|
|
|
19
|
-
//
|
|
19
|
+
// src/env/mcp/types.ts
|
|
20
20
|
import { z } from "zod";
|
|
21
21
|
var McpServerLocalConfigSchema = z.object({
|
|
22
22
|
type: z.literal("local"),
|
|
@@ -36,7 +36,7 @@ var McpServerConfigSchema = z.discriminatedUnion("type", [
|
|
|
36
36
|
McpServerLocalConfigSchema,
|
|
37
37
|
McpServerRemoteConfigSchema
|
|
38
38
|
]);
|
|
39
|
-
//
|
|
39
|
+
// src/env/mcp/config.ts
|
|
40
40
|
import path from "path";
|
|
41
41
|
import os from "os";
|
|
42
42
|
import { z as z2 } from "zod";
|
|
@@ -78,11 +78,11 @@ var MCP_PATH_PRIORITY = {
|
|
|
78
78
|
function getMcpPathPriority(type) {
|
|
79
79
|
return MCP_PATH_PRIORITY[type] ?? 0;
|
|
80
80
|
}
|
|
81
|
-
//
|
|
81
|
+
// src/env/mcp/mcp-component.ts
|
|
82
82
|
import { z as z3 } from "zod";
|
|
83
83
|
init_logger();
|
|
84
84
|
|
|
85
|
-
//
|
|
85
|
+
// src/env/mcp/scanner.ts
|
|
86
86
|
init_logger();
|
|
87
87
|
import fs from "fs/promises";
|
|
88
88
|
import path2 from "path";
|
|
@@ -220,7 +220,7 @@ class McpScanner {
|
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
//
|
|
223
|
+
// src/env/mcp/loader.ts
|
|
224
224
|
init_logger();
|
|
225
225
|
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
|
|
226
226
|
import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js";
|
|
@@ -334,7 +334,7 @@ class McpLoader {
|
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
//
|
|
337
|
+
// src/env/mcp/mcp-config-registration.ts
|
|
338
338
|
import path3 from "path";
|
|
339
339
|
import os2 from "os";
|
|
340
340
|
var MCP_DEFAULTS = {
|
|
@@ -364,7 +364,7 @@ var MCP_CONFIG_REGISTRATION = {
|
|
|
364
364
|
]
|
|
365
365
|
};
|
|
366
366
|
|
|
367
|
-
//
|
|
367
|
+
// src/env/mcp/mcp-component.ts
|
|
368
368
|
var logger3 = createLogger("mcp");
|
|
369
369
|
|
|
370
370
|
class McpComponent extends BaseComponent {
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
WorkflowRepository,
|
|
3
|
+
rowToWorkflow
|
|
4
|
+
} from "./roy-agent-core-7n436rb4.js";
|
|
5
|
+
import"./roy-agent-core-37e4tep3.js";
|
|
6
|
+
import"./roy-agent-core-rvxg1wps.js";
|
|
7
|
+
import"./roy-agent-core-j3wc4465.js";
|
|
8
|
+
import"./roy-agent-core-fv32jaa8.js";
|
|
9
|
+
import"./roy-agent-core-bncgx3gb.js";
|
|
10
|
+
import"./roy-agent-core-fs0mn2jk.js";
|
|
11
|
+
export {
|
|
12
|
+
rowToWorkflow,
|
|
13
|
+
WorkflowRepository
|
|
14
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// src/env/debug/formatters/trace-formatter.ts
|
|
2
2
|
class TraceFormatter {
|
|
3
3
|
formatEntry(entry, options = {}) {
|
|
4
4
|
const { pretty = false } = options;
|
|
@@ -135,7 +135,7 @@ class TraceFormatter {
|
|
|
135
135
|
return summary;
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
//
|
|
138
|
+
// src/env/debug/formatters/tree-formatter.ts
|
|
139
139
|
var Colors = {
|
|
140
140
|
reset: "\x1B[0m",
|
|
141
141
|
bold: "\x1B[1m",
|
|
@@ -314,7 +314,7 @@ class TreeFormatter {
|
|
|
314
314
|
return lines;
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
|
-
//
|
|
317
|
+
// src/env/debug/formatters/repl-formatter.ts
|
|
318
318
|
class ReplFormatter {
|
|
319
319
|
context = {};
|
|
320
320
|
history = [];
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
__export
|
|
4
4
|
} from "./roy-agent-core-fs0mn2jk.js";
|
|
5
5
|
|
|
6
|
-
//
|
|
6
|
+
// src/env/session/search-query-parser.ts
|
|
7
7
|
var exports_search_query_parser = {};
|
|
8
8
|
__export(exports_search_query_parser, {
|
|
9
9
|
parseSearchQuery: () => parseSearchQuery,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AskUserError,
|
|
3
3
|
init_workflow_hil
|
|
4
|
-
} from "./roy-agent-core-
|
|
4
|
+
} from "./roy-agent-core-e25xkv53.js";
|
|
5
5
|
import {
|
|
6
6
|
__esm,
|
|
7
7
|
__require
|
|
8
8
|
} from "./roy-agent-core-fs0mn2jk.js";
|
|
9
9
|
|
|
10
|
-
//
|
|
10
|
+
// src/env/workflow/types/workflow.ts
|
|
11
11
|
import { z } from "zod";
|
|
12
12
|
async function getYamlParser() {
|
|
13
13
|
if (!yamlParser) {
|
|
@@ -105,7 +105,7 @@ var init_workflow = __esm(() => {
|
|
|
105
105
|
});
|
|
106
106
|
});
|
|
107
107
|
|
|
108
|
-
//
|
|
108
|
+
// src/env/workflow/types/workflow-message.ts
|
|
109
109
|
import { z as z2 } from "zod";
|
|
110
110
|
var WorkflowMessageRoleSchema;
|
|
111
111
|
var init_workflow_message = __esm(() => {
|
|
@@ -118,7 +118,7 @@ var init_workflow_message = __esm(() => {
|
|
|
118
118
|
]);
|
|
119
119
|
});
|
|
120
120
|
|
|
121
|
-
//
|
|
121
|
+
// src/env/workflow/types/workflow-session.ts
|
|
122
122
|
function isWorkflowSessionMetadata(metadata) {
|
|
123
123
|
if (typeof metadata !== "object" || metadata === null || !("type" in metadata) || metadata.type !== "workflow") {
|
|
124
124
|
return false;
|
|
@@ -144,10 +144,10 @@ function getWorkflowSessionStatus(metadata) {
|
|
|
144
144
|
}
|
|
145
145
|
var init_workflow_session = () => {};
|
|
146
146
|
|
|
147
|
-
//
|
|
147
|
+
// src/env/workflow/types/context.ts
|
|
148
148
|
var init_context = () => {};
|
|
149
149
|
|
|
150
|
-
//
|
|
150
|
+
// src/env/workflow/types/event.ts
|
|
151
151
|
import { z as z3 } from "zod";
|
|
152
152
|
function createWorkflowEvent(type, runId, data) {
|
|
153
153
|
return {
|
|
@@ -294,7 +294,7 @@ var init_event = __esm(() => {
|
|
|
294
294
|
]);
|
|
295
295
|
});
|
|
296
296
|
|
|
297
|
-
//
|
|
297
|
+
// src/env/workflow/types/run.ts
|
|
298
298
|
import { z as z4 } from "zod";
|
|
299
299
|
function createNodeExecutionContext(params) {
|
|
300
300
|
return {
|
|
@@ -326,7 +326,7 @@ var init_run = __esm(() => {
|
|
|
326
326
|
]);
|
|
327
327
|
});
|
|
328
328
|
|
|
329
|
-
//
|
|
329
|
+
// src/env/workflow/types/index.ts
|
|
330
330
|
var init_types = __esm(() => {
|
|
331
331
|
init_run();
|
|
332
332
|
init_workflow();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// src/env/task/tools/operation/operation-types.ts
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
var ActionTypeEnum = z.enum([
|
|
4
4
|
"create",
|
|
@@ -35,7 +35,7 @@ var DeleteOperationToolSchema = z.object({
|
|
|
35
35
|
operation_id: z.number().describe("Operation ID")
|
|
36
36
|
});
|
|
37
37
|
|
|
38
|
-
//
|
|
38
|
+
// src/env/task/tools/operation/create-tool.ts
|
|
39
39
|
function createOperationTool(taskComponent) {
|
|
40
40
|
return {
|
|
41
41
|
name: "task_operation_create",
|
|
@@ -74,7 +74,7 @@ function createOperationTool(taskComponent) {
|
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
|
-
//
|
|
77
|
+
// src/env/task/tools/operation/get-tool.ts
|
|
78
78
|
function getOperationTool(taskComponent) {
|
|
79
79
|
return {
|
|
80
80
|
name: "task_operation_get",
|
|
@@ -108,7 +108,7 @@ function getOperationTool(taskComponent) {
|
|
|
108
108
|
}
|
|
109
109
|
};
|
|
110
110
|
}
|
|
111
|
-
//
|
|
111
|
+
// src/env/task/tools/operation/list-tool.ts
|
|
112
112
|
function listOperationsTool(taskComponent) {
|
|
113
113
|
return {
|
|
114
114
|
name: "task_operation_list",
|
|
@@ -139,7 +139,7 @@ function listOperationsTool(taskComponent) {
|
|
|
139
139
|
}
|
|
140
140
|
};
|
|
141
141
|
}
|
|
142
|
-
//
|
|
142
|
+
// src/env/task/tools/operation/update-tool.ts
|
|
143
143
|
function updateOperationTool(taskComponent) {
|
|
144
144
|
return {
|
|
145
145
|
name: "task_operation_update",
|
|
@@ -176,7 +176,7 @@ function updateOperationTool(taskComponent) {
|
|
|
176
176
|
}
|
|
177
177
|
};
|
|
178
178
|
}
|
|
179
|
-
//
|
|
179
|
+
// src/env/task/tools/operation/delete-tool.ts
|
|
180
180
|
function deleteOperationTool(taskComponent) {
|
|
181
181
|
return {
|
|
182
182
|
name: "task_operation_delete",
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
TaskHookPoints
|
|
3
|
-
} from "./roy-agent-core-
|
|
3
|
+
} from "./roy-agent-core-92z6t4he.js";
|
|
4
4
|
import {
|
|
5
5
|
globalHookManager
|
|
6
|
-
} from "./roy-agent-core-
|
|
6
|
+
} from "./roy-agent-core-gmnkza34.js";
|
|
7
7
|
import {
|
|
8
8
|
createLogger,
|
|
9
9
|
init_logger
|
|
10
|
-
} from "./roy-agent-core-
|
|
10
|
+
} from "./roy-agent-core-j3wc4465.js";
|
|
11
11
|
|
|
12
|
-
//
|
|
12
|
+
// src/env/task/delegate/delegate-tool.ts
|
|
13
13
|
init_logger();
|
|
14
14
|
import { z } from "zod";
|
|
15
15
|
|
|
16
|
-
//
|
|
16
|
+
// src/env/task/delegate/task-events.ts
|
|
17
17
|
var TaskEventTypes = {
|
|
18
18
|
TASK_STARTED: "task.started",
|
|
19
19
|
TASK_PROGRESS: "task.progress",
|
|
@@ -59,7 +59,7 @@ function createTaskCompletedPayload(task, parentSessionId, executionTimeMs) {
|
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
//
|
|
62
|
+
// src/env/task/delegate/delegate-tool.ts
|
|
63
63
|
var logger = createLogger("task:delegate");
|
|
64
64
|
var builtInSubAgents = [
|
|
65
65
|
{
|
|
@@ -687,7 +687,7 @@ async function handleBackgroundTask(taskComponent, backgroundTaskManager, parent
|
|
|
687
687
|
};
|
|
688
688
|
}
|
|
689
689
|
}
|
|
690
|
-
//
|
|
690
|
+
// src/env/task/delegate/stop-tool.ts
|
|
691
691
|
import { z as z2 } from "zod";
|
|
692
692
|
var StopTaskToolParameters = z2.object({
|
|
693
693
|
task_id: z2.string().describe("The ID of the background task to stop")
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentComponentAdapter,
|
|
3
3
|
init_agent_component_adapter
|
|
4
|
-
} from "./roy-agent-core-
|
|
5
|
-
import"./roy-agent-core-
|
|
4
|
+
} from "./roy-agent-core-pc9g3962.js";
|
|
5
|
+
import"./roy-agent-core-e25xkv53.js";
|
|
6
6
|
import"./roy-agent-core-fs0mn2jk.js";
|
|
7
7
|
init_agent_component_adapter();
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-setting/roy-agent-core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Core SDK for roy-agent - Environment, Components, Tools, Sessions, Tasks",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"url": "https://github.com/ai-setting/roy-agent/issues"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
|
-
"build": "bunup
|
|
76
|
-
"build:main": "bunup -- --entry src/index.ts
|
|
75
|
+
"build": "bunup",
|
|
76
|
+
"build:main": "bunup -- --entry src/index.ts",
|
|
77
77
|
"clean": "rm -rf dist",
|
|
78
78
|
"typecheck": "npx tsc --noEmit --skipLibCheck --project tsconfig.json"
|
|
79
79
|
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AgentComponent,
|
|
3
|
-
AgentComponentConfigSchema
|
|
4
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-0gekht4e.js";
|
|
5
|
-
import {
|
|
6
|
-
SummaryAgent
|
|
7
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-gv1hrn3x.js";
|
|
8
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-ntrp979d.js";
|
|
9
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-3takar0s.js";
|
|
10
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-8dvbn7tw.js";
|
|
11
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-04qgbjbe.js";
|
|
12
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-jv3b7v9w.js";
|
|
13
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-m2x48hw6.js";
|
|
14
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-084qqd7t.js";
|
|
15
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-w75rafhy.js";
|
|
16
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-yn761yve.js";
|
|
17
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-1k28kg7h.js";
|
|
18
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-j8zx62zr.js";
|
|
19
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
20
|
-
export {
|
|
21
|
-
SummaryAgent,
|
|
22
|
-
AgentComponentConfigSchema,
|
|
23
|
-
AgentComponent
|
|
24
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
CommandsComponent
|
|
3
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-yrzmn4m1.js";
|
|
4
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-jv3b7v9w.js";
|
|
5
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-m2x48hw6.js";
|
|
6
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-084qqd7t.js";
|
|
7
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-w75rafhy.js";
|
|
8
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-yn761yve.js";
|
|
9
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-1k28kg7h.js";
|
|
10
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-j8zx62zr.js";
|
|
11
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
12
|
-
export {
|
|
13
|
-
CommandsComponent
|
|
14
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ReplFormatter,
|
|
3
|
-
TraceFormatter,
|
|
4
|
-
TreeFormatter
|
|
5
|
-
} from "../../../../../../shared/@ai-setting/roy-agent-core-w76hqkmg.js";
|
|
6
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
7
|
-
export {
|
|
8
|
-
TreeFormatter,
|
|
9
|
-
TraceFormatter,
|
|
10
|
-
ReplFormatter
|
|
11
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
DebugComponent,
|
|
3
|
-
LogReader,
|
|
4
|
-
RegexParser,
|
|
5
|
-
SpanBuilder,
|
|
6
|
-
SpanDbReader
|
|
7
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-q50tg9m2.js";
|
|
8
|
-
import {
|
|
9
|
-
ReplFormatter,
|
|
10
|
-
TraceFormatter,
|
|
11
|
-
TreeFormatter
|
|
12
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-w76hqkmg.js";
|
|
13
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-m2x48hw6.js";
|
|
14
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-084qqd7t.js";
|
|
15
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-w75rafhy.js";
|
|
16
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
17
|
-
export {
|
|
18
|
-
TreeFormatter,
|
|
19
|
-
TraceFormatter,
|
|
20
|
-
SpanDbReader,
|
|
21
|
-
SpanBuilder,
|
|
22
|
-
ReplFormatter,
|
|
23
|
-
RegexParser,
|
|
24
|
-
LogReader,
|
|
25
|
-
DebugComponent
|
|
26
|
-
};
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BaseEnvironment,
|
|
3
|
-
EventSourceAgentHandler,
|
|
4
|
-
EventSourceComponent,
|
|
5
|
-
getDefaultConfigForType,
|
|
6
|
-
isValidEventSourceType,
|
|
7
|
-
validateEventSourceConfig
|
|
8
|
-
} from "../../../../shared/@ai-setting/roy-agent-core-pd7g8z5v.js";
|
|
9
|
-
import {
|
|
10
|
-
McpComponent
|
|
11
|
-
} from "../../../../shared/@ai-setting/roy-agent-core-3dfq8awb.js";
|
|
12
|
-
import"../../../../shared/@ai-setting/roy-agent-core-v4aabsf0.js";
|
|
13
|
-
import {
|
|
14
|
-
XDG_PATHS,
|
|
15
|
-
getXDGPath,
|
|
16
|
-
getXDGPaths
|
|
17
|
-
} from "../../../../shared/@ai-setting/roy-agent-core-5my94ywp.js";
|
|
18
|
-
import {
|
|
19
|
-
TaskComponent
|
|
20
|
-
} from "../../../../shared/@ai-setting/roy-agent-core-k1rxf9ya.js";
|
|
21
|
-
import"../../../../shared/@ai-setting/roy-agent-core-8wzz66qe.js";
|
|
22
|
-
import"../../../../shared/@ai-setting/roy-agent-core-12x57kf1.js";
|
|
23
|
-
import"../../../../shared/@ai-setting/roy-agent-core-gy0wp5h7.js";
|
|
24
|
-
import"../../../../shared/@ai-setting/roy-agent-core-t22nqt4d.js";
|
|
25
|
-
import"../../../../shared/@ai-setting/roy-agent-core-pzk1syce.js";
|
|
26
|
-
import {
|
|
27
|
-
WorkflowComponent
|
|
28
|
-
} from "../../../../shared/@ai-setting/roy-agent-core-6w4pmxc7.js";
|
|
29
|
-
import"../../../../shared/@ai-setting/roy-agent-core-1z1zv5g8.js";
|
|
30
|
-
import"../../../../shared/@ai-setting/roy-agent-core-nfj6knp5.js";
|
|
31
|
-
import"../../../../shared/@ai-setting/roy-agent-core-6j0zcmwk.js";
|
|
32
|
-
import"../../../../shared/@ai-setting/roy-agent-core-rr9p1g43.js";
|
|
33
|
-
import"../../../../shared/@ai-setting/roy-agent-core-5fbp24se.js";
|
|
34
|
-
import"../../../../shared/@ai-setting/roy-agent-core-fq5mtxsy.js";
|
|
35
|
-
import"../../../../shared/@ai-setting/roy-agent-core-sbzvpfn7.js";
|
|
36
|
-
import"../../../../shared/@ai-setting/roy-agent-core-3tnb2005.js";
|
|
37
|
-
import"../../../../shared/@ai-setting/roy-agent-core-yt8wdh2w.js";
|
|
38
|
-
import {
|
|
39
|
-
AgentComponent,
|
|
40
|
-
AgentComponentConfigSchema
|
|
41
|
-
} from "../../../../shared/@ai-setting/roy-agent-core-0gekht4e.js";
|
|
42
|
-
import"../../../../shared/@ai-setting/roy-agent-core-gv1hrn3x.js";
|
|
43
|
-
import"../../../../shared/@ai-setting/roy-agent-core-ntrp979d.js";
|
|
44
|
-
import"../../../../shared/@ai-setting/roy-agent-core-3takar0s.js";
|
|
45
|
-
import"../../../../shared/@ai-setting/roy-agent-core-8dvbn7tw.js";
|
|
46
|
-
import"../../../../shared/@ai-setting/roy-agent-core-04qgbjbe.js";
|
|
47
|
-
import"../../../../shared/@ai-setting/roy-agent-core-jv3b7v9w.js";
|
|
48
|
-
import {
|
|
49
|
-
BaseComponent
|
|
50
|
-
} from "../../../../shared/@ai-setting/roy-agent-core-m2x48hw6.js";
|
|
51
|
-
import {
|
|
52
|
-
createHook,
|
|
53
|
-
createPriorityHook
|
|
54
|
-
} from "../../../../shared/@ai-setting/roy-agent-core-084qqd7t.js";
|
|
55
|
-
import {
|
|
56
|
-
HookManager
|
|
57
|
-
} from "../../../../shared/@ai-setting/roy-agent-core-w75rafhy.js";
|
|
58
|
-
import"../../../../shared/@ai-setting/roy-agent-core-yn761yve.js";
|
|
59
|
-
import"../../../../shared/@ai-setting/roy-agent-core-1k28kg7h.js";
|
|
60
|
-
import"../../../../shared/@ai-setting/roy-agent-core-j8zx62zr.js";
|
|
61
|
-
import"../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
62
|
-
export {
|
|
63
|
-
validateEventSourceConfig,
|
|
64
|
-
isValidEventSourceType,
|
|
65
|
-
getXDGPaths,
|
|
66
|
-
getXDGPath,
|
|
67
|
-
getDefaultConfigForType,
|
|
68
|
-
createPriorityHook,
|
|
69
|
-
createHook,
|
|
70
|
-
XDG_PATHS,
|
|
71
|
-
WorkflowComponent,
|
|
72
|
-
TaskComponent,
|
|
73
|
-
McpComponent,
|
|
74
|
-
HookManager,
|
|
75
|
-
EventSourceComponent,
|
|
76
|
-
EventSourceAgentHandler,
|
|
77
|
-
BaseEnvironment,
|
|
78
|
-
BaseComponent,
|
|
79
|
-
AgentComponentConfigSchema,
|
|
80
|
-
AgentComponent
|
|
81
|
-
};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
LLMComponent,
|
|
3
|
-
LLMConfigSchema,
|
|
4
|
-
LLMDefaultConfigSchema,
|
|
5
|
-
LLMHooks,
|
|
6
|
-
LLMTransform,
|
|
7
|
-
ModelLimitsSchema,
|
|
8
|
-
ProviderCapabilitiesSchema,
|
|
9
|
-
ProviderConfigSchema,
|
|
10
|
-
ProviderManager,
|
|
11
|
-
createInvokeConfig,
|
|
12
|
-
invoke,
|
|
13
|
-
invokeNonStream,
|
|
14
|
-
parseModelString
|
|
15
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-dde19zke.js";
|
|
16
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-3takar0s.js";
|
|
17
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-04qgbjbe.js";
|
|
18
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-jv3b7v9w.js";
|
|
19
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-m2x48hw6.js";
|
|
20
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-084qqd7t.js";
|
|
21
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-w75rafhy.js";
|
|
22
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-yn761yve.js";
|
|
23
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-1k28kg7h.js";
|
|
24
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-j8zx62zr.js";
|
|
25
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
26
|
-
export {
|
|
27
|
-
parseModelString,
|
|
28
|
-
invokeNonStream,
|
|
29
|
-
invoke,
|
|
30
|
-
createInvokeConfig,
|
|
31
|
-
ProviderManager,
|
|
32
|
-
ProviderConfigSchema,
|
|
33
|
-
ProviderCapabilitiesSchema,
|
|
34
|
-
ModelLimitsSchema,
|
|
35
|
-
LLMTransform,
|
|
36
|
-
LLMHooks,
|
|
37
|
-
LLMDefaultConfigSchema,
|
|
38
|
-
LLMConfigSchema,
|
|
39
|
-
LLMComponent
|
|
40
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
DEFAULT_MCP_CONFIG,
|
|
3
|
-
MCP_CONFIG_KEYS,
|
|
4
|
-
McpComponent,
|
|
5
|
-
McpLoader,
|
|
6
|
-
McpScanner,
|
|
7
|
-
McpServerConfigSchema,
|
|
8
|
-
McpServerLocalConfigSchema,
|
|
9
|
-
McpServerRemoteConfigSchema,
|
|
10
|
-
getMcpPathPriority
|
|
11
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-3dfq8awb.js";
|
|
12
|
-
import {
|
|
13
|
-
adaptMcpTool,
|
|
14
|
-
convertInputSchemaToZod,
|
|
15
|
-
createMcpToolsDescription
|
|
16
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-v4aabsf0.js";
|
|
17
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-3takar0s.js";
|
|
18
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-jv3b7v9w.js";
|
|
19
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-m2x48hw6.js";
|
|
20
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-084qqd7t.js";
|
|
21
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-w75rafhy.js";
|
|
22
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-yn761yve.js";
|
|
23
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-1k28kg7h.js";
|
|
24
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-j8zx62zr.js";
|
|
25
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
26
|
-
export {
|
|
27
|
-
getMcpPathPriority,
|
|
28
|
-
createMcpToolsDescription,
|
|
29
|
-
convertInputSchemaToZod,
|
|
30
|
-
adaptMcpTool,
|
|
31
|
-
McpServerRemoteConfigSchema,
|
|
32
|
-
McpServerLocalConfigSchema,
|
|
33
|
-
McpServerConfigSchema,
|
|
34
|
-
McpScanner,
|
|
35
|
-
McpLoader,
|
|
36
|
-
McpComponent,
|
|
37
|
-
MCP_CONFIG_KEYS,
|
|
38
|
-
DEFAULT_MCP_CONFIG
|
|
39
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
adaptMcpTool,
|
|
3
|
-
convertInputSchemaToZod,
|
|
4
|
-
createMcpToolsDescription
|
|
5
|
-
} from "../../../../../../shared/@ai-setting/roy-agent-core-v4aabsf0.js";
|
|
6
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-yn761yve.js";
|
|
7
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-1k28kg7h.js";
|
|
8
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-j8zx62zr.js";
|
|
9
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
10
|
-
export {
|
|
11
|
-
createMcpToolsDescription,
|
|
12
|
-
convertInputSchemaToZod,
|
|
13
|
-
adaptMcpTool
|
|
14
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
PromptComponent,
|
|
3
|
-
PromptConfigSchema,
|
|
4
|
-
PromptPathSchema,
|
|
5
|
-
PromptRenderer
|
|
6
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-f7g67gce.js";
|
|
7
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-jv3b7v9w.js";
|
|
8
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-m2x48hw6.js";
|
|
9
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-084qqd7t.js";
|
|
10
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-w75rafhy.js";
|
|
11
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-yn761yve.js";
|
|
12
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-1k28kg7h.js";
|
|
13
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-j8zx62zr.js";
|
|
14
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
15
|
-
export {
|
|
16
|
-
PromptRenderer,
|
|
17
|
-
PromptPathSchema,
|
|
18
|
-
PromptConfigSchema,
|
|
19
|
-
PromptComponent
|
|
20
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
SessionComponent
|
|
3
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-9ykq91jc.js";
|
|
4
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-0sgn3de4.js";
|
|
5
|
-
import {
|
|
6
|
-
MemorySessionStore
|
|
7
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-2hqxnaf3.js";
|
|
8
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-gv1hrn3x.js";
|
|
9
|
-
import {
|
|
10
|
-
SessionMessageConverter
|
|
11
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-ntrp979d.js";
|
|
12
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-04qgbjbe.js";
|
|
13
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-jv3b7v9w.js";
|
|
14
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-m2x48hw6.js";
|
|
15
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-084qqd7t.js";
|
|
16
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-w75rafhy.js";
|
|
17
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-yn761yve.js";
|
|
18
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-1k28kg7h.js";
|
|
19
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-j8zx62zr.js";
|
|
20
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
21
|
-
export {
|
|
22
|
-
SessionMessageConverter,
|
|
23
|
-
SessionComponent,
|
|
24
|
-
MemorySessionStore
|
|
25
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
MemorySessionStore,
|
|
3
|
-
SQLiteSessionStore,
|
|
4
|
-
getDefaultDataDir,
|
|
5
|
-
getDefaultSessionDbPath
|
|
6
|
-
} from "../../../../../../shared/@ai-setting/roy-agent-core-2hqxnaf3.js";
|
|
7
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-ntrp979d.js";
|
|
8
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-04qgbjbe.js";
|
|
9
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-yn761yve.js";
|
|
10
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-1k28kg7h.js";
|
|
11
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-j8zx62zr.js";
|
|
12
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
13
|
-
export {
|
|
14
|
-
getDefaultSessionDbPath,
|
|
15
|
-
getDefaultDataDir,
|
|
16
|
-
SQLiteSessionStore,
|
|
17
|
-
MemorySessionStore
|
|
18
|
-
};
|