The Anthropic Agent is a specialized node that leverages Anthropic’s Claude model with function calling capabilities to execute tools and answer queries. It’s designed to work within the LlamaIndex framework, providing a powerful combination of language understanding and tool execution.
anthropicAgentLlamaIndex
text
: The agent’s response
usedTools
: An array of tools used by the agent, including tool names, inputs, and outputs
DEBUG=true
environment variable is set