agentlink-daemon
v0.3.0
Published
Control your coding agents from anywhere — the AgentLink daemon.
Maintainers
Readme
agentlink-daemon
The AgentLink daemon — run it on the machine your coding agents live on. It dials out to your agentlink-hub, probes which agent CLIs are installed (Claude Code / Codex CLI / JoyCode), and executes the tasks you send from the web page.
npx agentlink-daemon --hub wss://your-host:8080
# → prints: open https://your-host:8080/?token=<uuid>Options:
--hub <ws(s)://host[:port]>— the hub to connect to.--dir <path>— a workdir root (repeatable; defaults to the current directory). Runs may use any directory inside a root; the web picker browses them as a tree. Tip:cd ~/Projects && npx agentlink-daemon --hub …makes every project selectable.--token <token>— pin the token instead of generating a fresh one per start.
The connection is outbound — no port forwarding, no VPN, works behind NAT. The printed token is a remote-code-execution credential for this machine: use wss:// (TLS) for anything public, and restart the daemon to revoke a leaked token.
Full documentation: github.com/baichen99/agentlink · MIT
