@inkeep/agents-run-api 0.22.3 → 0.22.5

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/dist/index.cjs CHANGED
@@ -8301,7 +8301,7 @@ var Agent = class {
8301
8301
  provider: "native",
8302
8302
  runtime: "node22",
8303
8303
  timeout: 3e4,
8304
- vcpus: 1
8304
+ vcpus: 4
8305
8305
  };
8306
8306
  const result = await sandboxExecutor.executeFunctionTool(functionToolDef.id, args, {
8307
8307
  description: functionToolDef.description || functionToolDef.name,
package/dist/index.js CHANGED
@@ -7047,7 +7047,7 @@ var Agent = class {
7047
7047
  provider: "native",
7048
7048
  runtime: "node22",
7049
7049
  timeout: 3e4,
7050
- vcpus: 1
7050
+ vcpus: 4
7051
7051
  };
7052
7052
  const result = await sandboxExecutor.executeFunctionTool(functionToolDef.id, args, {
7053
7053
  description: functionToolDef.description || functionToolDef.name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-run-api",
3
- "version": "0.22.3",
3
+ "version": "0.22.5",
4
4
  "description": "Agents Run API for Inkeep Agent Framework - handles chat, agent execution, and streaming",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "traverse": "^0.6.11",
53
53
  "ts-pattern": "^5.7.1",
54
54
  "zod": "^4.1.11",
55
- "@inkeep/agents-core": "^0.22.3"
55
+ "@inkeep/agents-core": "^0.22.5"
56
56
  },
57
57
  "optionalDependencies": {
58
58
  "keytar": "^7.9.0"