feat: add plugin architecture

This commit is contained in:
Peter Steinberger
2026-01-11 12:11:12 +00:00
parent f2b8f7bd5b
commit cf0c72a557
37 changed files with 2408 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "voice-call",
"version": "0.0.0",
"private": true,
"type": "module",
"description": "Clawdbot voice-call plugin (example)",
"dependencies": {
"@sinclair/typebox": "0.34.47"
},
"clawdbot": {
"extensions": ["./index.ts"]
}
}