Visit ComfyUI Online for ready-to-use ComfyUI environment
Node for creating and configuring Griptape Agents in AI projects with Python Framework.
The Griptape Create: Agent node is designed to help you create a Griptape Agent, a powerful tool for managing and executing tasks using the Griptape Python Framework. This node allows you to configure and initialize an agent with various settings, making it a versatile component for AI-driven projects. By leveraging this node, you can streamline the process of setting up an agent, ensuring it is tailored to your specific needs and ready to perform complex operations. The primary goal of this node is to simplify the creation and configuration of agents, enabling you to focus on higher-level tasks without worrying about the underlying setup.
This optional parameter allows you to specify an existing agent configuration. If provided, the node will use this configuration to initialize the agent. This can be useful if you have a pre-configured agent that you want to reuse. The parameter expects an input of type AGENT
and has the option forceInput
set to True
, ensuring that the input is always required if specified.
This optional parameter allows you to provide a specific configuration for the agent. The configuration can include various settings that dictate how the agent operates. This parameter is of type CONFIG
and also has the forceInput
option set to True
, ensuring that the input is always required if specified.
This optional parameter allows you to specify a list of tools that the agent can use. Tools can be various utilities or functions that the agent can call upon during its operation. The parameter is of type TOOL_LIST
and has the options forceInput
set to True
and INPUT_IS_LIST
set to True
, indicating that the input should be a list of tools.
This optional parameter allows you to define a set of rules that the agent must follow. Rulesets can include constraints, guidelines, or any other rules that govern the agent's behavior. The parameter is of type RULESET
and has the forceInput
option set to True
, ensuring that the input is always required if specified.
This optional parameter allows you to provide a dynamic prompt string that the agent will use. The parameter is of type STRING
and has the options forceInput
set to True
and dynamicPrompts
set to True
, allowing for dynamic input during the agent's operation.
This optional parameter allows you to provide a multiline dynamic prompt string. The parameter is of type STRING
and has the options multiline
set to True
and dynamicPrompts
set to True
, enabling the input of complex, multi-line prompts.
This output parameter returns the result of the agent's operation as a string. It provides the final output generated by the agent based on the provided inputs and configurations. The parameter is of type STRING
.
This output parameter returns the configured agent itself. It allows you to use the agent in subsequent nodes or operations, enabling a seamless workflow. The parameter is of type AGENT
.
tools
parameter to equip the agent with necessary utilities that can enhance its capabilities.input_string
and STRING
parameters to tailor the agent's responses to your specific needs.Invalid agent configuration
Missing required input: tools
tools
parameter is required but not provided.tools
parameter to avoid this error.Invalid input string format
input_string
or STRING
parameter is not in the correct format.© Copyright 2024 RunComfy. All Rights Reserved.