logoalt Hacker News

sentinel1909yesterday at 6:22 PM2 repliesview on HN

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.


Replies

kordlessagainyesterday at 8:15 PM

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.

iot_devsyesterday at 6:29 PM

What did you learn so far?

I am interested in a similar tool and it would be nice to skip some of the learning