Skip to content

atlassistant/pytlas-template

Repository files navigation

pytlas-template Build Status License

Skill template for the pytlas assistant. Use it as a starting point to make your own skills.

For detailed informations about skill creation please take a look at this article (in french).

How to use this template?

This template provides a good starting point if you want to create your own skills. The skill.py contains the code needed to trigger and handle your first intent along with comments on how to extend your skill capabilities.

You will have to replace all references to pytlas-template or placeholder definitions to match your specific needs.

Supported languages

Write down all languages supported by your skill below:

  • English
  • French

Typical sentences

Write some examples of how a user may trigger and interact with your skill:

  • launch the template skill

Configuration

If your skill needs some configuration, write them here.

Launching tests

In order to launch tests, you will need to install required dependencies and then launch the test suite with:

$ pip install -r requirements_tests.txt
$ python -m nose --with-coverage --cover-package=pytlas-template

Releases

No releases published

Packages

No packages published

Languages