@ai-setting/roy-agent-core 1.4.14 → 1.4.16
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 +20 -20
- 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} +54 -54
- 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-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-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-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-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-3dfq8awb.js → roy-agent-core-h2a7key1.js} +12 -12
- package/dist/shared/@ai-setting/{roy-agent-core-9ykq91jc.js → roy-agent-core-hvvs1g2y.js} +10 -10
- 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-f7g67gce.js → roy-agent-core-mwwk6req.js} +9 -9
- package/dist/shared/@ai-setting/{roy-agent-core-6w4pmxc7.js → roy-agent-core-nq3qrczq.js} +15 -15
- 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-0gekht4e.js → roy-agent-core-phb2ms02.js} +10 -10
- 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-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-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-0hdry23r.js → roy-agent-core-vkk0se95.js} +14 -14
- package/dist/shared/@ai-setting/{roy-agent-core-1f3xrrm6.js → roy-agent-core-vxfvcmtj.js} +9 -9
- 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/dist/shared/@ai-setting/{roy-agent-core-pd7g8z5v.js → roy-agent-core-z3tepbfw.js} +13 -13
- package/dist/shared/@ai-setting/{roy-agent-core-dde19zke.js → roy-agent-core-zc8csaep.js} +12 -12
- 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,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
|
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ContextError,
|
|
3
3
|
ErrorCodes
|
|
4
|
-
} from "./roy-agent-core-
|
|
4
|
+
} from "./roy-agent-core-ctdhjv68.js";
|
|
5
5
|
import {
|
|
6
6
|
TracedAs,
|
|
7
7
|
init_decorator
|
|
8
|
-
} from "./roy-agent-core-
|
|
8
|
+
} from "./roy-agent-core-35x0wrtt.js";
|
|
9
9
|
import {
|
|
10
10
|
envKeyToConfigKey
|
|
11
|
-
} from "./roy-agent-core-
|
|
11
|
+
} from "./roy-agent-core-qxhq8ven.js";
|
|
12
12
|
import {
|
|
13
13
|
BaseComponent
|
|
14
|
-
} from "./roy-agent-core-
|
|
14
|
+
} from "./roy-agent-core-rbetrphj.js";
|
|
15
15
|
import {
|
|
16
16
|
createLogger,
|
|
17
17
|
init_logger
|
|
18
|
-
} from "./roy-agent-core-
|
|
18
|
+
} from "./roy-agent-core-j3wc4465.js";
|
|
19
19
|
import {
|
|
20
20
|
__legacyDecorateClassTS,
|
|
21
21
|
__require
|
|
22
22
|
} from "./roy-agent-core-fs0mn2jk.js";
|
|
23
23
|
|
|
24
|
-
//
|
|
24
|
+
// src/env/environment.ts
|
|
25
25
|
init_logger();
|
|
26
26
|
|
|
27
|
-
//
|
|
27
|
+
// src/utils/id.ts
|
|
28
28
|
function generateId(prefix = "id") {
|
|
29
29
|
const timestamp = Date.now().toString(36);
|
|
30
30
|
const random = Math.random().toString(36).substring(2, 11);
|
|
@@ -36,7 +36,7 @@ function generateDescendingId(prefix = "id") {
|
|
|
36
36
|
return `${prefix}_${timestamp}_${random}`;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
//
|
|
39
|
+
// src/env/environment.ts
|
|
40
40
|
init_decorator();
|
|
41
41
|
import * as fsSync from "fs";
|
|
42
42
|
import * as path from "path";
|
|
@@ -425,14 +425,14 @@ class BaseEnvironment extends BaseComponent {
|
|
|
425
425
|
__legacyDecorateClassTS([
|
|
426
426
|
TracedAs("env.handle_query", { recordParams: true, recordResult: true, log: true })
|
|
427
427
|
], BaseEnvironment.prototype, "handle_query", null);
|
|
428
|
-
//
|
|
428
|
+
// src/env/event-source/event-source-component.ts
|
|
429
429
|
import { spawn, exec } from "child_process";
|
|
430
430
|
import { promisify } from "util";
|
|
431
431
|
import { join } from "path";
|
|
432
432
|
import { existsSync as existsSync2, mkdirSync, readFileSync as readFileSync2, writeFileSync } from "fs";
|
|
433
433
|
init_logger();
|
|
434
434
|
|
|
435
|
-
//
|
|
435
|
+
// src/env/event-source/event-source-config-registration.ts
|
|
436
436
|
var EVENT_SOURCE_DEFAULTS = {
|
|
437
437
|
"event-source.enabled": true,
|
|
438
438
|
"event-source.persistenceEnabled": true
|
|
@@ -449,7 +449,7 @@ var EVENT_SOURCE_CONFIG_REGISTRATION = {
|
|
|
449
449
|
]
|
|
450
450
|
};
|
|
451
451
|
|
|
452
|
-
//
|
|
452
|
+
// src/env/event-source/event-source-component.ts
|
|
453
453
|
var execAsyncImpl = promisify(exec);
|
|
454
454
|
function getExecAsync() {
|
|
455
455
|
return execAsyncImpl;
|
|
@@ -1294,7 +1294,7 @@ class EventSourceComponent extends BaseComponent {
|
|
|
1294
1294
|
}
|
|
1295
1295
|
}
|
|
1296
1296
|
}
|
|
1297
|
-
//
|
|
1297
|
+
// src/env/event-source/event-source-agent-handler.ts
|
|
1298
1298
|
init_logger();
|
|
1299
1299
|
var logger3 = createLogger("event-source-agent-handler");
|
|
1300
1300
|
|
|
@@ -1344,7 +1344,7 @@ class EventSourceAgentHandler {
|
|
|
1344
1344
|
return { ...this.config };
|
|
1345
1345
|
}
|
|
1346
1346
|
}
|
|
1347
|
-
//
|
|
1347
|
+
// src/env/event-source/types.ts
|
|
1348
1348
|
function isValidEventSourceType(type) {
|
|
1349
1349
|
return ["lark-cli", "websocket", "timer", "http-webhook", "file-watcher"].includes(type);
|
|
1350
1350
|
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ContextError,
|
|
3
3
|
ErrorCodes
|
|
4
|
-
} from "./roy-agent-core-
|
|
4
|
+
} from "./roy-agent-core-ctdhjv68.js";
|
|
5
5
|
import {
|
|
6
6
|
TracedAs,
|
|
7
7
|
init_decorator
|
|
8
|
-
} from "./roy-agent-core-
|
|
8
|
+
} from "./roy-agent-core-35x0wrtt.js";
|
|
9
9
|
import {
|
|
10
10
|
envKeyToConfigKey,
|
|
11
11
|
toEnvKey
|
|
12
|
-
} from "./roy-agent-core-
|
|
12
|
+
} from "./roy-agent-core-qxhq8ven.js";
|
|
13
13
|
import {
|
|
14
14
|
BaseComponent
|
|
15
|
-
} from "./roy-agent-core-
|
|
15
|
+
} from "./roy-agent-core-rbetrphj.js";
|
|
16
16
|
import {
|
|
17
17
|
LLMHookPoints,
|
|
18
18
|
globalHookManager
|
|
19
|
-
} from "./roy-agent-core-
|
|
19
|
+
} from "./roy-agent-core-gmnkza34.js";
|
|
20
20
|
import {
|
|
21
21
|
createLogger,
|
|
22
22
|
init_logger
|
|
23
|
-
} from "./roy-agent-core-
|
|
23
|
+
} from "./roy-agent-core-j3wc4465.js";
|
|
24
24
|
import {
|
|
25
25
|
__legacyDecorateClassTS,
|
|
26
26
|
__require
|
|
27
27
|
} from "./roy-agent-core-fs0mn2jk.js";
|
|
28
28
|
|
|
29
|
-
//
|
|
29
|
+
// src/env/llm/types.ts
|
|
30
30
|
import { z } from "zod";
|
|
31
31
|
var ProviderCapabilitiesSchema = z.object({
|
|
32
32
|
reasoning: z.boolean().optional(),
|
|
@@ -75,7 +75,7 @@ var LLMConfigSchema = z.object({
|
|
|
75
75
|
stream: z.boolean().default(true),
|
|
76
76
|
options: z.record(z.unknown()).optional()
|
|
77
77
|
});
|
|
78
|
-
//
|
|
78
|
+
// src/env/llm/provider.ts
|
|
79
79
|
class ProviderManager {
|
|
80
80
|
providers = new Map;
|
|
81
81
|
async initialize(config) {
|
|
@@ -132,7 +132,7 @@ class ProviderManager {
|
|
|
132
132
|
};
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
|
-
//
|
|
135
|
+
// src/env/llm/transform.ts
|
|
136
136
|
class LLMTransform {
|
|
137
137
|
normalizeMessages(messages, providerType) {
|
|
138
138
|
return messages.map((msg) => {
|
|
@@ -308,7 +308,7 @@ class LLMTransform {
|
|
|
308
308
|
return JSON.stringify(args);
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
//
|
|
311
|
+
// src/env/llm/invoke.ts
|
|
312
312
|
init_logger();
|
|
313
313
|
import { randomUUID } from "crypto";
|
|
314
314
|
import { streamText, jsonSchema } from "ai";
|
|
@@ -861,7 +861,7 @@ function createInvokeConfig(model, apiKey, baseURL) {
|
|
|
861
861
|
baseURL
|
|
862
862
|
};
|
|
863
863
|
}
|
|
864
|
-
//
|
|
864
|
+
// src/env/llm/hooks.ts
|
|
865
865
|
class LLMHookManager {
|
|
866
866
|
registrations = [];
|
|
867
867
|
register(type, handler, name) {
|
|
@@ -992,7 +992,7 @@ class LLMHooks {
|
|
|
992
992
|
await globalHookManager.execute(LLMHookPoints.ON_STREAM, { ...context, event });
|
|
993
993
|
}
|
|
994
994
|
}
|
|
995
|
-
//
|
|
995
|
+
// src/env/llm/llm.ts
|
|
996
996
|
init_logger();
|
|
997
997
|
init_decorator();
|
|
998
998
|
var logger2 = createLogger("llm");
|
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.16",
|
|
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
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
DEFAULT_SKILL_CONFIG,
|
|
3
|
-
SOURCE_PRIORITY,
|
|
4
|
-
SkillComponent,
|
|
5
|
-
SkillScanner,
|
|
6
|
-
getSourcePriority,
|
|
7
|
-
parseFrontmatter,
|
|
8
|
-
parseSkillFile
|
|
9
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-m6y668cc.js";
|
|
10
|
-
import {
|
|
11
|
-
SkillToolSchema,
|
|
12
|
-
buildSkillDescription,
|
|
13
|
-
createSkillTool
|
|
14
|
-
} from "../../../../../shared/@ai-setting/roy-agent-core-kydc9nwb.js";
|
|
15
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-jv3b7v9w.js";
|
|
16
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-m2x48hw6.js";
|
|
17
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-084qqd7t.js";
|
|
18
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-w75rafhy.js";
|
|
19
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-yn761yve.js";
|
|
20
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-1k28kg7h.js";
|
|
21
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-j8zx62zr.js";
|
|
22
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
23
|
-
export {
|
|
24
|
-
parseSkillFile,
|
|
25
|
-
parseFrontmatter,
|
|
26
|
-
getSourcePriority,
|
|
27
|
-
createSkillTool,
|
|
28
|
-
buildSkillDescription,
|
|
29
|
-
SkillToolSchema,
|
|
30
|
-
SkillScanner,
|
|
31
|
-
SkillComponent,
|
|
32
|
-
SOURCE_PRIORITY,
|
|
33
|
-
DEFAULT_SKILL_CONFIG
|
|
34
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BackgroundTaskManager,
|
|
3
|
-
TaskEventTypes,
|
|
4
|
-
createDelegateTool,
|
|
5
|
-
createStopTool
|
|
6
|
-
} from "../../../../../../shared/@ai-setting/roy-agent-core-t22nqt4d.js";
|
|
7
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-pzk1syce.js";
|
|
8
|
-
import"../../../../../../shared/@ai-setting/roy-agent-core-w75rafhy.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
|
-
createStopTool,
|
|
15
|
-
createDelegateTool,
|
|
16
|
-
TaskEventTypes,
|
|
17
|
-
BackgroundTaskManager
|
|
18
|
-
};
|