start_program
Starts a command-line program in a pseudo-terminal and returns its process ID for process management.
Instructions
Start a CLI program in a PTY.
Args: command: The command to run (e.g., "cat", "python -i", "ls -la").
Returns: The process ID (pid) of the started program.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |