文件历史

提交图

121 次代码提交

作者 SHA1 备注 提交日期
louistiti f68da11f6b refactor(server): make use of node:* import for all Node.js built-in modules 2022-09-26 23:28:25 +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 f17b894907 refactor: legacy package/module naming to skills naming 2022-08-20 22:47:06 +08:00
louistiti 01f7515e6f refactor: switch from skill NLU config to skill config naming 2022-08-20 22:35:34 +08:00
louistiti 141c89ecbf feat(web app): join us on Discord 2022-08-14 21:19:04 +08:00
louistiti 58ab0acdd8 refactor(server): auto capitalize first letter of spaCy entities 2022-07-21 23:03:48 +08:00
louistiti cb18ed6397 fix(skill/color): more appropriate answer 2022-07-21 21:47:29 +08:00
louistiti 79e7df022f feat(skill/akinator): finish up 2022-07-13 23:26:15 +08:00
louistiti 244d08c0bd feat(server): trigger next action suggestions or current ones 2022-07-13 22:51:10 +08:00
louistiti 7134c9dbc1 refactor(server): make difference between next suggestions and current suggestions 2022-07-13 22:31:11 +08:00
louistiti 93f09685b5 refactor(server): controlled suggestions 2022-07-13 09:05:53 +08:00
louistiti f6461f733b fix(skill/akinator): remove direct end on guess action 2022-07-10 20:47:51 +08:00
louistiti f9865b71c3 refactor(skill/rochambeau): move handsign global entity to skill enum entity 2022-07-10 20:07:29 +08:00
louistiti 905d248ebf feat: better isolate skill resolvers from global resolvers + finish up Akinator skill 2022-07-10 19:58:07 +08:00
louistiti b35a249bf6 feat: transfer language from core to skills + support thematics on Akinator skill 2022-07-10 09:21:43 +08:00
louistiti 76cae42fde feat(skill/akinator): finished main business logic 2022-07-10 00:26:41 +08:00
louistiti 7101b8b4b8 feat: actions on slot level + akinator skill progress 2022-07-04 21:50:57 +08:00
louistiti 02a2f71470 feat(skill/akinator): backbone 2022-07-04 00:47:10 +08:00
louistiti aad9f3f1ef feat(skill/mbti): complete form resolver 2022-07-03 12:32:15 +08:00
louistiti 99a3f103e0 feat(skill/mbti): finish business logic 2022-07-03 12:17:05 +08:00
louistiti 0f4576c27d refactor(skill/mbti): change some questions 2022-07-03 10:00:42 +08:00
louistiti ae4f69f7c7 feat(skill/mbti): questions mapping 2022-07-03 00:00:48 +08:00
louistiti 7f1f887159 feat(skill/mbti): complete questionnaire 2022-07-02 23:46:48 +08:00
louistiti 33109a4c8b feat(skill/mbti): main logic backbone 2022-07-02 23:21:46 +08:00
louistiti 6ed88a5946 feat: add Cartesian sample training on resolvers + enum entities 2022-07-02 01:42:23 +08:00
louistiti eb5ade7684 feat: map skills resolvers intents 2022-07-01 01:07:48 +08:00
louistiti 82df0a3c23 feat: train skills resolvers and remap as per changes 2022-07-01 00:19:36 +08:00
louistiti 86d5040a7d feat(skill/mbti): main NLU structure [skip ci] 2022-06-30 00:31:21 +08:00
louistiti ce00989b01 feat(skill/color): introduce color skill 2022-06-26 19:32:49 +08:00
louistiti f1f8b472b4 refactor(skill/todo_list): adapt to Cartesian training samples 2022-06-26 17:54:49 +08:00
louistiti a1e9011d5d feat: achieve Cartesian training 2022-06-26 17:37:21 +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 4b5a883510 feat: communicate suggestions to the client 2022-06-19 13:47:43 +08:00
louistiti 192dd0a87a feat(skill/rochambeau): add start answers 2022-06-19 12:18:23 +08:00
louistiti 573704706c feat(skill/rochambeau): introduce paper scissors rock 2022-06-19 12:00:17 +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 fce47cdbd5 feat(server): save slots within conversation context 2022-06-08 00:20:26 +08:00