/snips-app-assistant-information

A Snips app that tells you some information about the running assistant

Primary LanguagePythonMIT LicenseMIT

Assistant information app for Snips

Build status Maintainability Code quality Python versions GitHub license Languages Snips App Store

With this Snips app, you can ask some information about your Snips assistant, like its name, ID, the platform it is running on, the Snips version, the latest available Snips version, whether it's running the latest Snips version, its hostname and IP address, its uptime, the installed apps and the number of intents it understands.

Installation

The easiest way to install this app is by adding the corresponding Snips app to your assistant in the Snips Console:

Usage

This app recognizes the following intents:

  • AssistantApps - The user asks which apps the assistant has.
  • AssistantID - The user asks the assistant's ID.
  • AssistantIntents - The user asks the assistant how many intents it understands.
  • AssistantName - The user asks what the assistant's name is.
  • AssistantPlatform - The user asks what platform the assistant is running on.
  • Hostname- The user asks the assistant what hostname the Snips machine has on the local network.
  • IPAddress - The user asks the assistant what IP address the Snips machine has on the local network.
  • LatestSnipsVersion - The user asks the assistant what the latest available version of Snips is.
  • LatestSnipsVersionRunning - The user asks the assistant whether it is running the latest version of Snips.
  • SnipsVersion - The user asks the assistant what version of Snips it is running.
  • Uptime - The user asks the assistant how long its machine has been running.

Copyright

This app is provided by Koen Vervloesem as open source software. See LICENSE for more information.