xatkit
xatkit copied to clipboard
The simplest way to build all types of smart chatbots and digital assistants
Bumps commons-configuration2 from 2.7 to 2.8.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
The [wiki](https://github.com/xatkit-bot-platform/xatkit/wiki/Build-Xatkit#build-the-latest-development-version) specifies how to update all the submodules to the `master` branch with the following command: ```bash git submodule foreach 'git checkout master' ``` This doesn't work since we...
Bumps log4j-core from 2.13.3 to 2.17.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
This would allow to import the Xatkit dependency from custom platforms without cloning the repository and building the framework locally. It would also allow to use continuous integration for Xatkit-dependent...
These JDKs introduce `Modules`, that are defined in `java.lang.module`, and conflict with Xatkit `Modules`. In addition, the build prints several warning related to illegal reflective accesses from xcore and xtext.
Hello! I am currently working with Xatkit in my master thesis, and I have created a fork of the main repository. I have developed an API with which I can...
Bumps org.apache.commons:commons-configuration2 from 2.7 to 2.10.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
full stack trace java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.xatkit.core.recognition.IntentRecognitionProviderFactory.getIntentRecognitionProvider (IntentRecognitionProviderFactory.java:128) at com.xatkit.core.XatkitBot.run (XatkitBot.java:160) at com.xatkit.example.GreetingsBot.main (GreetingsBot.java:514) at org.codehaus.mojo.exec.ExecJavaMojo.doMain (ExecJavaMojo.java:385) at org.codehaus.mojo.exec.ExecJavaMojo.doExec (ExecJavaMojo.java:374) at org.codehaus.mojo.exec.ExecJavaMojo.lambda$execute$0 (ExecJavaMojo.java:296) at java.lang.Thread.run (Thread.java:750) Caused by: java.lang.reflect.InvocationTargetException at...