-
Admittedly, that title was clickbait. It seems like you are interested in scenes or wizards, and other programming patters that allow you to define conversational interfaces like they were a finite-st…
-
examples/ding-dong-bot.go
```
package main
import (
"fmt"
"log"
"time"
"github.com/wechaty/go-wechaty/wechaty"
wp "github.com/wechaty/go-wechaty/wechaty-puppet"
"github.com/wechaty/…
-
The Mastodon Web Client does not have a quote button and rather requires you to reply to a users toot directly rather than adding a comment on top. Arguably this prevents some forms of harassment but …
-
## Describe the bug
![image](https://user-images.githubusercontent.com/1201165/170254035-0825d864-fab4-46a2-a60e-a306aecaa1a6.png)
if dialog.config.Site is null, the renderer behaves as if the g…
-
======== Began EV server pid 699978 11.6 compiled: Nov 20 2021 16:00:07 on host: local port: 1024 at Tue Mar 01 18:02:13 2022 serverlog:0 userlog: 0
FATAL: Linux Signal code 11
myexit called with FA…
-
Extending the Quote functionality to allow for threaded messaging.
This could be a simple 'Quote 2.0'-style like WhatsApp where the quoted text is hyperlinked and when clicked makes you scroll up to …
-
-
### Topic Suggestion
Building Conversational AI with Blenderbot
### Writing sample(s):
[How to Build a sentiment analysis web app](https://edemgold.blog/building-a-sentiment-analysis-app)
#…
-
**difficulty**: challenging
**mentor**: @danielkornev `@oserikov`
**requirements**: GUI
**useful links**: [GO-Bot docs on RASA format support](http://docs.deeppavlov.ai/en/master/features/skills/go…
-
### Description:
Currently, all messages are public to all users who can view the channel. When implementing a bot, this bot has to be able to interact with a particular user inside the channel: It…