@kuralle-agents/engagement 0.12.0 → 0.13.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/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -103,9 +103,9 @@ import { whatsappPolicy, webPolicy, instagramPolicy } from '@kuralle-agents/enga
|
|
|
103
103
|
|
|
104
104
|
The multi-platform demo wires all three policies on one runtime:
|
|
105
105
|
|
|
106
|
-
`packages/
|
|
106
|
+
`packages/messaging-meta/examples/multi-platform/server.ts`
|
|
107
107
|
|
|
108
|
-
Offline E2E: `packages/
|
|
108
|
+
Offline E2E: `packages/engagement/test/same-bot-across-channels.test.ts`.
|
|
109
109
|
|
|
110
110
|
## Related packages
|
|
111
111
|
|
package/package.json
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/kuralle/kuralle-agents.git",
|
|
7
|
-
"directory": "packages/
|
|
7
|
+
"directory": "packages/engagement"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.13.0",
|
|
10
10
|
"description": "Channel-agnostic engagement layer for Kuralle agents (window-safe outbound, smart-send, interactive fidelity, handoff, consent, proactive).",
|
|
11
11
|
"type": "module",
|
|
12
12
|
"main": "dist/index.js",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"ai": "^6.0.0",
|
|
29
29
|
"zod": "^4.0.0",
|
|
30
|
-
"@kuralle-agents/
|
|
31
|
-
"@kuralle-agents/messaging
|
|
32
|
-
"@kuralle-agents/
|
|
30
|
+
"@kuralle-agents/core": "0.13.0",
|
|
31
|
+
"@kuralle-agents/messaging": "0.13.0",
|
|
32
|
+
"@kuralle-agents/messaging-meta": "0.13.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^5.8.2",
|