|
|
|
|
|
by klntsky
217 days ago
|
|
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 the lack of well defined interfaces. tool2agent is a concrete set of such interfaces to build on top of. Right now, AI SDK bindings are available. If you are an LLM workflow developer, take a look at this example of a conversational chatbot: https://github.com/tool2agent/tool2agent/blob/4cf340f77aa92e... Here's a more detailed writeup: https://x.com/klntsky/status/1986816754241487251 |
|