new agents added
This commit is contained in:
@@ -6,5 +6,47 @@
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"$schema": "https://opencode.ai/config.json"
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"agent": {
|
||||
"devops": {
|
||||
"description": "Expert DevOps engineer specializing in infrastructure automation, CI/CD pipeline development, and cloud operations"
|
||||
},
|
||||
"security-engineer": {
|
||||
"description": "Expert application security engineer specializing in threat modeling, vulnerability assessment, secure code review, and security architecture design for modern web and cloud-native applications."
|
||||
},
|
||||
"code-reviewer": {
|
||||
"description": "Expert code reviewer who provides constructive, actionable feedback focused on correctness, maintainability, security, and performance — not style preferences."
|
||||
},
|
||||
"": {
|
||||
"description": ""
|
||||
},
|
||||
"": {
|
||||
"description": ""
|
||||
},
|
||||
"": {
|
||||
"description": ""
|
||||
},
|
||||
"": {
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"provider": {
|
||||
"LM-Studio": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "LM Studio",
|
||||
"options": {
|
||||
"baseURL": "http://192.168.10.64:1234/v1",
|
||||
"apiKey": "sk-lm-DcjpJf69:R5NmEIEoJWJjUDvM306y"
|
||||
},
|
||||
"models": {
|
||||
"nvidia/nemotron-3-nano": {
|
||||
"name": "Nanotron 3",
|
||||
"limit": {
|
||||
"context": 200000,
|
||||
"output": 65536
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user