RMKD

Results 2 issues of RMKD

Is the readme describing 2.77 as a requirement a typo? (the download page you link to only has 2.76 versions). I tried with both the released 2.76 and a build...

Tools are working when implemented as functions but fail when implemented as part of a ToolBox. Tested with ollama llama3.2. ``` class CustomToolbox(llm.Toolbox): def some_function(self, some_input:str): "Prepend test to the...