UNPKG

@paybyrd/ai-agent-openai

Version:

OpenAI integration for AI agent toolkit

40 lines 864 B
{ "name": "@paybyrd/ai-agent-openai", "version": "0.3.6", "description": "OpenAI integration for AI agent toolkit", "type": "module", "access": "public", "author": "Paybyrd", "license": "MIT", "homepage": "https://github.com/paybyrd/ai-agent-toolkit-js#readme", "bugs": "https://github.com/paybyrd/ai-agent-toolkit-js/issues", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf dist" }, "keywords": [ "agentkit", "ai", "artificial intelligence", "paybyrd", "openai" ], "dependencies": { "@paybyrd/ai-agent-toolkit": "0.3.6", "zod-to-json-schema": "^3.22.4" }, "peerDependencies": { "openai": "^4.28.0" }, "files": [ "dist/**/*", "LICENSE", "README.md", "package.json" ], "engines": { "node": ">=18" } }