Add Bilig WorkPaper formula readback tool#15
Open
gregkonush wants to merge 1 commit into
Open
Conversation
gregkonush
force-pushed
the
codex/bilig-workpaper-action
branch
from
May 25, 2026 02:34
efdc324 to
ae4927e
Compare
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
Toolsimplementation for Bilig WorkPaper formula readback.Why
This gives Open WebUI users a small spreadsheet-backed calculation tool: write one input cell, recalculate formulas through a Bilig WorkPaper endpoint, and return verified JSON readback. The default endpoint uses the public Bilig forecast demo, and valves let admins point it at their own Bilig service.
Bilig also has a first-party Open WebUI setup page for the broader agent path, including native Streamable HTTP MCP and
mcpobridge options:https://proompteng.github.io/bilig/open-webui-workpaper-mcp.html
Validation
npm view @bilig/workpaper versionreturned0.154.0.The current public Bilig evaluator returned
verified: truewith package versions@bilig/workpaper@0.154.0andxlsx-formula-recalc@0.154.0. It verifies tool discovery,Inputs!B3mutation, formula readback60000 -> 96000, JSON persistence, restored readback, and restart readback.Original local smoke against the Open WebUI tool endpoint path also returned
verified=true,editedCell=Inputs!B3, andafter.expectedArr=120000after settingInputs!B3to0.5.