@ai-setting/roy-agent-core 1.5.76 → 1.5.78
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/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import"../shared/@ai-setting/roy-agent-core-r12a2qfv.js";
|
|
|
21
21
|
import"../shared/@ai-setting/roy-agent-core-az13yzmc.js";
|
|
22
22
|
import {
|
|
23
23
|
WorkflowComponent
|
|
24
|
-
} from "../shared/@ai-setting/roy-agent-core-
|
|
24
|
+
} from "../shared/@ai-setting/roy-agent-core-vqkzn45t.js";
|
|
25
25
|
import"../shared/@ai-setting/roy-agent-core-fjexv5nm.js";
|
|
26
26
|
import"../shared/@ai-setting/roy-agent-core-4hh4s0w1.js";
|
|
27
27
|
import"../shared/@ai-setting/roy-agent-core-9adgwts7.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-vqkzn45t.js";
|
|
4
4
|
import"../../shared/@ai-setting/roy-agent-core-fjexv5nm.js";
|
|
5
5
|
import"../../shared/@ai-setting/roy-agent-core-4hh4s0w1.js";
|
|
6
6
|
import"../../shared/@ai-setting/roy-agent-core-9adgwts7.js";
|
package/dist/index.js
CHANGED
|
@@ -89,7 +89,7 @@ import {
|
|
|
89
89
|
} from "./shared/@ai-setting/roy-agent-core-az13yzmc.js";
|
|
90
90
|
import {
|
|
91
91
|
WorkflowComponent
|
|
92
|
-
} from "./shared/@ai-setting/roy-agent-core-
|
|
92
|
+
} from "./shared/@ai-setting/roy-agent-core-vqkzn45t.js";
|
|
93
93
|
import {
|
|
94
94
|
init_node_registry_helper,
|
|
95
95
|
registerDecoratorNodeType
|
|
@@ -148,7 +148,7 @@ class WorkflowComponent extends BaseComponent {
|
|
|
148
148
|
llmComponent: this._workflowEnv?.getComponent("llm")
|
|
149
149
|
});
|
|
150
150
|
registerDecoratorNodeType2(registry);
|
|
151
|
-
const engine = new WorkflowEngine(registry);
|
|
151
|
+
const engine = new WorkflowEngine(registry, this.sessionComponent);
|
|
152
152
|
return engine.runWorkflow(definition, { ...options, input });
|
|
153
153
|
}
|
|
154
154
|
async onStop() {
|