@ai-setting/roy-agent-core 1.7.16 → 1.7.17
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 +1 -1
- package/dist/env/index.js +3 -3
- package/dist/env/workflow/index.js +2 -2
- package/dist/env/workflow/tools/index.js +1 -1
- package/dist/index.js +3 -3
- package/dist/shared/@ai-setting/{roy-agent-core-6jafpa30.js → roy-agent-core-7gf5abzy.js} +2 -1
- package/dist/shared/@ai-setting/{roy-agent-core-qmbd0vx2.js → roy-agent-core-p5dnn2at.js} +3 -1
- package/dist/shared/@ai-setting/{roy-agent-core-axkxd7jn.js → roy-agent-core-znhmrzyy.js} +1 -1
- package/package.json +1 -1
package/dist/env/agent/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AgentComponent,
|
|
3
3
|
AgentComponentConfigSchema,
|
|
4
4
|
SummaryAgent
|
|
5
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
5
|
+
} from "../../shared/@ai-setting/roy-agent-core-p5dnn2at.js";
|
|
6
6
|
import"../../shared/@ai-setting/roy-agent-core-rsej8ed5.js";
|
|
7
7
|
import"../../shared/@ai-setting/roy-agent-core-9sz7hnbf.js";
|
|
8
8
|
import"../../shared/@ai-setting/roy-agent-core-p06rm1xh.js";
|
package/dist/env/index.js
CHANGED
|
@@ -29,11 +29,11 @@ import"../shared/@ai-setting/roy-agent-core-1pg0fepg.js";
|
|
|
29
29
|
import"../shared/@ai-setting/roy-agent-core-skqt40yy.js";
|
|
30
30
|
import {
|
|
31
31
|
WorkflowComponent
|
|
32
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
32
|
+
} from "../shared/@ai-setting/roy-agent-core-znhmrzyy.js";
|
|
33
33
|
import"../shared/@ai-setting/roy-agent-core-1qt5x67p.js";
|
|
34
34
|
import"../shared/@ai-setting/roy-agent-core-h0x19xgn.js";
|
|
35
35
|
import"../shared/@ai-setting/roy-agent-core-1ce3fqrk.js";
|
|
36
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
36
|
+
import"../shared/@ai-setting/roy-agent-core-7gf5abzy.js";
|
|
37
37
|
import"../shared/@ai-setting/roy-agent-core-4rg92cwq.js";
|
|
38
38
|
import"../shared/@ai-setting/roy-agent-core-1y4hr9v9.js";
|
|
39
39
|
import"../shared/@ai-setting/roy-agent-core-hhrg314p.js";
|
|
@@ -53,7 +53,7 @@ import"../shared/@ai-setting/roy-agent-core-rvxg1wps.js";
|
|
|
53
53
|
import {
|
|
54
54
|
AgentComponent,
|
|
55
55
|
AgentComponentConfigSchema
|
|
56
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
56
|
+
} from "../shared/@ai-setting/roy-agent-core-p5dnn2at.js";
|
|
57
57
|
import"../shared/@ai-setting/roy-agent-core-rsej8ed5.js";
|
|
58
58
|
import"../shared/@ai-setting/roy-agent-core-9sz7hnbf.js";
|
|
59
59
|
import"../shared/@ai-setting/roy-agent-core-p06rm1xh.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-znhmrzyy.js";
|
|
4
4
|
import"../../shared/@ai-setting/roy-agent-core-1qt5x67p.js";
|
|
5
5
|
import {
|
|
6
6
|
Edge,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
DecoratorNode,
|
|
15
15
|
init_decorator_node
|
|
16
16
|
} from "../../shared/@ai-setting/roy-agent-core-1ce3fqrk.js";
|
|
17
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
17
|
+
import"../../shared/@ai-setting/roy-agent-core-7gf5abzy.js";
|
|
18
18
|
import"../../shared/@ai-setting/roy-agent-core-4rg92cwq.js";
|
|
19
19
|
import"../../shared/@ai-setting/roy-agent-core-1y4hr9v9.js";
|
|
20
20
|
import"../../shared/@ai-setting/roy-agent-core-hhrg314p.js";
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
getRunWorkflowTool,
|
|
25
25
|
initRunWorkflowTool,
|
|
26
26
|
resetRunWorkflowTool
|
|
27
|
-
} from "../../../shared/@ai-setting/roy-agent-core-
|
|
27
|
+
} from "../../../shared/@ai-setting/roy-agent-core-7gf5abzy.js";
|
|
28
28
|
import"../../../shared/@ai-setting/roy-agent-core-4rg92cwq.js";
|
|
29
29
|
import"../../../shared/@ai-setting/roy-agent-core-1y4hr9v9.js";
|
|
30
30
|
import"../../../shared/@ai-setting/roy-agent-core-77cpyf03.js";
|
package/dist/index.js
CHANGED
|
@@ -119,7 +119,7 @@ import {
|
|
|
119
119
|
} from "./shared/@ai-setting/roy-agent-core-skqt40yy.js";
|
|
120
120
|
import {
|
|
121
121
|
WorkflowComponent
|
|
122
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
122
|
+
} from "./shared/@ai-setting/roy-agent-core-znhmrzyy.js";
|
|
123
123
|
import {
|
|
124
124
|
init_node_registry_helper,
|
|
125
125
|
registerDecoratorNodeType
|
|
@@ -132,7 +132,7 @@ import {
|
|
|
132
132
|
createWorkflowFromClass
|
|
133
133
|
} from "./shared/@ai-setting/roy-agent-core-h0x19xgn.js";
|
|
134
134
|
import"./shared/@ai-setting/roy-agent-core-1ce3fqrk.js";
|
|
135
|
-
import"./shared/@ai-setting/roy-agent-core-
|
|
135
|
+
import"./shared/@ai-setting/roy-agent-core-7gf5abzy.js";
|
|
136
136
|
import {
|
|
137
137
|
SessionComponent
|
|
138
138
|
} from "./shared/@ai-setting/roy-agent-core-4rg92cwq.js";
|
|
@@ -159,7 +159,7 @@ import {
|
|
|
159
159
|
import {
|
|
160
160
|
AgentComponent,
|
|
161
161
|
AgentComponentConfigSchema
|
|
162
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
162
|
+
} from "./shared/@ai-setting/roy-agent-core-p5dnn2at.js";
|
|
163
163
|
import {
|
|
164
164
|
ToolComponent,
|
|
165
165
|
ToolRegistry,
|
|
@@ -893,7 +893,8 @@ function createRunWorkflowTool(workflowService, hooks) {
|
|
|
893
893
|
...parentSessionId ? { parentSessionId } : {},
|
|
894
894
|
...session ? {} : { runId: reservedRunId },
|
|
895
895
|
onSessionCreated,
|
|
896
|
-
...node_config ? { nodeConfig: node_config } : {}
|
|
896
|
+
...node_config ? { nodeConfig: node_config } : {},
|
|
897
|
+
...timeout ? { timeout } : {}
|
|
897
898
|
};
|
|
898
899
|
const executeCall = async () => {
|
|
899
900
|
if (session) {
|
|
@@ -325,7 +325,9 @@ var DEFAULT_AGENT_CONFIG = {
|
|
|
325
325
|
doomLoopThreshold: 5,
|
|
326
326
|
toolTimeout: 60000,
|
|
327
327
|
toolRetries: 3,
|
|
328
|
-
filterHistory: false
|
|
328
|
+
filterHistory: false,
|
|
329
|
+
allowedTools: undefined,
|
|
330
|
+
deniedTools: undefined
|
|
329
331
|
};
|
|
330
332
|
var AgentInstanceSchema = z.object({
|
|
331
333
|
type: z.enum(["primary", "sub"]).default("primary"),
|