NAISYS

NAISYS

Command shell driver for LLMs

Stars: 66

Visit
 screenshot

NAISYS Project is a monorepo containing NAISYS (Node.js Autonomous Intelligence System) and Supervisor, a web-based agent management interface. NAISYS allows LLMs to operate a standard Linux shell autonomously with built-in context management, multi-agent communication, and cost tracking. Supervisor provides a web interface for monitoring NAISYS agents, viewing logs, and managing inter-agent messaging. The project aims to streamline autonomous operations and agent management through Node.js technology.

README:

NAISYS Project

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

What's Included

  • 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

Quick Start

1. Install Dependencies

npm install

2. Build the Project

npm run build

3. Configure Environment

Create apps/naisys/.env file using the .env.example file as a guide.

4. Run an Agent

cd apps/naisys
node dist/naisys.js ../../agents/assistant.yaml --supervisor

5. Open Supervisor Interface

Navigate to http://localhost:3001 in your browser to monitor your NAISYS agents.

Additional Information

Requirements

  • Node.js 18.0.0 or higher
  • Linux or WSL (for Windows users)
  • lynx browser: apt install lynx (Linux) or brew install lynx (macOS)

License

MIT

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for NAISYS

Similar Open Source Tools

For similar tasks

For similar jobs