0.38.1 • Published 2 years ago

saihubot-cli-adapter v0.38.1

Weekly downloads
30
License
MIT
Repository
github
Last release
2 years ago

saihubot-cli-adaper

Saihubot basic Command Line Adapter and addons

Includes

  • Adapter: saihubot-cli-adapter.js
  • Addons: saihubot-cli-addon-search.js (search, openLink, fetch), saihubot-cli-addon-dialog.js (confirm dialog),
  • Skills: saihubot-cli-skill-help.js (help skill)

Features

  • Written with react-ink Javascript, compatible with modern browsers
  • Each message can be customized with any HTML elements
  • Reference chat UI style is included

Bootstrap Command Line Saihubot

npm install saihubot saihubot-cli-adapter saihubot-skill-diagnostics

Then construct the bot in file.

import SaihuBot from 'saihubot/dist/saihubot';
import {cliAdapter, skillHelp} from 'saihubot-cli-adapter';
import {skills} from 'saihubot-skill-diagnostics';

new SaihuBot({
  adapter: cliAdapter,
  skills: [skillHelp, ...skills], // equip skills
  debug: true, // show debug messages
});
0.38.1

2 years ago

0.38.0

2 years ago

0.37.0

3 years ago

0.36.0

3 years ago

0.35.0

3 years ago

0.34.2

3 years ago

0.34.1

3 years ago

0.34.0

3 years ago

0.33.0

3 years ago

0.30.6

3 years ago

0.30.1

3 years ago

0.30.0

3 years ago

0.29.0

3 years ago

0.28.4

3 years ago

0.28.2

3 years ago

0.28.0

3 years ago

0.27.2

3 years ago

0.27.1

3 years ago

0.27.0

3 years ago

0.27.4

3 years ago

0.27.3

3 years ago

0.26.0

4 years ago

0.25.1

4 years ago

0.25.0

4 years ago

0.24.1

4 years ago

0.24.0

4 years ago

0.23.0

4 years ago

0.22.0

4 years ago

0.21.0

4 years ago

0.20.0

4 years ago