Skip to main content
Module llm_node
universal_
agent_
runtime
1.0.0
Module llm_
node
Module Items
Structs
In universal_
agent_
runtime::
uar::
runtime::
graph::
nodes
universal_agent_runtime
::
uar
::
runtime
::
graph
::
nodes
Module
llm_
node
Copy item path
Source
Expand description
LLM graph node — calls the configured LLM driver and stores the response.
Structs
§
LlmNode
A graph node that sends the current conversation to the LLM driver and appends the assistant reply to
state.messages
.