UNPKG

@botonic/core

Version:

Runtime and APIs for Botonic bots: actions, context, messaging, and integration hooks used by the **current** framework line.

23 lines (15 loc) 1.03 kB
# @botonic/core Runtime and APIs for Botonic bots: actions, context, messaging, and integration hooks used by the **current** framework line. ## Source and versions Packages under `@botonic/*` come from **two** maintained **source lines**: | Line | npm | Source | | ----------- | ---------------------------------------------------- | ---------------------------------------------------------------- | | **Legacy** | `0.x` (pin a version or your team’s legacy dist-tag) | [github.com/hubtype/botonic](https://github.com/hubtype/botonic) | | **Current** | `2.x` (this release train) | Hubtype internal monorepo (not public; packages publish to npm) | Keep all `@botonic/*` dependencies on the **same major version** as your bot. See **Hubtype’s Botonic documentation** for guides on this line. ## Installation ```bash pnpm add @botonic/core # or npm install @botonic/core ```