ComfyUI Node
Griptape Run: Agent
Run a simple Griptape Agent
Griptape Run: Agent
- agent
- key_value_replacement
- OUTPUT
- AGENT
◄input_string—►
◄STRING—►
◄max_subtasks3►
CategoryGriptape/Agent
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| agentopt | AGENT | An existing agent to use. If not provided, a new agent will be created. | |
| input_stringopt | STRING | Additional text be appended to the STRING with a newline character. | |
| key_value_replacementopt | DICT | The will replace the {{ key }} with a value. | |
| STRINGopt | STRING | The prompt text. | |
| max_subtasksopt | INT | 3 | The maximum number of subtasks to run when an Agent uses a Tool |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| OUTPUT | STRING | Text response from the Agent |
| AGENT | AGENT | The Agent. Can be connected to other nodes. |