ComfyUI Node
Griptape Create: Agent
A ComfyUI node in Griptape/Agent with 8 inputs and 2 outputs.
Griptape Create: Agent
- agent
- config
- tools
- rulesets
- key_value_replacement
- OUTPUT
- AGENT
◄input_string—►
◄STRING—►
◄max_subtasks3►
CategoryGriptape/Agent
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| agentopt | AGENT | An existing agent to use. If not provided, a new agent will be created. | |
| configopt | CONFIG | The configuration for the agent. If not provided, the default configuration will be used. | |
| toolsopt | TOOL_LIST | One or more tools to use with the agent. | |
| rulesetsopt | RULESET | One or more rules to use with the agent. Use these to control the agent behavior. | |
| 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. |