Commit Graph

358 Commits

Author SHA1 Message Date
Liu Zhicong 8688b0bc6b modify webui 2023-11-29 15:09:27 -08:00
Liu Zhicong c752176814 Merge pull request #104 from streetycat/MVP
Adapt to the function of llama.cpp
2023-11-29 11:27:25 -08:00
streetycat 6a00d09701 Adapt to the function of llama.cpp 2023-11-29 16:15:00 +08:00
Liu Zhicong 6b8453a2e4 Merge pull request #103 from wugren/MVP
Add database query agent
2023-11-28 22:48:10 -08:00
wugren a29d1e512d Add postgresql、oracle、mssql dependency 2023-11-28 17:45:52 +08:00
wugren e00fc6c8e4 Add database query 2023-11-28 17:07:39 +08:00
Liu Zhicong 22453ca85c Merge pull request #102 from wugren/MVP
Add code interpreter function
2023-11-26 17:17:00 -08:00
wugren 624fd46492 Add duckduckgo text search function 2023-11-26 22:52:12 +08:00
wugren 6e8d6904f0 Add code interpreter function 2023-11-25 18:42:01 +08:00
Liu Zhicong 482a13df6d Merge pull request #101 from wugren/MVP
TTS and ASR function implemented based on openai api
2023-11-22 09:23:26 -08:00
wugren 7564349cb7 Fix split long audio bug 2023-11-22 19:05:05 +08:00
wugren b305a963ba TTS and ASR function implemented based on openai api 2023-11-22 19:00:59 +08:00
Liu Zhicong 4c80586630 Merge pull request #100 from wugren/MVP
AgentAssistant
2023-11-21 00:51:05 -08:00
wugren cc3faee716 AgentAssistant 2023-11-21 16:18:11 +08:00
Liu Zhicong e008378793 Merge pull request #99 from photosssa/mvp-dev
Read Mail with knowledge pipeline and issue tree
2023-11-20 11:38:51 -08:00
tsukasa d7cdf2576e read mail with issue tree pipeline works 2023-11-20 23:36:28 +08:00
tsukasa a63e9b6745 read mail with issue tree pipeline works 2023-11-20 22:05:39 +08:00
tsukasa 9c00187041 a issue parser of email 2023-11-20 22:04:17 +08:00
tsukasa 97b18e9f66 email parser document 2023-11-20 22:02:17 +08:00
Liu Zhicong f4797b0ea2 Merge pull request #96 from alexsunxl/MVP
Add the gpt4 vision feature in AIOS
2023-11-16 20:20:20 -08:00
alexsunxl 1dbb218140 Add the gpt4 vision feature in AIOS 2023-11-17 12:01:16 +08:00
Liu Zhicong 3bc864467e Merge pull request #95 from wugren/MVP
Support custom agent
2023-11-15 20:35:23 -08:00
Liu Zhicong 22e74ca595 Merge branch 'MVP' into MVP 2023-11-15 20:35:13 -08:00
Liu Zhicong 2d85981dff support long artic learn 2023-11-15 20:18:41 -08:00
wugren bddeebdad0 Support custom agent 2023-11-15 18:43:27 +08:00
Liu Zhicong 87fdba9714 fix text summary build bug 2023-11-14 16:49:36 -08:00
Liu Zhicong 5fe3073cb6 1) Use UserConfig to change system default LLM model name
2)  Support GPT4-Turbo JSON resp format
2023-11-13 16:07:33 -08:00
Liu Zhicong 763360b305 Support Text summary based Knowledge System,
Update Agent Workspace.
2023-11-12 21:59:04 -08:00
Liu Zhicong fb0b88d44a Merge remote-tracking branch 'origin/main' into MVP
# Conflicts:
#	src/service/aios_shell/aios_shell.py
2023-11-08 22:17:50 -08:00
Liu Zhicong de685da38b Refactor the tunnel-related code to make the logic of the Agent sending messages to the Human more reasonable. 2023-11-08 22:13:18 -08:00
Liu Zhicong 7fd3749a40 1) Fix bugs.
2) openai_node support async/await.
2023-11-05 15:21:27 -08:00
Liu Zhicong 575d37486c Agent can do TODOs. 2023-11-03 22:31:30 -07:00
Liu Zhicong 326fbcde1d Merge pull request #92 from alexsunxl/MVP
Modify the telegram return message
2023-11-03 12:27:02 -07:00
Liu Zhicong e27c995afe Merge pull request #93 from xiangxin72/patch-1
Update README for macOS installation
2023-11-03 12:26:52 -07:00
Xin Xiang 1083cddfd7 Update README.md 2023-11-03 12:16:02 -07:00
alexsunxl 7d293c9377 Modify the telegram return message 2023-11-03 21:55:25 +08:00
Liu Zhicong 1fbe5ae1ea Agent can create todo by op_list 2023-11-03 01:16:32 -07:00
Liu Zhicong 5eced91432 commit Agent Work Cycle frame codes 2023-11-01 19:29:55 -07:00
Liu Zhicong 70568c0809 Merge pull request #87 from streetycat/main
fix bugs for proxy and dynamics node
2023-10-26 17:43:28 -07:00
Liu Zhicong ece56f6a40 Merge pull request #86 from photosssa/mvp-dev
Issue 85: Knowledge pipeline manager
2023-10-26 17:43:19 -07:00
streetycat c342e5678b fix bugs for proxy and dynamics node 2023-10-24 09:27:06 +00:00
tsukasa 8bc63c912a add pipeline issue 2023-10-20 15:08:01 +08:00
tsukasa d0b74545eb change /knowledge commands in shell 2023-10-20 14:19:41 +08:00
tsukasa 030077e4d3 knowledge pipeline manager init 2023-10-19 17:09:27 +08:00
tsukasa f80ec04272 add knowledge pipeline manager 2023-10-19 10:47:45 +08:00
tsukasa ce033c2381 add knowledge pipeline manager 2023-10-19 10:47:34 +08:00
Liu Zhicong b74b86b4d4 Refactor before imporve knowledge base. 2023-10-18 11:21:28 -07:00
Liu Zhicong e4be896b7c Merge pull request #84 from alexsunxl/main
Fixed a crash with knowledge base arguments
2023-10-18 10:51:05 -07:00
alexsunxl 71726d680b Fixed a crash with knowledge base arguments 2023-10-18 17:20:06 +08:00
Liu Zhicong 31d4f91f6f Merge pull request #83 from streetycat/main
fix bugs
2023-10-16 19:54:23 -07:00