Commit Graph

  • 9cbf29e0b0 implement object relation store with sqlite tsukasa 2023-09-14 16:03:56 +08:00
  • aaf0f15228 put email object with nested object not object id tsukasa 2023-09-14 15:44:58 +08:00
  • dd3187fc8a Provide the local llama service zhangzhen 2023-09-14 15:22:38 +08:00
  • 25fec9a683 Merge pull request #49 from alexsunxl/main Liu Zhicong 2023-09-13 20:45:38 -07:00
  • 6e5beb4cdf save relationship of objects tsukasa 2023-09-13 17:55:27 +08:00
  • 72257b8312 Parse and save img tag in the email body alexsunxl 2023-09-12 15:51:48 +08:00
  • 8ac6065332 embedding email object tsukasa 2023-09-12 15:28:59 +08:00
  • 213e7b5b9b Merge pull request #48 from alexsunxl/MVP Liu Zhicong 2023-09-11 14:50:33 -07:00
  • ddc103af38 Add EmailObjectBuilder impl and fix some bugs liyaxing 2023-09-11 20:32:52 +08:00
  • c6e18f96a9 Change the code style to the class style alexsunxl 2023-09-11 19:58:16 +08:00
  • 8ffc61f9c5 Save email attachment files in folders alexsunxl 2023-09-11 18:49:56 +08:00
  • 58c0d74ca1 Add chunk reader impl liyaxing 2023-09-11 17:30:06 +08:00
  • 7e1f7173b4 Complete AI Function support for Agent. Liu Zhicong 2023-09-10 20:50:37 -07:00
  • 6b45cb9570 1.Can use aios_shell from new jarvis telgram bot right now 2.Update MVP plan2.md 3.Refactor function support Liu Zhicong 2023-09-10 12:01:45 -07:00
  • f3cc3f6043 Update requirements liyaxing 2023-09-11 02:07:01 +08:00
  • 2761883ae8 Add some core objects impl liyaxing 2023-09-11 02:05:24 +08:00
  • 36476eb5b4 Add object and chunk base impl and test cases liyaxing 2023-09-11 00:46:56 +08:00
  • 15dd600fdb Merge pull request #45 from glen0125/MVP Liu Zhicong 2023-09-09 10:59:20 -07:00
  • 27ed3e20e6 The argument for is_support should be task_type Song 2023-09-09 22:08:39 +08:00
  • 0d793bd12d Remove some test information Song 2023-09-09 22:07:31 +08:00
  • e8e3812d28 Add chunk store and chunk list helper liyaxing 2023-09-08 15:52:05 +08:00
  • 1e5b9afd0f Add chunk relate impl and test case liyaxing 2023-09-07 20:19:18 +08:00
  • 188595beb6 Add chromadb based vector store impl and test case liyaxing 2023-09-05 20:42:22 +08:00
  • 3eac598c97 Add stability node (Text2Img) Song 2023-09-07 12:50:13 +08:00
  • 1bbdf2e722 Add basic enviroment support. Can use env values in prompts right now. Liu Zhicong 2023-09-04 22:36:59 -07:00
  • 25bba0742a 1. Build a more simple workflow:math_school 2. Fix some bug Liu Zhicong 2023-09-01 12:05:03 -07:00
  • b4990e4c57 Workflow is almost done. Liu Zhicong 2023-09-01 00:39:36 -07:00
  • 27f163ddd3 Merge pull request #44 from alexsunxl/MVP Liu Zhicong 2023-08-31 17:51:55 -07:00
  • cff34c6aba knowledge base basic flow tsukasa 2023-08-31 20:13:41 +08:00
  • 38f9b0e6ab Merge remote-tracking branch 'origin/MVP' into MVP tsukasa 2023-08-31 16:35:20 +08:00
  • 5bd9775e4f Add openai text embedding compute task tsukasa 2023-08-31 16:32:20 +08:00
  • a6f03ff62a Add a service: email spider #43 alexsunxl 2023-08-31 16:14:13 +08:00
  • febe28eecc Add embeding compute task tsukasa 2023-08-31 15:45:02 +08:00
  • 39eb96f9e3 objected knowledge base implement for email code structure tsukasa 2023-08-30 17:16:37 +08:00
  • aef15476b5 Merge remote-tracking branch 'origin/MVP' into MVP tsukasa 2023-08-29 16:46:06 +08:00
  • aa05a3a003 objected knowledge base design tsukasa 2023-08-29 16:45:05 +08:00
  • fc0ce3b381 knowleadge.drawio Si Changjun 2023-08-24 15:54:52 +08:00
  • 93b6b8e7f2 Improving aios_shell: We now have a basic, expandable framework, along with some basic features that will facilitate future testing. Liu Zhicong 2023-08-30 23:01:44 -07:00
  • 05d2e4a9cf 1.workflow has reached a state of basic functionality. 2. implemented AI message bus infrastructure, Liu Zhicong 2023-08-30 12:30:41 -07:00
  • a7960861d1 objected knowledge base implement for email code structure tsukasa 2023-08-30 17:16:37 +08:00
  • 8ba9f7c196 Merge remote-tracking branch 'origin/MVP' into MVP tsukasa 2023-08-29 16:46:06 +08:00
  • 67677ba40f objected knowledge base design tsukasa 2023-08-29 16:45:05 +08:00
  • 076eeaf977 knowleadge.drawio Si Changjun 2023-08-24 15:54:52 +08:00
  • ccbef2104b framework code has been completed basicly. Through the use of aios_shell, we are now able to get agents run able (at openai compute node) Liu Zhicong 2023-08-27 18:07:33 -07:00
  • 4a8d81ce16 knowleadge.drawio Si Changjun 2023-08-24 15:54:52 +08:00
  • 1a6cf1ad7a complete document of sub system package_manager. Liu Zhicong 2023-08-23 13:29:02 -07:00
  • 5454009e7b Refactor the code to make it comply with PEP-8 standards:Convert all class definitions to CamelCase style. (issue 37) Liu Zhicong 2023-08-23 11:19:16 -07:00
  • 23963adc6e Merge pull request #33 from waterflier/main fiatrete 2023-08-23 09:31:14 +08:00
  • 760b0871cd The framework design of the aios kernel has been basically completed, as well as the key logic code centered on workflow. Liu Zhicong 2023-08-22 17:11:20 -07:00
  • ae09b24cc6 Merge branch 'fiatrete:main' into main Liu Zhicong 2023-08-20 22:55:04 -07:00
  • 814f5cf481 complete ai kerne frame code Liu Zhicong 2023-08-20 22:53:35 -07:00
  • 69be4e224a updates fiatrete 2023-08-18 09:49:58 +08:00
  • f2c867e3de Merge pull request #30 from waterflier/main fiatrete 2023-08-18 09:07:00 +08:00
  • 6b39379d7c complete pkg_system basic design and impl Liu Zhicong 2023-08-16 20:06:09 -07:00
  • 3d8f6fd5c8 Temporary commit Liu Zhicong 2023-08-14 12:44:19 -07:00
  • db93380d05 Merge pull request #28 from waterflier/main fiatrete 2023-08-11 17:31:17 +08:00
  • 9814889d34 Initial MVP project structs. Liu Zhicong 2023-08-10 23:57:02 -07:00
  • f25e05c998 fix blocking fiatrete 2023-06-25 22:30:31 -07:00
  • 74d977f85f fix docker file fiatrete 2023-06-20 03:17:19 -07:00
  • dff51fd9ac Update rembg module and docker file fiatrete 2023-06-20 03:01:42 -07:00
  • 3d77324ad4 Update document fiatrete 2023-06-20 02:51:38 -07:00
  • baca747bbb add remove_bg function fiatrete 2023-06-20 02:45:37 -07:00
  • c7d3c047fd Temporarily remove the os_installer directory to prevent misunderstandings. fiatrete 2023-06-20 10:34:27 +08:00
  • 4adc50fa8c updates after refactoring Jarvis with functions support of ChatGPT fiatrete 2023-06-16 16:35:59 +08:00
  • 8ac15961e7 optimize stable_diffusion function fiatrete 2023-06-16 15:58:57 +08:00
  • 12b33c8cf7 do not fix json if the arguments is a valid json (event if it's an empty object) fiatrete 2023-06-16 15:58:57 +08:00
  • f8c9d1c636 fix bug: coroutine not awaited fiatrete 2023-06-16 15:58:57 +08:00
  • 501ea5198f replace default gpt version from 0301 to 0613 fiatrete 2023-06-16 15:58:57 +08:00
  • 73140529c7 try to fix arguments return from GPT fiatrete 2023-06-16 15:58:57 +08:00
  • 034cb1f5e4 change auto test words fiatrete 2023-06-16 15:58:57 +08:00
  • ad5407322c count tokens for functions fiatrete 2023-06-16 15:58:57 +08:00
  • 9d5872f5e6 support for youtube short video link fiatrete 2023-06-16 15:58:57 +08:00
  • 947ed233c5 No need for wrap user input into a json any more fiatrete 2023-06-16 15:58:57 +08:00
  • 0f3c1c187a 'do_nothing' is no longer useful fiatrete 2023-06-16 15:58:57 +08:00
  • 0a4feb1daf use gpt function fiatrete 2023-06-16 15:58:57 +08:00
  • 88e3ed0648 Delete Message typed dict fiatrete 2023-06-16 15:58:57 +08:00
  • 62d31b68ae Update README.md fiatrete 2023-06-15 16:31:28 +08:00
  • eb7307acf4 Merge pull request #21 from Synthintel0/main fiatrete 2023-06-14 11:37:43 +08:00
  • 99e11fdd10 update README for how to setup discord-bot Synthintel0 2023-06-14 11:00:54 +08:00
  • be62e60b35 update readme fiatrete 2023-06-13 21:21:17 +08:00
  • 7adf9f893b Merge pull request #18 from DiligentCatCat/main fiatrete 2023-06-13 14:39:00 +08:00
  • 5c31f0e2b5 fix: demo_service1 keeps crashing if DEMO_YOUTUBE_API_KEY is not set DiligentCatCat 2023-06-13 14:29:27 +08:00
  • 3a6a04de0a fix: missing 'endswith' DiligentCatCat 2023-06-13 14:22:31 +08:00
  • 0b6c6727d1 Merge pull request #17 from DiligentCatCat/main fiatrete 2023-06-13 13:42:03 +08:00
  • 1ac091db20 doc: Add todo DiligentCatCat 2023-06-13 12:30:35 +08:00
  • 38fa0b7044 doc: Update README.md DiligentCatCat 2023-06-13 12:23:51 +08:00
  • 367e20942b fix: the former STABLE_DIFFUSION_URL variable is not intuitive DiligentCatCat 2023-06-13 12:22:28 +08:00
  • 805d1d59eb experience Jarvis directly through discord chat group fiatrete 2023-06-13 10:20:23 +08:00
  • 5f2e1225c5 experience Jarvis directly through discord chat group fiatrete 2023-06-13 10:14:44 +08:00
  • 6c6022104b Merge pull request #16 from Synthintel0/main fiatrete 2023-06-13 07:07:32 +08:00
  • 70274cfae0 use prebuild docker image fiatrete 2023-06-12 18:35:52 +08:00
  • 4854dabeea add Dockerfile to discord-bot Synthintel0 2023-06-12 18:12:54 +08:00
  • 126327a152 fix discord bot internal event errors fiatrete 2023-06-10 20:33:39 +08:00
  • 3c8cb7cf27 intro to jarvis discord bot. fiatrete 2023-06-08 17:16:33 +08:00
  • a46f086c3a Merge branch 'main' of github.com:fiatrete/OpenDAN-Personal-AI-OS fiatrete 2023-06-08 16:36:59 +08:00
  • 9a1cd34d1a add discord bot fiatrete 2023-06-08 16:31:12 +08:00
  • db6c3a8f75 Merge pull request #8 from Synthintel0/main fiatrete 2023-06-08 16:31:12 +08:00
  • 4f51d7858b add discord bot fiatrete 2023-06-08 15:45:47 +08:00
  • c02002cbfb Fix typo in README Synthintel0 2023-06-08 15:32:45 +08:00
  • ceb6915f31 Optimized the prompts for the stable-diffusion style, and now the style selection results are more in line with expectations. fiatrete 2023-06-08 10:53:55 +08:00