@kuralle-agents/cf-agent 0.6.1 → 0.7.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -81,7 +81,7 @@ protected getRuntimeConfig() {
81
81
 
82
82
  ## Flows and routing
83
83
 
84
- Attach `flows` for structured SOPs or `routes` + `routing: { mode: 'structured' }` for triage — same `defineAgent` primitive as Node/Bun. No runtime differences.
84
+ Attach `flows` for structured SOPs or `routes`/`agents` for triage — same `defineAgent` primitive as Node/Bun. No runtime differences.
85
85
 
86
86
  ## Related
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuralle-agents/cf-agent",
3
- "version": "0.6.1",
3
+ "version": "0.7.1",
4
4
  "description": "Kuralle agent integration for Cloudflare Workers with AIChatAgent",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,20 +21,20 @@
21
21
  "dependencies": {
22
22
  "@cloudflare/ai-chat": "^0.1.8",
23
23
  "ai": "^6.0.90",
24
- "@kuralle-agents/core": "0.6.1",
25
- "@kuralle-agents/realtime-audio": "0.6.1"
24
+ "@kuralle-agents/core": "0.7.1",
25
+ "@kuralle-agents/realtime-audio": "0.7.1"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "agents": "^0.11.5",
29
29
  "zod": "^4.0.0",
30
- "@kuralle-agents/voice-protocol": "0.6.1"
30
+ "@kuralle-agents/voice-protocol": "0.7.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@cloudflare/vitest-pool-workers": "^0.12.7",
34
34
  "agents": "^0.11.5",
35
35
  "typescript": "^5.7.0",
36
36
  "vitest": "^3.2.4",
37
- "@kuralle-agents/voice-protocol": "0.6.1"
37
+ "@kuralle-agents/voice-protocol": "0.7.1"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=20"