node_start
node receives the initial input and passes it to the router.node_router
uses an LLM to decide whether to use search or memory based on the query.search
or memory
) retrieves information.llm_node
generates a response using the retrieved information.node_end
node returns the final output.