github langbot-app/LangBot v4.6.0

latest release: v4.6.1
6 hours ago

🚀 Key Features / 关键更新

📡 Unified Webhook / 统一的 Webhook 接入点

删掉占用多个端口的机器人吧,现在他们统一了。我们已将各个通过 Webhook 接入的机器人平台统一到与 WebUI 相同的 Web Server 上,您现在可以在机器人配置页查看为其分配的 URL。

Forget about those separated bots server that occupy multiple ports; now they're unified. We've unified all robot platforms that connect via Webhook onto the same Web Server as the WebUI, and you can now view the URLs assigned to them on the robot configuration page.

image

📚 External Knowledge Base / 外部知识库

得益于 LangBot 生产级的插件系统,我们已支持新的“知识检索器”组件,您可以通过插件接入来自各种知识库平台的先进 RAG 特性。

Thanks to LangBot's production-grade plugin system, we now support the new "Knowledge Retrieval" component, which allows you to access advanced RAG features from various knowledge base platforms via plugins.

image image

🥷 Optimized Development Experience / 优化的开发体验

image
  • LangBot Plugin CLI now supports hot reloading.

  • Pipeline web chat is now using websockets instead of SSE, and supported more message components.

  • LangBot Plugin CLI 现在支持插件热重载。

  • 流水线对话调试页面现在采用 WebSocket 通信,支持双向主动消息,并支持更多的消息组件。

What's Changed

  • Add multilingual README files (Spanish, French, Korean, Russian, Vietnamese) by @Copilot in #1794
  • fix: fix n8n streaming support issue by @myml in #1787
  • feat: add model_config parameter support for Dify assistant type apps by @Copilot in #1796
  • Sort installed plugins: debug plugins first, then by installation time by @Copilot in #1798
  • Fix typo for variable and comment 'Quote' by @Tigrex-Dai in #1800
  • Feature/new plugin card by @the-lazy-me in #1799
  • fix: plugin card source badge blocked by hover overlay by @Copilot in #1802
  • Feat/pipeline enable all extensions by @RockChinQ in #1807
  • Fix API integration dialog height and enable table scrolling by @Copilot in #1805
  • feat: external knowledge bases by @Copilot in #1783
  • refactor: switch webchat from sse to websocket by @RockChinQ in #1808
  • Fix command return value image_url handling for DingTalk, Slack, LINE, and Lark adapters by @Copilot in #1810
  • perf: advanced web chat by @RockChinQ in #1811
  • fix: increase execute_command timeout from 60s to 180s by @Copilot in #1813
  • Filter plugins by component types in pipeline extensions by @Copilot in #1821
  • feat(web): Add markdown rendering support to pipeline chat messages with toggle by @Copilot in #1826
  • feat: displaying plugin debug info by @RockChinQ in #1828
  • Feat/unified webhook by @wangcham in #1793

New Contributors

Full Changelog: v4.5.4...v4.6.0

Don't miss a new LangBot release

NewReleases is sending notifications on new releases.