Almond The Open Virtual Assistant
npm install almond-dialog-agent   
This repository contains the dialog agent for Almond, the end user programmable
assistant.
It contains a library to handle the input from the user, invoke the
semantic parser, query the user for any unspecified information, and
complete the command to be executed.
The Almond dialog agent is meant to be used in one of the Almond platform layers:
- cloud: a web version of Almond, multiuser
- server: single user web Almond, for a home server
- android: a standalone Android app
- gnome: a standalone GNOME/GTK+ app
- command line: for testing and development
Almond is a research project led by prof. Monica Lam, from Stanford University.
You can find more information at
This package is covered by the GNU General Public License, version 3
or any later version. Further details are in the LICENSE file.