Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 396 Bytes

File metadata and controls

16 lines (10 loc) · 396 Bytes

LangGraph-GUI-svelte LangGraph-GUI

core design concept

SSOT is Nodes, singals to Edges

bind:nodes={$currentNodes}
edges={$currentEdges} 

Thus, everything such add edge, remove edge, that all modify node.data then signals trigger edge update