提交

提交图

  • 60698704ca chore: uninstall async npm package louistiti 2024-04-29 21:15:47 +08:00
  • 7d4e64d575 chore: upgrade tsc-watch to latest louistiti 2024-04-29 21:08:49 +08:00
  • 2c03efc167 refactor(server): warning message on explicit deactivation of LLM louistiti 2024-04-29 19:33:30 +08:00
  • 539281110a feat(server): allow explicit deactivation of LLM louistiti 2024-04-29 19:31:57 +08:00
  • 3ed88544f8 fix(server): specify correct minimem total/free RAM for LLM louistiti 2024-04-29 19:18:27 +08:00
  • 9ee73ea5f9 feat(server): map resolved slots to dialog answers louistiti 2024-04-29 18:37:20 +08:00
  • c934d0e30d feat(server): support dialog type action after slots filled louistiti 2024-04-29 18:02:41 +08:00
  • d9f0144e62 feat(server): action loop support louistiti 2024-04-29 11:25:18 +08:00
  • 57923f83ee fix(scripts): always update manifest on LLM setup louistiti 2024-04-28 10:10:57 +08:00
  • a38eee71f0 feat(server): set Phi-3 as default LLM louistiti 2024-04-26 15:14:28 +08:00
  • c8e03ec401 fix(server): utterance as expected_item loop indefinitely louistiti 2024-04-22 23:29:30 +08:00
  • 4ca32b5070 feat(scripts): fallback to mirror in case of error to download LLM louistiti 2024-04-22 00:00:46 +08:00
  • d8660251af feat: use mistral-7b-instruct-v0.2.Q4_K_S as final choice louistiti 2024-04-20 14:33:37 +08:00
  • 26af271edc feat(server): add utterance as expected_item type louistiti 2024-04-20 14:29:00 +08:00
  • da49a4dd82 feat(scripts): llama.cpp compatible build louistiti 2024-04-18 20:38:02 +08:00
  • cf02f0f91d feat(server): final LLM setup louistiti 2024-04-17 00:10:41 +08:00
  • 2de95c4ef9 feat(server): Gemma support (prototype) louistiti 2024-04-16 20:18:18 +08:00
  • 2434d36564 feat(skill/translator-poc): short translate action kick off louistiti 2024-04-15 20:42:11 +08:00
  • 73d919868b feat(server): LLM entities support louistiti 2024-04-14 17:41:39 +08:00
  • 39cbd7114e fix(bridge/python): usage of dict instead of empty TypedDict to avoid types errors Théo LUDWIG 2024-02-25 20:57:02 +01:00
  • a16ab4abfa feat(server): add response data to LLM inference endpoint louistiti 2024-02-19 18:31:56 +08:00
  • 6e12d2638d feat(server): verify whether LLM is enabled on inference louistiti 2024-02-19 18:30:10 +08:00
  • 0d3c42beb2 feat(server): implement PoC skill to validate LLM execution louistiti 2024-02-19 18:01:41 +08:00
  • 66f65b25b4 feat(server): expose LLM duties behind HTTP endpoint louistiti 2024-02-19 17:00:14 +08:00
  • 3f85a93a03 feat(server): LLM duties architecture + custom NER, summarization and translation duties louistiti 2024-02-18 23:43:25 +08:00
  • e9e9155366 feat(server): bootstrap LLM TCP server <> LLM duties <> TCP client (tmp) Louis Grenard 2024-02-15 00:13:16 +08:00
  • 30c9d3bce5 feat(server): create updater Louis Grenard 2024-02-14 17:37:21 +08:00
  • dba5d90b94 chore: add LLM TCP server to Git commit message Louis Grenard 2024-02-14 09:45:26 +08:00
  • 0705659f3e fix(scripts): Python TCP server setup Louis Grenard 2024-02-14 09:44:50 +08:00
  • 4815651a1d feat(server): bootstrap LLM TCP server (tmp) louistiti 2024-02-14 09:27:22 +08:00
  • 71ebdc5d80 refactor(server): prepare LLM TCP client connection louistiti 2024-02-13 18:51:45 +08:00
  • 49ac3218f7 feat(server): preparing LLM TCP server loading louistiti 2024-02-13 16:22:32 +08:00
  • 1c0c8080bf feat(scripts): download and compile llama.cpp louistiti 2024-02-08 21:05:06 +08:00
  • 46f6c09739 scripts(setup-llm): tell when LLM is up-to-date louistiti 2024-01-30 00:09:20 +08:00
  • 93eb2d22b3 scripts(setup-llm): set up LLM louistiti 2024-01-29 23:57:23 +08:00
  • c4d2524922 scripts(setup-llm): kick off LLM setup and unify common functions louistiti 2024-01-29 00:20:38 +08:00
  • 7482edde0a Merge branch 'widget-backbone' into mistral-llm-ner louistiti 2024-01-28 22:22:48 +08:00
  • 09b9a02284 feat(skill/random_number): widget rendering louistiti 2024-01-28 17:16:10 +08:00
  • f895963ab9 feat(bridge/python): add Text component Théo LUDWIG 2023-12-12 19:48:03 +01:00
  • 637ab43626 feat(bridge/python): add TextInput component Théo LUDWIG 2023-12-12 19:47:44 +01:00
  • 811bb7ab44 feat(bridge/python): add Tab component Théo LUDWIG 2023-12-12 19:47:22 +01:00
  • a65d330256 feat(bridge/python): add TabList component Théo LUDWIG 2023-12-12 19:47:02 +01:00
  • 04cff622b2 feat(bridge/python): add TabGroup component Théo LUDWIG 2023-12-12 19:46:04 +01:00
  • b2f260d04d feat(bridge/python): add TabContent component Théo LUDWIG 2023-12-12 19:45:29 +01:00
  • adda7bc6ac feat(bridge/python): add Switch component Théo LUDWIG 2023-12-12 19:45:03 +01:00
  • fb936c45b6 feat(bridge/python): add Slider component Théo LUDWIG 2023-12-12 19:44:33 +01:00
  • d0ade211ad feat(bridge/python): add Select component Théo LUDWIG 2023-12-12 19:44:11 +01:00
  • 90397f8029 feat(bridge/python): add SelectOption component Théo LUDWIG 2023-12-12 19:43:48 +01:00
  • 7ee89d9e58 feat(bridge/python): add ScrollContainer component Théo LUDWIG 2023-12-12 19:43:14 +01:00
  • 050fcec835 feat(bridge/python): add Radio component Théo LUDWIG 2023-12-12 19:42:32 +01:00
  • f714a99108 feat(bridge/python): add RadioGroup component Théo LUDWIG 2023-12-12 19:42:10 +01:00
  • 5623c33d04 feat(bridge/python): add Progress component Théo LUDWIG 2023-12-12 19:41:42 +01:00
  • 8d937b1e5f feat(bridge/python): add Loader component Théo LUDWIG 2023-12-12 19:41:16 +01:00
  • 1613b12765 feat(bridge/python): add List component Théo LUDWIG 2023-12-12 19:40:54 +01:00
  • db13c1b51e feat(bridge/python): add ListItem component Théo LUDWIG 2023-12-12 19:40:33 +01:00
  • 78e577114e feat(bridge/python): add ListHeader component Théo LUDWIG 2023-12-12 19:40:02 +01:00
  • f5999bef99 feat(bridge/python): add Link component Théo LUDWIG 2023-12-12 19:39:30 +01:00
  • 1284a8f6aa feat(bridge/python): add Image component Théo LUDWIG 2023-12-12 19:38:57 +01:00
  • 1a89eec108 feat(bridge/python): add Icon component Théo LUDWIG 2023-12-12 19:38:33 +01:00
  • dfb9b81c8b feat(bridge/python): add IconButton component Théo LUDWIG 2023-12-12 19:37:24 +01:00
  • 68ca55c82e feat(bridge/python): add Flexbox component Théo LUDWIG 2023-12-12 19:36:55 +01:00
  • f68a338dec feat(bridge/python): add CircularProgress component Théo LUDWIG 2023-12-12 19:36:11 +01:00
  • 435170659e feat(bridge/python): add Checkbox component Théo LUDWIG 2023-12-12 19:34:12 +01:00
  • 1a0e29e6dd feat(bridge/python): add Card component Théo LUDWIG 2023-12-12 19:33:25 +01:00
  • c9cf7d3ae8 style: format python with autopep8 Théo LUDWIG 2023-12-12 19:30:54 +01:00
  • 0d4104b629 feat(bridge/python): render widgets Théo LUDWIG 2023-12-10 18:33:07 +01:00
  • c361682cab fix(bridge/nodejs): types improvements Théo LUDWIG 2023-12-10 16:44:25 +01:00
  • 55b81a3c8f feat(bridge/python): widget renderer kick off louistiti 2023-12-10 23:06:44 +08:00
  • c5e1ed8e86 chore: remove html-react-parser louistiti 2023-12-10 10:47:23 +08:00
  • 4baf8f0d55 feat: add widgets folder to skills louistiti 2023-12-10 10:02:34 +08:00
  • 5a55397ef8 refactor(bridge/nodejs): render return type louistiti 2023-12-10 08:59:19 +08:00
  • 05200a195b feat: final widget new structure louistiti 2023-12-10 08:48:13 +08:00
  • 7167849d6a feat: widget new structure louistiti 2023-12-09 23:07:34 +08:00
  • edfa90d820 refactor(skill/widget-playground): flexbox component usage louistiti 2023-12-03 22:48:24 +08:00
  • 3511452d93 chore: upgrade Aurora to 1.0.0-beta.9 louistiti 2023-12-03 22:31:31 +08:00
  • 1408f358c7 feat(bridge/nodejs): add Text component louistiti 2023-12-03 22:07:12 +08:00
  • 0297e1d22b feat(bridge/nodejs): add TabList component louistiti 2023-12-03 22:06:30 +08:00
  • 10a17b0146 feat(bridge/nodejs): add TabGroup component louistiti 2023-12-03 22:05:52 +08:00
  • bba60ea45d feat(bridge/nodejs): add TabContent component louistiti 2023-12-03 22:05:02 +08:00
  • 64e1e7da3e feat(bridge/nodejs): add Tab component louistiti 2023-12-03 22:04:27 +08:00
  • 14e5bee7d6 feat(bridge/nodejs): add Switch component louistiti 2023-12-03 22:03:53 +08:00
  • 2576987c44 feat(bridge/nodejs): add Status component louistiti 2023-12-03 22:03:15 +08:00
  • ea7d6c48db feat(bridge/nodejs): add Slider component louistiti 2023-12-03 22:02:37 +08:00
  • 52f37fc3ed feat(bridge/nodejs): add SelectOption component louistiti 2023-12-03 22:02:04 +08:00
  • 8cb0816f24 feat(bridge/nodejs): add Select component louistiti 2023-12-03 22:01:28 +08:00
  • ca59f02f4f feat(bridge/nodejs): add ScrollContainer component louistiti 2023-12-03 22:00:50 +08:00
  • 7af761c5f6 feat(bridge/nodejs): add RadioGroup component louistiti 2023-12-03 22:00:11 +08:00
  • f2b75fc184 feat(bridge/nodejs): add Radio component louistiti 2023-12-03 21:59:41 +08:00
  • 3bf457caef feat(bridge/nodejs): add Progress component louistiti 2023-12-03 21:58:55 +08:00
  • 90b5596b76 feat(bridge/nodejs): add Loader component louistiti 2023-12-03 21:58:01 +08:00
  • 93c0d6c83b chore: upgrade Aurora to1.0.0-beta.8 louistiti 2023-12-03 21:57:10 +08:00
  • 9b5aa5f901 feat(bridge/nodejs): add ListItem component louistiti 2023-12-03 21:49:00 +08:00
  • bad92d3569 feat(bridge/nodejs): add ListHeader component louistiti 2023-12-03 21:48:23 +08:00
  • 1f0e4d2260 feat(bridge/nodejs): add List component louistiti 2023-12-03 21:47:41 +08:00
  • d460dc59f5 feat(bridge/nodejs): add Link component louistiti 2023-12-03 21:46:47 +08:00
  • eb64695697 feat(bridge/nodejs): add TextInput component louistiti 2023-12-03 21:44:00 +08:00
  • 308bebeb48 feat(bridge/nodejs): add Image component louistiti 2023-12-03 21:41:08 +08:00
  • bd71866342 feat(bridge/nodejs): add IconButton component louistiti 2023-12-03 21:40:21 +08:00
  • b55d58ec30 feat(bridge/nodejs): add Icon component louistiti 2023-12-03 21:39:34 +08:00
  • 2cf4ef54c3 feat(bridge/nodejs): add Flexbox component louistiti 2023-12-03 21:38:36 +08:00