So while building this system I had limitations like having no GPU and only edge CPU only devices. This lead me to strive for efficiency in every way including using basic IPC and removing all server and API layers.
Currently this runs on PC, Mac, and Linux. I have taken a small break from work to manage life but really would like some feedback and questions about the system. There are white papers in the repo that are the initial design. Also this runs just about every model though I need to see if the role display was fixed by my friend as the main branch has an issue with hard coded roles. Gemma and OpenAI OSS work fine but other models don't display with the proper formatting of the displayed roles. This doesn't break the function just the visual so it's not something I immediately focused on.
There is a video tutorial and dev notes YouTube video, it's about 30min but it goes over the process and future of this tool. https://youtu.be/t3TozyYGNTg?si=amwuXg4EWkfJ_oBL
Note: I am not a strong coder at all and have primarily used jules coding agent from Google to create most of the actual syntax.