A monorepo containing NAISYS (Node.js Autonomous Intelligence System) and Supervisor (web-based agent management interface).
NPM | Website | Discord | Demo Video
npm install -g naisys- NAISYS - Allows LLMs to operate a standard Linux shell autonomously with built-in context management, multi-agent communication, and cost tracking
- Supervisor - Web interface for monitoring NAISYS agents, viewing logs, and managing inter-agent messaging
npm installnpm run buildCreate apps/naisys/.env file using the .env.example file as a guide.
cd apps/naisys
node dist/naisys.js ../../agents/assistant.yaml --supervisorNavigate to http://localhost:3001 in your browser to monitor your NAISYS agents.
- See apps/naisys/README.md for detailed NAISYS documentation
- See apps/supervisor/README.md for Supervisor documentation
- Node.js 18.0.0 or higher
- Linux or WSL (for Windows users)
- lynx browser:
apt install lynx(Linux) orbrew install lynx(macOS)
MIT