Versions in this module Expand all Collapse all v0 v0.6.0 Sep 15, 2026 Changes in this version + func BuildFlowActions(defs []FlowDef, parent func() []action.AnyAction) []action.AnyAction + func BuildFlowMetaTools(defs []FlowDef, flowActions map[string]action.AnyAction) []action.AnyAction + type FlowDef struct + Description string + Name string + Path string + func ScanFlowsFolder(root string) ([]FlowDef, error)