1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-10-05 13:47:49 +03:00
Commit Graph

128 Commits

Author SHA1 Message Date
louistiti
185be39172 feat(skill/akinator): complete rewrite 2024-09-05 22:14:18 +08:00
louistiti
aa5d76333c feat(skill/todo_list): add widgets to actions 2024-09-04 08:31:19 +08:00
louistiti
8bca0595b4
feat: new onFetch skill API and more 2024-09-01 23:16:14 +08:00
louistiti
2de7e3cad3 feat(skill/todo_list): view list widget 2024-09-01 07:08:38 +08:00
louistiti
be0da3d1e2 feat(bridge/python): widgets support 2024-08-26 22:06:20 +08:00
louistiti
dc9e9df907
feat(skill/timer): create cancel_timer action 2024-08-25 08:11:20 +08:00
louistiti
25af621e09
fix(web app): delayed next event loop tick for auto scroll down 2024-08-25 08:04:00 +08:00
louistiti
556650d471 feat: widget fetching backbone (WIP) 2024-08-22 08:42:41 +08:00
louistiti
c695aadfbe feat(skill/timer): add check_timer action 2024-08-21 09:32:07 +08:00
louistiti
ff83e272c0 feat(server): skill on fetch backbone (WIP) 2024-08-20 08:45:59 +08:00
louistiti
470889a797 feat(skill/timer): custom timer component 2024-08-16 08:12:46 +08:00
louistiti
d77c975800 feat(skill/timer): kick off (WIP) 2024-08-15 08:09:32 +08:00
louistiti
3b5d0432ae feat(server): get NER duration unit 2024-08-14 08:19:03 +08:00
louistiti
ff29aa4ddd feat: bind widget event methods 2024-08-12 21:52:03 +08:00
louistiti
f8289fa809 chore: upgrade React to latest 2024-07-16 09:38:51 +08:00
louistiti
626c77d340 feat(server): upgrade node-llama-cpp to 3.0.0-beta.38 2024-07-14 21:16:40 +08:00
louistiti
38a700feb0 fix: whitelist config.json for the TTS model 2024-06-23 17:24:38 +08:00
louistiti
faee688924
feat: keep .gitkeep on audio models 2024-06-23 17:07:45 +08:00
louistiti
de3ceb76be feat(python tcp server): unify settings to a single place, model settings included 2024-06-17 09:17:00 +08:00
louistiti
8eefe53473
feat(web app): prevent from sending utterance while Leon is generating answer 2024-05-27 19:25:57 +08:00
louistiti
0ce1f62c0d
feat: support default conversations powered by LLM with action-first in mind 2024-05-27 18:54:54 +08:00
louistiti
c54ad18cc3
feat(server): do not mention about context switch 2024-05-23 20:47:41 +08:00
louistiti
85af31b614
feat(python tcp server): TTS tmp inference 2024-05-16 12:03:24 +08:00
louistiti
0e959412d5
feat(python tcp server): TTS cleaned up, ready to be implemented and embedded 2024-05-16 01:03:15 +08:00
Louis Grenard
6f24f50497
feat(python tcp server): kick off new TTS implementation 2024-05-15 00:09:49 +08:00
louistiti
eeb1b07898
feat(server): chit-chat duty and skill and more 2024-05-05 00:20:59 +08:00
louistiti
03d25f2a48
feat(server): Leon's personality done 2024-05-03 23:00:32 +08:00
louistiti
aa36c8cb2a
feat(server): personality support kick off; answer queue 2024-05-02 16:40:05 +08:00
louistiti
c934d0e30d
feat(server): support dialog type action after slots filled 2024-04-29 18:02:41 +08:00
louistiti
d9f0144e62
feat(server): action loop support 2024-04-29 11:25:18 +08:00
louistiti
57923f83ee
fix(scripts): always update manifest on LLM setup 2024-04-28 10:10:57 +08:00
louistiti
a38eee71f0
feat(server): set Phi-3 as default LLM 2024-04-26 15:14:28 +08:00
louistiti
c8e03ec401
fix(server): utterance as expected_item loop indefinitely 2024-04-22 23:29:30 +08:00
louistiti
4ca32b5070
feat(scripts): fallback to mirror in case of error to download LLM 2024-04-22 00:00:46 +08:00
louistiti
26af271edc
feat(server): add utterance as expected_item type 2024-04-20 14:29:00 +08:00
louistiti
da49a4dd82
feat(scripts): llama.cpp compatible build 2024-04-18 20:38:02 +08:00
louistiti
cf02f0f91d
feat(server): final LLM setup 2024-04-17 00:10:41 +08:00
louistiti
73d919868b
feat(server): LLM entities support 2024-04-14 17:41:39 +08:00
louistiti
0d3c42beb2
feat(server): implement PoC skill to validate LLM execution 2024-02-19 18:01:41 +08:00
Louis Grenard
30c9d3bce5
feat(server): create updater 2024-02-14 17:37:21 +08:00
louistiti
71ebdc5d80
refactor(server): prepare LLM TCP client connection 2024-02-13 18:51:45 +08:00
louistiti
c4d2524922
scripts(setup-llm): kick off LLM setup and unify common functions 2024-01-29 00:20:38 +08:00
louistiti
201d1ce4e4
feat(web app): widget PoC 2023-11-17 00:06:30 +08:00
louistiti
f61e4f08a4 feat(web app): import Aurora 2023-06-29 22:18:46 +08:00
louistiti
eea6b0392d
feat(skill/date_time): add new utterance samples 2023-06-29 00:17:29 +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
99b5e7ab6d
chore: remove synchronization capability 2023-05-26 22:58:26 +02:00
louistiti
7a9068283b refactor(bridge/python): new bridge main file 2023-05-22 20:32:36 +08:00
louistiti
9b839d3e66
feat(bridge/nodejs): first draft 2023-05-02 23:53:41 +08:00
Divlo
8c89cbf43c
Merge branch 'develop' into feat/better-json-schemas-developer-experience 2023-04-05 00:13:34 +02:00