import { Search, Layers, Terminal, Check } from 'lucide-react'; import type { ReactNode } from 'react'; const STEPS: { n: string; icon: ReactNode; tool: string; note: string; }[] = [ { n: '01', icon: , tool: 'SEARCH_TOOLS', note: 'Discovers the Gmail and Sheets tools', }, { n: '02', icon: , tool: 'MULTI_EXECUTE', note: 'Fetches the unread emails', }, { n: '03', icon: , tool: 'REMOTE_WORKBENCH', note: 'Classifies, labels, and logs to the sheet in parallel', }, ]; /** * WorkbenchFlow — branded replacement for the meta-tool pipeline mermaid * diagram on the Workbench page. * * Reads as a story: one user request flows through the meta tools, escalating * from discovery to bulk execution to the workbench when the task gets too * complex for individual calls. The third step is brand-accented because it's * the page's subject. Server component, no client JS, light/dark via fd-* tokens. */ export function WorkbenchFlow() { return (
“Triage my emails, label the urgent ones, and log them to a Google Sheet.”
{step.tool}
{step.note}