agnosai 1.1.0

Provider-agnostic AI orchestration framework
Documentation
{
  "name": "devops-lean",
  "description": "Lightweight DevOps team for infrastructure and reliability",
  "domain": "devops",
  "size": "lean",
  "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"
    }
  ]
}