Packages

Lux is a powerful framework for building and orchestrating LLM-powered agent workflows. It provides a robust set of tools for creating, managing, and coordinating AI agents in complex business processes.

Current section

Files

Jump to
lux priv node package.json
Raw

priv/node/package.json

{
"name": "lux-node",
"version": "0.1.0",
"description": "Node.js components for the Lux framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"nypm": "^0.6.0",
"web3": "^4.16.0"
}
}