@bilig/workbook
Advanced tools
+5
-9
| { | ||
| "name": "@bilig/workbook", | ||
| "version": "0.164.1", | ||
| "description": "Transport-neutral workbook intent API for agent plans, command receipts, and formula readback checks.", | ||
| "version": "0.164.2", | ||
| "description": "Transport-neutral workbook intent API for plans, command receipts, and formula readback checks.", | ||
| "keywords": [ | ||
| "agent-first", | ||
| "agent-tools", | ||
| "ai-agents", | ||
| "bilig", | ||
@@ -16,7 +13,6 @@ "command-receipts", | ||
| "spreadsheet", | ||
| "spreadsheet-agent", | ||
| "transport-neutral", | ||
| "workbook" | ||
| ], | ||
| "homepage": "https://proompteng.github.io/bilig/workbook-agent-intent-api.html", | ||
| "homepage": "https://proompteng.github.io/bilig/workbook-runtime-intent-api.html", | ||
| "bugs": { | ||
@@ -111,4 +107,4 @@ "url": "https://github.com/proompteng/bilig/issues" | ||
| "dependencies": { | ||
| "@bilig/formula": "0.164.1", | ||
| "@bilig/protocol": "0.164.1" | ||
| "@bilig/formula": "0.164.2", | ||
| "@bilig/protocol": "0.164.2" | ||
| }, | ||
@@ -115,0 +111,0 @@ "engines": { |
+16
-15
| # @bilig/workbook | ||
| Generic workbook intent for agents and runtimes. | ||
| Transport-neutral workbook intent for runtime adapters. | ||
| `@bilig/workbook` defines generic, inspectable workbook intent for agents and | ||
| runtimes. It does not depend on hardcoded business models or human spreadsheet | ||
| UI assumptions. | ||
| `@bilig/workbook` defines generic, inspectable workbook intent for products, | ||
| tool hosts, and runtime adapters. It does not depend on hardcoded business | ||
| models or human spreadsheet UI assumptions. | ||
@@ -20,3 +20,3 @@ Use this package when a consumer wants to define their own workbook model and | ||
| Public evaluator: [Workbook agent intent API](https://proompteng.github.io/bilig/workbook-agent-intent-api.html). | ||
| Public evaluator: [Workbook runtime intent API](https://proompteng.github.io/bilig/workbook-runtime-intent-api.html). | ||
@@ -33,5 +33,5 @@ ## Use These First | ||
| That path lets an agent define intent, inspect it before execution, transport it | ||
| That path lets a host define intent, inspect it before execution, transport it | ||
| as plain data, run it through a runtime-owned adapter, and verify the returned | ||
| proof without knowing anything about a rendered spreadsheet UI. | ||
| proof without depending on a rendered spreadsheet UI. | ||
@@ -90,9 +90,10 @@ ## The Shape | ||
| | ------------------ | --------------------------------------------------------------------------------------------- | -------------------------------------------------- | | ||
| | `@bilig/workbook` | Defining generic agent intent, refs, formulas, checks, plan data, schemas, and proof handoff. | Calculating formulas or owning workbook state. | | ||
| | `@bilig/workbook` | Defining generic workbook intent, refs, formulas, checks, plan data, schemas, and proof handoff. | Calculating formulas or owning workbook state. | | ||
| | `@bilig/workpaper` | Running workbook tools, MCP, or product workflows around persisted WorkPaper state. | Designing a reusable model API for other runtimes. | | ||
| | `@bilig/headless` | Owning workbook state inside Node with formula recalculation and import/export. | Publishing generic agent intent contracts. | | ||
| | `@bilig/core` | Implementing calculation or mutation internals. | Consumer-facing agent model definitions. | | ||
| | `@bilig/headless` | Owning workbook state inside Node with formula recalculation and import/export. | Publishing generic intent contracts. | | ||
| | `@bilig/core` | Implementing calculation or mutation internals. | Consumer-facing model definitions. | | ||
| The root export keeps the ordinary agent path: models, refs, checks, formulas, | ||
| plans, runtime proof, command results, schemas, and low-level ops. Subpaths are available when an agent wants a smaller import map: | ||
| The root export keeps the ordinary adapter path: models, refs, checks, | ||
| formulas, plans, runtime proof, command results, schemas, and low-level ops. | ||
| Subpaths are available when a consumer wants a smaller import map: | ||
| `@bilig/workbook/model`, | ||
@@ -114,3 +115,3 @@ `@bilig/workbook/prepare`, `@bilig/workbook/find`, `@bilig/workbook/check`, `@bilig/workbook/formula`, | ||
| - `actions` publish constrained input metadata and write workbook intent. | ||
| - `prepareWorkbookAction(model, action)` is the canonical preflight for agents. | ||
| - `prepareWorkbookAction(model, action)` is the canonical preflight for hosts. | ||
@@ -170,3 +171,3 @@ Refs are generic: | ||
| Use `runWorkbookPlan(planOrData, adapter, { strict: true })` when an agent needs | ||
| Use `runWorkbookPlan(planOrData, adapter, { strict: true })` when a host needs | ||
| strict proof. Strict mode requires: | ||
@@ -184,3 +185,3 @@ | ||
| Use `{ requireResolvedRefs: true }` when an agent only needs concrete ref | ||
| Use `{ requireResolvedRefs: true }` when a caller only needs concrete ref | ||
| materialization without every strict-mode gate. | ||
@@ -187,0 +188,0 @@ |
261
0.38%1391164
0+ Added
+ Added
- Removed
- Removed
Updated
Updated