Skip to content

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.

Platform stores work
local worker checks for assigned work
local OpenClaw or Regents CLI does the work
local worker reports updates, artifacts, and completion

This does not open remote shell access to the machine. Work runs only through the local command the operator starts.

Terminal window
regents auth login --audience platform
regents identity ensure
regents agent connect openclaw --help
regents work local-loop --help

The connect command prints the worker id. Use --once on the local loop when you only want one check during testing.

Use Hermes when the Regent work should be handled by a Hermes worker:

Terminal window
regents auth login --audience platform
regents identity ensure
regents agent connect hermes --help

Then run the local work command that matches the worker and Regent.

Once work is flowing, manage individual runs from the same signed-in session:

Terminal window
regents work list --help
regents work cancel --help
regents work retry --help

cancel stops one run. retry starts a new attempt for a run that did not finish the way you wanted.