1.1.0 • Published 3 years ago

newbot v1.1.0

Weekly downloads
25
License
MIT
Repository
-
Last release
3 years ago

**NewBot Framework is an open source Javascript framework for building chatbots

Creating a conversational system can take a long time. The goal of NewBot Framework: to give all the means to realize chatbots / voicebots as quickly and as easily as possible

Docs

Last version

Why not use Microsoft BotFramework or BotKit?

The approach is completely different from these frameworks. NewBot Framework is designed to create conversational systems without worrying about the final platform.

We offer a framework, a skill structure and the means to test your bot.

5 good reasons to use NewBot Framework

Why NewBot Framework

  • Modules. A skill is an independent module. This helps structure the project and share skills
  • NLP. Native NLP, external services (DialogFlow, NewBot Cloud, etc.) or your own NLP system
  • Easy PWA integration. Create an offline chatbot with PWA
  • Unit tests. Create powerful unit tests
  • Internationalization. Easily integrate chatbot responses into multiple languages

Installation

npx degit newbotjs/template my-chatbot
cd my-chatbot
npm install
npm run dev

Usage

  • main.converse
@Event('start')
start() {
    > Hello
}
  • main.js
import code from './main.converse'

export default {
    code
}

License

MIT

Changed

2021-09-08

Set the version of NewBot. Works in WebWorkers

2020-02-19

  • Fix several bugs

2020-02-06

  • It is possible to train the chatbot on the fly
  • The training now uses version 4 of the NLPJS module. The generated model is therefore different
  • 1 additional browser-side file is generated (dist/newbot.with-nlp.min.js). NLPJS content is integrated into the final file
1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.11.0

5 years ago

0.10.3

5 years ago

0.10.2

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago