@ai-setting/roy-agent-core 1.5.88 → 1.5.90
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/env/agent/index.js +8 -8
- package/dist/env/event-source/index.js +12 -4
- package/dist/env/index.js +20 -15
- package/dist/env/llm/index.js +4 -2
- package/dist/env/prompt/index.js +2 -1
- package/dist/env/session/index.js +3 -4
- package/dist/env/session/storage/index.js +2 -2
- package/dist/env/task/delegate/index.js +3 -2
- package/dist/env/task/index.js +4 -3
- package/dist/env/task/plugins/index.js +7 -4
- package/dist/env/tool/built-in/index.js +2 -1
- package/dist/env/tool/index.js +11 -8
- package/dist/env/workflow/engine/index.js +5 -3
- package/dist/env/workflow/index.js +6 -4
- package/dist/env/workflow/nodes/index.js +1 -1
- package/dist/env/workflow/tools/index.js +7 -1
- package/dist/env/workflow/utils/index.js +5 -0
- package/dist/index.js +144 -32
- package/dist/shared/@ai-setting/{roy-agent-core-r0m0at3x.js → roy-agent-core-0r4ndyn9.js} +119 -7
- package/dist/shared/@ai-setting/{roy-agent-core-jymz9fzp.js → roy-agent-core-2c8eraxq.js} +126 -41
- package/dist/shared/@ai-setting/{roy-agent-core-0y64qaac.js → roy-agent-core-32m0nb9j.js} +119 -30
- package/dist/shared/@ai-setting/roy-agent-core-4yq23m5g.js +421 -0
- package/dist/shared/@ai-setting/{roy-agent-core-h2d1s8yd.js → roy-agent-core-5ykms33a.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-mmkyydw7.js → roy-agent-core-83d035pp.js} +91 -579
- package/dist/shared/@ai-setting/roy-agent-core-8wd3qwx5.js +35 -0
- package/dist/shared/@ai-setting/{roy-agent-core-yx0vw1aw.js → roy-agent-core-8zjntsbb.js} +102 -32
- package/dist/shared/@ai-setting/{roy-agent-core-29fh9mxg.js → roy-agent-core-bwjpte58.js} +1 -2
- package/dist/shared/@ai-setting/{roy-agent-core-vneyghpg.js → roy-agent-core-ddq5hcp5.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-qhhxx2x2.js → roy-agent-core-ds5f75pg.js} +2 -1
- package/dist/shared/@ai-setting/{roy-agent-core-4cdtdxqx.js → roy-agent-core-ewr1nw7t.js} +1 -1
- package/dist/shared/@ai-setting/roy-agent-core-hvdfgvfz.js +114 -0
- package/dist/shared/@ai-setting/{roy-agent-core-3arrpf7n.js → roy-agent-core-hxsbegfc.js} +229 -9
- package/dist/shared/@ai-setting/{roy-agent-core-9y09xfav.js → roy-agent-core-j0107ww1.js} +6 -418
- package/dist/shared/@ai-setting/{roy-agent-core-6mk0m4t3.js → roy-agent-core-m683wd1n.js} +283 -15
- package/dist/shared/@ai-setting/{roy-agent-core-bgw4dq11.js → roy-agent-core-mw4ty0ba.js} +44 -5
- package/dist/shared/@ai-setting/{roy-agent-core-7z4xtrmw.js → roy-agent-core-nqzt9ne4.js} +53 -0
- package/dist/shared/@ai-setting/roy-agent-core-pt7as39r.js +0 -0
- package/dist/shared/@ai-setting/{roy-agent-core-6n7xwv4v.js → roy-agent-core-rkz8r2sx.js} +5 -3
- package/dist/shared/@ai-setting/{roy-agent-core-c1j7ev4e.js → roy-agent-core-txwf64pd.js} +70 -0
- package/dist/shared/@ai-setting/{roy-agent-core-7fdzfsm6.js → roy-agent-core-w0kb72ve.js} +42 -213
- package/dist/shared/@ai-setting/roy-agent-core-w6bmrgap.js +581 -0
- package/dist/shared/@ai-setting/{roy-agent-core-qhjb153z.js → roy-agent-core-xnxyzaw4.js} +27 -4
- package/dist/shared/@ai-setting/roy-agent-core-yanpq5gb.js +116 -0
- package/dist/shared/@ai-setting/{roy-agent-core-hc20420t.js → roy-agent-core-z240ts1r.js} +27 -3
- package/dist/shared/@ai-setting/{roy-agent-core-q7sqeax6.js → roy-agent-core-zky9jse4.js} +163 -3
- package/package.json +1 -1
- package/dist/shared/@ai-setting/roy-agent-core-x3gtyqax.js +0 -378
- /package/dist/shared/@ai-setting/{roy-agent-core-4f3976cd.js → roy-agent-core-k5hxvaf0.js} +0 -0
package/dist/env/agent/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentComponent,
|
|
3
|
-
AgentComponentConfigSchema
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
AgentComponentConfigSchema,
|
|
4
|
+
SummaryAgent
|
|
5
|
+
} from "../../shared/@ai-setting/roy-agent-core-8zjntsbb.js";
|
|
6
|
+
import"../../shared/@ai-setting/roy-agent-core-0r4ndyn9.js";
|
|
7
|
+
import"../../shared/@ai-setting/roy-agent-core-hxsbegfc.js";
|
|
8
|
+
import"../../shared/@ai-setting/roy-agent-core-yanpq5gb.js";
|
|
6
9
|
import"../../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
7
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
10
|
+
import"../../shared/@ai-setting/roy-agent-core-nqzt9ne4.js";
|
|
8
11
|
import"../../shared/@ai-setting/roy-agent-core-qxnbvgwe.js";
|
|
9
12
|
import"../../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
10
|
-
import
|
|
11
|
-
SummaryAgent
|
|
12
|
-
} from "../../shared/@ai-setting/roy-agent-core-x3gtyqax.js";
|
|
13
|
-
import"../../shared/@ai-setting/roy-agent-core-c1j7ev4e.js";
|
|
13
|
+
import"../../shared/@ai-setting/roy-agent-core-txwf64pd.js";
|
|
14
14
|
import"../../shared/@ai-setting/roy-agent-core-ce10b0ez.js";
|
|
15
15
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
16
16
|
import"../../shared/@ai-setting/roy-agent-core-rgckng3p.js";
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
1
|
+
import"../../shared/@ai-setting/roy-agent-core-k5hxvaf0.js";
|
|
2
2
|
import {
|
|
3
|
+
BountyIMInstance,
|
|
3
4
|
EventSourceComponent,
|
|
4
5
|
TimerInstance,
|
|
6
|
+
bountyIMHandler,
|
|
5
7
|
builtInHandlers,
|
|
6
8
|
getBuiltInHandler,
|
|
7
9
|
larkCliHandler,
|
|
8
10
|
timerHandler
|
|
9
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
11
|
+
} from "../../shared/@ai-setting/roy-agent-core-m683wd1n.js";
|
|
10
12
|
import {
|
|
11
13
|
BUILT_IN_EVENT_SOURCE_TYPES,
|
|
12
14
|
BUILT_IN_EVENT_SOURCE_TYPE_LIST,
|
|
@@ -15,10 +17,14 @@ import {
|
|
|
15
17
|
isBuiltInEventSourceType,
|
|
16
18
|
isValidEventSourceType,
|
|
17
19
|
validateEventSourceConfig
|
|
18
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
20
|
+
} from "../../shared/@ai-setting/roy-agent-core-ds5f75pg.js";
|
|
19
21
|
import"../../shared/@ai-setting/roy-agent-core-v8xa6vs8.js";
|
|
20
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
22
|
+
import"../../shared/@ai-setting/roy-agent-core-w0kb72ve.js";
|
|
23
|
+
import"../../shared/@ai-setting/roy-agent-core-83d035pp.js";
|
|
21
24
|
import"../../shared/@ai-setting/roy-agent-core-az13yzmc.js";
|
|
25
|
+
import"../../shared/@ai-setting/roy-agent-core-8wd3qwx5.js";
|
|
26
|
+
import"../../shared/@ai-setting/roy-agent-core-4yq23m5g.js";
|
|
27
|
+
import"../../shared/@ai-setting/roy-agent-core-yanpq5gb.js";
|
|
22
28
|
import"../../shared/@ai-setting/roy-agent-core-92z6t4he.js";
|
|
23
29
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
24
30
|
import"../../shared/@ai-setting/roy-agent-core-rgckng3p.js";
|
|
@@ -40,9 +46,11 @@ export {
|
|
|
40
46
|
getDefaultConfigForType,
|
|
41
47
|
getBuiltInHandler,
|
|
42
48
|
builtInHandlers,
|
|
49
|
+
bountyIMHandler,
|
|
43
50
|
TimerInstance,
|
|
44
51
|
EventSourceInitHooks,
|
|
45
52
|
EventSourceComponent,
|
|
53
|
+
BountyIMInstance,
|
|
46
54
|
BUILT_IN_EVENT_SOURCE_TYPE_LIST,
|
|
47
55
|
BUILT_IN_EVENT_SOURCE_TYPES
|
|
48
56
|
};
|
package/dist/env/index.js
CHANGED
|
@@ -1,54 +1,60 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseEnvironment
|
|
3
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
3
|
+
} from "../shared/@ai-setting/roy-agent-core-bwjpte58.js";
|
|
4
4
|
import {
|
|
5
5
|
EventSourceComponent,
|
|
6
6
|
builtInHandlers,
|
|
7
7
|
larkCliHandler
|
|
8
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
8
|
+
} from "../shared/@ai-setting/roy-agent-core-m683wd1n.js";
|
|
9
9
|
import {
|
|
10
10
|
EventSourceInitHooks,
|
|
11
11
|
getDefaultConfigForType,
|
|
12
12
|
isBuiltInEventSourceType,
|
|
13
13
|
isValidEventSourceType,
|
|
14
14
|
validateEventSourceConfig
|
|
15
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
15
|
+
} from "../shared/@ai-setting/roy-agent-core-ds5f75pg.js";
|
|
16
16
|
import"../shared/@ai-setting/roy-agent-core-v8xa6vs8.js";
|
|
17
17
|
import {
|
|
18
18
|
PluginComponent
|
|
19
19
|
} from "../shared/@ai-setting/roy-agent-core-t1ef8hf2.js";
|
|
20
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
20
|
+
import"../shared/@ai-setting/roy-agent-core-w0kb72ve.js";
|
|
21
|
+
import"../shared/@ai-setting/roy-agent-core-83d035pp.js";
|
|
21
22
|
import"../shared/@ai-setting/roy-agent-core-az13yzmc.js";
|
|
22
23
|
import {
|
|
23
24
|
WorkflowComponent
|
|
24
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
25
|
+
} from "../shared/@ai-setting/roy-agent-core-rkz8r2sx.js";
|
|
25
26
|
import"../shared/@ai-setting/roy-agent-core-fjexv5nm.js";
|
|
26
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
27
|
+
import"../shared/@ai-setting/roy-agent-core-j0107ww1.js";
|
|
27
28
|
import"../shared/@ai-setting/roy-agent-core-5kdw0p98.js";
|
|
28
29
|
import"../shared/@ai-setting/roy-agent-core-6atd905e.js";
|
|
29
30
|
import"../shared/@ai-setting/roy-agent-core-gb9gbkc3.js";
|
|
30
31
|
import"../shared/@ai-setting/roy-agent-core-ddwa0n6h.js";
|
|
31
32
|
import"../shared/@ai-setting/roy-agent-core-hhrg314p.js";
|
|
32
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
33
|
+
import"../shared/@ai-setting/roy-agent-core-z240ts1r.js";
|
|
33
34
|
import"../shared/@ai-setting/roy-agent-core-qnrf2aw6.js";
|
|
34
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
35
|
+
import"../shared/@ai-setting/roy-agent-core-32m0nb9j.js";
|
|
35
36
|
import"../shared/@ai-setting/roy-agent-core-1db4vpc6.js";
|
|
36
37
|
import"../shared/@ai-setting/roy-agent-core-tq9528d3.js";
|
|
38
|
+
import"../shared/@ai-setting/roy-agent-core-8wd3qwx5.js";
|
|
39
|
+
import"../shared/@ai-setting/roy-agent-core-4yq23m5g.js";
|
|
37
40
|
import"../shared/@ai-setting/roy-agent-core-h0x19xgn.js";
|
|
38
41
|
import"../shared/@ai-setting/roy-agent-core-1ce3fqrk.js";
|
|
39
42
|
import {
|
|
40
43
|
AgentComponent,
|
|
41
44
|
AgentComponentConfigSchema
|
|
42
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
43
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
45
|
+
} from "../shared/@ai-setting/roy-agent-core-8zjntsbb.js";
|
|
46
|
+
import"../shared/@ai-setting/roy-agent-core-0r4ndyn9.js";
|
|
47
|
+
import"../shared/@ai-setting/roy-agent-core-hxsbegfc.js";
|
|
48
|
+
import"../shared/@ai-setting/roy-agent-core-yanpq5gb.js";
|
|
44
49
|
import"../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
45
50
|
import {
|
|
46
51
|
TaskComponent
|
|
47
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
52
|
+
} from "../shared/@ai-setting/roy-agent-core-ewr1nw7t.js";
|
|
48
53
|
import"../shared/@ai-setting/roy-agent-core-8gxth0eh.js";
|
|
49
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
54
|
+
import"../shared/@ai-setting/roy-agent-core-mw4ty0ba.js";
|
|
55
|
+
import"../shared/@ai-setting/roy-agent-core-hvdfgvfz.js";
|
|
50
56
|
import"../shared/@ai-setting/roy-agent-core-pcdzfwdv.js";
|
|
51
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
57
|
+
import"../shared/@ai-setting/roy-agent-core-nqzt9ne4.js";
|
|
52
58
|
import {
|
|
53
59
|
XDG_PATHS,
|
|
54
60
|
getXDGPath,
|
|
@@ -63,8 +69,7 @@ import {
|
|
|
63
69
|
import"../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
64
70
|
import"../shared/@ai-setting/roy-agent-core-fnv3ev18.js";
|
|
65
71
|
import"../shared/@ai-setting/roy-agent-core-djtkntar.js";
|
|
66
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
67
|
-
import"../shared/@ai-setting/roy-agent-core-c1j7ev4e.js";
|
|
72
|
+
import"../shared/@ai-setting/roy-agent-core-txwf64pd.js";
|
|
68
73
|
import"../shared/@ai-setting/roy-agent-core-ce10b0ez.js";
|
|
69
74
|
import"../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
70
75
|
import {
|
package/dist/env/llm/index.js
CHANGED
|
@@ -8,13 +8,14 @@ import {
|
|
|
8
8
|
ProviderCapabilitiesSchema,
|
|
9
9
|
ProviderConfigSchema,
|
|
10
10
|
ProviderManager
|
|
11
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
11
|
+
} from "../../shared/@ai-setting/roy-agent-core-5ykms33a.js";
|
|
12
12
|
import {
|
|
13
|
+
convertToSDKMessages,
|
|
13
14
|
createInvokeConfig,
|
|
14
15
|
invoke,
|
|
15
16
|
invokeNonStream,
|
|
16
17
|
parseModelString
|
|
17
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
18
|
+
} from "../../shared/@ai-setting/roy-agent-core-0r4ndyn9.js";
|
|
18
19
|
import"../../shared/@ai-setting/roy-agent-core-ctdhjv68.js";
|
|
19
20
|
import"../../shared/@ai-setting/roy-agent-core-ce10b0ez.js";
|
|
20
21
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
@@ -33,6 +34,7 @@ export {
|
|
|
33
34
|
invokeNonStream,
|
|
34
35
|
invoke,
|
|
35
36
|
createInvokeConfig,
|
|
37
|
+
convertToSDKMessages,
|
|
36
38
|
ProviderManager,
|
|
37
39
|
ProviderConfigSchema,
|
|
38
40
|
ProviderCapabilitiesSchema,
|
package/dist/env/prompt/index.js
CHANGED
|
@@ -3,7 +3,8 @@ 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-w6bmrgap.js";
|
|
7
|
+
import"../../shared/@ai-setting/roy-agent-core-83d035pp.js";
|
|
7
8
|
import"../../shared/@ai-setting/roy-agent-core-qxnbvgwe.js";
|
|
8
9
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
9
10
|
import"../../shared/@ai-setting/roy-agent-core-rgckng3p.js";
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SessionComponent
|
|
3
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
3
|
+
} from "../../shared/@ai-setting/roy-agent-core-2c8eraxq.js";
|
|
4
4
|
import"../../shared/@ai-setting/roy-agent-core-rvxg1wps.js";
|
|
5
5
|
import {
|
|
6
6
|
MemorySessionStore
|
|
7
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
8
|
-
import"../../shared/@ai-setting/roy-agent-core-x3gtyqax.js";
|
|
7
|
+
} from "../../shared/@ai-setting/roy-agent-core-zky9jse4.js";
|
|
9
8
|
import {
|
|
10
9
|
SessionMessageConverter
|
|
11
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
10
|
+
} from "../../shared/@ai-setting/roy-agent-core-txwf64pd.js";
|
|
12
11
|
import"../../shared/@ai-setting/roy-agent-core-ce10b0ez.js";
|
|
13
12
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
14
13
|
import"../../shared/@ai-setting/roy-agent-core-rgckng3p.js";
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
SQLiteSessionStore,
|
|
4
4
|
getDefaultDataDir,
|
|
5
5
|
getDefaultSessionDbPath
|
|
6
|
-
} from "../../../shared/@ai-setting/roy-agent-core-
|
|
7
|
-
import"../../../shared/@ai-setting/roy-agent-core-
|
|
6
|
+
} from "../../../shared/@ai-setting/roy-agent-core-zky9jse4.js";
|
|
7
|
+
import"../../../shared/@ai-setting/roy-agent-core-txwf64pd.js";
|
|
8
8
|
import"../../../shared/@ai-setting/roy-agent-core-ce10b0ez.js";
|
|
9
9
|
import"../../../shared/@ai-setting/roy-agent-core-shme7set.js";
|
|
10
10
|
import"../../../shared/@ai-setting/roy-agent-core-7z9b1fm8.js";
|
|
@@ -3,8 +3,9 @@ import {
|
|
|
3
3
|
BackgroundTaskManager,
|
|
4
4
|
createDelegateTool,
|
|
5
5
|
createStopTool
|
|
6
|
-
} from "../../../shared/@ai-setting/roy-agent-core-
|
|
7
|
-
import"../../../shared/@ai-setting/roy-agent-core-
|
|
6
|
+
} from "../../../shared/@ai-setting/roy-agent-core-mw4ty0ba.js";
|
|
7
|
+
import"../../../shared/@ai-setting/roy-agent-core-hvdfgvfz.js";
|
|
8
|
+
import"../../../shared/@ai-setting/roy-agent-core-nqzt9ne4.js";
|
|
8
9
|
import"../../../shared/@ai-setting/roy-agent-core-qxnbvgwe.js";
|
|
9
10
|
import"../../../shared/@ai-setting/roy-agent-core-92z6t4he.js";
|
|
10
11
|
import"../../../shared/@ai-setting/roy-agent-core-7tp56w6n.js";
|
package/dist/env/task/index.js
CHANGED
|
@@ -5,16 +5,17 @@ import {
|
|
|
5
5
|
TaskPriorityEnum,
|
|
6
6
|
TaskStatusEnum,
|
|
7
7
|
TaskTypeEnum
|
|
8
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
8
|
+
} from "../../shared/@ai-setting/roy-agent-core-ewr1nw7t.js";
|
|
9
9
|
import {
|
|
10
10
|
TaskEntityEventTypes
|
|
11
11
|
} from "../../shared/@ai-setting/roy-agent-core-8gxth0eh.js";
|
|
12
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
12
|
+
import"../../shared/@ai-setting/roy-agent-core-mw4ty0ba.js";
|
|
13
|
+
import"../../shared/@ai-setting/roy-agent-core-hvdfgvfz.js";
|
|
13
14
|
import {
|
|
14
15
|
SQLiteTaskStore,
|
|
15
16
|
getDefaultTaskDbPath
|
|
16
17
|
} from "../../shared/@ai-setting/roy-agent-core-pcdzfwdv.js";
|
|
17
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
18
|
+
import"../../shared/@ai-setting/roy-agent-core-nqzt9ne4.js";
|
|
18
19
|
import"../../shared/@ai-setting/roy-agent-core-qxnbvgwe.js";
|
|
19
20
|
import"../../shared/@ai-setting/roy-agent-core-h5867smx.js";
|
|
20
21
|
import"../../shared/@ai-setting/roy-agent-core-t94ktchq.js";
|
|
@@ -3,14 +3,18 @@ import {
|
|
|
3
3
|
NotifyType,
|
|
4
4
|
TaskTagPlugin,
|
|
5
5
|
WORKFLOW_EXTRACTOR_PROMPT,
|
|
6
|
-
createAutoTaskPlugin,
|
|
7
6
|
createLarkCliTaskNotifyHook,
|
|
8
|
-
createWorkflowExtractorAgent,
|
|
9
7
|
formatExtractorInput,
|
|
10
8
|
formatExtractorInputFromDescription,
|
|
11
9
|
parseExtractorOutput
|
|
12
|
-
} from "../../../shared/@ai-setting/roy-agent-core-
|
|
10
|
+
} from "../../../shared/@ai-setting/roy-agent-core-w0kb72ve.js";
|
|
11
|
+
import"../../../shared/@ai-setting/roy-agent-core-83d035pp.js";
|
|
13
12
|
import"../../../shared/@ai-setting/roy-agent-core-az13yzmc.js";
|
|
13
|
+
import"../../../shared/@ai-setting/roy-agent-core-8wd3qwx5.js";
|
|
14
|
+
import"../../../shared/@ai-setting/roy-agent-core-4yq23m5g.js";
|
|
15
|
+
import {
|
|
16
|
+
createAutoTaskPlugin
|
|
17
|
+
} from "../../../shared/@ai-setting/roy-agent-core-yanpq5gb.js";
|
|
14
18
|
import"../../../shared/@ai-setting/roy-agent-core-92z6t4he.js";
|
|
15
19
|
import"../../../shared/@ai-setting/roy-agent-core-qg4rma4c.js";
|
|
16
20
|
import"../../../shared/@ai-setting/roy-agent-core-y5d04fm3.js";
|
|
@@ -23,7 +27,6 @@ export {
|
|
|
23
27
|
parseExtractorOutput,
|
|
24
28
|
formatExtractorInputFromDescription,
|
|
25
29
|
formatExtractorInput,
|
|
26
|
-
createWorkflowExtractorAgent,
|
|
27
30
|
createLarkCliTaskNotifyHook,
|
|
28
31
|
createAutoTaskPlugin,
|
|
29
32
|
WORKFLOW_EXTRACTOR_PROMPT,
|
|
@@ -8,7 +8,8 @@ import {
|
|
|
8
8
|
grepTool,
|
|
9
9
|
readFileTool,
|
|
10
10
|
writeFileTool
|
|
11
|
-
} from "../../../shared/@ai-setting/roy-agent-core-
|
|
11
|
+
} from "../../../shared/@ai-setting/roy-agent-core-xnxyzaw4.js";
|
|
12
|
+
import"../../../shared/@ai-setting/roy-agent-core-hvdfgvfz.js";
|
|
12
13
|
import"../../../shared/@ai-setting/roy-agent-core-k05v31rc.js";
|
|
13
14
|
import"../../../shared/@ai-setting/roy-agent-core-shme7set.js";
|
|
14
15
|
import"../../../shared/@ai-setting/roy-agent-core-7z9b1fm8.js";
|
package/dist/env/tool/index.js
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
ToolComponent,
|
|
3
|
-
ToolRegistry,
|
|
4
|
-
ToolValidator,
|
|
5
|
-
getMaxOutputSize,
|
|
6
|
-
setToolConfigComponent
|
|
7
|
-
} from "../../shared/@ai-setting/roy-agent-core-3arrpf7n.js";
|
|
1
|
+
import"../../shared/@ai-setting/roy-agent-core-pt7as39r.js";
|
|
8
2
|
import {
|
|
9
3
|
bashTool,
|
|
10
4
|
echoTool,
|
|
@@ -15,8 +9,17 @@ import {
|
|
|
15
9
|
grepTool,
|
|
16
10
|
readFileTool,
|
|
17
11
|
writeFileTool
|
|
18
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
12
|
+
} from "../../shared/@ai-setting/roy-agent-core-xnxyzaw4.js";
|
|
13
|
+
import {
|
|
14
|
+
ToolComponent,
|
|
15
|
+
ToolRegistry,
|
|
16
|
+
ToolValidator,
|
|
17
|
+
getMaxOutputSize,
|
|
18
|
+
setToolConfigComponent
|
|
19
|
+
} from "../../shared/@ai-setting/roy-agent-core-hxsbegfc.js";
|
|
20
|
+
import"../../shared/@ai-setting/roy-agent-core-yanpq5gb.js";
|
|
19
21
|
import"../../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
22
|
+
import"../../shared/@ai-setting/roy-agent-core-hvdfgvfz.js";
|
|
20
23
|
import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
|
|
21
24
|
import"../../shared/@ai-setting/roy-agent-core-rgckng3p.js";
|
|
22
25
|
import"../../shared/@ai-setting/roy-agent-core-b8r4tfqq.js";
|
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
|
-
DAGManager,
|
|
3
2
|
EventBus,
|
|
4
3
|
Executor,
|
|
5
4
|
NodeRegistry,
|
|
6
5
|
Scheduler,
|
|
7
6
|
WorkflowEngine,
|
|
8
7
|
init_engine
|
|
9
|
-
} from "../../../shared/@ai-setting/roy-agent-core-
|
|
8
|
+
} from "../../../shared/@ai-setting/roy-agent-core-j0107ww1.js";
|
|
10
9
|
import"../../../shared/@ai-setting/roy-agent-core-5kdw0p98.js";
|
|
11
10
|
import"../../../shared/@ai-setting/roy-agent-core-6atd905e.js";
|
|
12
11
|
import"../../../shared/@ai-setting/roy-agent-core-gb9gbkc3.js";
|
|
13
12
|
import"../../../shared/@ai-setting/roy-agent-core-ddwa0n6h.js";
|
|
14
|
-
import"../../../shared/@ai-setting/roy-agent-core-
|
|
13
|
+
import"../../../shared/@ai-setting/roy-agent-core-z240ts1r.js";
|
|
15
14
|
import"../../../shared/@ai-setting/roy-agent-core-qnrf2aw6.js";
|
|
16
15
|
import"../../../shared/@ai-setting/roy-agent-core-1db4vpc6.js";
|
|
16
|
+
import {
|
|
17
|
+
DAGManager
|
|
18
|
+
} from "../../../shared/@ai-setting/roy-agent-core-4yq23m5g.js";
|
|
17
19
|
import"../../../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
18
20
|
import"../../../shared/@ai-setting/roy-agent-core-7tp56w6n.js";
|
|
19
21
|
import"../../../shared/@ai-setting/roy-agent-core-qg4rma4c.js";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WorkflowComponent
|
|
3
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
3
|
+
} from "../../shared/@ai-setting/roy-agent-core-rkz8r2sx.js";
|
|
4
4
|
import"../../shared/@ai-setting/roy-agent-core-fjexv5nm.js";
|
|
5
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
5
|
+
import"../../shared/@ai-setting/roy-agent-core-j0107ww1.js";
|
|
6
6
|
import"../../shared/@ai-setting/roy-agent-core-5kdw0p98.js";
|
|
7
7
|
import"../../shared/@ai-setting/roy-agent-core-6atd905e.js";
|
|
8
8
|
import"../../shared/@ai-setting/roy-agent-core-gb9gbkc3.js";
|
|
9
9
|
import"../../shared/@ai-setting/roy-agent-core-ddwa0n6h.js";
|
|
10
10
|
import"../../shared/@ai-setting/roy-agent-core-hhrg314p.js";
|
|
11
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
11
|
+
import"../../shared/@ai-setting/roy-agent-core-z240ts1r.js";
|
|
12
12
|
import {
|
|
13
13
|
BaseEventSchema,
|
|
14
14
|
ControlPauseEventSchema,
|
|
@@ -60,9 +60,11 @@ import {
|
|
|
60
60
|
pathNotFound,
|
|
61
61
|
unresolvedVariable
|
|
62
62
|
} from "../../shared/@ai-setting/roy-agent-core-qnrf2aw6.js";
|
|
63
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
63
|
+
import"../../shared/@ai-setting/roy-agent-core-32m0nb9j.js";
|
|
64
64
|
import"../../shared/@ai-setting/roy-agent-core-1db4vpc6.js";
|
|
65
65
|
import"../../shared/@ai-setting/roy-agent-core-tq9528d3.js";
|
|
66
|
+
import"../../shared/@ai-setting/roy-agent-core-8wd3qwx5.js";
|
|
67
|
+
import"../../shared/@ai-setting/roy-agent-core-4yq23m5g.js";
|
|
66
68
|
import {
|
|
67
69
|
Edge,
|
|
68
70
|
NodeAs,
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
init_skill_node,
|
|
6
6
|
init_tool_node,
|
|
7
7
|
init_workflow_node
|
|
8
|
-
} from "../../../shared/@ai-setting/roy-agent-core-
|
|
8
|
+
} from "../../../shared/@ai-setting/roy-agent-core-z240ts1r.js";
|
|
9
9
|
import"../../../shared/@ai-setting/roy-agent-core-k05v31rc.js";
|
|
10
10
|
import"../../../shared/@ai-setting/roy-agent-core-shme7set.js";
|
|
11
11
|
import"../../../shared/@ai-setting/roy-agent-core-7z9b1fm8.js";
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
WorkflowRunStopInputSchema,
|
|
9
9
|
WorkflowSearchInputSchema,
|
|
10
10
|
WorkflowTagListInputSchema,
|
|
11
|
+
WorkflowValidateInputSchema,
|
|
11
12
|
askUserTool,
|
|
12
13
|
askUserToolInstance,
|
|
13
14
|
createLegacyRunWorkflowTool,
|
|
@@ -19,10 +20,11 @@ import {
|
|
|
19
20
|
createWorkflowRunStopTool,
|
|
20
21
|
createWorkflowSearchTool,
|
|
21
22
|
createWorkflowTagListTool,
|
|
23
|
+
createWorkflowValidateTool,
|
|
22
24
|
getRunWorkflowTool,
|
|
23
25
|
initRunWorkflowTool,
|
|
24
26
|
resetRunWorkflowTool
|
|
25
|
-
} from "../../../shared/@ai-setting/roy-agent-core-
|
|
27
|
+
} from "../../../shared/@ai-setting/roy-agent-core-32m0nb9j.js";
|
|
26
28
|
import {
|
|
27
29
|
WORKFLOW_SUBMIT_OUTPUT_TOOL_NAME,
|
|
28
30
|
WorkflowJsonOutputMarker,
|
|
@@ -31,6 +33,8 @@ import {
|
|
|
31
33
|
parseWorkflowJsonOutput
|
|
32
34
|
} from "../../../shared/@ai-setting/roy-agent-core-1db4vpc6.js";
|
|
33
35
|
import"../../../shared/@ai-setting/roy-agent-core-tq9528d3.js";
|
|
36
|
+
import"../../../shared/@ai-setting/roy-agent-core-8wd3qwx5.js";
|
|
37
|
+
import"../../../shared/@ai-setting/roy-agent-core-4yq23m5g.js";
|
|
34
38
|
import"../../../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
35
39
|
import"../../../shared/@ai-setting/roy-agent-core-k05v31rc.js";
|
|
36
40
|
import"../../../shared/@ai-setting/roy-agent-core-shme7set.js";
|
|
@@ -45,6 +49,7 @@ export {
|
|
|
45
49
|
parseWorkflowJsonOutput,
|
|
46
50
|
initRunWorkflowTool,
|
|
47
51
|
getRunWorkflowTool,
|
|
52
|
+
createWorkflowValidateTool,
|
|
48
53
|
createWorkflowTagListTool,
|
|
49
54
|
createWorkflowSearchTool,
|
|
50
55
|
createWorkflowRunStopTool,
|
|
@@ -57,6 +62,7 @@ export {
|
|
|
57
62
|
createLegacyRunWorkflowTool,
|
|
58
63
|
askUserToolInstance,
|
|
59
64
|
askUserTool,
|
|
65
|
+
WorkflowValidateInputSchema,
|
|
60
66
|
WorkflowTagListInputSchema,
|
|
61
67
|
WorkflowSearchInputSchema,
|
|
62
68
|
WorkflowRunStopInputSchema,
|
|
@@ -9,6 +9,10 @@ import {
|
|
|
9
9
|
init_node_id_utils
|
|
10
10
|
} from "../../../shared/@ai-setting/roy-agent-core-ddwa0n6h.js";
|
|
11
11
|
import"../../../shared/@ai-setting/roy-agent-core-qnrf2aw6.js";
|
|
12
|
+
import {
|
|
13
|
+
validateWorkflowDefinition
|
|
14
|
+
} from "../../../shared/@ai-setting/roy-agent-core-8wd3qwx5.js";
|
|
15
|
+
import"../../../shared/@ai-setting/roy-agent-core-4yq23m5g.js";
|
|
12
16
|
import"../../../shared/@ai-setting/roy-agent-core-e25xkv53.js";
|
|
13
17
|
import {
|
|
14
18
|
TracedAs,
|
|
@@ -451,6 +455,7 @@ __legacyDecorateClassTS([
|
|
|
451
455
|
TracedAs("recovery.validator.validateNested", { recordParams: true, recordResult: true, log: true })
|
|
452
456
|
], RecoveryValidator.prototype, "validateNestedWorkflows", null);
|
|
453
457
|
export {
|
|
458
|
+
validateWorkflowDefinition,
|
|
454
459
|
resolveTemplates,
|
|
455
460
|
resolveTemplateString,
|
|
456
461
|
getFromMapWithNormalization,
|