Vercel AI SDK and LangChain spreadsheet tools for WorkPaper agents #226
gregkonush
announced in
Announcements
Replies: 1 comment
-
|
Update: the guide now has framework-specific pages for the adapter shapes people asked about after the first Vercel AI SDK / LangChain writeup:
They all point back to the same checked example: cd examples/headless-workpaper
npm run agent:framework-adaptersThe useful part is still the WorkPaper result contract, not the framework wrapper: the write returns I also opened five small first-PR issues for people who want to improve the framework pages with verification transcripts and state/persistence notes: #323, #324, #325, #326, and #327. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I shipped a focused guide for using
@bilig/headlessas a spreadsheet tool inside Vercel AI SDK and LangChain-style agent loops:https://proompteng.github.io/bilig/vercel-ai-sdk-langchain-spreadsheet-tool.html
The point is to keep the framework adapter thin and make the workbook contract visible: edit
Inputs!B3, return before/after computed values, preserve formulas, serialize/restore the WorkPaper, and prove restored output still matches the post-write state.Runnable check from a clean checkout:
git clone https://github.com/proompteng/bilig.git cd bilig/examples/headless-workpaper npm install npm run agent:framework-adaptersI am especially looking for feedback from people wiring spreadsheets into coding agents or backend workflows:
If the guide saves you time, star/bookmark the repo so other agent builders can find it: https://github.com/proompteng/bilig
Beta Was this translation helpful? Give feedback.
All reactions