AgentHarness.Exec.Local (AgentHarness v0.3.0)

Copy Markdown View Source

AgentHarness.Exec implementation that runs the command as a local OS process through an Erlang port.

This is the default execution environment and preserves the library's local-first behavior: the executable resolves against the local PATH, and spec.cwd/spec.env apply to the local process.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.