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

1381 Commits

Author SHA1 Message Date
louistiti
977a822cc8
fix(scripts): clone intent-object JSON files for bridges on check command 2023-11-15 21:15:29 +08:00
louistiti
92eb32b4da
build(tcp server): 1.1.0 2023-11-14 23:31:10 +08:00
louistiti
754bd7380f
build(bridge/python): 1.2.0 2023-11-14 22:38:34 +08:00
louistiti
d32cda3663
build(bridge/nodejs): 1.1.0 2023-11-14 22:35:27 +08:00
louistiti
c8d2e8c985
chore: bump to 1.0.0-beta.10+dev 2023-11-12 22:22:56 +08:00
louistiti
2a15434919
Merge branch 'feat-improve-ner-types' into develop 2023-11-12 18:16:37 +08: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
louistiti
16302ec6e4
Merge branch 'develop' into feat-improve-ner-types 2023-07-23 11:26:38 +08:00
Louis Grenard
4d03e1bb4e
docs(README): add knowledge base LLM scenario 2023-07-23 11:15:23 +08: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
c512b422e7
feat(web app): add "Show more" when answer is "too big" 2023-07-01 23:33:41 +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
379326d7c1
feat(bridge/nodejs): simplify leon.setAnswerData 2023-07-01 23:24:29 +02:00
Théo LUDWIG
1359f5d210
feat(bridge/python): simplify leon.set_answer_data 2023-07-01 23:23:34 +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
166175192d
feat(tcp server): better detect cities thanks to alternate names 2023-07-01 19:00:34 +02:00
Théo LUDWIG
97de1d1c3f
fix(skill/date_time): correct time zone with toLocaleString method 2023-07-01 18:24:19 +02:00
louistiti
563792bd0a
fix(tcp server): use root path for the time_zones.txt file 2023-06-30 22:35:58 +08: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
2478adbaa2
feat(server): add spacy data in entity resolution 2023-06-29 22:33:25 +02:00
Théo LUDWIG
45b177d0fb
feat(tcp server): add support for time zone and more city/country data 2023-06-29 22:32:12 +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
d46ec1d3d5
Merge branch 'feat/skill-leon-age' into develop 2023-06-28 23:39:15 +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
18867bde89
fix(server): improve json schema description for skill config 2023-06-25 12:07:41 +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
e70d0a0029
feat(web app): add init messages 2023-05-30 23:52:35 +08:00
louistiti
595fe78679
Merge branch 'python-sdk' into develop 2023-05-29 22:55:36 +08:00
louistiti
69cb6a610f
build(bridge/nodejs): bump to 1.0.0 2023-05-29 22:01:32 +08:00
louistiti
10a03d90e3
build(bridge/python): bump to 1.1.0 2023-05-29 22:01:06 +08:00
louistiti
251950384e
refactor(server): rename obj to skillAnswer 2023-05-28 12:53:44 +08:00
louistiti
8c91d245e8
refactor(server): remove speech prop from skill output backward compatibility 2023-05-28 12:49:56 +08: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
16e1f7a34a
chore: remove dead code 2023-05-28 01:32:57 +02:00
Divlo
e42a54d593
refactor(skill/akinator): usage of new SDK 2023-05-28 01:10:03 +02:00
Divlo
cd3bcd5d6e
refactor(server): leon over http with /api/utterance 2023-05-28 00:31:40 +02:00
Divlo
2ea6237b1f
chore: remove /api/downloads 2023-05-27 23:53:20 +02:00