start
Run shell commands as background processes, returning a PID to monitor output, send signals, and interact via stdin.
Instructions
Start a background process and return its PID.
The process runs asynchronously. Use status() to check output, signal() to send signals, and input() to send stdin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| env | No | ||
| shell | No | ||
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |