@inkeep/agents-run-api 0.32.0 → 0.32.2

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
@@ -1923,7 +1923,7 @@ function setupOpenAPIRoutes(app6) {
1923
1923
  servers: [
1924
1924
  {
1925
1925
  url: env.AGENTS_RUN_API_URL,
1926
- description: "Development server"
1926
+ description: "API Server"
1927
1927
  }
1928
1928
  ]
1929
1929
  });
package/dist/index.js CHANGED
@@ -302,7 +302,7 @@ function setupOpenAPIRoutes(app6) {
302
302
  servers: [
303
303
  {
304
304
  url: env.AGENTS_RUN_API_URL,
305
- description: "Development server"
305
+ description: "API Server"
306
306
  }
307
307
  ]
308
308
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-run-api",
3
- "version": "0.32.0",
3
+ "version": "0.32.2",
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",
@@ -53,7 +53,7 @@
53
53
  "traverse": "^0.6.11",
54
54
  "ts-pattern": "^5.7.1",
55
55
  "zod": "4.1.5",
56
- "@inkeep/agents-core": "^0.32.0"
56
+ "@inkeep/agents-core": "^0.32.2"
57
57
  },
58
58
  "optionalDependencies": {
59
59
  "keytar": "^7.9.0"