Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edouardpoitras/eva-echo
Repeats everything you send to Eva
https://github.com/edouardpoitras/eva-echo
Last synced: 4 days ago
JSON representation
Repeats everything you send to Eva
- Host: GitHub
- URL: https://github.com/edouardpoitras/eva-echo
- Owner: edouardpoitras
- License: bsd-3-clause
- Created: 2017-01-14T23:49:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T21:42:50.000Z (almost 8 years ago)
- Last Synced: 2024-10-31T02:42:04.274Z (about 2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Echo
====A very simple plugin that will respond to query/commands with the same text that was used to initiate the interaction.
Primary used for testing purposes.
## Installation
Can be easily installed through the Web UI by using [Web UI Plugins](https://github.com/edouardpoitras/eva-web-ui-plugins).
Alternatively, add `echo` to your `eva.conf` file in the `enabled_plugins` option list and restart Eva.
## Usage
Echo has a very low priority on the interaction trigger (-100), and so it will only be triggered when no other plugins have opted to respond to a query/command from the client.
When no output has been designated as a response and Echo gets a chance to handle the interaction, it will copy whatever is in the context's input_text variable and set that as output.
## Configuration
Default configuration options can be changed by adding a `echo.conf` file in your plugin configuration path (can be configured in `eva.conf`, but usually `~/eva/configs`).
To get an idea of what configuration options are available, you can take a look at the `echo.conf.spec` file in this repository, or use the [Web UI Plugins](https://github.com/edouardpoitras/eva-web-ui-plugins) plugin and view them at `/plugins/configuration/echo`.
Here is a breakdown of the available options:
echo_prefix
Type: String
Default: ''
Here you can set text that will appear before every response from the echo plugin.