@cuylabs/agent-runtime-dapr 5.7.0 → 6.0.0
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.
|
@@ -5836,7 +5836,7 @@ import {
|
|
|
5836
5836
|
configureSubAgents,
|
|
5837
5837
|
createCloseAgentTool,
|
|
5838
5838
|
createInvokeAgentTool,
|
|
5839
|
-
|
|
5839
|
+
createGetAgentResultsTool,
|
|
5840
5840
|
getConfiguredSubAgents,
|
|
5841
5841
|
installSubAgentTools
|
|
5842
5842
|
} from "@cuylabs/agent-core";
|
|
@@ -5910,7 +5910,10 @@ function createDaprSubAgentTools(options) {
|
|
|
5910
5910
|
})
|
|
5911
5911
|
];
|
|
5912
5912
|
if (options.async) {
|
|
5913
|
-
tools.push(
|
|
5913
|
+
tools.push(
|
|
5914
|
+
createGetAgentResultsTool(runtime),
|
|
5915
|
+
createCloseAgentTool(runtime)
|
|
5916
|
+
);
|
|
5914
5917
|
}
|
|
5915
5918
|
return tools;
|
|
5916
5919
|
}
|
package/dist/host/index.js
CHANGED
package/dist/index.js
CHANGED
package/dist/team/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
createDaprTeamHttpHandler,
|
|
11
11
|
createDaprTeamRunner,
|
|
12
12
|
createPrepareExternalTasksActivity
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-N6L5DUVG.js";
|
|
14
14
|
import "../chunk-BQLQLDWZ.js";
|
|
15
15
|
import "../chunk-POIJYTT6.js";
|
|
16
16
|
import "../chunk-L6SWGYZC.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cuylabs/agent-runtime-dapr",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Dapr-backed workload runtime and host adapters for @cuylabs/agent-runtime",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"README.md"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@cuylabs/agent-core": "^
|
|
46
|
-
"@cuylabs/agent-runtime": "^
|
|
45
|
+
"@cuylabs/agent-core": "^6.0.0",
|
|
46
|
+
"@cuylabs/agent-runtime": "^6.0.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@dapr/dapr": "^3.6.1",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"typescript": "^5.7.0",
|
|
76
76
|
"vitest": "^4.0.18",
|
|
77
77
|
"zod": "^3.24.0",
|
|
78
|
-
"@cuylabs/agent-code": "^
|
|
79
|
-
"@cuylabs/agent-session-store-file": "^
|
|
78
|
+
"@cuylabs/agent-code": "^6.0.0",
|
|
79
|
+
"@cuylabs/agent-session-store-file": "^6.0.0"
|
|
80
80
|
},
|
|
81
81
|
"keywords": [
|
|
82
82
|
"agent",
|