So I've got Solinix running pretty well now. It actually remembers things which is cool. Like if I tell it I have a test coming up, next time we chat it'll ask how it went. Small thing but feels way more natural than ChatGPT where you start over every time.
Still working on Selene (the 3D avatar part). Three.js is honestly kind of a pain but I'm getting there. Right now she just floats and looks around. Need to add lip sync and expressions still.
The Selene language is probably the most "done" thing. It compiles to Python and works fine. I use it to write task plans for the AI. Syntax is like:
task : summarize(file) -> read() -> extract(key_points) -> write(summary)
Nothing crazy but it works. School's been busy so I only get to code on weekends mostly. Kinda sucks but whatever.