UNPKG

@openai/agents-openai

Version:

The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.

45 lines 1.09 kB
{ "name": "@openai/agents-openai", "repository": "https://github.com/openai/openai-agents-js", "homepage": "https://openai.github.io/openai-agents-js/", "version": "0.1.3", "description": "The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.", "author": "OpenAI <support@openai.com>", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" } }, "dependencies": { "debug": "^4.4.0", "openai": "^5.20.2", "@openai/agents-core": "0.1.3" }, "keywords": [ "openai", "agents", "ai", "agentic" ], "license": "MIT", "peerDependencies": { "zod": "^3.25.40" }, "devDependencies": { "@ai-sdk/provider": "^1.1.3", "@types/debug": "^4.1.12", "zod": "^3.25.40" }, "files": [ "dist" ], "scripts": { "prebuild": "tsx ../../scripts/embedMeta.ts", "build": "tsc", "build-check": "tsc --noEmit -p ./tsconfig.test.json" } }