UNPKG

nodejs-swarm-openai

Version:

Test implementation of OpenAI Swarm for Node.js — a multi-agent system with support for finalization, custom agents, and asynchronous tools.

30 lines (29 loc) 621 B
{ "name": "nodejs-swarm-openai", "version": "1.0.11", "description": "Test implementation of OpenAI Swarm for Node.js — a multi-agent system with support for finalization, custom agents, and asynchronous tools.", "main": "src/index.js", "exports": { ".": "./src/index.js" }, "type": "module", "keywords": [ "openai", "swarm", "agent", "llm", "gpt", "chatgpt", "multi-agent", "orchestration", "ai", "chatbot" ], "author": "Severskiy23", "license": "MIT", "dependencies": { "dotenv": "^16.5.0", "openai": "^5.2.0", "undici": "^7.10.0" } }