文件历史

52 次代码提交

作者 SHA1 备注 提交日期
Divlo 248dbb84f0 chore: add $schema property to all JSON files 2023-01-06 21:48:35 +01:00
louistiti ea76739d88 refactor(server): TCP client to singleton 2022-11-12 22:31:49 +08:00
louistiti 019c462bfa feat: complete Prettier setup 2022-09-03 19:12:41 +08:00
louistiti 41435b3cbc chore: change email address 2022-08-23 23:01:46 +08:00
louistiti 01f7515e6f refactor: switch from skill NLU config to skill config naming 2022-08-20 22:35:34 +08:00
louistiti cb18ed6397 fix(skill/color): more appropriate answer 2022-07-21 21:47:29 +08:00
louistiti ce00989b01 feat(skill/color): introduce color skill 2022-06-26 19:32:49 +08:00
louistiti a8d82050c8 fix(server): make use of current entities to match global entities 2022-06-26 12:40:29 +08:00
louistiti 2e66be25ef refactor: train global entities at a higher level 2022-06-26 12:01:43 +08:00
louistiti fba80966c9 feat(skill/guess_the_number): introduce the Guess the Number skill 2022-06-16 23:38:35 +08:00
louistiti af0fdd1e18 feat(skill/introduction): add one utterance sample 2022-06-16 22:24:42 +08:00
louistiti be0b345d3f feat(skill/birthday): remove birthday skill 2022-06-16 21:52:30 +08:00
louistiti c5cc9bdd52 feat(skill/introduction): ask about owner info if necessary 2022-06-16 21:52:00 +08:00
louistiti 795acc5bdd feat: shared skills memory 2022-06-16 21:31:30 +08:00
louistiti 8377c63db4 feat(server): provide nextAction even when no slot is set and clean up NLU object on context switch 2022-06-15 23:16:13 +08:00
louistiti e1485c2ed3 refactor: simplify skills outputs 2022-06-12 17:58:57 +08:00
louistiti 10d10a1690 feat: support dynamic variables on skill NLU settings for logic type 2022-06-12 10:49:07 +08:00
louistiti c5edf6488b refactor: simplify slots mapping data structure between core and skills 2022-06-11 23:02:49 +08:00
louistiti b69b1fea16 feat(server): report full traceback from skills execution 2022-06-11 10:01:47 +08:00
louistiti 567b030c4f feat(server): support on-the-fly entity annotation for built-in entities 2022-06-11 07:54:20 +08:00
louistiti 2ac1bc63cc fix(server): multiple slots filling 2022-06-10 22:57:31 +08:00
louistiti 250e16e4e4 refactor: rename "source" to "item" 2022-05-08 11:31:05 +08:00
louistiti 9d6ae0aecd refactor: comply skills params to new structure 2022-04-05 10:22:49 +08:00
louistiti 77ebaf4a9c feat(server): from modules to skills with type at the actions level 2022-03-28 00:27:42 +08:00
louistiti 81c7eb83c5 refactor(server): move from skill type to action type 2022-03-28 00:01:57 +08:00
louistiti 1d9b18093b feat(server): main slots structure (wip) 2022-03-22 22:43:57 +08:00
louistiti d1c2a11d82 feat(server): context (wip) 2022-03-14 00:06:23 +08:00
louistiti a9a43ac478 feat(server): context (wip) 2022-03-13 18:30:45 +08:00
louistiti bf9bf231f7 feat(server): differenciate cities from countries for location entities 2022-03-13 13:34:53 +08:00
louistiti 1e6835a9e5 chore: context (wip) 2022-03-12 13:18:13 +08:00
louistiti f17db82509 refactor(skill/birthday): main NLU structure 2022-03-04 00:16:59 +08:00
louistiti 64e8742aad refactor(skill/birthday): birthday != birth date 2022-03-04 00:03:34 +08:00
louistiti 76547d9411 feat: slot filling (wip) 2022-03-03 23:50:45 +08:00
louistiti f4f9fff978 feat: share data across domains 2022-03-02 01:00:55 +08:00
louistiti 8280c65897 fix(server): intent not found 2022-02-28 23:06:21 +08:00
louistiti d5577b1ef5 feat(server): more accurate NLG 2022-02-28 22:54:31 +08:00
louistiti 28efe6e7d5 feat(server): unknown_answers fallback on dialog type 2022-02-28 22:03:15 +08:00
louistiti b0d4bf6e1f refactor: remove src/ when skills are dialog type 2022-02-28 21:32:35 +08:00
louistiti a853de4558 refactor(skill/partner_assistant): use dialog type 2022-02-28 21:27:06 +08:00
louistiti 3ca48265e7 feat(server): deep data mapping on enum NER 2022-02-28 01:00:01 +08:00
louistiti 8f2f935b94 feat(server): NLG and entities mapping 2022-02-27 16:32:01 +08:00
louistiti 975b8ebcf0 feat: context and slot filling preparation (wip) 2022-02-23 21:33:47 +08:00
louistiti 4107932d00 feat: annotate entities on the fly + prepare for dialog skill type and cross-domains data 2022-02-22 22:31:06 +08:00
louistiti c658425913 refactor(skill/who_am_i): from module to skill 2022-02-21 23:13:26 +08:00
louistiti b19bb0e3eb refactor(skill/welcome): from module to skill 2022-02-21 23:10:06 +08:00
louistiti 41c4436924 refactor(skill/random_number): from module to skill 2022-02-21 23:06:08 +08:00
louistiti dc4b6ff296 refactor(skill/partner_assistant): from module to skill 2022-02-21 23:02:50 +08:00
louistiti 13132279f3 refactor(skill/meaning_of_life): from module to skill 2022-02-21 22:52:24 +08:00
louistiti 195278f975 refactor(skill/joke): from module to skill 2022-02-21 22:49:12 +08:00
louistiti 3403e8cc12 refactor(skill/greeting): from module to skill 2022-02-21 22:44:58 +08:00