:robot_face:带有简单API的现代库,用于构建伟大的对话机器人。- dempfi / xene
Xene is a framework for building conversational bots with modern JavaScript(or TypeScript). From simple command-based bots to rich natural language bots the framework provides all of the features needed to manage the conversational aspects of a bot. import { Slackbot } from '@xene/slack' new Slackbot(/* API token */) .when(/hi|hello/i).say('Hi there!') .when(/talk/i).talk(async dialog => {
xene-master.zip
预估大小:74个文件
xene-master
文件夹
yarn.lock
179KB
packages
文件夹
slack
文件夹
src
文件夹
logger.ts
342B
types.ts
4KB
index.ts
104B
errors.ts
523B
middleware
文件夹
...
文件大小:749.55KB
评论区