@kuralle-agents/engagement 0.11.0 → 0.12.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 +0 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -112,5 +112,3 @@ Offline E2E: `packages/kuralle-engagement/test/same-bot-across-channels.test.ts`
|
|
|
112
112
|
- **`@kuralle-agents/messaging`** — `createMessagingRouter`, `OutboundPipeline`, `windowGuard`, `WindowStore`
|
|
113
113
|
- **`@kuralle-agents/messaging-meta`** — WhatsApp and Instagram clients
|
|
114
114
|
- **`@kuralle-agents/core`** — agents, flows, runtime
|
|
115
|
-
|
|
116
|
-
RFC: [`rfcs/whatsapp-engagement/`](../../rfcs/whatsapp-engagement/).
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "git+https://github.com/kuralle/kuralle-agents.git",
|
|
7
7
|
"directory": "packages/kuralle-engagement"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.12.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": "0.
|
|
32
|
-
"@kuralle-agents/
|
|
30
|
+
"@kuralle-agents/messaging": "0.12.0",
|
|
31
|
+
"@kuralle-agents/messaging-meta": "0.12.0",
|
|
32
|
+
"@kuralle-agents/core": "0.12.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^5.8.2",
|