@ai-setting/roy-agent-core 1.5.93 → 1.5.94
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 +4 -4
- package/dist/env/workflow/engine/index.js +2 -2
- package/dist/env/workflow/index.js +3 -3
- package/dist/index.js +4 -4
- package/dist/shared/@ai-setting/{roy-agent-core-27d4js2f.js → roy-agent-core-6rx2yt78.js} +0 -2
- package/dist/shared/@ai-setting/{roy-agent-core-eqcbn89s.js → roy-agent-core-81j8yhsw.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-2pz9075g.js → roy-agent-core-ac0bc4x0.js} +2 -2
- package/dist/shared/@ai-setting/{roy-agent-core-9z1mem2n.js → roy-agent-core-b4sbnec8.js} +1 -1
- package/dist/shared/@ai-setting/{roy-agent-core-2vnw9wbx.js → roy-agent-core-phq62515.js} +1 -2
- 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-6rx2yt78.js";
|
|
6
6
|
import"../../shared/@ai-setting/roy-agent-core-j7jeqxhd.js";
|
|
7
7
|
import"../../shared/@ai-setting/roy-agent-core-jhdv14ks.js";
|
|
8
8
|
import"../../shared/@ai-setting/roy-agent-core-5h49ct1a.js";
|
package/dist/env/index.js
CHANGED
|
@@ -22,11 +22,11 @@ import"../shared/@ai-setting/roy-agent-core-dj18eyyk.js";
|
|
|
22
22
|
import"../shared/@ai-setting/roy-agent-core-az13yzmc.js";
|
|
23
23
|
import {
|
|
24
24
|
WorkflowComponent
|
|
25
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
25
|
+
} from "../shared/@ai-setting/roy-agent-core-ac0bc4x0.js";
|
|
26
26
|
import"../shared/@ai-setting/roy-agent-core-xgnpr28w.js";
|
|
27
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
27
|
+
import"../shared/@ai-setting/roy-agent-core-b4sbnec8.js";
|
|
28
28
|
import"../shared/@ai-setting/roy-agent-core-6atd905e.js";
|
|
29
|
-
import"../shared/@ai-setting/roy-agent-core-
|
|
29
|
+
import"../shared/@ai-setting/roy-agent-core-phq62515.js";
|
|
30
30
|
import"../shared/@ai-setting/roy-agent-core-q88vxmx5.js";
|
|
31
31
|
import"../shared/@ai-setting/roy-agent-core-ddwa0n6h.js";
|
|
32
32
|
import"../shared/@ai-setting/roy-agent-core-hhrg314p.js";
|
|
@@ -42,7 +42,7 @@ import"../shared/@ai-setting/roy-agent-core-1ce3fqrk.js";
|
|
|
42
42
|
import {
|
|
43
43
|
AgentComponent,
|
|
44
44
|
AgentComponentConfigSchema
|
|
45
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
45
|
+
} from "../shared/@ai-setting/roy-agent-core-6rx2yt78.js";
|
|
46
46
|
import"../shared/@ai-setting/roy-agent-core-j7jeqxhd.js";
|
|
47
47
|
import"../shared/@ai-setting/roy-agent-core-jhdv14ks.js";
|
|
48
48
|
import"../shared/@ai-setting/roy-agent-core-5h49ct1a.js";
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
Scheduler,
|
|
6
6
|
WorkflowEngine,
|
|
7
7
|
init_engine
|
|
8
|
-
} from "../../../shared/@ai-setting/roy-agent-core-
|
|
8
|
+
} from "../../../shared/@ai-setting/roy-agent-core-b4sbnec8.js";
|
|
9
9
|
import"../../../shared/@ai-setting/roy-agent-core-6atd905e.js";
|
|
10
|
-
import"../../../shared/@ai-setting/roy-agent-core-
|
|
10
|
+
import"../../../shared/@ai-setting/roy-agent-core-phq62515.js";
|
|
11
11
|
import"../../../shared/@ai-setting/roy-agent-core-q88vxmx5.js";
|
|
12
12
|
import"../../../shared/@ai-setting/roy-agent-core-ddwa0n6h.js";
|
|
13
13
|
import"../../../shared/@ai-setting/roy-agent-core-g2mth323.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WorkflowComponent
|
|
3
|
-
} from "../../shared/@ai-setting/roy-agent-core-
|
|
3
|
+
} from "../../shared/@ai-setting/roy-agent-core-ac0bc4x0.js";
|
|
4
4
|
import"../../shared/@ai-setting/roy-agent-core-xgnpr28w.js";
|
|
5
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
5
|
+
import"../../shared/@ai-setting/roy-agent-core-b4sbnec8.js";
|
|
6
6
|
import"../../shared/@ai-setting/roy-agent-core-6atd905e.js";
|
|
7
|
-
import"../../shared/@ai-setting/roy-agent-core-
|
|
7
|
+
import"../../shared/@ai-setting/roy-agent-core-phq62515.js";
|
|
8
8
|
import"../../shared/@ai-setting/roy-agent-core-q88vxmx5.js";
|
|
9
9
|
import"../../shared/@ai-setting/roy-agent-core-ddwa0n6h.js";
|
|
10
10
|
import"../../shared/@ai-setting/roy-agent-core-hhrg314p.js";
|
package/dist/index.js
CHANGED
|
@@ -101,14 +101,14 @@ import {
|
|
|
101
101
|
} from "./shared/@ai-setting/roy-agent-core-az13yzmc.js";
|
|
102
102
|
import {
|
|
103
103
|
WorkflowComponent
|
|
104
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
104
|
+
} from "./shared/@ai-setting/roy-agent-core-ac0bc4x0.js";
|
|
105
105
|
import {
|
|
106
106
|
init_node_registry_helper,
|
|
107
107
|
registerDecoratorNodeType
|
|
108
108
|
} from "./shared/@ai-setting/roy-agent-core-xgnpr28w.js";
|
|
109
|
-
import"./shared/@ai-setting/roy-agent-core-
|
|
109
|
+
import"./shared/@ai-setting/roy-agent-core-b4sbnec8.js";
|
|
110
110
|
import"./shared/@ai-setting/roy-agent-core-6atd905e.js";
|
|
111
|
-
import"./shared/@ai-setting/roy-agent-core-
|
|
111
|
+
import"./shared/@ai-setting/roy-agent-core-phq62515.js";
|
|
112
112
|
import"./shared/@ai-setting/roy-agent-core-q88vxmx5.js";
|
|
113
113
|
import"./shared/@ai-setting/roy-agent-core-ddwa0n6h.js";
|
|
114
114
|
import"./shared/@ai-setting/roy-agent-core-hhrg314p.js";
|
|
@@ -130,7 +130,7 @@ import"./shared/@ai-setting/roy-agent-core-1ce3fqrk.js";
|
|
|
130
130
|
import {
|
|
131
131
|
AgentComponent,
|
|
132
132
|
AgentComponentConfigSchema
|
|
133
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
133
|
+
} from "./shared/@ai-setting/roy-agent-core-6rx2yt78.js";
|
|
134
134
|
import {
|
|
135
135
|
createInvokeConfig,
|
|
136
136
|
invoke,
|
|
@@ -1130,8 +1130,6 @@ ${additionInfo}`
|
|
|
1130
1130
|
},
|
|
1131
1131
|
abortSignal: ctx.context.abort,
|
|
1132
1132
|
skipThresholdCheck: ctx.context.agentType === "sub",
|
|
1133
|
-
abortSignal: ctx.context.abort,
|
|
1134
|
-
skipThresholdCheck: ctx.context.agentType === "sub",
|
|
1135
1133
|
...ctx.context.toolChoice ? { toolChoice: ctx.context.toolChoice } : {}
|
|
1136
1134
|
});
|
|
1137
1135
|
const result = await withTimeout(llmPromise, 300000, "LLM invocation timeout after 300s");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentComponentAdapter,
|
|
3
3
|
init_agent_component_adapter
|
|
4
|
-
} from "./roy-agent-core-
|
|
4
|
+
} from "./roy-agent-core-phq62515.js";
|
|
5
5
|
import"./roy-agent-core-1db4vpc6.js";
|
|
6
6
|
import"./roy-agent-core-e25xkv53.js";
|
|
7
7
|
import"./roy-agent-core-gp872e7m.js";
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
WorkflowEngine,
|
|
7
7
|
exports_engine,
|
|
8
8
|
init_engine
|
|
9
|
-
} from "./roy-agent-core-
|
|
9
|
+
} from "./roy-agent-core-b4sbnec8.js";
|
|
10
10
|
import {
|
|
11
11
|
askUserTool,
|
|
12
12
|
createRunWorkflowTool,
|
|
@@ -141,7 +141,7 @@ class WorkflowComponent extends BaseComponent {
|
|
|
141
141
|
if (!agentRunner && this._workflowEnv) {
|
|
142
142
|
const agentComponent = this._workflowEnv.getComponent("agent");
|
|
143
143
|
if (agentComponent) {
|
|
144
|
-
const { AgentComponentAdapter } = await import("./roy-agent-core-
|
|
144
|
+
const { AgentComponentAdapter } = await import("./roy-agent-core-81j8yhsw.js");
|
|
145
145
|
agentRunner = new AgentComponentAdapter(agentComponent, {}, this.sessionComponent);
|
|
146
146
|
}
|
|
147
147
|
}
|
|
@@ -117,8 +117,7 @@ async function runWorkflowJsonOutputExtraction(hookCtx) {
|
|
|
117
117
|
messages: messagesOverride,
|
|
118
118
|
extraTools: [submitToolAsExtra],
|
|
119
119
|
persistSession: false,
|
|
120
|
-
abort: hookCtx.context.abort
|
|
121
|
-
toolChoice: "required"
|
|
120
|
+
abort: hookCtx.context.abort
|
|
122
121
|
};
|
|
123
122
|
try {
|
|
124
123
|
const result = await agentComponentRef.run("json-extract", "", extractContext);
|