Get all intents available via the CLI #162
Replies: 3 comments 3 replies
-
That shouldn't be hard. Watching the logs go, you can see when each intent is registered and what it is. I think it even breaks down the one-liner padatious intents What would you use this for? There is already suggestions that get displayed, although they only work with git clone skills right now. |
Beta Was this translation helpful? Give feedback.
-
One use case will be to get the list of intents available (for one skill or all) from an external source to display it. This could be handle by a message on the bus with a filter for example. |
Beta Was this translation helpful? Give feedback.
-
this is already in there, utils here https://github.com/OpenVoiceOS/ovos-utils/blob/dev/ovos_utils/intents/intent_service_interface.py#L323 |
Beta Was this translation helpful? Give feedback.
-
One cool thing (I don't know if it's possible), would be to have a list of all the intents available based on the installed skills, like
ovos-config get all-intents
(or what ever sub-command :p).Beta Was this translation helpful? Give feedback.
All reactions