aichaos/rivescript-js
A RiveScript interpreter for JavaScript. RiveScript is a scripting language for chatterbots.
This is a JavaScript library for building AI chatbots. It takes RiveScript documents, which are plain text files defining conversational rules (like 'if the user says X, reply with Y'), and allows developers to load these rules to power a bot. The output is a conversational agent that can respond to user inputs based on the defined scripts. Developers creating web applications or Node.js services would use this to add chat functionality.
383 stars. No commits in the last 6 months. Available on npm.
Use this if you are a JavaScript developer who needs to implement a chatbot quickly by defining simple trigger-response rules in RiveScript.
Not ideal if you're looking for a low-code platform to build chatbots without writing any code, or if you need advanced machine learning for natural language understanding.
Stars
383
Forks
146
Language
JavaScript
License
MIT
Category
Last pushed
Feb 28, 2023
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/aichaos/rivescript-js"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
nerufuyo/nerubot
NeruBot is a comprehensive Discord companion created by @nerufuyo that transforms your server...
fabioravila/rivescript-csharp
A RiveScript interpreter for C# .Net. RiveScript is a scripting language for chatterbots....
aichaos/rivescript-java
A RiveScript interpreter for Java. RiveScript is a scripting language for chatterbots.
harubaru/eliza
ELIZA is an open domain chatbot with Discord and Twitter integration.
aichaos/rivescript-go
A RiveScript interpreter for Go. RiveScript is a scripting language for chatterbots.