Comment by sentinel1909
1 day ago
I’m iterating on my own coding agent, called `rho`. https://github.com/crustyrustacean/rho-coding-agent.git.
It’s founded in Rust and incorporates a Deno runtime for extensions.
It’s headless now, via JSON-RPC. I’ve got the basics of a trait based system which will enable different frontends. At the moment, I’ve created an extension for `pi` which allows me to use that as the frontend.
Let me know when you get binaries building or if you need any help on it. I have several Rust agents running in my other projects, but would love to add support for your project in Nemesis8, an agentic coding orchestration tool. Details in my profile.
Will do! I'll get it a bit more baked and then reach out.
What did you learn so far?
I am interested in a similar tool and it would be nice to skip some of the learning
Where to begin? Too much to reply to here. Fundamentally, coding agents are just a loop. The devil is in the details.
I will eventually get something in my blog about this project.