$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Text Transform
from "@marketplace"
// Transform a text using a custom prompt via an LLM. Input text plus instructions, output the elaborated text.
export Text Summarizer
from "@marketplace"
// Summarizes large text content using an LLM. Automatically splits long documents into chunks and summarizes them hierarchically to produce a final summary.
export Knowledge Synthesizer
from "@marketplace"
// Synthesizes an answer from multiple document chunks using an LLM. Connect one or more Document Chunk nodes to the context port.
export RAG Agent
from "@marketplace"
// Runs a RAG agent that retrieves and analyzes data from Drive. Select a folder or file as context, provide a prompt, and the agent will search the knowledge base to answer your question.