mify.agent.cli
Node ID: mify.agent.cli
Category: agent
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
task (required) | string | Task prompt for the CLI agent |
context | string | Additional context to prepend |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
response | string | Agent’s response text |
exitCode | number | Exit code (0 = success) |
fullOutput | string | Complete terminal output |