Nodes
Agent Node
Holds the prompt that drives one step of the conversation
An Agent node is one step of the conversation. Its prompt tells the agent what to do while the call sits on that node.
The edges leaving it are pathways. The model chooses between them based on how the conversation has gone, so each edge should describe the condition that sends the call down it.