@aiswarm/conductor
Version:
Main application to run the AI Swarm. Uses bundles the web-ui, cli, and core drivers in a simple to use package.
34 lines (33 loc) • 854 B
JSON
{
"name": "@aiswarm/conductor",
"version": "0.1.9",
"description": "Main application to run the AI Swarm. Uses bundles the web-ui, cli, and core drivers in a simple to use package.",
"keywords": [
"ai",
"swarm",
"chat",
"messaging",
"groups",
"communication",
"agent",
"gpt",
"organization"
],
"main": "@aiswatm/ui-cli",
"type": "module",
"bin": {
"conductor": "./bin"
},
"scripts": {
"start": "node -e 'import(process.cwd() + \"/node_modules/@aiswarm/ui-cli/index.js\")'",
"link": "npm link ../ui-web ../api-graphql ../ui-cli ../driver-openai"
},
"author": "Ravi Gairola <mallox@pyxzl.net>",
"license": "MIT",
"dependencies": {
"@aiswarm/ui-cli": "^0.1.0",
"@aiswarm/api-graphql": "^0.1.0",
"@aiswarm/ui-web": "^0.1.0",
"@aiswarm/driver-openai": "^0.1.0"
}
}