Deploy agentd daemon as a systemd service via mini-PaaS.
Implementation: 1. Add agentd to deploy manifest via ship.sh 2. Configure systemd unit:
3. Add to Caddy for optional HTTPS proxy 4. Health check endpoint already exists at GET /health
Deploy with: Omni/Ide/ship.sh Omni/Agentd.hs
Verify:
Added agentd service to deploy manifest (hosts: beryllium, user ben, ExecStart 'agentd daemon --port 8400 ... --pi-path /home/ben/c/node_modules/.bin/pi'), then shipped Omni/Agentd.hs to update store path. Deployer should pick up within 5 minutes.