1
1
mirror of https://github.com/leon-ai/leon.git synced 2025-01-07 10:19:26 +03:00
leon/packages/leon
2021-04-03 10:59:07 +08:00
..
config chore: init 2019-02-10 20:26:50 +08:00
data fix(server): make use of Basic plugin from the main NLP container 2021-04-03 10:59:07 +08:00
test chore: remove strict mode 2021-03-03 17:09:31 +08:00
__init__.py chore: init 2019-02-10 20:26:50 +08:00
bye.py feat(server): introduce actions module 2019-05-03 23:31:09 +08:00
greeting.py feat(server): introduce actions module 2019-05-03 23:31:09 +08:00
joke.py feat(server): introduce actions module 2019-05-03 23:31:09 +08:00
meaningoflife.py feat(server): introduce actions module 2019-05-03 23:31:09 +08:00
partnerassistant.py feat(server): introduce actions module 2019-05-03 23:31:09 +08:00
randomnumber.py feat(server): introduce actions module 2019-05-03 23:31:09 +08:00
README.md refactor(package/network): Speed Test module finalized + edit other packages readmes 2019-04-27 21:35:31 +08:00
version.txt chore: init 2019-02-10 20:26:50 +08:00
welcome.py feat(server): introduce actions module 2019-05-03 23:31:09 +08:00
whoami.py feat(server): introduce actions module 2019-05-03 23:31:09 +08:00

Leon Package

The Leon package contains modules related to Leon himself.

Modules

Bye

Leon says good bye.

Usage

(en-US) "Bye"

(fr-FR) "Au revoir"
...

Greeting

Leon greets you.

Usage

(en-US) "Hello"

(fr-FR) "Salut"
...

Joke

Leon says some jokes.

Usage

(en-US) "Tell me a joke"

(fr-FR) "Raconte-moi une blague"
...

Meaning of Life

Leon says what's the meaning of life.

Usage

(en-US) "What is the meaning of life?"

(fr-FR) "Quel est le but de la vie ?"
...

Partner Assistant

Leon tells you about other personal assistants.

Usage

(en-US) "Do you have something to say about Alexa?"

(fr-FR) "Connais-tu quelque chose sur Alexa ?"
...

Random Number

Leon gives a random number.

Usage

(en-US) "Give me a random number"

(fr-FR) "Donne-moi un nombre aléatoire"
...

Welcome

Leon welcomes you.

Usage

(en-US) "Thank you"

(fr-FR) "Merci"
...

Who Am I

Leon introduces himself.

Usage

(en-US) "Who are you?"

(fr-FR) "Qui es-tu ?"
...