mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 15:25:27 +00:00
chore: add extension runtime dependency manifests
This commit is contained in:
parent
6ab3751287
commit
d1e06407bf
4 changed files with 16 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"specs": ["@aws/bedrock-token-generator@^1.1.0"]
|
||||
}
|
||||
7
extensions/amazon-bedrock/.openclaw-runtime-deps.json
Normal file
7
extensions/amazon-bedrock/.openclaw-runtime-deps.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"specs": [
|
||||
"@aws-sdk/client-bedrock-runtime@3.1032.0",
|
||||
"@aws-sdk/client-bedrock@3.1032.0",
|
||||
"@aws-sdk/credential-provider-node@3.972.32"
|
||||
]
|
||||
}
|
||||
3
extensions/codex/.openclaw-runtime-deps.json
Normal file
3
extensions/codex/.openclaw-runtime-deps.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"specs": ["@mariozechner/pi-coding-agent@0.68.1", "ws@^8.20.0", "zod@^4.3.6"]
|
||||
}
|
||||
3
extensions/google/.openclaw-runtime-deps.json
Normal file
3
extensions/google/.openclaw-runtime-deps.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"specs": ["@google/genai@^1.50.1", "@mariozechner/pi-ai@0.68.1"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue