@wasmagent/openai-agents 1.0.3 → 1.0.4
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 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# /openai-agents
|
|
2
2
|
|
|
3
|
+
> **Maturity: beta** — API shape may change in minor versions; changes announced in CHANGELOG.
|
|
4
|
+
|
|
3
5
|
> Drop wasmagent sandbox kernels into the **OpenAI Agents JS SDK** as a
|
|
4
6
|
> native `tool`. Edge-safe code execution, one capability manifest, runs on
|
|
5
7
|
> Cloudflare Workers / Vercel Edge / Node — no E2B sandbox required.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wasmagent/openai-agents",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Drop wasmagent sandbox kernels into the OpenAI Agents JS SDK as a Tool — edge-safe code execution with one capability manifest, no E2B sandbox needed",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"clean": "rm -rf dist .turbo"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wasmagent/core": "^1.0
|
|
21
|
+
"@wasmagent/core": "^1.20.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@openai/agents": ">=0.1.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@types/node": "^
|
|
36
|
+
"@types/node": "^26.1.1",
|
|
37
37
|
"typescript": "^5.7.0",
|
|
38
38
|
"zod": "^3.22.0"
|
|
39
39
|
},
|