# Graph-based pipeline configuration example # This defines a pipeline using the new graph DSL [nodes.source] type = "source" source = "headlines" [nodes.camera] type = "camera" mode = "scroll" speed = 1.0 [nodes.noise] type = "effect" effect = "noise" intensity = 0.3 [nodes.fade] type = "effect" effect = "fade" intensity = 0.8 [nodes.display] type = "display" backend = "null" [connections] list = ["source -> camera -> noise -> fade -> display"]