shuvojit33 / botpress

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

Home Page:https://botpress.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 startedCloudDocumentationIntegrationsAgents

Getting started

This repository contains:

Integrations

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

Create integrations using the Botpress CLI and submit a pull request to make your mark on the future of chatbots.

Installation

The Botpress Cloud environment is built using Typescript and Node.js. Make sure you have a recent version of Node (>16) and npm installed.

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

Usage

# Login for the first time
bp login

# Interactive command to build a new integration
bp init

Deploying a Private Integration

By default, all integrations are private to the workspace they have been deployed in.

bp deploy

Making your Integration Public

To submit your integration to the Botpress Hub and make it publicly available to the community, please make a pull request to this repository by following these Integration Contribution guidelines.

Agents

Coming soon.

Devtools

Package Description Docs Code
@botpress/cli Build and deploy private or public integrations Docs Code
@botpress/client Type-safe client to consume the Botpress APIs Docs Code
@botpress/sdk Internal package used by to build integrations Docs Code

Contributing

We love contributions from the community! We welcome pull requests that provide improvements or bug fixes for the CLI, Client, SDK or Integrations.

Please keep the contributions to integrations and open-source packages. For bugs or features related to the API, Botpress Cloud or the Botpress Studio, please talk to us on Discord instead!

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! 🤖🚀

About

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

https://botpress.com

License:MIT License


Languages

Language:TypeScript 98.2%Language:JavaScript 0.8%Language:Starlark 0.7%Language:HTML 0.3%Language:Shell 0.1%