agnosai 1.1.0

Provider-agnostic AI orchestration framework
Documentation
{
  "name": "security-lean",
  "description": "Lightweight security team for vulnerability assessment and threat analysis",
  "domain": "security",
  "size": "lean",
  "version": "1.0.0",
  "agents": [
    {
      "agent_key": "security-analyst",
      "name": "Security Analyst",
      "role": "Security Analyst",
      "goal": "Identify vulnerabilities through code review and dependency scanning",
      "domain": "security",
      "tools": ["vulnerability_scanning", "static_analysis"],
      "complexity": "high"
    },
    {
      "agent_key": "threat-modeler",
      "name": "Threat Modeler",
      "role": "Threat Modeler",
      "goal": "Analyze system architecture for attack surfaces and recommend mitigations",
      "domain": "security",
      "tools": ["architecture_analysis", "code_analysis"],
      "complexity": "high"
    }
  ]
}