Gregory Nwosu
Gregory Nwosu
this pull request allows us to make Job into cats Reader/Kleisli monads. It opens up the proper monad stack for Job and enables the potential to use Job in Monad...
In the case of vertices representing cities and edges representing roads. There are multiple edges between cities representing different route possibilities. Shortest path just gives me a list of nodes...
May I suggest initially making duplicate files AsyncAgent, AsyncBasetool etc and renaming the functions to be async We dont yet actually have to make them asynchronously efficient, but just use...
add local function calling assistant for nexusravenv2 local function calling ## Why are these changes needed? This change enables the user to create a reliable local function calling using the...
there is no way in litellm to disable the cache in ollama that is removing the eval_count response keys from the json. This PR allows the code to create sensible...
i want to read columns even if they didn't parse and provide defaults, I've convinced my producer to allow me to map across my maybe ElFied to a proper record....
calls T_Num with an argument , but TNum from the Includes project is not defined to take an argument
I would like to make get real time candles run as asynchronously however I can't find the part where it's actually polling for the results can anybody point me to...