Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ai-kb.automationanywhere.com/llms.txt

Use this file to discover all available pages before exploring further.

The Agent node sends a message or instruction to one of your configured AI agents and returns its response. Use it to delegate tasks to agents that have access to tools, knowledge bases, and other capabilities.

Configuration

FieldRequiredDescription
AgentYesThe AI agent to use. Select from the dropdown list of agents configured in the project.
MessageYesThe instruction or message to send to the agent. Type @ to insert variables from previous steps.
Response FormatNoThe format of the agent’s response. Default is Normal.

Chat Settings

FieldRequiredDescription
Create New ChatNoWhen enabled, creates a new chat conversation for this agent interaction.
Ignore Chat HistoryNoWhen enabled, the agent ignores previous chat history for this interaction.
Chat NameNoAn optional name for the chat conversation. Type @ to insert a variable or enter a name directly.
Chat IDNoAn optional custom chat ID. Overrides the auto-generated chat ID when provided.

Documents

FieldRequiredDescription
DocumentsNoDocument keys to include in the agent’s context. Enter comma-separated keys or type @ to select variables.

Results

The Results tab shows the agent’s response after the node is executed.
  • Use Create New Chat when you want each workflow run to start a fresh conversation with the agent.
  • Use Ignore Chat History when the agent’s response should not be influenced by previous interactions.
  • The Chat ID field is useful when you need to continue an existing conversation across multiple workflow runs.