run_background_process
Run a command as a background process, assign a label for tracking, and optionally specify a working directory.
Instructions
Start a long-running process (e.g. a web server) in the background and track it by label. Use a short descriptive label like "streamlit-app" or "flask-server". After starting, use http_request to verify it is responding. Use stop_background_process to shut it down. working_dir: optional absolute path to run the command in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| command | Yes | ||
| working_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |