E5E1 GitHub - rhasspy/wyoming-handle-external: Wyoming protocol server that calls an external program to handle intents
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

rhasspy/wyoming-handle-external

Repository files navigation

Wyoming Handle External

Wyoming protocol server that runs an external program to handle intents and generate a response.

Input text is sent to the standard input of --program and its standard output is sent back as the response in a "handled". If the program's exit code is not 0, a "not handled" event is sent back.

Example

Run a server that repeats back whatever it was sent:

script/run \
  --uri 'tcp://127.0.0.1:10500' \
  --program cat \
  --language en

About

Wyoming protocol server that calls an external program to handle intents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0