start_process
Launch a background process, receive its PID, and poll its output with read_process_output. Configure environment, shell, and working directory for each run.
Instructions
Start a background process inside the configured workspace and return its PID. Poll it with read_process_output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment variables merged over the server environment. | |
| shell | No | ||
| command | Yes | Command to run in the background. | |
| workdir | No | Working directory. |