Hacker News new | ask | show | jobs
by sentinel1909 3 hours 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.

2 comments

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.
What did you learn so far?

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