@cuylabs/agent-runtime-dapr 5.7.0 → 6.1.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
- createWaitAgentTool,
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(createWaitAgentTool(runtime), createCloseAgentTool(runtime));
5913
+ tools.push(
5914
+ createGetAgentResultsTool(runtime),
5915
+ createCloseAgentTool(runtime)
5916
+ );
5914
5917
  }
5915
5918
  return tools;
5916
5919
  }
@@ -17,7 +17,7 @@ import {
17
17
  startDaprAgentWorkflowTurn,
18
18
  startDaprHostHttpServer,
19
19
  startDaprHttpServer
20
- } from "../chunk-WYU7JOJ7.js";
20
+ } from "../chunk-N6L5DUVG.js";
21
21
  import {
22
22
  DaprServiceInvoker,
23
23
  invokeRemoteAgentRun
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ import {
36
36
  installDaprSubAgents,
37
37
  startDaprAgentWorkflowTurn,
38
38
  startDaprHostHttpServer
39
- } from "./chunk-WYU7JOJ7.js";
39
+ } from "./chunk-N6L5DUVG.js";
40
40
  import {
41
41
  DaprServiceInvoker,
42
42
  createDaprAppDispatchExecutor,
@@ -10,7 +10,7 @@ import {
10
10
  createDaprTeamHttpHandler,
11
11
  createDaprTeamRunner,
12
12
  createPrepareExternalTasksActivity
13
- } from "../chunk-WYU7JOJ7.js";
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": "5.7.0",
3
+ "version": "6.1.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": "^5.7.0",
46
- "@cuylabs/agent-runtime": "^5.7.0"
45
+ "@cuylabs/agent-core": "^6.1.0",
46
+ "@cuylabs/agent-runtime": "^6.1.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": "^5.7.0",
79
- "@cuylabs/agent-session-store-file": "^5.7.0"
78
+ "@cuylabs/agent-code": "^6.1.0",
79
+ "@cuylabs/agent-session-store-file": "^6.1.0"
80
80
  },
81
81
  "keywords": [
82
82
  "agent",