Commit Graph

27 Commits

Author SHA1 Message Date
Liu Zhicong fc0c91d942 fix merge bug. 2023-09-28 14:03:52 -07:00
tsukasa 56c0202552 add image insert/query in knowledge base 2023-09-28 16:48:33 +08:00
Song 2938a54402 Return result code from sd node 2023-09-28 11:07:57 +08:00
tsukasa 01f05285c7 fix queue compute node 2023-09-27 17:24:00 +08:00
Liu Zhicong 943d0e3916 Improved the system's exception handling logic, striving to let users see the cause of the error. 2023-09-26 22:50:50 -07:00
Liu Zhicong 857a7ed956 fix bugs~ 2023-09-26 18:46:26 -07:00
Song 85259ca408 Add paint function for agent David 2023-09-23 13:19:32 +08:00
wugren 5c2dd13ab2 Fix story maker bug 2023-09-22 12:27:26 +08:00
wugren 4e45130140 story maker 2023-09-22 12:25:45 +08:00
Song dbb1ab4437 The argument for is_support should be task_type 2023-09-21 18:32:34 +08:00
Liu Zhicong 874aa98e21 1) Improve Build-in agent "Tracy Wang" 2) fix bug 2023-09-18 23:25:44 -07:00
Liu Zhicong 2301babd4d Merge pull request #56 from streetycat/MVP
schedule multiple nodes with different weight
2023-09-18 11:42:31 -07:00
streetycat f2a25b1b99 schedule same nodes with different weight 2023-09-18 07:58:08 +00:00
Liu Zhicong 8f4f778d3c Merge branch 'MVP' into MVP 2023-09-18 00:37:41 -07:00
tsukasa 805dc88de2 test prompt from knowledge object 2023-09-18 09:51:51 +08:00
Liu Zhicong b38aae81e2 Merge branch 'MVP' into MVP 2023-09-17 18:30:26 -07:00
Liu Zhicong 43c70489e7 1) Add e-mail tunnel support 2) Modify all __new__ to get_instance() 3) init docker build scripts 2023-09-16 11:41:59 -07:00
zhangzhen dd3187fc8a Provide the local llama service 2023-09-14 15:22:38 +08:00
Liu Zhicong 7e1f7173b4 Complete AI Function support for Agent. 2023-09-10 20:50:37 -07:00
Song 27ed3e20e6 The argument for is_support should be task_type 2023-09-09 22:13:16 +08:00
tsukasa cff34c6aba knowledge base basic flow 2023-08-31 20:13:41 +08:00
tsukasa 5bd9775e4f Add openai text embedding compute task 2023-08-31 16:32:20 +08: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
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
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
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 814f5cf481 complete ai kerne frame code 2023-08-20 22:53:35 -07:00