feat: add bundled StepFun provider plugin (#60032)

Co-authored-by: George Zhang <georgezhangtj97@gmail.com>
This commit is contained in:
hengm3467
2026-04-03 14:53:50 +08:00
committed by GitHub
parent a064da3bef
commit 52d8dc5b56
17 changed files with 776 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "@openclaw/stepfun-provider",
"version": "2026.4.1-beta.1",
"private": true,
"description": "OpenClaw StepFun provider plugin",
"type": "module",
"openclaw": {
"extensions": [
"./index.ts"
]
}
}