[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3882":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":17,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":35,"readmeContent":36,"aiSummary":37,"trendingCount":15,"starSnapshotCount":15,"syncStatus":38,"lastSyncTime":39,"discoverSource":40},3882,"botpress","botpress\u002Fbotpress","The open-source hub to build & deploy GPT\u002FLLM Agents ⚡️","https:\u002F\u002Fbotpress.com",null,"TypeScript",14737,2272,240,31,0,3,11,56,87.1,"MIT License",false,"master",[24,25,5,26,27,28,29,30,31,32,33,34],"agent","ai","chatbot","chatgpt","gpt","gpt-4","langchain","llm","nlp","openai","prompt","2026-06-12 04:00:19","\u003Cdiv align=\"center\">\n\n# Botpress Cloud\n\n[![Discord](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FJoin_Community-white?color=7289da&label=Discord&labelColor=6a7ec1&logo=discord&logoColor=FFF)](https:\u002F\u002Fdiscord.gg\u002Fbotpress)\n[![YouTube Subscribe](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FYouTube-red?logo=youtube&logoColor=white)](https:\u002F\u002Fwww.youtube.com\u002Fc\u002Fbotpress)\n[![Documentation](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDocumentation-blue?logo=typescript&logoColor=white)](https:\u002F\u002Fdocs.botpress.cloud)\n[![@botpress\u002Fsdk](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F@botpress%2fsdk-black?logo=npm)](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@botpress\u002Fsdk)\n[![@botpress\u002Fcli](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F@botpress%2fcli-black?logo=npm)](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@botpress\u002Fcli)\n\n[Botpress](https:\u002F\u002Fbotpress.com) 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.\n\n[Getting started](#getting-started) •\n[Cloud](https:\u002F\u002Fapp.botpress.cloud) •\n[Documentation](https:\u002F\u002Fbotpress.com\u002Fdocs) •\n[Integrations](#integrations) •\n[Plugins](#plugins)\n\n\u003Cimg src=\"https:\u002F\u002Fuser-images.githubusercontent.com\u002F10071388\u002F248040379-8aee1b03-c483-4040-8ee0-741554310e88.png\" width=\"800\">\n  \n\u003C\u002Fdiv>\n\n## This Repository\n\nThis repository contains:\n\n- [**Integrations**](#integrations) – all public integrations on the [Botpress Hub](https:\u002F\u002Fapp.botpress.cloud\u002Fhub) maintained by Botpress\n- [**Devtools**](#devtools) – all Botpress Cloud dev tools (CLI, SDK, API Client)\n- [**Bots**](#bots) - some example of bots \"_as code_\" made only using the SDK and the CLI\n- [**Plugins**](#plugins) – all plugins on the [Botpress Studio](https:\u002F\u002Fstudio.botpress.cloud) **(coming soon)**\n\n## Contributing\n\nWe love contributions from the community!\n\nWe welcome pull requests and issues relevant for any code contained in this repository. See the [This Repository](#this-repository) section for more details.\n\nFor 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](https:\u002F\u002Fdiscord.gg\u002Fbotpress) instead!\n\nFor any problem related to on-premise Botpress v12, please see the [Botpress v12 repository](https:\u002F\u002Fgithub.com\u002Fbotpress\u002Fv12).\n\n## Integrations\n\nThe [`\u002Fintegrations`](.\u002Fintegrations) 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](https:\u002F\u002Fapp.botpress.cloud\u002Fhub).\n\n### Integration Development\n\nTo develop an integration, start by installing the [Botpress CLI](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@botpress\u002Fcli):\n\n```sh\nnpm install -g @botpress\u002Fcli # for npm\nyarn global add @botpress\u002Fcli # for yarn\npnpm install -g @botpress\u002Fcli # for pnpm\n```\n\nThen, in the directory of your choice, create a new integration:\n\n```sh\nbp init\n```\n\nThis command will generate an integration from one of the proposed templates.\n\n_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._\n\nYou can then modify both the definition and implementation of your integration respectively located in the `integration.definition.ts` and `src\u002Findex.ts` files.\n\nFor more information on how to develop an integration, please refer to the [Documentation](https:\u002F\u002Fbotpress.com\u002Fdocs\u002Ffor-developers\u002Fsdk\u002Fintegration\u002Fgetting-started).\n\n### Integration Deployment\n\nTo try out your integration, you can deploy its current version to your workspace using the Botpress CLI:\n\n```sh\nbp deploy\n```\n\nThis 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.\n\nBy 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:\n\n```sh\nbp deploy --visibility public\n```\n\nThis will make your integration available to all Botpress users on the [Botpress Hub](https:\u002F\u002Fapp.botpress.cloud\u002Fhub). Once a version of your integration is public, it cannot be updated again.\n\n## Bots\n\nThe [`\u002Fbots`](.\u002Fbots) folder contains examples of bots \"_as code_\" made only using the client, the SDK and the CLI.\n\n**This is not the recommended way to build bots** and is in no way a replacement for the Botpress Studio.\n\nHowever it can be useful for experienced developers who want to build bots in a more programmatic way.\n\nIt is also used internally by the Botpress team since the Studio and SDK both use the same underlying primitives.\n\n## Plugins\n\nComing soon.\n\n## Devtools\n\n| **Package**                                                          | **Description**                                         | **Docs**                                                               | **Code**               |\n| -------------------------------------------------------------------- | ------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------- |\n| [`@botpress\u002Fcli`](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@botpress\u002Fcli)       | Build, Deploy and Manage Bots, Integrations and Plugins | [Docs](https:\u002F\u002Fwww.botpress.com\u002Fdocs\u002Ffor-developers\u002Fsdk\u002Fcli-reference) | [Code](.\u002Fpackages\u002Fcli) |\n| [`@botpress\u002Fclient`](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@botpress\u002Fclient) | Type-safe clients to consume the Botpress APIs          | [Docs]()                                                               | [Code]()               |\n| [`@botpress\u002Fsdk`](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@botpress\u002Fsdk)       | SDK used by to build integrations                       | [Docs]()                                                               | [Code]()               |\n\n## Local Development\n\n### Prerequisites\n\nThe development environment requires the following tools to be installed:\n\n- [`git`](https:\u002F\u002Fgit-scm.com\u002F): Git is a free and open source distributed version control system.\n- [`node`](https:\u002F\u002Fnodejs.org\u002Fen\u002F): Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.\n- [`pnpm`](https:\u002F\u002Fpnpm.io\u002F): PNPM is a fast, disk space efficient package manager.\n\n#### Windows-specific prerequisites\n\n- [Microsoft Visual C++ Redistributable for Visual Studio 2015-2022](https:\u002F\u002Flearn.microsoft.com\u002Fen-us\u002Fcpp\u002Fwindows\u002Flatest-supported-vc-redist#visual-studio-2015-2017-2019-and-2022)\n\n### Building from sources\n\n```sh\n# Clone the repository\ngit clone https:\u002F\u002Fgithub.com\u002Fbotpress\u002Fbotpress.git\ncd botpress\n\n# Install dependencies\npnpm install\n\n# Build all packages\npnpm run build\n\n# Run Checks\npnpm run check\n```\n\n## Licensing\n\nAll packages in this repository are open-source software and licensed under the [MIT License](LICENSE). By contributing in this repository, you agree to release your code under this license as well.\n\nLet's build the future of chatbot development together! 🤖🚀\n","Botpress 是一个用于构建和部署基于GPT\u002FLLM代理的开源平台。它利用OpenAI技术，使用户能够快速创建下一代聊天机器人与助手。其核心功能包括强大的自然语言处理能力、灵活的插件系统以及丰富的集成选项，支持通过SDK和CLI以代码形式定义机器人行为。此外，Botpress 提供了云服务与本地部署两种模式，适合需要定制化智能对话解决方案的企业和个人开发者使用。",2,"2026-06-11 02:56:51","top_language"]