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