Commit Graph

43 Commits

Author SHA1 Message Date
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 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 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
tsukasa d0b74545eb change /knowledge commands in shell 2023-10-20 14:19:41 +08:00
tsukasa f80ec04272 add knowledge pipeline manager 2023-10-19 10:47:45 +08:00
Liu Zhicong b74b86b4d4 Refactor before imporve knowledge base. 2023-10-18 11:21:28 -07:00
Liu Zhicong 9932b55ae8 Implement simple "Agent Think Frame" , Tracy can do teach summary now. 2023-10-01 16:33:49 -07:00
Liu Zhicong 431f0d4ff2 Fix bug: Agent process message correctly in Telegeram Gorup 2023-10-01 02:09:44 -07:00
Liu Zhicong b6a06c4150 fix bug 2023-09-28 22:35:51 -07:00
Liu Zhicong c644c2e1a2 fix bug 2023-09-28 20:37:18 -07:00
Liu Zhicong fc0c91d942 fix merge bug. 2023-09-28 14:03:52 -07:00
tsukasa 026bfc1caf send image with telegram message 2023-09-28 18:30:07 +08:00
Liu Zhicong 5146bc1871 Add chat history limit for Agent and Role.
Fix bugs.
2023-09-27 10:09:31 -07: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
Song 2be2ef3f60 Update code & pass test 2023-09-23 13:19:32 +08:00
Liu Zhicong c289c811ee fix bugs 2023-09-22 20:11:27 -07:00
Liu Zhicong 3061e00800 Merge branch 'MVP' into MVP 2023-09-22 00:48:09 -07:00
Liu Zhicong ad12e795c5 Add linux_admin agent, funny~ 2023-09-21 23:18:52 -07:00
wugren 5c2dd13ab2 Fix story maker bug 2023-09-22 12:27:26 +08:00
Liu Zhicong 270debef67 Add feature: Contact manager 2023-09-21 20:51:21 -07:00
Liu Zhicong f7a47a06ec Jarvis can query user knowlege base! 2023-09-21 13:54:10 -07:00
Liu Zhicong 97f403080e Add feature: Agent/Role enable_function config. 2023-09-21 00:39:39 -07:00
Liu Zhicong 080a8918fe Add feature: Users can load their own downloaded agents or workflows from the myai directory. 2023-09-20 22:47:52 -07:00
Liu Zhicong bde91771a8 Generator prompt from session histroy base on token limit. 2023-09-20 14:46:00 -07:00
Liu Zhicong d5073cc21b Jarvis use gpt-3.5 2023-09-20 02:23:46 -07:00
Liu Zhicong a75857a631 Javirs control calender~ 2023-09-20 01:33:00 -07:00
Liu Zhicong e6d7b2b009 Improve defualt agent Jarvis, fix some bug. 2023-09-19 21:36:56 -07:00
Liu Zhicong 40e14ee025 Fix workflow system prompt bugs. 2023-09-19 18:25:25 -07:00
Liu Zhicong 874aa98e21 1) Improve Build-in agent "Tracy Wang" 2) fix bug 2023-09-18 23:25:44 -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
Liu Zhicong ef9ab83e63 Add tunnel support ,and implment TelegramTunnel. Now we can use telegram bot connect to installed agent/workflow. 2023-09-15 17:35:12 -07:00
Liu Zhicong c4d97942cb Refactor chatsession impl, fix bug. 2023-09-14 01:50:27 -07:00
Liu Zhicong 7e1f7173b4 Complete AI Function support for Agent. 2023-09-10 20:50:37 -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
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