@adapttable/ai-react
v0.2.5
Published
React bindings for AdaptTable AI — tableAgent and useTableAssistant.
Maintainers
Readme
@adapttable/ai-react
React bindings for AdaptTable AI. tableAgent publishes a live capability
manifest from a table. useTableAssistant owns the conversation.
Use these bindings with any model/backend bridge. A ready chat surface lives
in each kit's optional @adapttable/<kit>/assistant subpath; it is not required.
import { tableAgent, useTableAssistant } from "@adapttable/ai-react";@adapttable/ai is installed transitively. Add it as a direct dependency only
when your application imports its provider-neutral helpers itself.
@adapttable/ai stays React-free. Kit widgets stay on
@adapttable/<kit>/assistant.
Requires React and React DOM 18 or 19. Requires Node.js 22.12.0 or newer; packed releases are tested on Node 22.12 and Node 24.
See it work
tableAgent plus the kit assistant — same clips as @adapttable/ai.
Filter, sort, and page size — active people, salary high first, then 10 rows a page

Group and aggregate — group by team, average then min salary, then only active

Date range — only rows that started between 2020 and 2022

Column management — hide Person, show it again, Status first, then pin it


