# @botonic/plugin-flow-builder

Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic from bots on the **current** line.

## Source and versions

| Line        | npm   | Source                                                           |
| ----------- | ----- | ---------------------------------------------------------------- |
| **Legacy**  | `0.x` | [github.com/hubtype/botonic](https://github.com/hubtype/botonic) |
| **Current** | `2.x` | Hubtype internal monorepo (not public; packages publish to npm)  |

Use the **same major version** as `@botonic/core`. Configuration details are covered in **Hubtype’s Botonic documentation**.

## Installation

```bash
pnpm add @botonic/plugin-flow-builder
# or
npm install @botonic/plugin-flow-builder
```
