@ai-setting/roy-agent-core 1.5.35 → 1.5.36
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/config/index.js +3 -3
- package/dist/env/agent/index.js +3 -3
- package/dist/env/commands/index.js +3 -3
- package/dist/env/debug/index.js +3 -3
- package/dist/env/event-source/index.js +5 -9
- package/dist/env/hook/index.js +1 -1
- package/dist/env/index.js +11 -15
- package/dist/env/llm/index.js +3 -3
- package/dist/env/log-trace/index.js +3 -3
- package/dist/env/mcp/index.js +3 -3
- package/dist/env/memory/index.js +3 -3
- package/dist/env/prompt/index.js +3 -3
- package/dist/env/session/index.js +3 -3
- package/dist/env/skill/index.js +3 -3
- package/dist/env/task/delegate/index.js +2 -2
- package/dist/env/task/index.js +4 -4
- package/dist/env/tool/index.js +3 -3
- package/dist/env/workflow/index.js +3 -3
- package/dist/index.js +21 -25
- package/dist/shared/@ai-setting/{roy-agent-core-f7q2x5z6.js → roy-agent-core-0wdjp769.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-vf215qfv.js → roy-agent-core-3prpabp8.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-gjq1yk68.js → roy-agent-core-86gphny5.js} +7 -0
- package/dist/shared/@ai-setting/{roy-agent-core-zbkpc41z.js → roy-agent-core-97ma0pr5.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-8jxva565.js → roy-agent-core-9mj7vzsm.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-81w1963m.js → roy-agent-core-by55z88t.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-vkz81f7v.js → roy-agent-core-c0d3dtjd.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-b0x5dda6.js → roy-agent-core-c2wjwx16.js} +9 -1
- package/dist/shared/@ai-setting/{roy-agent-core-kkbwepqb.js → roy-agent-core-cefh9hjv.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-pw7cv1px.js → roy-agent-core-e2vk2qh7.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-g99pxzn5.js → roy-agent-core-fg1kxf70.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-7nwwzxf6.js → roy-agent-core-gf2c2pxr.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-vn2bc59q.js → roy-agent-core-hd1z20yq.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-4wjywp3c.js → roy-agent-core-hkb529dw.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-j1sr5pk9.js → roy-agent-core-j0ke54vy.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-5ex3za0m.js → roy-agent-core-np1w5dpe.js} +145 -287
- package/dist/shared/@ai-setting/{roy-agent-core-4txzpsbt.js → roy-agent-core-qdmt6nz7.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-5wp5grzj.js → roy-agent-core-vqspcspb.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-mrcxzpbg.js → roy-agent-core-wjd5kars.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-avq1x4t7.js → roy-agent-core-xb4hvk1m.js} +2 -22
- package/dist/shared/@ai-setting/{roy-agent-core-gwc4h96n.js → roy-agent-core-xt3fx7m1.js} +3 -3
- package/package.json +1 -1
package/dist/config/index.js
CHANGED
|
@@ -10,12 +10,12 @@ import {
|
|
|
10
10
|
parseJSONCWithProtocols,
|
|
11
11
|
substituteEnvVars,
|
|
12
12
|
substituteProtocolRefs
|
|
13
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
13
|
+
} from "../shared/@ai-setting/roy-agent-core-hd1z20yq.js";
|
|
14
14
|
import"../shared/@ai-setting/roy-agent-core-qxnbvgwe.js";
|
|
15
15
|
import"../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
16
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
16
|
+
import"../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
17
17
|
import"../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
18
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
18
|
+
import"../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
19
19
|
import"../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
20
20
|
export {
|
|
21
21
|
substituteProtocolRefs,
|
package/dist/env/agent/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentComponent,
|
|
3
3
|
AgentComponentConfigSchema
|
|
4
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
4
|
+
} from "../../shared/@ai-setting/roy-agent-core-c2wjwx16.js";
|
|
5
5
|
import"../../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
6
6
|
import"../../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
7
7
|
import {
|
|
8
8
|
SummaryAgent
|
|
9
9
|
} from "../../shared/@ai-setting/roy-agent-core-eajcvp4e.js";
|
|
10
10
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
11
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
11
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
12
12
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
13
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
13
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
14
14
|
import"../../shared/@ai-setting/roy-agent-core-jfh9q2qh.js";
|
|
15
15
|
import"../../shared/@ai-setting/roy-agent-core-zgypchmt.js";
|
|
16
16
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CommandsComponent
|
|
3
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
3
|
+
} from "../../shared/@ai-setting/roy-agent-core-0wdjp769.js";
|
|
4
4
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
5
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
5
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
6
6
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
7
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
7
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
8
8
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
9
9
|
import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
10
10
|
import"../../shared/@ai-setting/roy-agent-core-psv4v63c.js";
|
package/dist/env/debug/index.js
CHANGED
|
@@ -4,15 +4,15 @@ import {
|
|
|
4
4
|
RegexParser,
|
|
5
5
|
SpanBuilder,
|
|
6
6
|
SpanDbReader
|
|
7
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
7
|
+
} from "../../shared/@ai-setting/roy-agent-core-fg1kxf70.js";
|
|
8
8
|
import {
|
|
9
9
|
ReplFormatter,
|
|
10
10
|
TraceFormatter,
|
|
11
11
|
TreeFormatter
|
|
12
12
|
} from "../../shared/@ai-setting/roy-agent-core-rvv6ydff.js";
|
|
13
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
13
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
14
14
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
15
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
15
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
16
16
|
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
17
17
|
export {
|
|
18
18
|
TreeFormatter,
|
|
@@ -3,10 +3,8 @@ import {
|
|
|
3
3
|
EventSourceComponent,
|
|
4
4
|
builtInHandlers,
|
|
5
5
|
getBuiltInHandler,
|
|
6
|
-
larkCliHandler
|
|
7
|
-
|
|
8
|
-
websocketHandler
|
|
9
|
-
} from "../../shared/@ai-setting/roy-agent-core-5ex3za0m.js";
|
|
6
|
+
larkCliHandler
|
|
7
|
+
} from "../../shared/@ai-setting/roy-agent-core-np1w5dpe.js";
|
|
10
8
|
import {
|
|
11
9
|
BUILT_IN_EVENT_SOURCE_TYPES,
|
|
12
10
|
BUILT_IN_EVENT_SOURCE_TYPE_LIST,
|
|
@@ -15,19 +13,17 @@ import {
|
|
|
15
13
|
isBuiltInEventSourceType,
|
|
16
14
|
isValidEventSourceType,
|
|
17
15
|
validateEventSourceConfig
|
|
18
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
16
|
+
} from "../../shared/@ai-setting/roy-agent-core-xb4hvk1m.js";
|
|
19
17
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
20
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
18
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
21
19
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
22
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
20
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
23
21
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
24
22
|
import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
25
23
|
import"../../shared/@ai-setting/roy-agent-core-psv4v63c.js";
|
|
26
24
|
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
27
25
|
export {
|
|
28
|
-
websocketHandler,
|
|
29
26
|
validateEventSourceConfig,
|
|
30
|
-
timerHandler,
|
|
31
27
|
larkCliHandler,
|
|
32
28
|
isValidEventSourceType,
|
|
33
29
|
isBuiltInEventSourceType,
|
package/dist/env/hook/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
executeLLMHook,
|
|
13
13
|
executeToolHook,
|
|
14
14
|
globalHookManager
|
|
15
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
15
|
+
} from "../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
16
16
|
import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
17
17
|
export {
|
|
18
18
|
globalHookManager,
|
package/dist/env/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseEnvironment
|
|
3
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
3
|
+
} from "../shared/@ai-setting/roy-agent-core-j0ke54vy.js";
|
|
4
4
|
import {
|
|
5
5
|
XDG_PATHS,
|
|
6
6
|
getXDGPath,
|
|
@@ -9,20 +9,18 @@ import {
|
|
|
9
9
|
import {
|
|
10
10
|
EventSourceComponent,
|
|
11
11
|
builtInHandlers,
|
|
12
|
-
larkCliHandler
|
|
13
|
-
|
|
14
|
-
websocketHandler
|
|
15
|
-
} from "../shared/@ai-setting/roy-agent-core-5ex3za0m.js";
|
|
12
|
+
larkCliHandler
|
|
13
|
+
} from "../shared/@ai-setting/roy-agent-core-np1w5dpe.js";
|
|
16
14
|
import {
|
|
17
15
|
EventSourceInitHooks,
|
|
18
16
|
getDefaultConfigForType,
|
|
19
17
|
isBuiltInEventSourceType,
|
|
20
18
|
isValidEventSourceType,
|
|
21
19
|
validateEventSourceConfig
|
|
22
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
20
|
+
} from "../shared/@ai-setting/roy-agent-core-xb4hvk1m.js";
|
|
23
21
|
import {
|
|
24
22
|
WorkflowComponent
|
|
25
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
23
|
+
} from "../shared/@ai-setting/roy-agent-core-e2vk2qh7.js";
|
|
26
24
|
import"../shared/@ai-setting/roy-agent-core-0rtxwr28.js";
|
|
27
25
|
import"../shared/@ai-setting/roy-agent-core-ty94k28r.js";
|
|
28
26
|
import"../shared/@ai-setting/roy-agent-core-69jskqjg.js";
|
|
@@ -35,12 +33,12 @@ import"../shared/@ai-setting/roy-agent-core-1ce3fqrk.js";
|
|
|
35
33
|
import {
|
|
36
34
|
AgentComponent,
|
|
37
35
|
AgentComponentConfigSchema
|
|
38
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
36
|
+
} from "../shared/@ai-setting/roy-agent-core-c2wjwx16.js";
|
|
39
37
|
import"../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
40
38
|
import {
|
|
41
39
|
TaskComponent
|
|
42
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
43
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
40
|
+
} from "../shared/@ai-setting/roy-agent-core-xt3fx7m1.js";
|
|
41
|
+
import"../shared/@ai-setting/roy-agent-core-3prpabp8.js";
|
|
44
42
|
import"../shared/@ai-setting/roy-agent-core-bvr1761x.js";
|
|
45
43
|
import"../shared/@ai-setting/roy-agent-core-wa1kzqky.js";
|
|
46
44
|
import"../shared/@ai-setting/roy-agent-core-t94ktchq.js";
|
|
@@ -48,21 +46,21 @@ import"../shared/@ai-setting/roy-agent-core-92z6t4he.js";
|
|
|
48
46
|
import"../shared/@ai-setting/roy-agent-core-8gxth0eh.js";
|
|
49
47
|
import {
|
|
50
48
|
McpComponent
|
|
51
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
49
|
+
} from "../shared/@ai-setting/roy-agent-core-gf2c2pxr.js";
|
|
52
50
|
import"../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
53
51
|
import"../shared/@ai-setting/roy-agent-core-1akcqxj9.js";
|
|
54
52
|
import"../shared/@ai-setting/roy-agent-core-eajcvp4e.js";
|
|
55
53
|
import"../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
56
54
|
import {
|
|
57
55
|
BaseComponent
|
|
58
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
56
|
+
} from "../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
59
57
|
import {
|
|
60
58
|
createHook,
|
|
61
59
|
createPriorityHook
|
|
62
60
|
} from "../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
63
61
|
import {
|
|
64
62
|
HookManager
|
|
65
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
63
|
+
} from "../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
66
64
|
import"../shared/@ai-setting/roy-agent-core-jfh9q2qh.js";
|
|
67
65
|
import"../shared/@ai-setting/roy-agent-core-zgypchmt.js";
|
|
68
66
|
import"../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
@@ -70,9 +68,7 @@ import"../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
|
70
68
|
import"../shared/@ai-setting/roy-agent-core-psv4v63c.js";
|
|
71
69
|
import"../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
|
|
72
70
|
export {
|
|
73
|
-
websocketHandler,
|
|
74
71
|
validateEventSourceConfig,
|
|
75
|
-
timerHandler,
|
|
76
72
|
larkCliHandler,
|
|
77
73
|
isValidEventSourceType,
|
|
78
74
|
isBuiltInEventSourceType,
|
package/dist/env/llm/index.js
CHANGED
|
@@ -12,12 +12,12 @@ import {
|
|
|
12
12
|
invoke,
|
|
13
13
|
invokeNonStream,
|
|
14
14
|
parseModelString
|
|
15
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
15
|
+
} from "../../shared/@ai-setting/roy-agent-core-c0d3dtjd.js";
|
|
16
16
|
import"../../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
17
17
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
18
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
18
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
19
19
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
20
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
20
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
21
21
|
import"../../shared/@ai-setting/roy-agent-core-zgypchmt.js";
|
|
22
22
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
23
23
|
import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
injectToEnv,
|
|
8
8
|
injectToEnvFromCarrier,
|
|
9
9
|
injectToEnvWithContext
|
|
10
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
10
|
+
} from "../../shared/@ai-setting/roy-agent-core-hkb529dw.js";
|
|
11
11
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
12
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
12
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
13
13
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
14
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
14
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
15
15
|
import {
|
|
16
16
|
Traced,
|
|
17
17
|
TracedAs,
|
package/dist/env/mcp/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
McpServerLocalConfigSchema,
|
|
9
9
|
McpServerRemoteConfigSchema,
|
|
10
10
|
getMcpPathPriority
|
|
11
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
11
|
+
} from "../../shared/@ai-setting/roy-agent-core-gf2c2pxr.js";
|
|
12
12
|
import"../../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
13
13
|
import {
|
|
14
14
|
adaptMcpTool,
|
|
@@ -16,9 +16,9 @@ import {
|
|
|
16
16
|
createMcpToolsDescription
|
|
17
17
|
} from "../../shared/@ai-setting/roy-agent-core-1akcqxj9.js";
|
|
18
18
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
19
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
19
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
20
20
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
21
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
21
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
22
22
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
23
23
|
import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
24
24
|
import"../../shared/@ai-setting/roy-agent-core-psv4v63c.js";
|
package/dist/env/memory/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
MemoryComponent,
|
|
4
4
|
SOURCE_PRIORITY,
|
|
5
5
|
getSourcePriority
|
|
6
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
6
|
+
} from "../../shared/@ai-setting/roy-agent-core-qdmt6nz7.js";
|
|
7
7
|
import {
|
|
8
8
|
RecallMemorySchema,
|
|
9
9
|
RecordMemorySchema
|
|
@@ -25,9 +25,9 @@ import {
|
|
|
25
25
|
recallMemory
|
|
26
26
|
} from "../../shared/@ai-setting/roy-agent-core-6kvtahqv.js";
|
|
27
27
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
28
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
28
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
29
29
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
30
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
30
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
31
31
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
32
32
|
import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
33
33
|
import"../../shared/@ai-setting/roy-agent-core-psv4v63c.js";
|
package/dist/env/prompt/index.js
CHANGED
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
PromptConfigSchema,
|
|
4
4
|
PromptPathSchema,
|
|
5
5
|
PromptRenderer
|
|
6
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
6
|
+
} from "../../shared/@ai-setting/roy-agent-core-wjd5kars.js";
|
|
7
7
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
8
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
8
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
9
9
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
10
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
10
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
11
11
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
12
12
|
import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
13
13
|
import"../../shared/@ai-setting/roy-agent-core-psv4v63c.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SessionComponent
|
|
3
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
3
|
+
} from "../../shared/@ai-setting/roy-agent-core-by55z88t.js";
|
|
4
4
|
import"../../shared/@ai-setting/roy-agent-core-rvxg1wps.js";
|
|
5
5
|
import"../../shared/@ai-setting/roy-agent-core-eajcvp4e.js";
|
|
6
6
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
7
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
7
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
8
8
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
9
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
9
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
10
10
|
import {
|
|
11
11
|
MemorySessionStore
|
|
12
12
|
} from "../../shared/@ai-setting/roy-agent-core-d7cyjkf7.js";
|
package/dist/env/skill/index.js
CHANGED
|
@@ -6,16 +6,16 @@ import {
|
|
|
6
6
|
getSourcePriority,
|
|
7
7
|
parseFrontmatter,
|
|
8
8
|
parseSkillFile
|
|
9
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
9
|
+
} from "../../shared/@ai-setting/roy-agent-core-97ma0pr5.js";
|
|
10
10
|
import {
|
|
11
11
|
SkillToolSchema,
|
|
12
12
|
buildSkillDescription,
|
|
13
13
|
createSkillTool
|
|
14
14
|
} from "../../shared/@ai-setting/roy-agent-core-psvxt4c9.js";
|
|
15
15
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
16
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
16
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
17
17
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
18
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
18
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
19
19
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
20
20
|
import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
21
21
|
import"../../shared/@ai-setting/roy-agent-core-psv4v63c.js";
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
BackgroundTaskManager,
|
|
4
4
|
createDelegateTool,
|
|
5
5
|
createStopTool
|
|
6
|
-
} from "../../../shared/@ai-setting/roy-agent-core-
|
|
6
|
+
} from "../../../shared/@ai-setting/roy-agent-core-3prpabp8.js";
|
|
7
7
|
import"../../../shared/@ai-setting/roy-agent-core-92z6t4he.js";
|
|
8
|
-
import"../../../shared/@ai-setting/roy-agent-core-
|
|
8
|
+
import"../../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
9
9
|
import"../../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
10
10
|
import"../../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
11
11
|
import"../../../shared/@ai-setting/roy-agent-core-psv4v63c.js";
|
package/dist/env/task/index.js
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
TaskConfigSchema,
|
|
5
5
|
TaskPriorityEnum,
|
|
6
6
|
TaskStatusEnum
|
|
7
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
8
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
7
|
+
} from "../../shared/@ai-setting/roy-agent-core-xt3fx7m1.js";
|
|
8
|
+
import"../../shared/@ai-setting/roy-agent-core-3prpabp8.js";
|
|
9
9
|
import {
|
|
10
10
|
SQLiteTaskStore
|
|
11
11
|
} from "../../shared/@ai-setting/roy-agent-core-bvr1761x.js";
|
|
@@ -16,9 +16,9 @@ import {
|
|
|
16
16
|
TaskEntityEventTypes
|
|
17
17
|
} from "../../shared/@ai-setting/roy-agent-core-8gxth0eh.js";
|
|
18
18
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
19
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
19
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
20
20
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
21
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
21
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
22
22
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
23
23
|
import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
24
24
|
import"../../shared/@ai-setting/roy-agent-core-psv4v63c.js";
|
package/dist/env/tool/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
ToolValidator,
|
|
5
5
|
getMaxOutputSize,
|
|
6
6
|
setToolConfigComponent
|
|
7
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
7
|
+
} from "../../shared/@ai-setting/roy-agent-core-vqspcspb.js";
|
|
8
8
|
import {
|
|
9
9
|
bashTool,
|
|
10
10
|
echoTool,
|
|
@@ -18,9 +18,9 @@ import {
|
|
|
18
18
|
} from "../../shared/@ai-setting/roy-agent-core-qfdp3pvq.js";
|
|
19
19
|
import"../../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
20
20
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
21
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
21
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
22
22
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
23
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
23
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
24
24
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
25
25
|
import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
|
26
26
|
import"../../shared/@ai-setting/roy-agent-core-psv4v63c.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WorkflowComponent
|
|
3
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
3
|
+
} from "../../shared/@ai-setting/roy-agent-core-e2vk2qh7.js";
|
|
4
4
|
import"../../shared/@ai-setting/roy-agent-core-0rtxwr28.js";
|
|
5
5
|
import"../../shared/@ai-setting/roy-agent-core-ty94k28r.js";
|
|
6
6
|
import"../../shared/@ai-setting/roy-agent-core-69jskqjg.js";
|
|
@@ -68,9 +68,9 @@ import {
|
|
|
68
68
|
createNodeInterruptEvent,
|
|
69
69
|
createWorkflowAskUserEvent
|
|
70
70
|
} from "../../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
71
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
71
|
+
import"../../shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
72
72
|
import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
|
|
73
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
73
|
+
import"../../shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
74
74
|
import"../../shared/@ai-setting/roy-agent-core-zgypchmt.js";
|
|
75
75
|
import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
|
|
76
76
|
import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
|
package/dist/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CommandsComponent
|
|
3
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
3
|
+
} from "./shared/@ai-setting/roy-agent-core-0wdjp769.js";
|
|
4
4
|
import {
|
|
5
5
|
LogTraceComponent,
|
|
6
6
|
LogTraceConfigSchema
|
|
7
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
7
|
+
} from "./shared/@ai-setting/roy-agent-core-hkb529dw.js";
|
|
8
8
|
import {
|
|
9
9
|
ToolComponent,
|
|
10
10
|
ToolRegistry,
|
|
11
11
|
ToolValidator
|
|
12
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
12
|
+
} from "./shared/@ai-setting/roy-agent-core-vqspcspb.js";
|
|
13
13
|
import {
|
|
14
14
|
bashTool,
|
|
15
15
|
editFileTool,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
PromptComponent,
|
|
25
25
|
getBuiltInPrompt,
|
|
26
26
|
getBuiltInPromptNames
|
|
27
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
27
|
+
} from "./shared/@ai-setting/roy-agent-core-wjd5kars.js";
|
|
28
28
|
import {
|
|
29
29
|
LLMComponent,
|
|
30
30
|
LLMConfigSchema,
|
|
@@ -36,14 +36,14 @@ import {
|
|
|
36
36
|
invoke,
|
|
37
37
|
invokeNonStream,
|
|
38
38
|
parseModelString
|
|
39
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
39
|
+
} from "./shared/@ai-setting/roy-agent-core-c0d3dtjd.js";
|
|
40
40
|
import {
|
|
41
41
|
ConfigComponent
|
|
42
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
42
|
+
} from "./shared/@ai-setting/roy-agent-core-hd1z20yq.js";
|
|
43
43
|
import"./shared/@ai-setting/roy-agent-core-2grcjaad.js";
|
|
44
44
|
import {
|
|
45
45
|
MemoryComponent
|
|
46
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
46
|
+
} from "./shared/@ai-setting/roy-agent-core-qdmt6nz7.js";
|
|
47
47
|
import"./shared/@ai-setting/roy-agent-core-g1s2h0e5.js";
|
|
48
48
|
import {
|
|
49
49
|
MemoryPlugin,
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
} from "./shared/@ai-setting/roy-agent-core-3jywqmdd.js";
|
|
56
56
|
import {
|
|
57
57
|
DebugComponent
|
|
58
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
58
|
+
} from "./shared/@ai-setting/roy-agent-core-fg1kxf70.js";
|
|
59
59
|
import {
|
|
60
60
|
ReplFormatter,
|
|
61
61
|
TraceFormatter,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
BaseEnvironment,
|
|
66
66
|
generateDescendingId,
|
|
67
67
|
generateId
|
|
68
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
68
|
+
} from "./shared/@ai-setting/roy-agent-core-j0ke54vy.js";
|
|
69
69
|
import {
|
|
70
70
|
XDG_PATHS,
|
|
71
71
|
getXDGPath,
|
|
@@ -75,10 +75,8 @@ import {
|
|
|
75
75
|
EventSourceComponent,
|
|
76
76
|
builtInHandlers,
|
|
77
77
|
getBuiltInHandler,
|
|
78
|
-
larkCliHandler
|
|
79
|
-
|
|
80
|
-
websocketHandler
|
|
81
|
-
} from "./shared/@ai-setting/roy-agent-core-5ex3za0m.js";
|
|
78
|
+
larkCliHandler
|
|
79
|
+
} from "./shared/@ai-setting/roy-agent-core-np1w5dpe.js";
|
|
82
80
|
import {
|
|
83
81
|
BUILT_IN_EVENT_SOURCE_TYPES,
|
|
84
82
|
BUILT_IN_EVENT_SOURCE_TYPE_LIST,
|
|
@@ -87,10 +85,10 @@ import {
|
|
|
87
85
|
isBuiltInEventSourceType,
|
|
88
86
|
isValidEventSourceType,
|
|
89
87
|
validateEventSourceConfig
|
|
90
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
88
|
+
} from "./shared/@ai-setting/roy-agent-core-xb4hvk1m.js";
|
|
91
89
|
import {
|
|
92
90
|
WorkflowComponent
|
|
93
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
91
|
+
} from "./shared/@ai-setting/roy-agent-core-e2vk2qh7.js";
|
|
94
92
|
import {
|
|
95
93
|
init_node_registry_helper,
|
|
96
94
|
registerDecoratorNodeType
|
|
@@ -112,15 +110,15 @@ import"./shared/@ai-setting/roy-agent-core-1ce3fqrk.js";
|
|
|
112
110
|
import {
|
|
113
111
|
AgentComponent,
|
|
114
112
|
AgentComponentConfigSchema
|
|
115
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
113
|
+
} from "./shared/@ai-setting/roy-agent-core-c2wjwx16.js";
|
|
116
114
|
import {
|
|
117
115
|
AskUserError,
|
|
118
116
|
init_workflow_hil
|
|
119
117
|
} from "./shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
120
118
|
import {
|
|
121
119
|
TaskComponent
|
|
122
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
123
|
-
import"./shared/@ai-setting/roy-agent-core-
|
|
120
|
+
} from "./shared/@ai-setting/roy-agent-core-xt3fx7m1.js";
|
|
121
|
+
import"./shared/@ai-setting/roy-agent-core-3prpabp8.js";
|
|
124
122
|
import"./shared/@ai-setting/roy-agent-core-bvr1761x.js";
|
|
125
123
|
import"./shared/@ai-setting/roy-agent-core-wa1kzqky.js";
|
|
126
124
|
import"./shared/@ai-setting/roy-agent-core-t94ktchq.js";
|
|
@@ -130,11 +128,11 @@ import {
|
|
|
130
128
|
import"./shared/@ai-setting/roy-agent-core-8gxth0eh.js";
|
|
131
129
|
import {
|
|
132
130
|
SkillComponent
|
|
133
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
131
|
+
} from "./shared/@ai-setting/roy-agent-core-97ma0pr5.js";
|
|
134
132
|
import"./shared/@ai-setting/roy-agent-core-psvxt4c9.js";
|
|
135
133
|
import {
|
|
136
134
|
McpComponent
|
|
137
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
135
|
+
} from "./shared/@ai-setting/roy-agent-core-gf2c2pxr.js";
|
|
138
136
|
import {
|
|
139
137
|
AgentError,
|
|
140
138
|
ComponentError,
|
|
@@ -149,13 +147,13 @@ import {
|
|
|
149
147
|
import"./shared/@ai-setting/roy-agent-core-1akcqxj9.js";
|
|
150
148
|
import {
|
|
151
149
|
SessionComponent
|
|
152
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
150
|
+
} from "./shared/@ai-setting/roy-agent-core-by55z88t.js";
|
|
153
151
|
import"./shared/@ai-setting/roy-agent-core-rvxg1wps.js";
|
|
154
152
|
import"./shared/@ai-setting/roy-agent-core-eajcvp4e.js";
|
|
155
153
|
import"./shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
156
154
|
import {
|
|
157
155
|
BaseComponent
|
|
158
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
156
|
+
} from "./shared/@ai-setting/roy-agent-core-cefh9hjv.js";
|
|
159
157
|
import {
|
|
160
158
|
createHook,
|
|
161
159
|
createPriorityHook
|
|
@@ -163,7 +161,7 @@ import {
|
|
|
163
161
|
import {
|
|
164
162
|
HookManager,
|
|
165
163
|
globalHookManager
|
|
166
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
164
|
+
} from "./shared/@ai-setting/roy-agent-core-86gphny5.js";
|
|
167
165
|
import {
|
|
168
166
|
MemorySessionStore
|
|
169
167
|
} from "./shared/@ai-setting/roy-agent-core-d7cyjkf7.js";
|
|
@@ -319,9 +317,7 @@ init_node_registry_helper();
|
|
|
319
317
|
export {
|
|
320
318
|
writeFileTool,
|
|
321
319
|
wrapFunction,
|
|
322
|
-
websocketHandler,
|
|
323
320
|
validateEventSourceConfig,
|
|
324
|
-
timerHandler,
|
|
325
321
|
setQuietMode,
|
|
326
322
|
setConfigComponent as setLoggerConfigComponent,
|
|
327
323
|
setLogDirOverride,
|
|
@@ -36,7 +36,14 @@ class HookManager {
|
|
|
36
36
|
return;
|
|
37
37
|
const sortedHooks = this.sortHooks(hooks);
|
|
38
38
|
const ctx = this.createContext(hookPoint, data, metadata, "before");
|
|
39
|
+
const pluginEnabled = metadata.pluginEnabled || {};
|
|
39
40
|
for (const hook of sortedHooks) {
|
|
41
|
+
if (hook.pluginName && hook.sourceId) {
|
|
42
|
+
const key = `${hook.sourceId}:${hook.pluginName}`;
|
|
43
|
+
if (pluginEnabled[key] !== true) {
|
|
44
|
+
continue;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
40
47
|
await this.safeExecute(hook, ctx);
|
|
41
48
|
}
|
|
42
49
|
}
|