Commit Graph

384 Commits

Author SHA1 Message Date
tsukasa aaf0f15228 put email object with nested object not object id 2023-09-14 15:44:58 +08:00
zhangzhen dd3187fc8a Provide the local llama service 2023-09-14 15:22:38 +08:00
Liu Zhicong 25fec9a683 Merge pull request #49 from alexsunxl/main
Parse and save html's img tag in the email body
2023-09-13 20:45:38 -07:00
tsukasa 6e5beb4cdf save relationship of objects 2023-09-13 17:55:27 +08:00
alexsunxl 72257b8312 Parse and save img tag in the email body 2023-09-12 15:52:40 +08:00
tsukasa 8ac6065332 embedding email object 2023-09-12 15:28:59 +08:00
Liu Zhicong 213e7b5b9b Merge pull request #48 from alexsunxl/MVP
The email spider module has added attachment image processing
2023-09-11 14:50:33 -07:00
liyaxing ddc103af38 Add EmailObjectBuilder impl and fix some bugs 2023-09-11 20:32:52 +08:00
alexsunxl c6e18f96a9 Change the code style to the class style 2023-09-11 19:58:16 +08:00
alexsunxl 8ffc61f9c5 Save email attachment files in folders 2023-09-11 18:49:56 +08:00
liyaxing 58c0d74ca1 Add chunk reader impl 2023-09-11 17:30:06 +08:00
Liu Zhicong 7e1f7173b4 Complete AI Function support for Agent. 2023-09-10 20:50:37 -07:00
Liu Zhicong 6b45cb9570 1.Can use aios_shell from new jarvis telgram bot right now
2.Update MVP plan2.md
3.Refactor function support
2023-09-10 12:01:53 -07:00
liyaxing f3cc3f6043 Update requirements 2023-09-11 02:07:01 +08:00
liyaxing 2761883ae8 Add some core objects impl 2023-09-11 02:06:41 +08:00
liyaxing 36476eb5b4 Add object and chunk base impl and test cases 2023-09-11 00:46:56 +08:00
Liu Zhicong 15dd600fdb Merge pull request #45 from glen0125/MVP
Add stability node (Text2Img)
2023-09-09 10:59:20 -07:00
Song 27ed3e20e6 The argument for is_support should be task_type 2023-09-09 22:13:16 +08:00
Song 0d793bd12d Remove some test information 2023-09-09 22:13:16 +08:00
liyaxing e8e3812d28 Add chunk store and chunk list helper 2023-09-08 15:52:05 +08:00
liyaxing 1e5b9afd0f Add chunk relate impl and test case 2023-09-07 20:19:35 +08:00
liyaxing 188595beb6 Add chromadb based vector store impl and test case 2023-09-07 20:17:10 +08:00
Song 3eac598c97 Add stability node (Text2Img) 2023-09-07 12:50:13 +08:00
Liu Zhicong 1bbdf2e722 Add basic enviroment support. Can use env values in prompts right now. 2023-09-04 22:36:59 -07:00
Liu Zhicong 25bba0742a 1. Build a more simple workflow:math_school
2. Fix some bug
2023-09-01 12:05:03 -07:00
Liu Zhicong b4990e4c57 Workflow is almost done. 2023-09-01 00:39:41 -07:00
Liu Zhicong 27f163ddd3 Merge pull request #44 from alexsunxl/MVP
Add a service: email spider  #43
2023-08-31 17:51:55 -07:00
tsukasa cff34c6aba knowledge base basic flow 2023-08-31 20:13:41 +08:00
tsukasa 38f9b0e6ab Merge remote-tracking branch 'origin/MVP' into MVP
# Conflicts:
#	doc/mvp/workflow.drawio
#	src/aios_kernel/knowledge/knowledge_base.py
2023-08-31 16:35:20 +08:00
tsukasa 5bd9775e4f Add openai text embedding compute task 2023-08-31 16:32:20 +08:00
alexsunxl a6f03ff62a Add a service: email spider #43 2023-08-31 16:23:07 +08:00
tsukasa febe28eecc Add embeding compute task 2023-08-31 15:48:14 +08:00
tsukasa 39eb96f9e3 objected knowledge base implement for email code structure 2023-08-31 15:46:49 +08:00
tsukasa aef15476b5 Merge remote-tracking branch 'origin/MVP' into MVP 2023-08-31 15:45:14 +08:00
tsukasa aa05a3a003 objected knowledge base design 2023-08-31 15:45:13 +08:00
Si Changjun fc0ce3b381 knowleadge.drawio 2023-08-31 15:45:13 +08:00
Liu Zhicong 93b6b8e7f2 Improving aios_shell: We now have a basic, expandable framework, along with some basic features that will facilitate future testing. 2023-08-30 23:01:44 -07:00
Liu Zhicong 05d2e4a9cf 1.workflow has reached a state of basic functionality.
2. implemented AI message bus infrastructure,
2023-08-30 12:30:41 -07:00
tsukasa a7960861d1 objected knowledge base implement for email code structure 2023-08-30 17:16:37 +08:00
tsukasa 8ba9f7c196 Merge remote-tracking branch 'origin/MVP' into MVP 2023-08-29 16:46:06 +08:00
tsukasa 67677ba40f objected knowledge base design 2023-08-29 16:45:20 +08:00
Si Changjun 076eeaf977 knowleadge.drawio 2023-08-29 16:45:20 +08:00
Liu Zhicong 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) 2023-08-27 18:07:33 -07:00
Si Changjun 4a8d81ce16 knowleadge.drawio 2023-08-24 15:54:52 +08:00
Liu Zhicong 1a6cf1ad7a complete document of sub system package_manager. 2023-08-23 13:29:02 -07:00
Liu Zhicong 5454009e7b Refactor the code to make it comply with PEP-8 standards:Convert all class definitions to CamelCase style.
(issue 37)
2023-08-23 11:19:56 -07:00
fiatrete 23963adc6e Merge pull request #33 from waterflier/main
Complete basic ai kernel frame codes
2023-08-23 09:31:14 +08:00
Liu Zhicong 760b0871cd The framework design of the aios kernel has been basically completed, as well as the key logic code centered on workflow. 2023-08-22 17:13:35 -07:00
Liu Zhicong ae09b24cc6 Merge branch 'fiatrete:main' into main 2023-08-20 22:55:04 -07:00
Liu Zhicong 814f5cf481 complete ai kerne frame code 2023-08-20 22:53:35 -07:00