@vibe-agent-toolkit/runtime-openai 0.1.37 → 0.1.39-rc.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -251,7 +251,7 @@ interface OpenAIConfig {
251
251
 
252
252
  ## Examples
253
253
 
254
- See [@vibe-agent-toolkit/vat-example-cat-agents](../vat-example-cat-agents) for complete agent examples that work with this adapter.
254
+ See [@vibe-agent-toolkit/vat-example-cat-agents](../vat-example-cat-agents/README.md) for complete agent examples that work with this adapter.
255
255
 
256
256
  ## Comparison with Other Adapters
257
257
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-agent-toolkit/runtime-openai",
3
- "version": "0.1.37",
3
+ "version": "0.1.39-rc.1",
4
4
  "description": "OpenAI SDK runtime adapter for VAT agents",
5
5
  "type": "module",
6
6
  "exports": {
@@ -20,18 +20,18 @@
20
20
  "typecheck": "tsc --noEmit"
21
21
  },
22
22
  "dependencies": {
23
- "@vibe-agent-toolkit/agent-runtime": "0.1.37",
23
+ "@vibe-agent-toolkit/agent-runtime": "0.1.39-rc.1",
24
24
  "openai": "^4.77.3",
25
25
  "zod": "^3.24.1",
26
26
  "zod-to-json-schema": "^3.24.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^22.10.5",
30
- "@vibe-agent-toolkit/dev-tools": "0.1.37",
30
+ "@vibe-agent-toolkit/dev-tools": "0.1.39-rc.1",
31
31
  "tsx": "^4.19.2",
32
32
  "typescript": "^5.7.3",
33
33
  "vitest": "^2.1.8",
34
- "@vibe-agent-toolkit/test-agents": "0.1.37"
34
+ "@vibe-agent-toolkit/test-agents": "0.1.39-rc.1"
35
35
  },
36
36
  "keywords": [
37
37
  "ai-agent",