Skip to content

Agents Node Catalog

Generated category

Agents Node Catalog

Generated from 12 catalog nodes in AI/Agents.

AI/Agents/Builder

Nodes in this category

Showing 12 of 12 generated node docs.

Invoke Agent

AI/Agents

Executes an Agent with history and returns the complete response

Simple Agent

AI/Agents

LLM-driven control loop that repeatedly calls referenced Flow functions as tools until it decides to stop

Stream Invoke Agent

AI/Agents

Executes an Agent with streaming, emitting chunks in real-time

Add DataFusion

AI/Agents/Builder

Add a DataFusion SQL session to an agent for data analysis capabilities

Agent from Model

AI/Agents/Builder

Creates an Agent object from a model Bit with configuration

Lazy Register Function Tools

AI/Agents/Builder

Indexes referenced Flow-Like functions into a vector DB so agents can discover tools via semantic search at runtime, keeping the context window lean.

Register Function Tools

AI/Agents/Builder

Adds referenced Flow-Like functions as callable tool references to an Agent

Register KG Traverse Tool

AI/Agents/Builder

Registers a knowledge graph traversal tool on the agent so it can query the graph mid-conversation

Register MCP Tools

AI/Agents/Builder

Adds Model Context Protocol (MCP) server tools to an Agent

Register Memory

AI/Agents/Builder

Gives the agent autonomous access to persistent memory tools (_memory_search, _memory_store, _memory_compress)

Register Thinking Tool

AI/Agents/Builder

Enables Rig's built-in Thinking tool for reasoning capabilities

Set Agent System Prompt

AI/Agents/Builder

Sets the system prompt for an Agent to guide its behavior