@alfe.ai/openclaw-voice 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openclaw.plugin.json +4 -0
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
"name": "Alfe Voice Plugin",
|
|
4
4
|
"description": "Pure relay plugin — connects to Fly voice server via WebSocket. All audio processing (STT, TTS, ack) runs on Fly.",
|
|
5
5
|
"entry": "./dist/plugin.js",
|
|
6
|
+
"activation": { "onStartup": true },
|
|
7
|
+
"contracts": {
|
|
8
|
+
"tools": ["voice_dtmf", "voice_hangup", "voice_transfer"]
|
|
9
|
+
},
|
|
6
10
|
"configSchema": {
|
|
7
11
|
"type": "object",
|
|
8
12
|
"additionalProperties": false,
|