run
Installation
SKILL.md
Run MTHDS methods
Execute MTHDS method bundles and interpret their JSON output.
Process
Prerequisite: See CLI Prerequisites
Step 1: Identify the Target
| Target | Command |
|---|---|
| Pipeline directory (recommended) | mthds-agent pipelex run pipe <bundle-dir>/ |
| Specific pipe in a directory | mthds-agent pipelex run pipe <bundle-dir>/ --pipe my_pipe |
| Bundle file directly | mthds-agent pipelex run pipe bundle.mthds -L <bundle-dir>/ |
| Pipe by code from library | mthds-agent pipelex run pipe my_pipe |
Directory mode (recommended): Pass the pipeline directory as target. The CLI auto-detects
bundle.mthds,inputs.json, and sets-Lautomatically — no need to specify them explicitly. This also avoids namespace collisions with other bundles.