From 6c2b2eac1bff7c537e571ecb955856e67d0062f7 Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Sat, 27 Oct 2018 10:37:59 -0500 Subject: [PATCH] fix compile error. --- BotSharp.Core.UnitTest/Performance/Spotify.cs | 2 +- BotSharp.WebHost/BotSharp.WebHost.csproj | 1 - BotSharp.sln | 26 ------------------- README.rst | 2 +- README_zh.rst | 13 ++++++++-- 5 files changed, 13 insertions(+), 31 deletions(-) diff --git a/BotSharp.Core.UnitTest/Performance/Spotify.cs b/BotSharp.Core.UnitTest/Performance/Spotify.cs index 73303527..3e3fa5df 100644 --- a/BotSharp.Core.UnitTest/Performance/Spotify.cs +++ b/BotSharp.Core.UnitTest/Performance/Spotify.cs @@ -23,7 +23,7 @@ namespace BotSharp.Core.UnitTest.Performance int correct = 0; List> errors = new List>(); - var agent = LoadAgent(); + // var agent = LoadAgent(); /*for (int i = 0; i < Samples.Count; i++) { diff --git a/BotSharp.WebHost/BotSharp.WebHost.csproj b/BotSharp.WebHost/BotSharp.WebHost.csproj index a833bf0d..81f96a8a 100644 --- a/BotSharp.WebHost/BotSharp.WebHost.csproj +++ b/BotSharp.WebHost/BotSharp.WebHost.csproj @@ -84,7 +84,6 @@ - diff --git a/BotSharp.sln b/BotSharp.sln index 283cb0ea..340e36d9 100644 --- a/BotSharp.sln +++ b/BotSharp.sln @@ -17,8 +17,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.Platform.Abstracti EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.Platform.Models", "BotSharp.Platform.Models\BotSharp.Platform.Models.csproj", "{C4F2EAE5-F2C7-4F52-9DB2-7E76D7080C72}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.Platform.Dialogflow", "..\botsharp-dialogflow\BotSharp.Platform.Dialogflow\BotSharp.Platform.Dialogflow.csproj", "{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution ARTICULATE|Any CPU = ARTICULATE|Any CPU @@ -155,30 +153,6 @@ Global {C4F2EAE5-F2C7-4F52-9DB2-7E76D7080C72}.Test|Any CPU.Build.0 = Release|Any CPU {C4F2EAE5-F2C7-4F52-9DB2-7E76D7080C72}.Test|x64.ActiveCfg = Release|Any CPU {C4F2EAE5-F2C7-4F52-9DB2-7E76D7080C72}.Test|x64.Build.0 = Release|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.ARTICULATE|Any CPU.ActiveCfg = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.ARTICULATE|Any CPU.Build.0 = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.ARTICULATE|x64.ActiveCfg = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.ARTICULATE|x64.Build.0 = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Debug|x64.ActiveCfg = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Debug|x64.Build.0 = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.DIALOGFLOW|Any CPU.ActiveCfg = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.DIALOGFLOW|Any CPU.Build.0 = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.DIALOGFLOW|x64.ActiveCfg = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.DIALOGFLOW|x64.Build.0 = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.RASA|Any CPU.ActiveCfg = Release|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.RASA|Any CPU.Build.0 = Release|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.RASA|x64.ActiveCfg = Release|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.RASA|x64.Build.0 = Release|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Release|Any CPU.Build.0 = Release|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Release|x64.ActiveCfg = Release|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Release|x64.Build.0 = Release|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|Any CPU.ActiveCfg = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|Any CPU.Build.0 = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|x64.ActiveCfg = Debug|Any CPU - {6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|x64.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/README.rst b/README.rst index 2230f948..2d794b5d 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ The Open Source AI Chatbot Platform Builder :alt: NuGet :align: left -.. image:: https://ci.appveyor.com/api/projects/status/uqyf823c9strb1q6?svg=true +.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true This project is for learning purposes only, please do not use it in a production environment. diff --git a/README_zh.rst b/README_zh.rst index 2677ebb6..014701ef 100644 --- a/README_zh.rst +++ b/README_zh.rst @@ -14,6 +14,9 @@ .. image:: https://img.shields.io/nuget/dt/EntityFrameworkCore.BootKit.svg :target: `botsharpnuget`_ :alt: NuGet + :align: left + +.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true 本项目用于学习和交流人工智能聊天机器人平台构建的相关技术,本人对于任何用于生产环境而产生的风险和损失不负责任 ************************************************************************************************** @@ -64,8 +67,11 @@ BotSharp uses component design, the kernel is kept to a minimum, and business fu * BotSharp platform emulator extension which is compatible with RASA NLU. `botsharp-rasa`_ * BotSharp platform emulator extension which is compatible with Google Dialogflow. `botsharp-dialogflow`_ * BotSharp platform emulator extension which is compatible with Articulate AI. `botsharp-articulate`_ +* BotSharp platform emulator extension which is compatible with RasaTalk. `botsharp-rasatalk`_ * A channel module of BotSharp for Facebook Messenger. `botsharp-channel-fbmessenger`_ -* A channel module of BotSharp for Tencent Weixin. `botsharp-channel-weixin`_ +* A channel module of BotSharp for Tencent Wechat. `botsharp-channel-weixin`_ +* A channel module of BotSharp for Telegram. `botsharp-channel-telegram`_ +* Articulate UI customized for BotSharp NLU. `articulate-ui`_ Documents --------- @@ -86,13 +92,16 @@ Scan to join group in Wechat .. _Docker: https://www.docker.com .. _Rasa UI: https://github.com/paschmann/rasa-ui -.. _Articulate UI: https://spg.ai/projects/articulate +.. _Articulate UI: https://github.com/Oceania2018/articulate-ui .. _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-rasatalk: https://github.com/Obrain2016/botsharp-rasatalk .. _botsharp-channel-fbmessenger: https://github.com/Oceania2018/botsharp-channel-fbmessenger .. _botsharp-channel-weixin: https://github.com/Oceania2018/botsharp-channel-weixin +.. _botsharp-channel-telegram: https://github.com/Oceania2018/botsharp-channel-telegram +.. _articulate-ui: https://github.com/Oceania2018/articulate-ui