You are browsing as a guest. Sign up (or log in) to start making projects!

4h 17m 28s logged

BIG NEWS!! So I completed some early tools, most of them being based on file management. I added support for the agent to make multiple tool calls as well if necessary. So essentially what it does is that it takes the user’s input, decides what tool to use, uses it, evaluates the result of the tool against the user’s original request and decides if it has sufficient information to respond to the user’s request or if it needs more tool calls. In this scenario, the user asks to find a file in a folder. The model first uses the search_projects tool to find the folder, and then uses that information to find a file!!!!!! Currently focusing on allowing it to launch apps, so far it can launch notebook :).

0
5

Comments 1

Btw, the json and other random outputs from the tools will be taken out before release, only used for debugging right now