You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a RocketRide agent node that runs the LlamaIndex agent framework. Exposes LlamaIndex as a ["agent","tool"] node (questions → answers, invocable as <nodeId>.run_agent) for single-agent execution and hierarchical orchestration.
What
Add a RocketRide agent node that runs the LlamaIndex agent framework. Exposes LlamaIndex as a
["agent","tool"]node (questions → answers, invocable as<nodeId>.run_agent) for single-agent execution and hierarchical orchestration.