Skip to content

Releases: langbot-app/LangBot

v4.3.0

16 Sep 04:30
5d60dbf

Choose a tag to compare

Key Feature / 关键更新

🧩 Production-grade Plugin System / 生产级插件系统

image

我们重新设计并实现了插件系统,新插件系统采用独立进程+WebSocket通信的模式,隔离插件代码与 LangBot 主程序代码,提供高安全性和灵活性。同时,langbot-plugin-sdk提供了一套完善的 LangBot CLI 工具辅助插件开发,并提供统一、丰富的插件 API 和实体引用。全套插件系统均支持多种语言,并对扩展开放。

We've redesigned and reimplemented the plugin system. The new system uses a standalone process with WebSocket communication, isolating plugin code from the main LangBot program code and providing high security and flexibility. Furthermore, langbot-plugin-sdk provides a comprehensive LangBot CLI tool to assist with plugin development, along with a unified and rich plugin API and entity references. The entire plugin system supports multiple languages ​​and is open to extensions.

image

我们开放了首个中心化服务:LangBot Space,此服务现提供插件市场功能,您可从此处安装插件,或使用 LangBot CLI 工具上传插件到市场。

We have opened our first centralized service: LangBot Space. This service now provides a Plugin Marketplace feature. You can install plugins from here or upload plugins to the market using the LangBot CLI tool.

👋 New Adapters / 新适配器

ffa5ee581f0bba3c3dd6beab8a995642_720

LINEユーザーの皆さん、こんにちは!LangBot 现在支持 LINE 机器人,欢迎尝试

LangBot now supports LINE bots, welcome to try.

同时添加了备受期待的企业微信智能机器人支持,现在已可使用。

What's Changed

New Contributors

更新方式

  • Docker:docker-compose.yaml 文件已移动到 docker/ 目录下,请拉取最新代码并按照文档启动
  • 手动部署:请按照文档使用

Full Changelog: v4.2.1...v4.3.0

v4.2.2

29 Aug 09:08
89b25b8

Choose a tag to compare

What's Changed

  • Fix: Fixed the incorrect extraction method of sender ID when converting aiocqhttp reply messages by @Ljzd-PRO in #1624
  • feat: add ZIP file upload support for knowledge base by @devin-ai-integration[bot] in #1626
  • fix dingtalk message sender id & update dingtalk streaming card without content by @0xzmz in #1630
  • add cmd enable config & fix announce request timeout & fix send card with disconnect ai platform by @0xzmz in #1633
  • feat: add GitHub star count component to sidebar by @devin-ai-integration[bot] in #1636

New Contributors

Full Changelog: v4.2.1...v4.2.2

v4.3.0.beta4

28 Aug 06:46
d7fc528

Choose a tag to compare

v4.3.0.beta4 Pre-release
Pre-release

What's Changed

  • Update package.json by @TwperBody in #1627
  • feat: add ZIP file upload support for knowledge base by @devin-ai-integration[bot] in #1626
  • Merge commits from master and fix bugs

Full Changelog: v4.3.0.beta2...v4.3.0.beta4

v4.3.0.beta3

23 Aug 12:09
d3a147b

Choose a tag to compare

v4.3.0.beta3 Pre-release
Pre-release

v4.3.0.beta2

23 Aug 12:06
87ecb4e

Choose a tag to compare

v4.3.0.beta2 Pre-release
Pre-release

What's Changed

  • Fix: Fixed the incorrect extraction method of sender ID when converting aiocqhttp reply messages by @Ljzd-PRO in #1624

Full Changelog: v4.2.1...v4.3.0.beta2

v4.3.0.beta1

21 Aug 02:50
4012310

Choose a tag to compare

v4.3.0.beta1 Pre-release
Pre-release

Full Changelog: v4.0.7...v4.3.0.beta1

v4.2.1

21 Aug 02:16
aa7c08e

Choose a tag to compare

What's Changed

  • fix:in the dify agent llm return message can not joint by @fdc310 in #1617
  • Fix: Fixed the issue where Ollama's embedding model was not functioning properly by @Ljzd-PRO in #1619
  • fix:in the gmini tool_calls no id The resulting call failure by @fdc310 in #1622

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

18 Aug 10:53
9c1f4e1

Choose a tag to compare

Key Feature / 关键更新

🥷 Streaming Output / 流式输出

lark01

@fdc310 贡献;现在 LangBot 的模型、流水线、机器人(视平台而定)已适配流式输出特性,仅需在适配器开启流式输出,即可获得 AI 流式输出。并已在流水线内置思维链移除功能。

Contributed by @fdc310; LangBot's models, pipelines, and robots (depending on the platform) are now compatible with streaming output. Simply enable streaming output in the adapter to get AI streaming output. A thought chain removal function has also been built into the pipeline.

  • 目前支持的平台:飞书、钉钉、Telegram、WebUI 调试会话。
  • Currently supports: Telegram, Lark, DingTalk, WebUI

🌒 Dark Mode / 暗色模式

image

由 @TwperBody 贡献;
Contributed by @TwperBody

What's Changed

Full Changelog: v4.1.2...v4.2.0

v4.1.2

03 Aug 14:53
b70001c

Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

26 Jul 11:29
d3b31f7

Choose a tag to compare

What's Changed

  • feat: add pipeline sorting functionality with three sort options by @devin-ai-integration[bot] in #1582
  • feat: add knowledge base retrieve test tab with Card-based UI by @devin-ai-integration[bot] in #1583
  • feat(wechatpad): 添加对@所有人的支持并统一处理消息派发 by @gaord in #1588
  • Add GitHub link redirection for front-end plugin cards by @TwperBody in #1579

Full Changelog: v4.1.0...v4.1.1