Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Eclipse-based editors to create bots

Notifications You must be signed in to change notification settings

xatkit-bot-platform/xatkit-eclipse

Repository files navigation

Xatkit Eclipse Plugins

Build Status Wiki Badge

This repository contains the Eclipse plugins to create and edit Xatkit bots.

Installation

You can check this tutorial article to learn how to install Xatkit Eclipse plugins. Note that Xatkit Eclipse plugins require a local installation of the Xatkit Runtime component.

Features

These plugins contain a set of editors to create and edit your bots:

  • Intent Editor: create and edit intent libraries (.intent files) to define the user intents matched by your bot, with training sentences and parameter extraction.
  • Platform Editor: create and edit platform definitions (.platform files) define new platforms that can be used by the bot to receive events and compute actions (to complement our bundled platforms)
  • Execution Editor: weave intent libraries and platform definitions into complex execution flows to create your own bot

Troubleshooting

If you experience any issue with the Xatkit Eclipse Plugins you can open an issue on our tracker and we will be happy to help you! If you are not sure your issue is related to this component you can open an issue here, and we'll move it to the appropriate repository.

Contributing

If you want to contribute to Xatkit you can take a look at this article, that aims to ease the installation and development of Xatkit core components, eclipse plugins, and platforms.