@moldea.ai/adapter-cloudflare-agents 1.0.1 → 1.0.3
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 +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ The package implements the official `cloudflare-agents` runtime adapter for `@mo
|
|
|
8
8
|
|
|
9
9
|
## Supported targets
|
|
10
10
|
|
|
11
|
-
Version `1.0.
|
|
11
|
+
Version `1.0.3` supports:
|
|
12
12
|
|
|
13
13
|
- Repository Format version `1`
|
|
14
14
|
- `@moldea.ai/core ^2.0.0`
|
|
@@ -20,7 +20,7 @@ Version `1.0.1` experimentally supports:
|
|
|
20
20
|
- AIChatAgent instructions and structured output through direct `generateText` or `streamText` requests
|
|
21
21
|
- AI SDK function tools, closed tools maps, and Cloudflare `agentTool` handoffs
|
|
22
22
|
|
|
23
|
-
Named value imports and aliases are supported. Default imports, namespace imports, re-export graphs, runtime mutation, and dynamic class or tools-map forms remain outside the verified boundary. The Runtime Compatibility Matrix is authoritative for
|
|
23
|
+
Named value imports and aliases are supported. Default imports, namespace imports, re-export graphs, runtime mutation, and dynamic class or tools-map forms remain outside the verified boundary. The Runtime Compatibility Matrix is authoritative for exact versions, evidence, binding support, patterns, and known limitations.
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moldea.ai/adapter-cloudflare-agents",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Deterministic runtime evidence and diagnostics for Cloudflare Agents integrations.",
|
|
5
5
|
"homepage": "https://github.com/moldea-ai/packages/tree/main/projects/adapter-cloudflare-agents#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"main": "./dist/index.js",
|
|
31
31
|
"types": "./dist/index.d.ts",
|
|
32
32
|
"engines": {
|
|
33
|
-
"node": "
|
|
33
|
+
"node": ">=22.11.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@moldea.ai/core": "^2.0.0",
|