jactus_run_example
Run a named JACTUS example and retrieve its stdout, stderr, and return code. Requires access to the JACTUS source tree.
Instructions
Execute a JACTUS example and return its output.
Runs the example in a subprocess with a 30-second timeout and returns stdout, stderr, and return code. Use jactus_list_examples to see available examples.
Note: Requires JACTUS source tree access. Set JACTUS_ROOT env var if needed.
Args: example_name: Name of the example (e.g., pam_example, lam_example).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| example_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||