docs: add GDrive sheet → infographic → Slides pipeline example#1118
Open
amanbagrecha wants to merge 1 commit into
Open
docs: add GDrive sheet → infographic → Slides pipeline example#1118amanbagrecha wants to merge 1 commit into
amanbagrecha wants to merge 1 commit into
Conversation
New example under examples/ showing how to read a CSV/XLSX from Google Drive, render it as an editorial infographic via Gemini 2.5 Flash Image through OpenRouter, save the PNG straight to Drive, and insert it as a new slide into a Google Slides deck — all from one Fused Canvas. - docs/examples/gdrive-to-slides-infographic.mdx - static/img/examples/gdrive-to-slides-infographic.png Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/examples/. Walks readers through the three-part Canvas pipeline that reads a CSV/XLSX from Google Drive, generates an editorial infographic via Gemini 2.5 Flash Image (OpenRouter), uploads the PNG to Drive, and inserts it as a new slide into a Google Slides deck viapresentations.batchUpdate.18so it lands right after the existing Google Calendar example in the agentic-workflow cluster.static/img/examples/gdrive-to-slides-infographic.png— the actual infographic generated fromairtravel.csvvia the live canvas.Highlights the Fused Google Drive integration, OpenRouter image generation, and the Slides API end-to-end without any S3 / fd:// intermediate storage.
Live canvas referenced in the page: https://unstable.fused.io/canvas/fc_2sa9BO3LSvy9JE9LOLNIax
Test plan
npm startand confirm the page renders at/examples/gdrive-to-slides-infographic/img/examples/gdrive-to-slides-infographic.png)unstableto prod🤖 Generated with Claude Code