Nodes/ComfyUI Griptape Nodes/Griptape Run: Agent
ComfyUI Node

Griptape Run: Agent

Run a simple Griptape Agent

By griptape-ai·Created 2 years ago·Updated about a year ago· 238
Griptape Run: Agent
  • agent
  • key_value_replacement
  • OUTPUT
  • AGENT
input_string
STRING
max_subtasks3
CategoryGriptape/Agent

Inputs (5)

NameTypeDefaultDescription
agentoptAGENTAn existing agent to use. If not provided, a new agent will be created.
input_stringoptSTRINGAdditional text be appended to the STRING with a newline character.
key_value_replacementoptDICTThe will replace the {{ key }} with a value.
STRINGoptSTRINGThe prompt text.
max_subtasksoptINT3The maximum number of subtasks to run when an Agent uses a Tool

Outputs (2)

NameTypeDescription
OUTPUTSTRINGText response from the Agent
AGENTAGENTThe Agent. Can be connected to other nodes.