Local Agent Work
Status: beta.
Platform can hold work for a local agent. The local machine checks for assigned work, runs it locally, and reports updates back to Platform.
Work Loop
Section titled “Work Loop”Platform stores worklocal worker checks for assigned worklocal OpenClaw or Regents CLI does the worklocal worker reports updates, artifacts, and completionThis does not open remote shell access to the machine. Work runs only through the local command the operator starts.
Connect OpenClaw
Section titled “Connect OpenClaw”regents auth login --audience platformregents identity ensureregents agent connect openclaw --helpregents work local-loop --helpThe connect command prints the worker id. Use --once on the local loop when you only want one check during testing.
Connect Hermes
Section titled “Connect Hermes”Use Hermes when the Regent work should be handled by a Hermes worker:
regents auth login --audience platformregents identity ensureregents agent connect hermes --helpThen run the local work command that matches the worker and Regent.
Manage Work Runs
Section titled “Manage Work Runs”Once work is flowing, manage individual runs from the same signed-in session:
regents work list --helpregents work cancel --helpregents work retry --helpcancel stops one run. retry starts a new attempt for a run that did not finish the way you wanted.