Runtime Commands
Status: beta.
Regents CLI has two runtime lanes. One lane is local and helps agents work from a machine. The other lane is Platform-backed and controls hosted Regent runtimes.
Local Runtime Checks
Section titled “Local Runtime Checks”Use these beside regents run:
regents runtime status --jsonregents runtime tools --jsonregents runtime policy --jsonThese commands help scripts and agents understand whether the local runtime is available, which tools are exposed, and what policy applies to local work.
Hosted Regent Runtime Commands
Section titled “Hosted Regent Runtime Commands”Use these when operating a hosted Regent runtime:
regents runtime --helpregents agent chat --helpUse the App when a person needs to review billing, hosted workspace controls, or Regent readiness.
Use regents agent chat when you want one hosted Regent reply from the terminal. Add --timeout-seconds <5-60> when the answer may take longer.
Hosted runtime views include Sprite state, Hermes state, voice gateway state, and checkpoint state. The CLI includes runtime checkpoint and restore commands where the hosted runtime supports them.
Practical Rule
Section titled “Practical Rule”Use local runtime commands when the question is “is this machine ready?”
Use hosted runtime commands when the question is “what is happening to this hosted Regent?”
Use regents agent chat when the question is “what does this hosted Regent say right now?”