feat: restore voice-call plugin parity

This commit is contained in:
Peter Steinberger
2026-01-12 21:40:22 +00:00
parent 3467b0ba07
commit 42c17adb5e
27 changed files with 6036 additions and 516 deletions

View File

@@ -2,9 +2,11 @@
"name": "@clawdbot/voice-call",
"version": "0.0.1",
"type": "module",
"description": "Clawdbot voice-call plugin (example)",
"description": "Clawdbot voice-call plugin",
"dependencies": {
"@sinclair/typebox": "0.34.47"
"@sinclair/typebox": "0.34.47",
"ws": "^8.19.0",
"zod": "^4.3.5"
},
"clawdbot": {
"extensions": ["./index.ts"]