@cuylabs/agent-runtime-dapr 5.2.1 → 5.4.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.
@@ -17,12 +17,12 @@ import {
17
17
  startDaprAgentWorkflowTurn,
18
18
  startDaprHostHttpServer,
19
19
  startDaprHttpServer
20
- } from "../chunk-WYU7JOJ7.js";
20
+ } from "../chunk-5VETXUPS.js";
21
+ import "../chunk-POIJYTT6.js";
21
22
  import {
22
23
  DaprServiceInvoker,
23
24
  invokeRemoteAgentRun
24
25
  } from "../chunk-BQLQLDWZ.js";
25
- import "../chunk-POIJYTT6.js";
26
26
  import "../chunk-L6SWGYZC.js";
27
27
  import "../chunk-HQLQRXU5.js";
28
28
  export {
package/dist/index.js CHANGED
@@ -36,7 +36,15 @@ import {
36
36
  installDaprSubAgents,
37
37
  startDaprAgentWorkflowTurn,
38
38
  startDaprHostHttpServer
39
- } from "./chunk-WYU7JOJ7.js";
39
+ } from "./chunk-5VETXUPS.js";
40
+ import {
41
+ DaprExecutionObserver,
42
+ DaprExecutionStore,
43
+ createDaprExecutionObserver,
44
+ createDaprLoggingObserver,
45
+ createOtelObserver,
46
+ createWorkflowObserverBridge
47
+ } from "./chunk-POIJYTT6.js";
40
48
  import {
41
49
  DaprServiceInvoker,
42
50
  createDaprAppDispatchExecutor,
@@ -47,14 +55,6 @@ import {
47
55
  createWorkflowDispatchTarget,
48
56
  invokeRemoteAgentRun
49
57
  } from "./chunk-BQLQLDWZ.js";
50
- import {
51
- DaprExecutionObserver,
52
- DaprExecutionStore,
53
- createDaprExecutionObserver,
54
- createDaprLoggingObserver,
55
- createOtelObserver,
56
- createWorkflowObserverBridge
57
- } from "./chunk-POIJYTT6.js";
58
58
  import {
59
59
  DEFAULT_AGENT_TURN_WORKFLOW_NAME,
60
60
  DaprWorkflowClient,
@@ -10,9 +10,9 @@ import {
10
10
  createDaprTeamHttpHandler,
11
11
  createDaprTeamRunner,
12
12
  createPrepareExternalTasksActivity
13
- } from "../chunk-WYU7JOJ7.js";
14
- import "../chunk-BQLQLDWZ.js";
13
+ } from "../chunk-5VETXUPS.js";
15
14
  import "../chunk-POIJYTT6.js";
15
+ import "../chunk-BQLQLDWZ.js";
16
16
  import "../chunk-L6SWGYZC.js";
17
17
  import "../chunk-HQLQRXU5.js";
18
18
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuylabs/agent-runtime-dapr",
3
- "version": "5.2.1",
3
+ "version": "5.4.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.2.1",
46
- "@cuylabs/agent-runtime": "^5.2.1"
45
+ "@cuylabs/agent-core": "^5.4.0",
46
+ "@cuylabs/agent-runtime": "^5.4.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.2.1",
79
- "@cuylabs/agent-session-store-file": "^5.2.1"
78
+ "@cuylabs/agent-code": "^5.4.0",
79
+ "@cuylabs/agent-session-store-file": "^5.4.0"
80
80
  },
81
81
  "keywords": [
82
82
  "agent",
@@ -1,3 +1,9 @@
1
+ import {
2
+ DaprExecutionStore,
3
+ createDaprExecutionObserver,
4
+ createDaprLoggingObserver,
5
+ createWorkflowObserverBridge
6
+ } from "./chunk-POIJYTT6.js";
1
7
  import {
2
8
  DaprServiceInvoker,
3
9
  createDaprDispatchRecordWriter,
@@ -6,12 +12,6 @@ import {
6
12
  invokeRemoteAgentRun,
7
13
  readWorkflowCompletion
8
14
  } from "./chunk-BQLQLDWZ.js";
9
- import {
10
- DaprExecutionStore,
11
- createDaprExecutionObserver,
12
- createDaprLoggingObserver,
13
- createWorkflowObserverBridge
14
- } from "./chunk-POIJYTT6.js";
15
15
  import {
16
16
  DaprWorkflowClient,
17
17
  createDaprAgentTurnWorkflowKit,