From 7d47c2b978fec9dc94b665ae6817d7627f014e90 Mon Sep 17 00:00:00 2001 From: Oceania Date: Sun, 7 Oct 2018 08:39:11 -0500 Subject: [PATCH] Update README.rst --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 3b7d68e7..24e6a064 100644 --- a/README.rst +++ b/README.rst @@ -58,6 +58,15 @@ You can use docker compose to run BotSharp quickly, make sure you've got `Docker Point your web browser at http://localhost:3000 and enjoy BotSharp with Articulate-UI. +Extension Library +----------------- +BotSharp uses component design, the kernel is kept to a minimum, and business functions are implemented by external components. The modular design also allows contributors to better participate. + +* BotSharp platform emulator extension which is compatible with RASA NLU. `botsharp-rasa`_ +* BotSharp platform extension which is compatible with Google Dialogflow. `botsharp-dialogflow`_ +* BotSharp platform emulator extension which is compatible with Articulate AI. `botsharp-articulate`_ +* A channel module of BotSharp for Facebook Messenger. `botsharp-channel-fbmessenger`_ +* A channel module of BotSharp for Tencent Weixin. `botsharp-channel-weixin`_ Documents --------- @@ -82,4 +91,9 @@ Scan to join group in Wechat .. _gitter: https://gitter.im/botsharpcore/Lobby .. _license: https://raw.githubusercontent.com/Oceania2018/BotSharp/master/LICENSE .. _botsharpnuget: https://www.nuget.org/packages/BotSharp.Core +.. _botsharp-rasa: https://github.com/Oceania2018/botsharp-rasa +.. _botsharp-dialogflow: https://github.com/Oceania2018/botsharp-dialogflow +.. _botsharp-articulate: https://github.com/Oceania2018/botsharp-articulate +.. _botsharp-channel-fbmessenger: https://github.com/Oceania2018/botsharp-channel-fbmessenger +.. _botsharp-channel-weixin: https://github.com/Oceania2018/botsharp-channel-weixin