MrX_OAI_Assistant_Manager icon indicating copy to clipboard operation
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

Results 7 MrX_OAI_Assistant_Manager issues
Sort by recently updated
recently updated
newest added

fix this up a little More to come in about 10 hours

documentation
Cleaning

Test and implement a tool maker that can: - [ ] Make a new tool - [ ] User Proxy should test this tool - [ ] Pass the metadata...

enhancement

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...

enhancement

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. -...

enhancement

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...

invalid

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.

enhancement