MrX_OAI_Assistant_Manager
MrX_OAI_Assistant_Manager copied to clipboard
Started out as Dynamic Function Calling for OAI. Upon reviewing a research paper released (LATM) This is/has become a implementation of such system using: OpenAI and Autogen
Test and implement a tool maker that can: - [ ] Make a new tool - [ ] User Proxy should test this tool - [ ] Pass the metadata...
OAI Assistants can be provided with a knowledge retrieval skill. Theoretically this enables the assistant to keep persistent chat related memory across different chats/threads. ## To Do: - [x] investigate...
It is time to flesh out the Autogen implementation and creating some neat wrappers for an example case. We should interact with the assistant flow in the same way. -...
I beleive the issue stems from dynamically editing the file and expecting the code to be able to re-fresh during run time A possible fix is to create a directory...
Autogen Teachable agents are a corner stone in long term memory for our Assistants. Implementing these would enable the agentic flows to access context saved in previous flows.