feat: integrate higress-ai-gateway plugin into higress-clawdbot-integration skill (#3437)

This commit is contained in:
澄潭
2026-02-01 21:57:45 +08:00
committed by GitHub
parent 893b5feeb1
commit 04c35d7f6d
5 changed files with 593 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"id": "higress-ai-gateway",
"name": "Higress AI Gateway",
"description": "Model provider plugin for Higress AI Gateway with auto-routing support",
"providers": ["higress"],
"configSchema": {
"type": "object",
"additionalProperties": true
}
}