Skip to main content
Hiroshi features a background automation scheduler that executes shell tasks or commands at specified clock intervals inside the configured workspace sandbox.

🕒 1. Configuration Example

To schedule background scripts and pipe terminal logs directly into active channels:

🔒 2. Sandboxing & Security

Scheduled tasks run inside the directory defined by sandbox_path to prevent arbitrary filesystem escapes.
  • Standard command constraints apply.
  • Task stdout and stderr streams are fully buffered and output to system log loops.