|
|
|
|
|
by mrprincerawat
100 days ago
|
|
AI agents treat remote servers like stateless APIs, a new SSH connection for every command, state lost every time, the full ssh -i key user@host repeated constantly. agentd gives agents a persistent remote shell. One connection, stateful commands. cd works. Env vars stick. No daemon on the remote, no new ports, just SSH underneath. Written in Go. Also ships as a Claude Code plugin. |
|