@wasmagent/openai-agents 0.1.0 → 1.0.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.
@@ -1 +1 @@
1
- {"version":3,"file":"memory.d.ts","sourceRoot":"","sources":["../src/memory.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,iBAAiB,CAAC;AAGzB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,wBAAgB,eAAe,CAAC,IAAI,EAAE,iBAAiB,GAAG,eAAe,CAAC,OAAO,EAAE,MAAM,CAAC,CAUzF;AAED,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
1
+ {"version":3,"file":"memory.d.ts","sourceRoot":"","sources":["../src/memory.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAA4C,KAAK,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAGnG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,wBAAgB,eAAe,CAAC,IAAI,EAAE,iBAAiB,GAAG,eAAe,CAAC,OAAO,EAAE,MAAM,CAAC,CAUzF;AAED,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
package/dist/memory.js CHANGED
@@ -7,7 +7,7 @@
7
7
  * See `@wasmagent/aisdk/memory` for the rationale (D3 cross-framework
8
8
  * memory product surface).
9
9
  */
10
- import { createMemoryTool as createMemoryToolCore, } from "@wasmagent/core";
10
+ import { createMemoryTool as createMemoryToolCore } from "@wasmagent/core";
11
11
  export function memoryAgentTool(opts) {
12
12
  const core = createMemoryToolCore(opts);
13
13
  return {
@@ -1 +1 @@
1
- {"version":3,"file":"memory.js","sourceRoot":"","sources":["../src/memory.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EACL,gBAAgB,IAAI,oBAAoB,GAEzC,MAAM,iBAAiB,CAAC;AAKzB,MAAM,UAAU,eAAe,CAAC,IAAuB;IACrD,MAAM,IAAI,GAAG,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACxC,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,IAAI,CAAC,WAAW;QAC7B,UAAU,EAAE,IAAI,CAAC,WAAiC;QAClD,KAAK,CAAC,OAAO,CAAC,KAAK;YACjB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAc,CAAC,CAAC;QACtC,CAAC;KACF,CAAC;AACJ,CAAC;AAED,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"memory.js","sourceRoot":"","sources":["../src/memory.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAAE,gBAAgB,IAAI,oBAAoB,EAA0B,MAAM,iBAAiB,CAAC;AAKnG,MAAM,UAAU,eAAe,CAAC,IAAuB;IACrD,MAAM,IAAI,GAAG,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACxC,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,IAAI,CAAC,WAAW;QAC7B,UAAU,EAAE,IAAI,CAAC,WAAiC;QAClD,KAAK,CAAC,OAAO,CAAC,KAAK;YACjB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAc,CAAC,CAAC;QACtC,CAAC;KACF,CAAC;AACJ,CAAC;AAED,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wasmagent/openai-agents",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
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",
@@ -14,11 +14,11 @@
14
14
  "scripts": {
15
15
  "build": "tsc -p tsconfig.json",
16
16
  "typecheck": "tsc -p tsconfig.json --noEmit",
17
- "test": "vitest run",
17
+ "test": "bun test",
18
18
  "clean": "rm -rf dist .turbo"
19
19
  },
20
20
  "dependencies": {
21
- "@wasmagent/core": "workspace:*"
21
+ "@wasmagent/core": "^1.0.0"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@openai/agents": ">=0.1.0",
@@ -35,7 +35,6 @@
35
35
  "devDependencies": {
36
36
  "@types/node": "^22.0.0",
37
37
  "typescript": "^5.7.0",
38
- "vitest": "^2.1.0",
39
38
  "zod": "^3.22.0"
40
39
  },
41
40
  "engines": {
@@ -61,8 +60,7 @@
61
60
  "url": "https://github.com/WasmAgent/wasmagent-js/issues"
62
61
  },
63
62
  "publishConfig": {
64
- "access": "public",
65
- "provenance": false
63
+ "access": "public"
66
64
  },
67
65
  "files": [
68
66
  "dist",