You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS D:\BotSharp\> docker-compose -f dockerfiles/docker-compose-articulateui.yml up
64
+
PS D:\BotSharp\> docker-compose -f dockerfiles/docker-compose-core.yml up
65
65
66
-
Point your web browser at http://localhost:**** and enjoy BotSharp with Articulate-UI.
66
+
Point your web browser at http://localhost:3112 and enjoy BotSharp Core.
67
67
68
68
Extension Libraries
69
69
-----------------
70
70
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.
71
71
72
72
* BotSharp platform emulator extension which is compatible with RASA NLU. `botsharp-rasa`_
73
-
* BotSharp platform emulator extension which is compatible with Google Dialogflow. `botsharp-dialogflow`_
73
+
* BotSharp platform emulator extension which is compatible with Google Dialogflow.
74
74
* BotSharp platform emulator extension which is compatible with Articulate AI. `botsharp-articulate`_
75
75
* BotSharp platform emulator extension which is compatible with RasaTalk. `botsharp-rasatalk`_
76
-
* A channel module of BotSharp for Facebook Messenger. `botsharp-channel-fbmessenger`_
77
-
* A channel module of BotSharp for Tencent Wechat. `botsharp-channel-weixin`_
78
-
* A channel module of BotSharp for Telegram. `botsharp-channel-telegram`_
76
+
* A channel module of BotSharp for Facebook Messenger.
77
+
* A channel module of BotSharp for Tencent Wechat.
78
+
* A channel module of BotSharp for Telegram.
79
79
* Articulate UI customized for BotSharp NLU. `articulate-ui`_
0 commit comments