@genie-ai/genie-router-cli-local
v2.0.0
Published
A genie router plugin that can be used to send input and receive output in the terminal where genie-router is started.
Downloads
4
Readme
This is a plugin for the https://github.com/matueranet/genie-router project. It can be used to send input and receive output in the terminal where genie-router is started.
Setup
At the plugin location ($HOME/.genie-router), type:
npm install --save @genie-ai/genie-router-plugin-cli-local
Enable the plugin in your genie-router configuration, by creating an entry with its name.
{
"plugins": {
"cli-local": {}
}
}