feat: scaffolding work for fan-out nodes for parallel branch execution support and stubbed out Map node types

This commit is contained in:
2026-05-20 11:37:23 -06:00
parent e43c2e477a
commit 8c398b6360
5 changed files with 536 additions and 21 deletions
+1
View File
@@ -151,6 +151,7 @@ fn node_type_label(node: &Node) -> &'static str {
NodeType::Llm(_) => "llm",
NodeType::Rag(_) => "rag",
NodeType::End(_) => "end",
NodeType::Map(_) => "map",
}
}