mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
23 lines
496 B
JSON
23 lines
496 B
JSON
{
|
|
"name": "@higress/higress-ai-gateway",
|
|
"version": "1.0.0",
|
|
"description": "Higress AI Gateway model provider plugin for OpenClaw with auto-routing support",
|
|
"main": "index.ts",
|
|
"openclaw": {
|
|
"extensions": ["./index.ts"]
|
|
},
|
|
"keywords": [
|
|
"openclaw",
|
|
"higress",
|
|
"ai-gateway",
|
|
"model-router",
|
|
"auto-routing"
|
|
],
|
|
"author": "Higress Team",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/alibaba/higress"
|
|
}
|
|
}
|