This is a set of conventions and types that streamline some approaches I came up with while building LLM workflows.
LLM tool feedback systems are under-developed, and the reason for that is a lack of well defined interfaces.
tool2agent is a concrete set of such interfaces to build on top of.
If you are an LLM chatbot developer, take a look at this example that leverages a tool2agent-based library:
https://github.com/tool2agent/tool2agent/blob/4cf340f77aa92e...