$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Drive Video Reader
from "@marketplace"
// Reads a video file from Drive and outputs it as a Video file.
export Drive Image Reader
from "@marketplace"
// Reads an image from Drive and outputs it as an Image file.
export Drive Folder Reader
from "@marketplace"
// Reads all documents from a Drive folder recursively. Returns document references that can be passed to a Drive Document Reader.
export Drive Document Reader
from "@marketplace"
// Reads one or more documents from Drive and returns their text content. Multiple documents are merged into a single output.
export Drive Audio Reader
from "@marketplace"
// Reads an audio file from Drive and outputs it as an Audio file.