openai-swarm-node
Version:
Swarm.js - A Node.js SDK for OpenAI multi-agent orchestration
32 lines (31 loc) • 588 B
JSON
{
"name": "openai-swarm-node",
"version": "1.0.6",
"description": "Swarm.js - A Node.js SDK for OpenAI multi-agent orchestration",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openai",
"swarm",
"nodejs",
"agent",
"llm",
"gpt",
"chatgpt",
"agentic-framework",
"multi-agent",
"orchestration",
"ai",
"chat",
"chatbot"
],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5",
"joi": "^17.13.3",
"openai": "^4.67.3"
}
}