1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-11 09:12:40 +03:00
Commit Graph

236 Commits

Author SHA1 Message Date
Théo LUDWIG
1558970619
chore: forgotten tsconfig.json to update 2023-11-15 02:00:57 +01:00
louistiti
b2c375861b
feat: identify entities from utterance samples for a better prioritization of classifications 2023-11-12 18:14:16 +08:00
Théo LUDWIG
ae6fec335d
fix(skill/date_time): add follow up utterance samples 2023-07-24 23:00:30 +02:00
Théo LUDWIG
69ce669b4c
feat(tcp server): remove unnecessary data from entity + detect most populated city 2023-07-02 11:09:22 +02:00
Théo LUDWIG
2ad6541c3e
feat(skill/help): helps you get started with Leon 2023-07-01 23:28:55 +02:00
Théo LUDWIG
64858ec6fe
feat(tcp server): add Country information to City 2023-07-01 19:01:57 +02:00
Théo LUDWIG
97de1d1c3f
fix(skill/date_time): correct time zone with toLocaleString method 2023-07-01 18:24:19 +02:00
Théo LUDWIG
076db4c3eb
fix(skill/date_time): determine correctly isDaylightSavingTime 2023-06-30 15:11:17 +02:00
Théo LUDWIG
02e1de8ffa
fix: precise units used in time zone data 2023-06-29 23:14:14 +02:00
Théo LUDWIG
cc01bd18b2
feat(skill/date_time): time zone 2023-06-29 23:03:03 +02:00
Théo LUDWIG
c0deafcd69
feat(server): improve NER types 2023-06-29 00:04:37 +02:00
louistiti
eea6b0392d
feat(skill/date_time): add new utterance samples 2023-06-29 00:17:29 +08:00
louistiti
9845612c68
Merge branch 'feat/skill-utilities-date-time' into develop 2023-06-28 23:39:25 +08:00
louistiti
f1a65f53bc
feat(skill/age): add new utterance samples 2023-06-28 23:39:07 +08:00
Théo LUDWIG
1410b72362
chore(skill/date_time): add test folder 2023-06-27 18:35:03 +02:00
Théo LUDWIG
e9245b522f
fix(skill/date_time): separate current date and current time 2023-06-25 22:46:10 +02:00
Théo LUDWIG
636eb0f139
feat(skill/date_time): days countdown 2023-06-25 12:27:30 +02:00
Théo LUDWIG
8645ef01fd
fix: improve types for Node.js skill SDK 2023-06-25 12:08:36 +02:00
Théo LUDWIG
d061a6c4bf
feat(skill/date_time): get current week number of the year 2023-06-24 19:57:47 +02:00
Théo LUDWIG
e2ec76275a
feat(skill/date_time): get current date and time 2023-06-24 19:30:55 +02:00
Théo LUDWIG
767bace201
feat(skill/age): ask Leon his age 2023-06-24 13:23:19 +02:00
louistiti
df343ce94f
fix(skill/akinator): typo ShowNextActionSuggestions to showNextActionSuggestions 2023-05-28 10:12:40 +08:00
louistiti
7c73f435af
fix(skill/akinator): disable urllib3 cert warning 2023-05-28 10:07:23 +08:00
louistiti
b5ef7242af
fix(skill/have_i_been_pwned): use current_entities instead of entities 2023-05-28 09:23:50 +08:00
Divlo
e42a54d593
refactor(skill/akinator): usage of new SDK 2023-05-28 01:10:03 +02:00
Divlo
3bf7150387
refactor(skill/have_i_been_pwned): usage of new SDK 2023-05-27 23:34:15 +02:00
Divlo
a76d05f68a
refactor(skill/product_hunt_trends): usage of new SDK 2023-05-27 20:21:03 +02:00
Divlo
f17a4d3a2a
refactor(skill/github_trends): usage of new SDK 2023-05-27 18:06:31 +02:00
Divlo
850ea46ec6
style(skill/mbti): add missing space for consistency (oops) 2023-05-27 12:54:16 +02:00
Divlo
a540307241
refactor(skill/mbti): usage of new SDK 2023-05-27 12:43:19 +02:00
Divlo
e440e4f715
refactor(skill/speed_test): usage of new SDK 2023-05-27 12:00:13 +02:00
louistiti
d1fe81ddc6
refactor: modify settings method from isAlreadySet to isSettingSet 2023-05-27 09:47:09 +08:00
louistiti
3648fef5fb
refactor(bridge/python): add key to settings.isAlreadySet 2023-05-27 09:00:00 +08:00
louistiti
1f9137bb20
refactor(bridge/nodejs): add key to setting.isAlreadySet 2023-05-27 08:47:24 +08:00
Divlo
924317c614
refactor(skill/is_it_down): usage of new SDK 2023-05-27 00:14:51 +02:00
Divlo
2a0cc0644e
chore: remove youtube_downloader skill 2023-05-26 23:34:37 +02:00
Divlo
4f5b385fd7
chore: rename config.json to settings.json 2023-05-26 23:31:25 +02:00
Divlo
30e405bbe3
feat(bridge/python): add Settings module 2023-05-26 23:03:02 +02:00
Divlo
8c105a043d
feat(bridge/nodejs): add Settings module 2023-05-26 23:01:54 +02:00
Divlo
b9dbc5012c
Revert "chore: add __init__.py files to avoid mypy linting error"
This reverts commit 0b16eebfbd.
2023-05-26 10:12:43 +02:00
Divlo
0b16eebfbd
chore: add __init__.py files to avoid mypy linting error
Ref: https://github.com/python/mypy/issues/8686#issuecomment-1178977365
2023-05-25 22:56:38 +02:00
Divlo
c078505846
refactor(skill/todo_list): usage of new SDK 2023-05-25 22:47:58 +02:00
Divlo
421232a6dc
refactor(skills): usage of datetime ISO 8601 string format instead of timestamp 2023-05-25 19:05:51 +02:00
louistiti
c62368ddad
chore: comments and French punctuation 2023-05-25 08:34:20 +08:00
Divlo
dc88ac244d
perf(skill/guess_the_number): only store one game at a time to avoid increasing the size of memory unnecessarily 2023-05-25 00:38:34 +02:00
Divlo
4cd01a4baf
refactor(skill/random_number): usage of new SDK 2023-05-25 00:12:59 +02:00
Divlo
14275be5f7
refactor(skill/introduction): usage of new SDK 2023-05-24 23:57:18 +02:00
Divlo
158df2f0f1
refactor(skill/greeting): usage of new SDK 2023-05-24 23:57:05 +02:00
Divlo
6bed516f89
refactor(skill/rochambeau): usage of new SDK 2023-05-24 23:22:43 +02:00
Divlo
7e72928ad6
refactor(skill/guess_the_number): usage of new SDK 2023-05-24 23:10:14 +02:00