Skip to main content

Workflow node kinds (registry)

Synced from bicycle-studio-api

Source: _generated/workflow-kinds.md in the local directory context-collection (not yet on origin/platform), synced 2026-09-26. Do not edit this page here; change the source and run yarn sync:studio.

That source is itself generated (by arch/context-collection/build.py from data-app-runtime b21a421 bicycle_workflow_core/spec/kinds.json + registry.py RUNNABLE_V1); change its source and re-run its build.

kindspec statusruns on the workflow-runnerwhy not
queryv1yes
sqlv1yes
pythonv1nopython does not run in this build; write a code function and call it with a function node
llmv1yes
functionv1yes
snapshotv1yes
actionv1yes
sourcev1nosource uploads are v1.5
inputv1noinput tables need the table editor and its versions; not in this build
detectdraftnodetect runs on agent-service through the remote runner path, which v1 cuts; run it from a panel, chat or MCP
explaindraftnoexplain runs on agent-service through the remote runner path, which v1 cuts; run it from a panel, chat or MCP
classifydraftyes

status: draft with runs = yes (classify) means it runs but its spec may still change. There is no agent kind: call an agent-kind function from a function node. detect / explain validate and plan but are cut from v1: use Detect and Explain from a panel, chat or MCP (07-detect-explain.md).