agnosai 1.1.0

Provider-agnostic AI orchestration framework
Documentation
{
  "name": "devops-large",
  "description": "Full DevOps and platform engineering team with cost optimization and chaos engineering",
  "domain": "devops",
  "size": "large",
  "version": "1.0.0",
  "agents": [
    {
      "agent_key": "sre",
      "name": "Site Reliability Engineer",
      "role": "Site Reliability Engineer",
      "goal": "Ensure system reliability, uptime, and observability",
      "domain": "devops",
      "tools": ["monitoring", "incident_response"],
      "complexity": "high"
    },
    {
      "agent_key": "infrastructure-engineer",
      "name": "Infrastructure Engineer",
      "role": "Infrastructure Engineer",
      "goal": "Provision and manage cloud infrastructure using infrastructure-as-code",
      "domain": "devops",
      "tools": ["terraform", "container_orchestration"],
      "complexity": "medium"
    },
    {
      "agent_key": "platform-engineer",
      "name": "Platform Engineer",
      "role": "Platform Engineer",
      "goal": "Build and maintain internal developer platforms and CI/CD pipelines",
      "domain": "devops",
      "tools": ["pipeline_validation", "container_orchestration"],
      "complexity": "high"
    },
    {
      "agent_key": "devsecops-engineer",
      "name": "DevSecOps Engineer",
      "role": "DevSecOps Engineer",
      "goal": "Integrate security scanning and compliance checks into deployment pipelines",
      "domain": "devops",
      "tools": ["vulnerability_scanning", "static_analysis"],
      "complexity": "high"
    },
    {
      "agent_key": "cloud-cost-analyst",
      "name": "Cloud Cost Analyst",
      "role": "Cloud Cost Analyst",
      "goal": "Monitor cloud spend, identify waste, and recommend cost optimizations",
      "domain": "devops",
      "tools": ["monitoring", "data_profiling"],
      "complexity": "medium"
    },
    {
      "agent_key": "chaos-engineer",
      "name": "Chaos Engineer",
      "role": "Chaos Engineer",
      "goal": "Design and run failure injection experiments to improve system resilience",
      "domain": "devops",
      "tools": ["monitoring", "incident_response", "load_testing"],
      "complexity": "high"
    }
  ]
}