subagent wokflows

This commit is contained in:
Jonas H
2026-04-05 09:34:38 +02:00
parent 5c8d29a033
commit 90e62b1a51
23 changed files with 654 additions and 213 deletions

View File

@@ -1,39 +1,36 @@
{
"providers": {
"llama-cpp": {
"baseUrl": "http://localhost:8080/v1",
"zai": {
"baseUrl": "https://api.z.ai/api/coding/paas/v4",
"api": "openai-completions",
"apiKey": "sk-no-key",
"apiKey": "ZAI_API_KEY",
"models": [
{
"id": "unsloth/Qwen3.5-9B-GGUF:Q5_K_M",
"name": "Qwen 3.5 9B Q5_K_M (Local M1 Max - Unsloth)",
"id": "glm-5.1",
"name": "GLM-5.1",
"reasoning": true,
"input": ["text"],
"contextWindow": 262144,
"maxTokens": 32768,
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"compat": {
"supportsDeveloperRole": false,
"supportsReasoningEffort": false,
"maxTokensField": "max_tokens",
"thinkingFormat": "qwen"
}
"contextWindow": 204800,
"maxTokens": 131072,
"cost": { "input": 1.0, "output": 3.2, "cacheRead": 0.2, "cacheWrite": 0 }
},
{
"id": "unsloth/Qwen3.5-4B-GGUF:Q5_K_M",
"name": "Qwen 3.5 4B Q5_K_M (Local M1 Max - Unsloth)",
"id": "glm-4.7",
"name": "GLM-4.7",
"reasoning": true,
"input": ["text"],
"contextWindow": 262144,
"maxTokens": 32768,
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"compat": {
"supportsDeveloperRole": false,
"supportsReasoningEffort": false,
"maxTokensField": "max_tokens",
"thinkingFormat": "qwen"
}
"contextWindow": 131072,
"maxTokens": 65536,
"cost": { "input": 0.6, "output": 2.2, "cacheRead": 0.1, "cacheWrite": 0 }
},
{
"id": "glm-4.7-flash",
"name": "GLM-4.7-Flash",
"reasoning": false,
"input": ["text"],
"contextWindow": 131072,
"maxTokens": 16384,
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }
}
]
}