@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
|
@@ -10,13 +10,13 @@ import {
|
|
|
10
10
|
parseJSONCWithProtocols,
|
|
11
11
|
substituteEnvVars,
|
|
12
12
|
substituteProtocolRefs
|
|
13
|
-
} from "
|
|
14
|
-
import"
|
|
15
|
-
import"
|
|
16
|
-
import"
|
|
17
|
-
import"
|
|
18
|
-
import"
|
|
19
|
-
import"
|
|
13
|
+
} from "../shared/@ai-setting/roy-agent-core-anwsxdds.js";
|
|
14
|
+
import"../shared/@ai-setting/roy-agent-core-qxnbvgwe.js";
|
|
15
|
+
import"../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
16
|
+
import"../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
17
|
+
import"../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
18
|
+
import"../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
19
|
+
import"../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
20
20
|
export {
|
|
21
21
|
substituteProtocolRefs,
|
|
22
22
|
substituteEnvVars,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AgentComponent,
|
|
3
|
+
AgentComponentConfigSchema
|
|
4
|
+
} from "../../shared/@ai-setting/roy-agent-core-jj79gszx.js";
|
|
5
|
+
import"../../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
6
|
+
import"../../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
7
|
+
import {
|
|
8
|
+
SummaryAgent
|
|
9
|
+
} from "../../shared/@ai-setting/roy-agent-core-j3bbr2n0.js";
|
|
10
|
+
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
11
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
12
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
13
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
14
|
+
import"../../shared/@ai-setting/roy-agent-core-e62e2a5a.js";
|
|
15
|
+
import"../../shared/@ai-setting/roy-agent-core-35x0wrtt.js";
|
|
16
|
+
import"../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
17
|
+
import"../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
18
|
+
import"../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
19
|
+
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
20
|
+
export {
|
|
21
|
+
SummaryAgent,
|
|
22
|
+
AgentComponentConfigSchema,
|
|
23
|
+
AgentComponent
|
|
24
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
CommandsComponent
|
|
3
|
+
} from "../../shared/@ai-setting/roy-agent-core-7r85t0qn.js";
|
|
4
|
+
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
5
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
6
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
7
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
8
|
+
import"../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
9
|
+
import"../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
10
|
+
import"../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
11
|
+
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
12
|
+
export {
|
|
13
|
+
CommandsComponent
|
|
14
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ReplFormatter,
|
|
3
|
+
TraceFormatter,
|
|
4
|
+
TreeFormatter
|
|
5
|
+
} from "../../../shared/@ai-setting/roy-agent-core-rvv6ydff.js";
|
|
6
|
+
import"../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
7
|
+
export {
|
|
8
|
+
TreeFormatter,
|
|
9
|
+
TraceFormatter,
|
|
10
|
+
ReplFormatter
|
|
11
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
DebugComponent,
|
|
3
|
+
LogReader,
|
|
4
|
+
RegexParser,
|
|
5
|
+
SpanBuilder,
|
|
6
|
+
SpanDbReader
|
|
7
|
+
} from "../../shared/@ai-setting/roy-agent-core-7rewcey6.js";
|
|
8
|
+
import {
|
|
9
|
+
ReplFormatter,
|
|
10
|
+
TraceFormatter,
|
|
11
|
+
TreeFormatter
|
|
12
|
+
} from "../../shared/@ai-setting/roy-agent-core-rvv6ydff.js";
|
|
13
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
14
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
15
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.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,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createHook,
|
|
3
3
|
createPriorityHook
|
|
4
|
-
} from "
|
|
4
|
+
} from "../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
5
5
|
import {
|
|
6
6
|
AgentHookPoints,
|
|
7
7
|
HookManager,
|
|
@@ -12,8 +12,8 @@ import {
|
|
|
12
12
|
executeLLMHook,
|
|
13
13
|
executeToolHook,
|
|
14
14
|
globalHookManager
|
|
15
|
-
} from "
|
|
16
|
-
import"
|
|
15
|
+
} from "../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
16
|
+
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
17
17
|
export {
|
|
18
18
|
globalHookManager,
|
|
19
19
|
executeToolHook,
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BaseEnvironment,
|
|
3
|
+
EventSourceAgentHandler,
|
|
4
|
+
EventSourceComponent,
|
|
5
|
+
getDefaultConfigForType,
|
|
6
|
+
isValidEventSourceType,
|
|
7
|
+
validateEventSourceConfig
|
|
8
|
+
} from "../shared/@ai-setting/roy-agent-core-9qwp5qkz.js";
|
|
9
|
+
import {
|
|
10
|
+
XDG_PATHS,
|
|
11
|
+
getXDGPath,
|
|
12
|
+
getXDGPaths
|
|
13
|
+
} from "../shared/@ai-setting/roy-agent-core-qxnbvgwe.js";
|
|
14
|
+
import {
|
|
15
|
+
WorkflowComponent
|
|
16
|
+
} from "../shared/@ai-setting/roy-agent-core-4rqmfr7t.js";
|
|
17
|
+
import"../shared/@ai-setting/roy-agent-core-0rtxwr28.js";
|
|
18
|
+
import"../shared/@ai-setting/roy-agent-core-4t40mkpv.js";
|
|
19
|
+
import"../shared/@ai-setting/roy-agent-core-0vbdz0x7.js";
|
|
20
|
+
import"../shared/@ai-setting/roy-agent-core-7fgf85wc.js";
|
|
21
|
+
import"../shared/@ai-setting/roy-agent-core-1ce3fqrk.js";
|
|
22
|
+
import"../shared/@ai-setting/roy-agent-core-fdb6m4e4.js";
|
|
23
|
+
import"../shared/@ai-setting/roy-agent-core-pc9g3962.js";
|
|
24
|
+
import"../shared/@ai-setting/roy-agent-core-3agad0d9.js";
|
|
25
|
+
import"../shared/@ai-setting/roy-agent-core-rzp9kxne.js";
|
|
26
|
+
import {
|
|
27
|
+
AgentComponent,
|
|
28
|
+
AgentComponentConfigSchema
|
|
29
|
+
} from "../shared/@ai-setting/roy-agent-core-jj79gszx.js";
|
|
30
|
+
import"../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
31
|
+
import {
|
|
32
|
+
TaskComponent
|
|
33
|
+
} from "../shared/@ai-setting/roy-agent-core-hz7rr4yx.js";
|
|
34
|
+
import"../shared/@ai-setting/roy-agent-core-2kg2wma8.js";
|
|
35
|
+
import"../shared/@ai-setting/roy-agent-core-dbsk841j.js";
|
|
36
|
+
import"../shared/@ai-setting/roy-agent-core-t94ktchq.js";
|
|
37
|
+
import"../shared/@ai-setting/roy-agent-core-w78syn7w.js";
|
|
38
|
+
import"../shared/@ai-setting/roy-agent-core-92z6t4he.js";
|
|
39
|
+
import {
|
|
40
|
+
McpComponent
|
|
41
|
+
} from "../shared/@ai-setting/roy-agent-core-re1wjfw7.js";
|
|
42
|
+
import"../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
43
|
+
import"../shared/@ai-setting/roy-agent-core-6a72jfdy.js";
|
|
44
|
+
import"../shared/@ai-setting/roy-agent-core-j3bbr2n0.js";
|
|
45
|
+
import"../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
46
|
+
import {
|
|
47
|
+
BaseComponent
|
|
48
|
+
} from "../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
49
|
+
import {
|
|
50
|
+
createHook,
|
|
51
|
+
createPriorityHook
|
|
52
|
+
} from "../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
53
|
+
import {
|
|
54
|
+
HookManager
|
|
55
|
+
} from "../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
56
|
+
import"../shared/@ai-setting/roy-agent-core-e62e2a5a.js";
|
|
57
|
+
import"../shared/@ai-setting/roy-agent-core-35x0wrtt.js";
|
|
58
|
+
import"../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
59
|
+
import"../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
60
|
+
import"../shared/@ai-setting/roy-agent-core-bncgx3gb.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
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
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-5xf65pz6.js";
|
|
16
|
+
import"../../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
17
|
+
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
18
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
19
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
20
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
21
|
+
import"../../shared/@ai-setting/roy-agent-core-35x0wrtt.js";
|
|
22
|
+
import"../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
23
|
+
import"../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
24
|
+
import"../../shared/@ai-setting/roy-agent-core-bncgx3gb.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
|
+
};
|
|
@@ -7,17 +7,17 @@ import {
|
|
|
7
7
|
injectToEnv,
|
|
8
8
|
injectToEnvFromCarrier,
|
|
9
9
|
injectToEnvWithContext
|
|
10
|
-
} from "
|
|
10
|
+
} from "../../shared/@ai-setting/roy-agent-core-4arba14a.js";
|
|
11
|
+
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
12
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
13
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
14
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
11
15
|
import {
|
|
12
16
|
Traced,
|
|
13
17
|
TracedAs,
|
|
14
18
|
TracedLightweight,
|
|
15
19
|
wrapFunction
|
|
16
|
-
} from "
|
|
17
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-jv3b7v9w.js";
|
|
18
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-m2x48hw6.js";
|
|
19
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-084qqd7t.js";
|
|
20
|
-
import"../../../../../shared/@ai-setting/roy-agent-core-w75rafhy.js";
|
|
20
|
+
} from "../../shared/@ai-setting/roy-agent-core-35x0wrtt.js";
|
|
21
21
|
import {
|
|
22
22
|
createLogger,
|
|
23
23
|
getLogDir,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
setLogDirOverride,
|
|
32
32
|
setQuietMode,
|
|
33
33
|
simplifyFilePath
|
|
34
|
-
} from "
|
|
34
|
+
} from "../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
35
35
|
import {
|
|
36
36
|
OTelTracerProvider,
|
|
37
37
|
SpanKind,
|
|
@@ -41,11 +41,11 @@ import {
|
|
|
41
41
|
propagation,
|
|
42
42
|
resetTracerProvider,
|
|
43
43
|
serialize
|
|
44
|
-
} from "
|
|
44
|
+
} from "../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
45
45
|
import {
|
|
46
46
|
SQLiteSpanStorage
|
|
47
|
-
} from "
|
|
48
|
-
import"
|
|
47
|
+
} from "../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
48
|
+
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
49
49
|
export {
|
|
50
50
|
wrapFunction,
|
|
51
51
|
simplifyFilePath,
|
|
@@ -0,0 +1,39 @@
|
|
|
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-re1wjfw7.js";
|
|
12
|
+
import"../../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
13
|
+
import {
|
|
14
|
+
adaptMcpTool,
|
|
15
|
+
convertInputSchemaToZod,
|
|
16
|
+
createMcpToolsDescription
|
|
17
|
+
} from "../../shared/@ai-setting/roy-agent-core-6a72jfdy.js";
|
|
18
|
+
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
19
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
20
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
21
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
22
|
+
import"../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
23
|
+
import"../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
24
|
+
import"../../shared/@ai-setting/roy-agent-core-bncgx3gb.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
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
adaptMcpTool,
|
|
3
|
+
convertInputSchemaToZod,
|
|
4
|
+
createMcpToolsDescription
|
|
5
|
+
} from "../../../shared/@ai-setting/roy-agent-core-6a72jfdy.js";
|
|
6
|
+
import"../../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
7
|
+
import"../../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
8
|
+
import"../../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
9
|
+
import"../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
10
|
+
export {
|
|
11
|
+
createMcpToolsDescription,
|
|
12
|
+
convertInputSchemaToZod,
|
|
13
|
+
adaptMcpTool
|
|
14
|
+
};
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
RecallMemorySchema,
|
|
3
3
|
RecordMemorySchema,
|
|
4
4
|
createMemoryTools
|
|
5
|
-
} from "
|
|
6
|
-
import"
|
|
5
|
+
} from "../../../shared/@ai-setting/roy-agent-core-g1s2h0e5.js";
|
|
6
|
+
import"../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
7
7
|
export {
|
|
8
8
|
createMemoryTools,
|
|
9
9
|
RecordMemorySchema,
|
|
@@ -3,15 +3,11 @@ import {
|
|
|
3
3
|
MemoryComponent,
|
|
4
4
|
SOURCE_PRIORITY,
|
|
5
5
|
getSourcePriority
|
|
6
|
-
} from "
|
|
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";
|
|
6
|
+
} from "../../shared/@ai-setting/roy-agent-core-pzsg9pvf.js";
|
|
11
7
|
import {
|
|
12
8
|
RecallMemorySchema,
|
|
13
9
|
RecordMemorySchema
|
|
14
|
-
} from "
|
|
10
|
+
} from "../../shared/@ai-setting/roy-agent-core-g1s2h0e5.js";
|
|
15
11
|
import {
|
|
16
12
|
GLOBAL_MEMORY_AGENT_PROMPT,
|
|
17
13
|
MemoryManager,
|
|
@@ -27,11 +23,15 @@ import {
|
|
|
27
23
|
generateProjectSummary,
|
|
28
24
|
parseMemoryAgentOutput,
|
|
29
25
|
recallMemory
|
|
30
|
-
} from "
|
|
31
|
-
import"
|
|
32
|
-
import"
|
|
33
|
-
import"
|
|
34
|
-
import"
|
|
26
|
+
} from "../../shared/@ai-setting/roy-agent-core-qya7seh6.js";
|
|
27
|
+
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
28
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
29
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
30
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
31
|
+
import"../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
32
|
+
import"../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
33
|
+
import"../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
34
|
+
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
35
35
|
export {
|
|
36
36
|
recallMemory,
|
|
37
37
|
parseMemoryAgentOutput,
|
|
@@ -13,11 +13,11 @@ import {
|
|
|
13
13
|
generateProjectSummary,
|
|
14
14
|
parseMemoryAgentOutput,
|
|
15
15
|
recallMemory
|
|
16
|
-
} from "
|
|
17
|
-
import"
|
|
18
|
-
import"
|
|
19
|
-
import"
|
|
20
|
-
import"
|
|
16
|
+
} from "../../../shared/@ai-setting/roy-agent-core-qya7seh6.js";
|
|
17
|
+
import"../../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
18
|
+
import"../../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
19
|
+
import"../../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
20
|
+
import"../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
21
21
|
export {
|
|
22
22
|
recallMemory,
|
|
23
23
|
parseMemoryAgentOutput,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
PromptComponent,
|
|
3
|
+
PromptConfigSchema,
|
|
4
|
+
PromptPathSchema,
|
|
5
|
+
PromptRenderer
|
|
6
|
+
} from "../../shared/@ai-setting/roy-agent-core-mwwk6req.js";
|
|
7
|
+
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
8
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
9
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
10
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
11
|
+
import"../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
12
|
+
import"../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
13
|
+
import"../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
14
|
+
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
15
|
+
export {
|
|
16
|
+
PromptRenderer,
|
|
17
|
+
PromptPathSchema,
|
|
18
|
+
PromptConfigSchema,
|
|
19
|
+
PromptComponent
|
|
20
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SessionComponent
|
|
3
|
+
} from "../../shared/@ai-setting/roy-agent-core-cd00w5mb.js";
|
|
4
|
+
import"../../shared/@ai-setting/roy-agent-core-rvxg1wps.js";
|
|
5
|
+
import"../../shared/@ai-setting/roy-agent-core-j3bbr2n0.js";
|
|
6
|
+
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
7
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
8
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
9
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
10
|
+
import {
|
|
11
|
+
MemorySessionStore
|
|
12
|
+
} from "../../shared/@ai-setting/roy-agent-core-2x0m2p66.js";
|
|
13
|
+
import {
|
|
14
|
+
SessionMessageConverter
|
|
15
|
+
} from "../../shared/@ai-setting/roy-agent-core-e62e2a5a.js";
|
|
16
|
+
import"../../shared/@ai-setting/roy-agent-core-35x0wrtt.js";
|
|
17
|
+
import"../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
18
|
+
import"../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
19
|
+
import"../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
20
|
+
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
21
|
+
export {
|
|
22
|
+
SessionMessageConverter,
|
|
23
|
+
SessionComponent,
|
|
24
|
+
MemorySessionStore
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import {
|
|
2
|
+
MemorySessionStore,
|
|
3
|
+
SQLiteSessionStore,
|
|
4
|
+
getDefaultDataDir,
|
|
5
|
+
getDefaultSessionDbPath
|
|
6
|
+
} from "../../../shared/@ai-setting/roy-agent-core-2x0m2p66.js";
|
|
7
|
+
import"../../../shared/@ai-setting/roy-agent-core-e62e2a5a.js";
|
|
8
|
+
import"../../../shared/@ai-setting/roy-agent-core-35x0wrtt.js";
|
|
9
|
+
import"../../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
10
|
+
import"../../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
11
|
+
import"../../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
12
|
+
import"../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
13
|
+
export {
|
|
14
|
+
getDefaultSessionDbPath,
|
|
15
|
+
getDefaultDataDir,
|
|
16
|
+
SQLiteSessionStore,
|
|
17
|
+
MemorySessionStore
|
|
18
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
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-561b1c4p.js";
|
|
10
|
+
import {
|
|
11
|
+
SkillToolSchema,
|
|
12
|
+
buildSkillDescription,
|
|
13
|
+
createSkillTool
|
|
14
|
+
} from "../../shared/@ai-setting/roy-agent-core-psvxt4c9.js";
|
|
15
|
+
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
16
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
17
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
18
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
19
|
+
import"../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
20
|
+
import"../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
21
|
+
import"../../shared/@ai-setting/roy-agent-core-bncgx3gb.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
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BackgroundTaskManager,
|
|
3
|
+
TaskEventTypes,
|
|
4
|
+
createDelegateTool,
|
|
5
|
+
createStopTool
|
|
6
|
+
} from "../../../shared/@ai-setting/roy-agent-core-w78syn7w.js";
|
|
7
|
+
import"../../../shared/@ai-setting/roy-agent-core-92z6t4he.js";
|
|
8
|
+
import"../../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
9
|
+
import"../../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
10
|
+
import"../../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
11
|
+
import"../../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
12
|
+
import"../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
13
|
+
export {
|
|
14
|
+
createStopTool,
|
|
15
|
+
createDelegateTool,
|
|
16
|
+
TaskEventTypes,
|
|
17
|
+
BackgroundTaskManager
|
|
18
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ActionTypeEnum,
|
|
3
|
+
TaskComponent,
|
|
4
|
+
TaskConfigSchema,
|
|
5
|
+
TaskPriorityEnum,
|
|
6
|
+
TaskStatusEnum
|
|
7
|
+
} from "../../shared/@ai-setting/roy-agent-core-hz7rr4yx.js";
|
|
8
|
+
import {
|
|
9
|
+
SQLiteTaskStore
|
|
10
|
+
} from "../../shared/@ai-setting/roy-agent-core-2kg2wma8.js";
|
|
11
|
+
import"../../shared/@ai-setting/roy-agent-core-dbsk841j.js";
|
|
12
|
+
import"../../shared/@ai-setting/roy-agent-core-t94ktchq.js";
|
|
13
|
+
import"../../shared/@ai-setting/roy-agent-core-w78syn7w.js";
|
|
14
|
+
import"../../shared/@ai-setting/roy-agent-core-92z6t4he.js";
|
|
15
|
+
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
16
|
+
import"../../shared/@ai-setting/roy-agent-core-rbetrphj.js";
|
|
17
|
+
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
18
|
+
import"../../shared/@ai-setting/roy-agent-core-gmnkza34.js";
|
|
19
|
+
import"../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
20
|
+
import"../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
21
|
+
import"../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
22
|
+
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
23
|
+
export {
|
|
24
|
+
TaskStatusEnum,
|
|
25
|
+
TaskPriorityEnum,
|
|
26
|
+
TaskConfigSchema,
|
|
27
|
+
TaskComponent,
|
|
28
|
+
SQLiteTaskStore,
|
|
29
|
+
ActionTypeEnum
|
|
30
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import {
|
|
2
|
+
TaskPlugin,
|
|
3
|
+
TaskTagPlugin,
|
|
4
|
+
WORKFLOW_EXTRACTOR_PROMPT,
|
|
5
|
+
createWorkflowExtractorAgent,
|
|
6
|
+
formatExtractorInput,
|
|
7
|
+
formatExtractorInputFromDescription,
|
|
8
|
+
parseExtractorOutput
|
|
9
|
+
} from "../../../shared/@ai-setting/roy-agent-core-12zkpda2.js";
|
|
10
|
+
import"../../../shared/@ai-setting/roy-agent-core-92z6t4he.js";
|
|
11
|
+
import"../../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
12
|
+
import"../../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
13
|
+
import"../../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
14
|
+
import"../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
15
|
+
export {
|
|
16
|
+
parseExtractorOutput,
|
|
17
|
+
formatExtractorInputFromDescription,
|
|
18
|
+
formatExtractorInput,
|
|
19
|
+
createWorkflowExtractorAgent,
|
|
20
|
+
WORKFLOW_EXTRACTOR_PROMPT,
|
|
21
|
+
TaskTagPlugin,
|
|
22
|
+
TaskPlugin
|
|
23
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SQLiteTaskStore,
|
|
3
|
+
getDefaultDataDir,
|
|
4
|
+
getDefaultTaskDbPath
|
|
5
|
+
} from "../../../shared/@ai-setting/roy-agent-core-2kg2wma8.js";
|
|
6
|
+
import"../../../shared/@ai-setting/roy-agent-core-j3wc4465.js";
|
|
7
|
+
import"../../../shared/@ai-setting/roy-agent-core-fv32jaa8.js";
|
|
8
|
+
import"../../../shared/@ai-setting/roy-agent-core-bncgx3gb.js";
|
|
9
|
+
import"../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
10
|
+
export {
|
|
11
|
+
getDefaultTaskDbPath,
|
|
12
|
+
getDefaultDataDir,
|
|
13
|
+
SQLiteTaskStore
|
|
14
|
+
};
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
getTaskTool,
|
|
6
6
|
listTasksTool,
|
|
7
7
|
updateTaskTool
|
|
8
|
-
} from "
|
|
9
|
-
import"
|
|
8
|
+
} from "../../../shared/@ai-setting/roy-agent-core-dbsk841j.js";
|
|
9
|
+
import"../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
10
10
|
export {
|
|
11
11
|
updateTaskTool,
|
|
12
12
|
listTasksTool,
|