Installation instructions
Requirements
- Node.js version 24 or higher.
Install locally
You can locally install this package using your favorite package manager.
sh
npm install @sigyn/agentsh
pnpm install @sigyn/agentsh
yarn add @sigyn/agentAdd environment variables
bash
$ touch .envAdd these variables:
ini
GRAFANA_API_TOKEN=your_tokenini
# Default to sigyn.sqlite3
SIGYN_DB=your_dbNOTE
The SIGYN_DB simply represents the SQLite database file to be created. You don't need to create the file yourself.