docs: add formula workbook custom tool cookbook#3481
Open
gregkonush wants to merge 1 commit into
Open
Conversation
|
@gregkonush is attempting to deploy a commit to the Composio Team on Vercel. A member of the Team first needs to authorize it. |
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
Adds a cookbook for exposing spreadsheet-style business logic as a local Composio custom tool using Bilig WorkPaper. The example writes pricing inputs, reads recalculated outputs, and returns JSON persistence proof.
Changes
/cookbooks/formula-workbook-tooldocs/examples/formula-workbook-tool/server.tsType of change
How Has This Been Tested?
git diff --checkbun install --frozen-lockfilebun run lint:linksbun run types:checkbun run buildCurrent package sanity check:
npm exec --yes --package @bilig/workpaper@0.107.8 -- bilig-agent-challenge --jsonThat returned
verified: true, changedInputs!B2, recalculatedSummary!B2, exported WorkPaper JSON, and restored matching readback.Screenshots (if applicable)
N/A
Checklist
Additional context
This uses Composio custom tools for local in-process business logic. The workbook package is only installed by the cookbook project; the Composio docs app does not add a new dependency.
The visible Vercel status currently needs Composio team authorization for the preview deployment. The local docs checks above passed before opening the PR.