mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 04:50:42 +00:00
Adds the Gradium bundled plugin with TTS and speech-provider registration, docs, label routing, and focused/live coverage. Also carries the current main lint cleanup needed for the rebased CI lane. Co-authored-by: laurent <laurent.mazare@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
293 B
JSON
16 lines
293 B
JSON
{
|
|
"name": "@openclaw/gradium-speech",
|
|
"version": "2026.4.10",
|
|
"private": true,
|
|
"description": "OpenClaw Gradium speech plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|