freshcrate
Skin:/
Home > Infrastructure > botpress

botpress

The open-source hub to build & deploy GPT/LLM Agents ⚡️

Why this rank:Strong adoptionHealthy release cadence

Description

The open-source hub to build & deploy GPT/LLM Agents ⚡️

README

Botpress Cloud

Discord YouTube Subscribe Documentation @botpress/sdk @botpress/cli

Botpress is the ultimate platform for building next-generation chatbots and assistants powered by OpenAI. Start building incredible assistants for your projects or businesses at lightning speed.

Getting startedCloudDocumentationIntegrationsPlugins

This Repository

This repository contains:

Contributing

We love contributions from the community!

We welcome pull requests and issues relevant for any code contained in this repository. See the This Repository section for more details.

For bugs or features related to Botpress Cloud, you may create an issue on this repository, but keep in mind that you will get a faster response by talking to us on Discord instead!

For any problem related to on-premise Botpress v12, please see the Botpress v12 repository.

Integrations

The /integrations folder contains all our public and open-source integrations. We invite the community to contribute to our integrations or to publish their own to the Botpress Hub.

Integration Development

To develop an integration, start by installing the Botpress CLI:

npm install -g @botpress/cli # for npm
yarn global add @botpress/cli # for yarn
pnpm install -g @botpress/cli # for pnpm

Then, in the directory of your choice, create a new integration:

bp init

This command will generate an integration from one of the proposed templates.

This step can be executed in any directory and git repository of your choice. You don't have to fork this repository to create an integration.

You can then modify both the definition and implementation of your integration respectively located in the integration.definition.ts and src/index.ts files.

For more information on how to develop an integration, please refer to the Documentation.

Integration Deployment

To try out your integration, you can deploy its current version to your workspace using the Botpress CLI:

bp deploy

This will deploy your integration's current version to your workspace and make it available to all your bots. If this version is already deployed, it will be updated. Otherwise, a new version will be created.

By default, all integrations are private to the workspace they have been deployed in. When you are ready to share your version with the community, you can make it public by running:

bp deploy --visibility public

This will make your integration available to all Botpress users on the Botpress Hub. Once a version of your integration is public, it cannot be updated again.

Bots

The /bots folder contains examples of bots "as code" made only using the client, the SDK and the CLI.

This is not the recommended way to build bots and is in no way a replacement for the Botpress Studio.

However it can be useful for experienced developers who want to build bots in a more programmatic way.

It is also used internally by the Botpress team since the Studio and SDK both use the same underlying primitives.

Plugins

Coming soon.

Devtools

Package Description Docs Code
@botpress/cli Build, Deploy and Manage Bots, Integrations and Plugins Docs Code
@botpress/client Type-safe clients to consume the Botpress APIs Docs Code
@botpress/sdk SDK used by to build integrations Docs Code

Local Development

Prerequisites

The development environment requires the following tools to be installed:

  • git: Git is a free and open source distributed version control system.
  • node: Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • pnpm: PNPM is a fast, disk space efficient package manager.

Windows-specific prerequisites

Building from sources

# Clone the repository
git clone https://github.com/botpress/botpress.git
cd botpress

# Install dependencies
pnpm install

# Build all packages
pnpm run build

# Run Checks
pnpm run check

Licensing

All packages in this repository are open-source software and licensed under the MIT License. By contributing in this repository, you agree to release your code under this license as well.

Let's build the future of chatbot development together! 🤖🚀

Release History

VersionChangesUrgencyDate
v12.30.9## [12.30.9](https://github.com/botpress/v12/compare/v12.30.8...v12.30.9) (2023-06-22) ### Bug Fixes * **channel-web:** render carousel right away ([#12597](https://github.com/botpress/v12/issues/12597)) ([a02b782](https://github.com/botpress/v12/commit/a02b7827df8d9eec59e65b4e0c1e0e193e73024d)) * **core:** allow standalone messaging server to work with proxy ([#12559](https://github.com/botpress/v12/issues/12559)) ([107ed26](https://github.com/botpress/v12/commit/107ed26cb522290b26b002Low6/22/2023
v12.30.8## [12.30.8](https://github.com/botpress/botpress/compare/v12.30.7...v12.30.8) (2023-04-24) ### Bug Fixes * **code-editor:** fix sdk intellisense ([#12516](https://github.com/botpress/botpress/issues/12516)) ([87c44c4](https://github.com/botpress/botpress/commit/87c44c44d193f4b487537f11e2cf3c07470c736a)) * **core:** fix dialog timeout loop detection ([#12528](https://github.com/botpress/botpress/issues/12528)) ([b836482](https://github.com/botpress/botpress/commit/b836482cb656422e996c34Low4/24/2023
v12.30.7## [12.30.7](https://github.com/botpress/botpress/compare/v12.30.6...v12.30.7) (2023-02-16) ### Bug Fixes * **channel-web:** carousel after reopening chat ([#12449](https://github.com/botpress/botpress/issues/12449)) ([f4cb0b1](https://github.com/botpress/botpress/commit/f4cb0b1c658cb377a965c42096946e7b21549037)) * **core:** improved timeout behavior ([#12470](https://github.com/botpress/botpress/issues/12470)) ([21d4bc0](https://github.com/botpress/botpress/commit/21d4bc055d31addc285edLow2/16/2023
v12.30.6## [12.30.6](https://github.com/botpress/botpress/compare/v12.30.5...v12.30.6) (2022-12-06) ### Bug Fixes * **core:** qna with transitions source details ([#12216](https://github.com/botpress/botpress/issues/12216)) ([36f8d44](https://github.com/botpress/botpress/commit/36f8d441e6422a4fa1a57760d8695e390c4a998c)), closes [#11748](https://github.com/botpress/botpress/issues/11748) * **hitlnext:** expire cache while updating tags ([#12341](https://github.com/botpress/botpress/issues/12341)Low12/6/2022
v12.30.5## [12.30.5](https://github.com/botpress/botpress/compare/v12.30.4...v12.30.5) (2022-11-02) ### Bug Fixes * **web-channel:** crash on empty message list ([#12225](https://github.com/botpress/botpress/issues/12225)) ([c175498](https://github.com/botpress/botpress/commit/c175498c3310d020bcad486e362bf4b5a8abc409)) Low11/2/2022
v12.30.4## [12.30.4](https://github.com/botpress/botpress/compare/v12.30.3...v12.30.4) (2022-10-26) ### Bug Fixes * **admin:** rm bot exists chec in security mw ([#12192](https://github.com/botpress/botpress/issues/12192)) ([2e52b57](https://github.com/botpress/botpress/commit/2e52b57bf2cab4415fd3ec1454299139b69228c8)) * **builtin:** fix crash on converse api ([#12205](https://github.com/botpress/botpress/issues/12205)) ([0c9450e](https://github.com/botpress/botpress/commit/0c9450e7ea9a6b3f9623Low10/26/2022
v12.30.3## [12.30.3](https://github.com/botpress/botpress/compare/v12.30.2...v12.30.3) (2022-10-20) ### Bug Fixes * **channel-web:** use avatar from last message ([#12178](https://github.com/botpress/botpress/issues/12178)) ([a71a6fb](https://github.com/botpress/botpress/commit/a71a6fb296389f2b63d365fdeb896f97b67260c4)), closes [#12049](https://github.com/botpress/botpress/issues/12049) * **core:** resolve 'undefined' workspace ([#12138](https://github.com/botpress/botpress/issues/12138)) ([f0bLow10/20/2022
v12.30.2## [12.30.2](https://github.com/botpress/botpress/compare/v12.30.1...v12.30.2) (2022-09-15) ### Bug Fixes * **admin:** fix bot workspace scoping ([#12123](https://github.com/botpress/botpress/issues/12123)) ([63bfa0d](https://github.com/botpress/botpress/commit/63bfa0d261e0b9642988f371ac04f6215819e85e)) * **core:** prevent infinite recursive call ([#12133](https://github.com/botpress/botpress/issues/12133)) ([306e7ff](https://github.com/botpress/botpress/commit/306e7ffa473d07def4c6ef109Low9/15/2022
v12.30.1## [12.30.1](https://github.com/botpress/botpress/compare/v12.30.0...v12.30.1) (2022-09-01) ### Bug Fixes * **channel-web:** focus composer when single choice btn is clicked ([#12111](https://github.com/botpress/botpress/issues/12111)) ([f07a7e9](https://github.com/botpress/botpress/commit/f07a7e9b5e82a65a7aa31a3dcfe007f5000581c3)) * skills rendering ([#12113](https://github.com/botpress/botpress/issues/12113)) ([b2c4d4f](https://github.com/botpress/botpress/commit/b2c4d4fe3e562cb3733e3Low9/1/2022
v12.30.0# [12.30.0](https://github.com/botpress/botpress/compare/v12.29.1...v12.30.0) (2022-08-29) ## ⚠ Important Change Notice Please note that this release contains a **security improvement** for the **Docker image**. We went from running as the `root` user to a non-root `botpress` user by default. For more details about the Dockerfile `USER` instruction, please refer to this documentation: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user. Those changes will mostLow8/30/2022
v12.29.1## [12.29.1](https://github.com/botpress/botpress/compare/v12.29.0...v12.29.1) (2022-08-01) ### Bug Fixes * **docker:** revert changes ([#12052](https://github.com/botpress/botpress/issues/12052)) ([0742113](https://github.com/botpress/botpress/commit/074211345e197203ad3d375908a17625f779e078)) # Studio ## [0.0.57](https://github.com/botpress/studio/compare/v0.0.56...v0.0.57) (2022-07-28) ### Bug Fixes * **debugger:** fix display of log timestamp ([#375](https://githLow8/1/2022
v12.29.0# [12.29.0](https://github.com/botpress/botpress/compare/v12.28.1...v12.29.0) (2022-07-26) ## ⚠ Important Change Notice Please note that some security improvements have been made in the Docker image ([botpress/server](https://hub.docker.com/r/botpress/server)). The binaries and data folder are now owned by the `botpress` user by default. The documentation has been updated to reflect those changes. **Changes:** We added an `entrypoint` that changes ownership of the `/data` folder to theLow7/26/2022
v12.28.1## [12.28.1](https://github.com/botpress/botpress/compare/v12.28.0...v12.28.1) (2022-07-13) ### Bug Fixes * **auth:** auth strategies ignore subpath ([#11917](https://github.com/botpress/botpress/issues/11917)) ([ce0f4c9](https://github.com/botpress/botpress/commit/ce0f4c9f4d0ae353b9410e1c907286e7b1e286ac)), closes [#11848](https://github.com/botpress/botpress/issues/11848) * **channel-web:** escape html chars from messages ([#11948](https://github.com/botpress/botpress/issues/11948)) (Low7/13/2022
v12.28.0# [12.28.0](https://github.com/botpress/botpress/compare/v12.27.0...v12.28.0) (2022-06-27) ### Bug Fixes * **admin:** add id to NPS, support white labeling ([#11770](https://github.com/botpress/botpress/issues/11770)) ([30815fe](https://github.com/botpress/botpress/commit/30815fefad6a378990f5a73b902216c43f2d2495)) * **builtin:** fix action for storing files locally ([#11798](https://github.com/botpress/botpress/issues/11798)) ([a07ff53](https://github.com/botpress/botpress/commit/a07ff5Low6/27/2022
v12.27.0# [12.27.0](https://github.com/botpress/botpress/compare/v12.26.12...v12.27.0) (2022-04-26) ### Bug Fixes * **admin:** fix wrong doc links ([#11668](https://github.com/botpress/botpress/issues/11668)) ([50cf119](https://github.com/botpress/botpress/commit/50cf119ab0a757d6ba950436c4f25fc9bd454489)) * **code-editor:** allow creating hooks with hook type as name ([#11698](https://github.com/botpress/botpress/issues/11698)) ([fd96a81](https://github.com/botpress/botpress/commit/fd96a81a87a5Low4/26/2022
v12.26.12## [12.26.12](https://github.com/botpress/botpress/compare/v12.26.11...v12.26.12) (2022-03-21) ### Bug Fixes * **pro:** point to proper commit ([#11651](https://github.com/botpress/botpress/issues/11651)) ([0554099](https://github.com/botpress/botpress/commit/055409952b21d6cb31f96b2d479de614f22f3d23)) Low3/21/2022
v12.26.11## [12.26.11](https://github.com/botpress/botpress/compare/v12.26.10...v12.26.11) (2022-03-17) ### Bug Fixes * **builtin:** smalltalk qnas have no contexts ([#11533](https://github.com/botpress/botpress/issues/11533)) ([cc398ad](https://github.com/botpress/botpress/commit/cc398ad81ca4e21a67496e2e94d93e3cfe4a5a8b)) * **channel-web:** focus on composer when it gets unlocked ([#11616](https://github.com/botpress/botpress/issues/11616)) ([94bc6df](https://github.com/botpress/botpress/commitLow3/17/2022
v12.26.10# Botpress ## [12.26.10](https://github.com/botpress/botpress/compare/v12.26.9...v12.26.10) (2022-02-10) ### Bug Fixes * **admin:** fix admin debug pane not working ([#11421](https://github.com/botpress/botpress/issues/11421)) ([ada9d1f](https://github.com/botpress/botpress/commit/ada9d1f55343e1b161d0d52bb016c8be54a183dd)), closes [#11343](https://github.com/botpress/botpress/issues/11343) * **admin:** update branding assets ([#11248](https://github.com/botpress/botpress/issues/11248Low2/10/2022
v12.26.9# Botpress Server ## [12.26.9](https://github.com/botpress/botpress/compare/v12.26.8...v12.26.9) (2022-01-17) ### Bug Fixes * **admin:** create bot from template is fast again ([#11218](https://github.com/botpress/botpress/issues/11218)) ([3ed45c1](https://github.com/botpress/botpress/commit/3ed45c1)) * **channel-web:** fix messaging tables schema in channel-web migration ([#5760](https://github.com/botpress/botpress/issues/5760)) ([f52411e](https://github.com/botpress/botpress/commit/Low1/17/2022
v12.26.8# Botpress Server ### Bug Fixes * **admin:** DEV-1238: Hide/Show Button admin panel ([#5634](https://github.com/botpress/botpress/issues/5634)) ([9ed29d3](https://github.com/botpress/botpress/commit/9ed29d3)) * **admin:** fix user management ([#5623](https://github.com/botpress/botpress/issues/5623)) ([eda1c43](https://github.com/botpress/botpress/commit/eda1c43)) * **admin:** increase module upload timeout ([#5684](https://github.com/botpress/botpress/issues/5684)) ([b44b45c](https://giLow12/2/2021
v12.26.7# Botpress Server ### Bug Fixes * **channel-web:** fix custom user id in events ([#5591](https://github.com/botpress/botpress/issues/5591)) ([dbe9e2e](https://github.com/botpress/botpress/commit/dbe9e2e)), closes [#5658](https://github.com/botpress/botpress/issues/5658) * **core:** fix chat auth expiry with messaging ([#5679](https://github.com/botpress/botpress/issues/5679)) ([63f15d5](https://github.com/botpress/botpress/commit/63f15d5)) * **e2e:** change pwd test does not reuse same pwdLow11/10/2021
v12.26.6# Botpress Server ### Bug Fixes * **auth:** allow first user to register with pro strategies ([#5564](https://github.com/botpress/botpress/issues/5564)) ([cf93a16](https://github.com/botpress/botpress/commit/cf93a16)), closes [#5423](https://github.com/botpress/botpress/issues/5423) * **basic-skills:** slot filling issues if using validation function ([#5573](https://github.com/botpress/botpress/issues/5573)) ([1d8a232](https://github.com/botpress/botpress/commit/1d8a232)), [#5572](httpsLow10/22/2021
v12.26.5Release Notes === ### Bug Fixes * **admin:** added form validation on bot id and name ([#5524](https://github.com/botpress/botpress/issues/5524)) ([4e5c6ca](https://github.com/botpress/botpress/commit/4e5c6ca)), closes https://github.com/botpress/botpress/issues/5399 * **basic-skills:** run validation on already extracted in slot filling ([#5531](https://github.com/botpress/botpress/issues/5531)) ([0b61c1c](https://github.com/botpress/botpress/commit/0b61c1c)) , closes https://github.comLow10/7/2021
v12.26.4Release Notes ===== ### Bug Fixes * **channel-web:** down mig drop all msg_ tables ([#5452](https://github.com/botpress/botpress/issues/5452)) ([6f03d1c](https://github.com/botpress/botpress/commit/6f03d1c)) * **channel-web:** fix useSessionStorage config option ([#5118](https://github.com/botpress/botpress/issues/5118)) ([edac7c6](https://github.com/botpress/botpress/commit/edac7c6)), closes [#5405](https://github.com/botpress/botpress/issues/5405) * **core:** add small safeguards ([#5Low9/28/2021
v12.26.3# Release notes ### Bug Fixes * **channel-web:** down mig drop all msg_ tables ([#5452](https://github.com/botpress/botpress/issues/5452)) ([6f03d1c](https://github.com/botpress/botpress/commit/6f03d1c)) * **channel-web:** fix useSessionStorage config option ([#5118](https://github.com/botpress/botpress/issues/5118)) ([edac7c6](https://github.com/botpress/botpress/commit/edac7c6)) * **core:** add small safeguards ([#5459](https://github.com/botpress/botpress/issues/5459)) ([a1a83c8](httpLow9/17/2021
v12.26.2# Release Notes - **analytics:** fix n/a lang entries description ([#5428](https://github.com/botpress/botpress/issues/5428)) ([87a4005](https://github.com/botpress/botpress/commit/87a4005)) - **builtin_image:** modified how we search for mimetype in the image component. ([#5401](https://github.com/botpress/botpress/issues/5401)) ([4dc35be](https://github.com/botpress/botpress/commit/4dc35be)) - **channel-web:** fix migration when duplicate bot ids ([#5445](https://github.com/botpress/botprLow9/14/2021
v12.26.1# Release Notes ### Bug Fixes * **channel-web:** fix messaging migration ([#5410](https://github.com/botpress/botpress/issues/5410)) ([a8881a6](https://github.com/botpress/botpress/commit/a8881a6))Low9/3/2021
v12.26.0# Release Notes ### ⚠ Important Change Notice In this release, the channel web was converted to use the new [messaging server](https://github.com/botpress/messaging). This shouldn't cause any noticeable change in useability, but it does bring a large migration that converts all the messages and conversations stored in the channel-web's `web_conversations` and `web_messages` tables to tables managed by the messaging server. It also migrates any references to these conversations and messagesLow9/2/2021
v12.25.0# Release Notes ## Core ### Bug Fixes * **core:** merge extensions in channel-web ([#5301](https://github.com/botpress/botpress/issues/5301)) ([a08d4c0](https://github.com/botpress/botpress/commit/a08d4c0)) * **core:** various fixes ([#5323](https://github.com/botpress/botpress/issues/5323)) ([f052678](https://github.com/botpress/botpress/commit/f052678)) * **studio:** move bot migrations to studio ([#5187](https://github.com/botpress/botpress/issues/5187)) ([2db471a](https://github.cLow8/20/2021
v12.24.1## Release notes v12.24.1 ### Bug Fixes * **ci_cd:** Modified if on the dockerhub connection ([#5275](https://github.com/botpress/botpress/issues/5275)) ([3789a40](https://github.com/botpress/botpress/commit/3789a40)) * **core:** fix error when creating or importing a bot ([#5295](https://github.com/botpress/botpress/issues/5295)) ([7433244](https://github.com/botpress/botpress/commit/7433244)) ### Features * **hitlnext:** colored handoffs ([#5260](https://github.com/botpress/boLow8/13/2021
v12.24.0# Release notes ### ⚠ Important Change Notice In this release, most of channels related code was removed from main code base and was replaced by an executable [messaging server binary](https://github.com/botpress/messaging). When running from binary or from Docker it doesn't change anything for the user, the Messaging Server Binary ships with Botpress main binary as for Docker it's baked in the image. When running from sources, the Messaging server binary, hosted on the Github repo, is downlLow8/11/2021
v12.23.2# Release Notes ### Bug Fixes * **core:** fix disk storage race condition ([#5162](https://github.com/botpress/botpress/issues/5162)) ([86102b3](https://github.com/botpress/botpress/commit/86102b3)) * **teams:** fix receiving quick replies with channel-teams ([#5230](https://github.com/botpress/botpress/issues/5230)) ([acb79a3](https://github.com/botpress/botpress/commit/acb79a3)) * nlu regression testing ([0916cf8](https://github.com/botpress/botpress/commit/0916cf8))Low8/4/2021
v12.23.1# Release ## [12.23.1](https://github.com/botpress/botpress/compare/v12.23.0...v12.23.1) (2021-07-29) ### Bug Fixes * **channel-telegram:** clean up carousel caption ([#5204](https://github.com/botpress/botpress/issues/5204)) ([25e1924](https://github.com/botpress/botpress/commit/25e1924)) * **channel-web:** fix missing payload of file upload ([#5184](https://github.com/botpress/botpress/issues/5184)) ([00ebee4](https://github.com/botpress/botpress/commit/00ebee4)) * **channel-web:** Low7/30/2021
v12.23.0Release notes ==== ### ⚠ Important Change Notice In this release, all Studio related code was fully removed from main code base and was replaced by an executable binary. Studio code was moved in its [own repository](https://github.com/botpress/studio). When running from binary or from Docker it doesn't change anything for the user, the Studio Binary ships with Botpress main binary as for Docker it's baked in the image. When running from sources, the Studio binary is hosted on the Github repo Low7/14/2021
v12.22.2# Release Notes ### Bug Fixes * **admin:** add missing translation change collaborators role ([#5089](https://github.com/botpress/botpress/issues/5089)) ([a36cf1a](https://github.com/botpress/botpress/commit/a36cf1a)) * **admin:** various fixes ([#5094](https://github.com/botpress/botpress/issues/5094)) ([731536e](https://github.com/botpress/botpress/commit/731536e)) * **core:** fix core migration template import path ([#5087](https://github.com/botpress/botpress/issues/5087)) ([071f8d4]Low6/17/2021
v12.22.1# Release Notes ## [12.22.1](https://github.com/botpress/botpress/compare/v12.22.0...v12.22.1) (2021-06-03) ### Bug Fixes * **build:** check module-builder image on master only ([#5032](https://github.com/botpress/botpress/issues/5032)) ([bd6d63a](https://github.com/botpress/botpress/commit/bd6d63a)) * **builtin:** default transition on entry nodes for empty bot template ([#4999](https://github.com/botpress/botpress/issues/4999)) ([66e1a7a](https://github.com/botpress/botpress/commiLow6/3/2021
v12.22.0# Release Notes This release contains important architectural changes, see important change notice below. ### Bug Fixes * **builtin:** fix card image subtype ([#4996](https://github.com/botpress/botpress/issues/4996)) ([61ff663](https://github.com/botpress/botpress/commit/61ff663)) * **channel-vonage:** fix storing large files using the module action ([#5004](https://github.com/botpress/botpress/issues/5004)) ([44d1547](https://github.com/botpress/botpress/commit/44d1547)) * **core:** remLow5/14/2021
v12.21.1# Release Notes Note: This patch also contains some minor visual changes to the administration ui but contains absolutely no change to functionality. ### Bug Fixes * **channel-smooch:** fix sending image content-elements ([#4915](https://github.com/botpress/botpress/pull/4915)) ([a98453a](https://github.com/botpress/botpress/commit/a98453a)) * **channel-vonage:** fix sending image content-elements ([#4901](https://github.com/botpress/botpress/issues/4901)) ([1afc0fa](https://github.comLow4/30/2021
v12.21.0### Bug Fixes * **code:** fix for CVE-2020-7743 ([#4833](https://github.com/botpress/botpress/issues/4833)) ([543d830](https://github.com/botpress/botpress/commit/543d830)) * **docs:** remove warning about Custom Modules ([#4882](https://github.com/botpress/botpress/issues/4882)) ([c4445c3](https://github.com/botpress/botpress/commit/c4445c3)) ### Features * **channel-vonage:** add channel-vonage ([#4789](https://github.com/botpress/botpress/issues/4789)) ([f17695f](https://github.coLow4/23/2021
v12.20.2### Bug Fixes * **admin:** incorrect route for module upload ([#4818](https://github.com/botpress/botpress/issues/4818)) ([823d965](https://github.com/botpress/botpress/commit/823d965)) * **channel-web:** don't list convos with no events ([#4764](https://github.com/botpress/botpress/issues/4764)) ([18206fc](https://github.com/botpress/botpress/commit/18206fc)) * **core:** database migration path ([#4794](https://github.com/botpress/botpress/issues/4794)) ([3201b9b](https://github.com/botpreLow4/15/2021
v12.20.1Release Notes ==== ### Bug Fixes * **core:** images not displaying ([#4795](https://github.com/botpress/botpress/issues/4795)) ([cb5c5be](https://github.com/botpress/botpress/commit/cb5c5be)) * **nlu:** fix memory leak in nlu module ([#4787](https://github.com/botpress/botpress/issues/4787)) ([938529f](https://github.com/botpress/botpress/commit/938529f)) ### Features * **core:** mapping ([#4776](https://github.com/botpress/botpress/issues/4776)) ([563c70d](https://github.com/botLow4/1/2021
v12.20.0Release Notes ==== ### ⚠ BREAKING CHANGES * **nlu**: Intent election logic has been changed and this might slightly affect chatbot behaviour. If you're not satisfied with these changes you can revert to previous election logic as described in #4745. ### Bug Fixes * **admin:** add missing en, es and fr translations in UI admin ([e4a03a4](https://github.com/botpress/botpress/commit/e4a03a4)) * **admin:** check license limits exist before counting nodes ([#4770](https://github.com/botprLow3/31/2021
v12.19.2# Release Notes ### Bug Fixes * **core:** auth methods with cookies ([#4723](https://github.com/botpress/botpress/issues/4723)) ([39fc418](https://github.com/botpress/botpress/commit/39fc418)) * **core:** flow service caching on update ([#4731](https://github.com/botpress/botpress/issues/4731)) ([09a1787](https://github.com/botpress/botpress/commit/09a1787)) * **webchat:** typo in createConversation ([#4725](https://github.com/botpress/botpress/issues/4725)) ([fabe1fc](https://github.comLow3/22/2021
v12.19.1# Rlease notes ### Bug Fixes * **analytics:** fix percentages values ([#4717](https://github.com/botpress/botpress/issues/4717)) ([0b4fa63](https://github.com/botpress/botpress/commit/0b4fa63)) * **analytics:** fix react errors ([#4622](https://github.com/botpress/botpress/issues/4622)) ([73db97e](https://github.com/botpress/botpress/commit/73db97e)) * **analytics:** support for postgres ([#4711](https://github.com/botpress/botpress/issues/4711)) ([6ff7b04](https://github.com/botpress/boLow3/19/2021
v12.19.0Release Notes == ### Bug Fixes * **analytics:** Overlapped text in graph & active users ([#4623](https://github.com/botpress/botpress/issues/4623)) ([1ddbae0](https://github.com/botpress/botpress/commit/1ddbae0)) * **core:** auth on ldap ([#4662](https://github.com/botpress/botpress/issues/4662)) ([cd2dfb6](https://github.com/botpress/botpress/commit/cd2dfb6)) * **hitl2:** hidden reply box on livechat render ([#4627](https://github.com/botpress/botpress/issues/4627)) ([73470a8](https://Low3/15/2021
v12.18.2# Release notes ### Bug Fixes * **core:** fix auth saml/oauth ([#4594](https://github.com/botpress/botpress/issues/4594)) ([09c7324](https://github.com/botpress/botpress/commit/09c7324)) * **core:** point pro on master ([#4595](https://github.com/botpress/botpress/issues/4595)) ([19ffc7f](https://github.com/botpress/botpress/commit/19ffc7f)) * **hitl2:** use new chan-web api ([#4596](https://github.com/botpress/botpress/issues/4596)) ([66949d1](https://github.com/botpress/botpress/commitLow3/5/2021
v12.18.1# Release Notes ### Bug Fixes * **channel-web:** refactor of the webchat API ([#4578](https://github.com/botpress/botpress/issues/4578)) ([e9e9cad](https://github.com/botpress/botpress/commit/e9e9cad)) * **channel-web:** unlock composer on conversation/session reset ([#4580](https://github.com/botpress/botpress/issues/4580)) ([430ef05](https://github.com/botpress/botpress/commit/430ef05)) * **core:** changed dialog_sessions PK column size ([#4555](https://github.com/botpress/botpress/issLow3/5/2021
v12.18.0### Bug Fixes * **nlu:** check ram usage ([#4321](https://github.com/botpress/botpress/issues/4321)) ([4d1a202](https://github.com/botpress/botpress/commit/4d1a202)) ### Features * **basic-skills:** Add dropdown option to single choice ([#4492](https://github.com/botpress/botpress/issues/4492)) ([a96787a](https://github.com/botpress/botpress/commit/a96787a)) * **channel-web:** allow to disable notification sound ([#4535](https://github.com/botpress/botpress/issues/4535)) ([c759dc3](hLow2/26/2021
v12.17.2Release Notes === ### Bug Fixes * **api:** added missing async mw ([#4524](https://github.com/botpress/botpress/issues/4524)) ([7eb44d6](https://github.com/botpress/botpress/commit/7eb44d6)) * **core:** changed details column to text ([#4513](https://github.com/botpress/botpress/issues/4513)) ([805092c](https://github.com/botpress/botpress/commit/805092c)) * **core:** conflict between dialog sessions contexts on update ([#4493](https://github.com/botpress/botpress/issues/4493)) ([aa1328Low2/18/2021
v12.17.1# Release Notes * **admin:** hide token by default ([#4456](https://github.com/botpress/botpress/issues/4456)) ([ea27d74](https://github.com/botpress/botpress/commit/ea27d74)) * **admin:** update pipeline configs on props change ([#4481](https://github.com/botpress/botpress/issues/4481)) ([5eedb23](https://github.com/botpress/botpress/commit/5eedb23)) * **core:** delete all expired sessions ([#4454](https://github.com/botpress/botpress/issues/4454)) ([1d85565](https://github.com/botpress/boLow2/9/2021

Dependencies & License Audit

Loading dependencies...

Similar Packages

AstrBotAgentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨v4.25.3
deepchat🐬DeepChat - A smart assistant that connects powerful AI to your personal worldv1.0.5
agents-flexAgents-flex is A Lightweight Java AI Application Development Framework.v2.1.3
autospecAutospec is an open-source AI agent that takes a web app URL and autonomously QAs it, and saves its passing specs as E2E test codemain@2026-05-15
bishengBISHENG is an open LLM devops platform for next generation Enterprise AI applications. Powerful and comprehensive features include: GenAI workflow, RAG, Agent, Unified model management, Evaluation, SFv2.4.0

More in Infrastructure

tensorzeroTensorZero is an open-source LLMOps platform that unifies an LLM gateway, observability, evaluation, optimization, and experimentation.
planoPlano is an AI-native proxy and data plane for agentic apps — with built-in orchestration, safety, observability, and smart LLM routing so you stay focused on your agents core logic.
modelsThis repository contains comprehensive pricing and configuration data for LLMs. It powers cost attribution for 200+ enterprises running 400B+ tokens through Portkey AI Gateway every day.
edgeeOpen-source AI gateway written in Rust, with token compression for Claude Code, Codex... and any other LLM client.