1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-03 02:45:21 +03:00
Commit Graph

1561 Commits

Author SHA1 Message Date
louistiti
673de84936
chore: upgrade @leon-ai/aurora to latest (component types exports) 2023-11-27 22:41:19 +08:00
louistiti
78aa9c6ddc
feat: new rendering engine prototype on widgets 2023-11-26 23:22:32 +08:00
Théo LUDWIG
ea2e5b9747
chore: bump @leon-ai/aurora to v1.0.0-beta.5 2023-11-22 18:10:45 +01:00
louistiti
ea1a33b51f
refactor(web app): fonts change 2023-11-22 21:39:38 +08:00
louistiti
7a441d50b9
chore: remove ark-ui from core 2023-11-22 20:51:26 +08:00
Théo LUDWIG
364b74568e
chore: usage of @leon-ai/aurora 2023-11-21 23:09:12 +01:00
Théo LUDWIG
5f5cb1f55b
chore: remove aurora 2023-11-21 23:04:17 +01:00
louistiti
4479fcd655
feat: tmp understanding of the JSX parser 2023-11-21 22:19:06 +08:00
louistiti
ad56672819
feat: add checkbox component to skill renderer test 2023-11-21 20:48:05 +08:00
louistiti
b4bcabbb9e
feat: use TSX template for widget format 2023-11-20 21:52:44 +08:00
louistiti
aaf1a1989b
feat(web app): cast props value as boolean when necessary 2023-11-18 17:05:29 +08:00
louistiti
2025e366d2
feat(web app): widget components tmp case parsing 2023-11-17 00:33:27 +08:00
louistiti
201d1ce4e4
feat(web app): widget PoC 2023-11-17 00:06:30 +08:00
louistiti
2d1e27926d
chore: add classnames npm dep 2023-11-16 23:20:01 +08:00
louistiti
e449011f90
chore: merge branch 'develop' into widget-backbone 2023-11-16 23:18:25 +08:00
louistiti
84b84453a7
Merge branch 'chore/clean-up' into develop 2023-11-15 22:38:53 +08:00
louistiti
00cee2d2fd
ci: remove macOS ARM64 test runner 2023-11-15 21:56:59 +08:00
Louis Grenard
78cce1970e
ci: macOS ARM64 runner test 2023-11-15 21:46:51 +08:00
louistiti
977a822cc8
fix(scripts): clone intent-object JSON files for bridges on check command 2023-11-15 21:15:29 +08:00
Théo LUDWIG
1558970619
chore: forgotten tsconfig.json to update 2023-11-15 02:00:57 +01:00
Théo LUDWIG
86de211fa8
BREAKING: drop support for Docker 2023-11-15 01:23:05 +01:00
Théo LUDWIG
2923c6504b
chore: update dependencies + usage of tsx instead of ts-node 2023-11-15 01:10:06 +01:00
Théo LUDWIG
3e23950519
chore: remove dependabot 2023-11-14 23:59:10 +01: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
e175ea5c12
feat(web app): widget PoC beginning 2023-11-12 23:19:51 +08:00
louistiti
167c97120d
Merge branch 'develop' into widget-backbone 2023-11-12 22:23:18 +08:00
louistiti
c8d2e8c985
chore: bump to 1.0.0-beta.10+dev 2023-11-12 22:22:56 +08:00
louistiti
e73bd632f5
feat: progress on widget brainstorming 2023-11-12 18:34:09 +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
louistiti
f61e4f08a4 feat(web app): import Aurora 2023-06-29 22:18:46 +08:00