feat(graph): implement FlowGraph class wrapping graphology DirectedGraph
Implements the core FlowGraph class with generic type parameters, DAG-enforced mutations, cycle detection via graphology-dag, node/edge CRUD, traversal methods, and static factory stubs.
This commit is contained in:
@@ -1 +1 @@
|
||||
export {};
|
||||
export { FlowGraph, type FlowGraphOptions } from "./construction.js";
|
||||
Reference in New Issue
Block a user