Node
Node
is the basic element of the canvas. Each node is either created by the user or the agent, and it represents an action (e.g., agent use and prompts) or static content (e.g., paper information).
Creating a new node
There are three ways to create a new node:
- Drag a node from the left sidebar.
- If the node “hits” some other node, then it will automatically connect to the other node.
- Click Edit > New Node.
- Drag a node from the bottom handle of the nodes.
Edges for composing context
Nodes can be connected with edge
s. In Lit Canvas, nodes connected with edges is used to construct the context for the successor nodes.
Different types of nodes
There are different types of nodes, and they provide different types of interactivity. See the details below.
Last updated on