Nodes/ComfyUI Griptape Nodes/Griptape Create: Agent
ComfyUI Node

Griptape Create: Agent

A ComfyUI node in Griptape/Agent with 8 inputs and 2 outputs.

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

Inputs (8)

NameTypeDefaultDescription
agentoptAGENTAn existing agent to use. If not provided, a new agent will be created.
configoptCONFIGThe configuration for the agent. If not provided, the default configuration will be used.
toolsoptTOOL_LISTOne or more tools to use with the agent.
rulesetsoptRULESETOne or more rules to use with the agent. Use these to control the agent behavior.
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.