mit einem Klick
conductor
conductor enthält 2 gesammelte Skills von syv-ai, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem 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".