with one click
conductor
conductor contains 2 collected skills from syv-ai, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use when adding a new conductor node — any Python function being decorated with @registry.node, any new class extending BaseNode, or when the user asks how to expose a function to a flow. Covers widget selection, multi-output, validation, retries, and versioning. Triggers on phrases like "add a node", "register a node", "new flow node", "expose X as a node".
Use when building or running a conductor flow — wiring GraphNodes and edges, calling compile()/execute(), streaming events, handling checkpoints, or debugging type warnings. Triggers on phrases like "create a flow", "build a graph", "run a flow", "wire these nodes together", "stream execution events", "pause/resume a flow".