Implement a Calculator Tool to be used by Agents. Just as the sole currently existing Wikipedia search tool it should follow a defined protocol. The main goal here is to see if current Tool abstraction can cover different types of tools.
I should be more thorough with Issue documentation :) Now edited.
For token counting I have some very basic work done here bosquet.llm.openai-tokens
Today this was announced, very likely I will use token counting from that lib.
Implement a Calculator Tool to be used by Agents. Just as the sole currently existing Wikipedia search tool it should follow a defined protocol. The main goal here is to see if current Tool abstraction can cover different types of tools.