cyberforge-models / agent_config.json
Che237's picture
Update CyberForge ML models and deployment artifacts
a17163e verified
raw
history blame contribute delete
496 Bytes
{
"version": "1.0.0",
"confidence_threshold": 0.7,
"max_concurrent_tasks": 5,
"severity_weights": {
"critical": 1.0,
"high": 0.8,
"medium": 0.5,
"low": 0.3,
"info": 0.1
},
"evidence_weights": {
"model_prediction": 0.4,
"signature_match": 0.3,
"behavioral_pattern": 0.2,
"heuristic_rule": 0.1
},
"task_priorities": {
"CRITICAL": 4,
"HIGH": 3,
"MEDIUM": 2,
"LOW": 1,
"BACKGROUND": 0
},
"gemini_model": "gemini-2.5-flash"
}