mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 20:10:41 +00:00
Routes explicit OpenAI Codex Responses runs through PI's native WebSocket-capable transport and removes the custom OpenClaw WebSocket implementation.
16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"name": "@openclaw/lmstudio-provider",
|
|
"version": "2026.5.8",
|
|
"private": true,
|
|
"description": "OpenClaw LM Studio provider plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@mariozechner/pi-ai": "0.73.1"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|