Getting Started
Configure your provider and model:
reasonix setup
Start an interactive session:
reasonix
Show available commands:
reasonix help
Server Mode
Run Reasonix as a server:
reasonix serve --addr 0.0.0.0:8787 --auth token
The server will listen on port 8787.
Important Files & Directories
- NVM Directory:
/root/.nvm - Node.js Versions:
/root/.nvm/versions/node - Configuration File:
/root/.reasonix/config.toml