@ace-grid/schema-ai
v1.0.9
Published
Ace Grid AI schema helpers for validated grid context, migration reports, and structured AI workflows.
Maintainers
Readme
@ace-grid/schema-ai
Ace Grid Schema AI provides commercial schema helpers for AI-assisted grid workflows. It validates grid context, structured model outputs, migration reports, and AI-generated grid commands before they are applied.
Install
npm install @ace-grid/schema-aiQuick start
import {
createGridAiResultSchema,
validateGridSchemaDocument,
applyGridSchemaDocument,
} from "@ace-grid/schema-ai";
const resultSchema = createGridAiResultSchema({
kind: "update_view",
view: gridViewSchema,
});
const validation = validateGridSchemaDocument(resultSchema);
if (validation.valid) {
applyGridSchemaDocument({ actions, value: resultSchema });
}Capabilities
- AI result schemas for render, update, and command workflows.
- Chat conversation schemas for grid-aware assistants.
- Structured-output JSON schemas for model providers and local inference tools.
- Validated application of schema documents before they mutate grid state.
- Schema utilities for migration reports and automation review.
Related packages
@ace-grid/schema-corefor free schema contracts and validation helpers.@ace-grid/profor formula, validation, and spreadsheet workflows.@ace-grid/enterprisefor server row model, pivoting, charts, and governed AI workflows.@ace-grid/compat-agand@ace-grid/compat-muifor migration reports that can feed schema-aware AI review.
Docs and API reference: https://ace-grid.com
License
Ace Grid Schema AI is proprietary commercial software. Use requires a valid Ace
Grid commercial license. See LICENSE.
