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

Project Prometheus

  • 5 Devlogs
  • 8 Total hours

A locally run AI/ML assistant to help with tasks with access to the Internet and some parts of your PC(that will be regulated through a clearance level system). The goal for the project is to be a helpful assistant that can do stuff for you in a convenient manner, like launching apps and stuff from on e terminal.

Open comments for this post

58m 2s logged

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!

0

Loading discussion…

0
3
Open comments for this post

1h 49m 15s logged

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.

0

Loading discussion…

0
2
Open comments for this post

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 :).

1

Loading discussion…

0
5
Open comments for this post

45m 6s logged

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.

0

Loading discussion…

0
2

Followers

Loading…