2.2.6 • Published 27 days ago

@nomyx/assistant v2.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
27 days ago

AI Assistant

This project implements a conversational AI interpreter / chatbot assistant using Node.js. It allows you to control your machine and execute scripts through natural language commands.

Overview

The bot uses OpenAI's GPT-4 API to understand text requests and translate them into executable bash, Python, or Node.js scripts.

Key features:

  • Natural language understanding
  • Converts requests to code
  • Executes scripts on your system
  • CLI for conversing with bot

Refer to the tutorial article for a full guide on how this bot is built and how the components fit together.

Getting Started

Prerequisites

You'll need:

  • Node.js installed
  • NPM modules: axios, shelljs, cardinal, python-shell, marked
  • OpenAI API key

Installation

  • Clone this repo: git clone https://github.com/nomyx-io/ai-assistant.git
  • Navigate into the project: cd chatbot-assistant
  • Install dependencies: npm install
  • Create a .env file with your OpenAI key:
OPENAI_API_KEY=YOUR_KEY_HERE 

Usage

const assistant =

> List all PNG files ordered by size
> Install package tensorflow

Refer to the article for more details.

Customizing

See the Now It's Your Turn section of the tutorial for enhancement ideas like:

  • Output formatting
  • Authentication
  • Visual interface
  • Expanding capabilities

Contributions welcome!

License

This project is open source and available under the MIT License.

0x32cd51e798b475835111a3466ed6d1e5af7228b77a9a116ebbe6701b2125e999

2.2.6

27 days ago

2.2.5

30 days ago

2.2.4

2 months ago

2.2.3

2 months ago

2.2.2

2 months ago

2.2.1

2 months ago

2.2.0

2 months ago

2.1.9

2 months ago

2.1.6

2 months ago

2.1.8

2 months ago

2.1.7

2 months ago

2.0.9

2 months ago

2.0.8

2 months ago

2.1.2

2 months ago

2.1.1

2 months ago

2.1.4

2 months ago

2.1.5

2 months ago

2.1.0

2 months ago

2.0.3

2 months ago

2.0.5

2 months ago

2.0.4

2 months ago

2.0.7

2 months ago

2.0.1

2 months ago

2.0.0

2 months ago

1.6.2

3 months ago

1.6.1

3 months ago

1.6.0

4 months ago

1.5.5

4 months ago

1.5.9

4 months ago

1.5.7

4 months ago

1.5.6

4 months ago

1.5.4

4 months ago

1.5.3

4 months ago

1.5.2

4 months ago

1.4.6

4 months ago

1.4.5

4 months ago

1.4.4

4 months ago

1.4.3

4 months ago

1.5.1

4 months ago

1.4.2

4 months ago

1.5.0

4 months ago

1.4.1

4 months ago

1.4.0

4 months ago

1.4.9

4 months ago

1.4.8

4 months ago

1.4.7

4 months ago

1.3.7

4 months ago

1.3.6

4 months ago

1.2.7

4 months ago

1.3.5

4 months ago

1.3.4

4 months ago

1.3.2

4 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.3.9

4 months ago

1.3.8

4 months ago

1.2.9

4 months ago

1.2.6

4 months ago

1.2.5

4 months ago

1.2.2

4 months ago

1.2.0

4 months ago

1.1.7

4 months ago

1.1.6

4 months ago

1.2.1

4 months ago

1.1.5

4 months ago

1.1.4

4 months ago

1.1.2

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago