BotSharp
BotSharp copied to clipboard
The AI Agent Framework in .NET
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Hello, I'm starting do learn C# and found this project on Google, but I saw that the last activity was at sep-2020, so I'd like to know how is the...
Hi Team, I need your help to setup Botsharp on my machine. I am interested with NLP version of Bot Sharp whcih I would to tag some other UI. Ihave...
Hi, I have some experience in the .NET and Bot framework, I've been developing (amateur) for quite a while. Recently I wanted to create a more complex bot and add...
感谢BotSharp团队的贡献! https://github.com/dotnet-cn/awesome-dotnet-cn/blob/master/README.md
Hello! I'm fairly new to Machine Learning in general, so this may be an easy fix, but I'm getting exceptions when trying to train the AI. Specifically a null reference...
Following the documentation https://botsharp.readthedocs.io/en/latest/installation.html ``` git clone https://github.com/Oceania2018/BotSharp cd BotSharp dotnet build -v m -o ../bin -c ARTICULATE ``` Fails: PS C:\users\andre\BotSharp2\BotSharp> dotnet build -v m -o ../bin -c ARTICULATE...
Following the documentation https://botsharp.readthedocs.io/en/latest/installation.html > Build Chatbot Designer PS D:\> git clone https://github.com/Oceania2018/articulate-ui PS D:\> cd articulate-ui PS D:\> npm install PS D:\> npm start This fails: PS C:\users\andre\BotSharp2> git...
Following this guide: https://botsharp.readthedocs.io/en/latest/installation.html I get an API failure. PS C:\users\andre\BotSharp\BotSharp> docker-compose -f dockerfiles/docker-compose-articulateui.yml up Starting dockerfiles_botsharp_1 ... done Starting dockerfiles_ui_1 ... done Starting 7f05049e74f0_dockerfiles_api_1 ... done Attaching to dockerfiles_botsharp_1,...
Read settings from C:\BotSharp2\BotSharp\BotSharp.WebHost\Settings Loaded Platform "BotSharp.Platform.Dialogflow" NLU engine: BotSharpNLU, Agent Storage: AgentStorageInFile. When running in Visual Studio, the application started but shows those: Cannot load type "BotSharp.Platform.Rasa" Cannot load...