Open comments for this post
I am trying to give it functionality to add stuff to files and it worked but it’s still rather shaky. I mean at least it worked!!!!! The debugging on this is veryyyyyy annoying. I still don’t know why it is putting “Your final answer here” in chat all the time but I am going to fix it!
Open comments for this post
I made it so it can launch apps for me! The process goes something like this: User Input -> AI decides if it needs tool and what tool to use -> Tool Output -> AI takes output and decides if its sufficient or it needs another tool -> Tool result or final response -> final response. Reallllly happy with this new update to it.
Open comments for this post
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 :).
Open comments for this post
I am currently trying to give it access to make certain decisions to open tools for me. I successfully got it to open youtube for me!
Open comments for this post
Currently just finished linking a local model from Ollama, llama3, to my project in the terminal. I eventually want to end up developing my own model because I am not entirely satisfied with the power of this model but for right now this is going prettttttty well.