ToolFuse
is a library for building tools for LLM-based agents.
It provides a simple interface for defining tools and their actions and observations.
ToolFuse
focuses on all of these problems and makes it easier that ever to use tools.
ToolFuse
in actionDesktop
that lets your agent
interact with that desktop and get information from the environment like the mouse postion, as well as
take actions like moving the mouse. The class gets defined as follows:
Desktop
class, we can use it with an agent, we can request a schema of the tool actions and observations: