mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
perf: mark provider plugins startup lazy
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "amazon-bedrock-mantle",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"configSchema": {
|
||||
"type": "object",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "amazon-bedrock",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["amazon-bedrock"],
|
||||
"contracts": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "anthropic-vertex",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["anthropic-vertex"],
|
||||
"providerDiscoveryEntry": "./provider-discovery.ts",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "anthropic",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["anthropic"],
|
||||
"providerDiscoveryEntry": "./provider-discovery.ts",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "arcee",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["arcee"],
|
||||
"providerAuthEnvVars": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "byteplus",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providerDiscoveryEntry": "./provider-discovery.ts",
|
||||
"providers": ["byteplus", "byteplus-plan"],
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "cerebras",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["cerebras"],
|
||||
"providerEndpoints": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "chutes",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["chutes"],
|
||||
"providerEndpoints": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "cloudflare-ai-gateway",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["cloudflare-ai-gateway"],
|
||||
"modelPricing": {
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
"syntheticAuthRefs": ["codex"],
|
||||
"nonSecretAuthMarkers": ["codex-app-server"],
|
||||
"activation": {
|
||||
"onStartup": false,
|
||||
"onAgentHarnesses": ["codex"]
|
||||
},
|
||||
"commandAliases": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "comfy",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["comfy"],
|
||||
"providerAuthEnvVars": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "copilot-proxy",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["copilot-proxy"],
|
||||
"autoEnableWhenConfiguredProviders": ["copilot-proxy"],
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "deepinfra",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["deepinfra"],
|
||||
"providerEndpoints": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "deepseek",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providerDiscoveryEntry": "./provider-discovery.ts",
|
||||
"providers": ["deepseek"],
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "fal",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["fal"],
|
||||
"providerAuthEnvVars": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "fireworks",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["fireworks"],
|
||||
"providerAuthEnvVars": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "github-copilot",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["github-copilot"],
|
||||
"providerEndpoints": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "google",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["google", "google-gemini-cli", "google-vertex"],
|
||||
"autoEnableWhenConfiguredProviders": ["google-gemini-cli"],
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "groq",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["groq"],
|
||||
"providerEndpoints": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "huggingface",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["huggingface"],
|
||||
"modelIdNormalization": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "kilocode",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["kilocode"],
|
||||
"modelPricing": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "kimi",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["kimi", "kimi-coding"],
|
||||
"providerRequest": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "litellm",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["litellm"],
|
||||
"providerAuthEnvVars": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "lmstudio",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["lmstudio"],
|
||||
"providerRequest": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "microsoft-foundry",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["microsoft-foundry"],
|
||||
"providerAuthEnvVars": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "minimax",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"legacyPluginIds": ["minimax-portal-auth"],
|
||||
"providers": ["minimax", "minimax-portal"],
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "mistral",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["mistral"],
|
||||
"providerEndpoints": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "moonshot",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providerDiscoveryEntry": "./provider-discovery.ts",
|
||||
"providers": ["moonshot"],
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "nvidia",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["nvidia"],
|
||||
"modelIdNormalization": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "ollama",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["ollama"],
|
||||
"providerDiscoveryEntry": "./provider-discovery.ts",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "openai",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["openai", "openai-codex"],
|
||||
"modelSupport": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "opencode-go",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["opencode-go"],
|
||||
"providerEndpoints": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "opencode",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["opencode"],
|
||||
"providerEndpoints": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "openrouter",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["openrouter"],
|
||||
"modelIdNormalization": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "qianfan",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["qianfan"],
|
||||
"modelCatalog": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "qwen",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["qwen", "qwencloud", "modelstudio", "dashscope"],
|
||||
"providerEndpoints": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "sglang",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["sglang"],
|
||||
"providerRequest": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "stepfun",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["stepfun", "stepfun-plan"],
|
||||
"autoEnableWhenConfiguredProviders": ["stepfun", "stepfun-plan"],
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "synthetic",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["synthetic"],
|
||||
"providerAuthEnvVars": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "tencent",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providerDiscoveryEntry": "./provider-discovery.ts",
|
||||
"providers": ["tencent-tokenhub"],
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "together",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["together"],
|
||||
"providerRequest": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "venice",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["venice"],
|
||||
"providerAuthEnvVars": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "vercel-ai-gateway",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["vercel-ai-gateway"],
|
||||
"modelIdNormalization": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "vllm",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["vllm"],
|
||||
"providerRequest": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "volcengine",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providerDiscoveryEntry": "./provider-discovery.ts",
|
||||
"providers": ["volcengine", "volcengine-plan"],
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "vydra",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["vydra"],
|
||||
"providerAuthEnvVars": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "xai",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["xai"],
|
||||
"providerDiscoveryEntry": "./provider-discovery.ts",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "xiaomi",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["xiaomi"],
|
||||
"modelCatalog": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "zai",
|
||||
"activation": {
|
||||
"onStartup": false
|
||||
},
|
||||
"enabledByDefault": true,
|
||||
"providers": ["zai"],
|
||||
"providerEndpoints": [
|
||||
|
||||
Reference in New Issue
Block a user