logoalt Hacker News

cdrinitoday at 5:20 AM1 replyview on HN

Out of curiosity, what are your favourite features that are unique to your implementation?


Replies

embedding-shapetoday at 8:06 AM

Not parent, but favorite feature of my own harness I haven't seen somewhere else, is the ability for the agent to execute code on different hosts in a transparent and easy way. Fairly simple and probably could prompt the agent + set things up with ssh, but was doing other stuff related to a server<>client model, so figured why not add it as a couple of tools. Now the agent can build cross-platform applications while I'm mostly on Linux and actually verify it works, without me manually switching between three OSes.

show 1 reply