Agents Node Catalog
Generated category
Agents Node Catalog
Generated from 12 catalog nodes in AI/Agents.
Nodes in this category
Showing 12 of 12 generated node docs.
Invoke Agent
AI/AgentsExecutes an Agent with history and returns the complete response
Simple Agent
AI/AgentsLLM-driven control loop that repeatedly calls referenced Flow functions as tools until it decides to stop
Stream Invoke Agent
AI/AgentsExecutes an Agent with streaming, emitting chunks in real-time
Add DataFusion
AI/Agents/BuilderAdd a DataFusion SQL session to an agent for data analysis capabilities
Agent from Model
AI/Agents/BuilderCreates an Agent object from a model Bit with configuration
Lazy Register Function Tools
AI/Agents/BuilderIndexes 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/BuilderAdds referenced Flow-Like functions as callable tool references to an Agent
Register KG Traverse Tool
AI/Agents/BuilderRegisters a knowledge graph traversal tool on the agent so it can query the graph mid-conversation
Register MCP Tools
AI/Agents/BuilderAdds Model Context Protocol (MCP) server tools to an Agent
Register Memory
AI/Agents/BuilderGives the agent autonomous access to persistent memory tools (_memory_search, _memory_store, _memory_compress)
Register Thinking Tool
AI/Agents/BuilderEnables Rig's built-in Thinking tool for reasoning capabilities
Set Agent System Prompt
AI/Agents/BuilderSets the system prompt for an Agent to guide its behavior