agnosai 1.1.0

Provider-agnostic AI orchestration framework
Documentation
{
  "name": "quality-large",
  "description": "Full quality assurance team with specialists for security, accessibility, and release management",
  "domain": "quality",
  "size": "large",
  "version": "1.0.0",
  "agents": [
    {
      "agent_key": "qa-engineer",
      "name": "QA Engineer",
      "role": "QA Engineer",
      "goal": "Identify defects and ensure code quality",
      "domain": "quality",
      "tools": ["code_analysis", "test_generation"],
      "complexity": "medium"
    },
    {
      "agent_key": "test-automation-engineer",
      "name": "Test Automation Engineer",
      "role": "Test Automation Engineer",
      "goal": "Create and maintain automated test suites",
      "domain": "quality",
      "tools": ["test_generation", "edge_case_analysis"],
      "complexity": "medium"
    },
    {
      "agent_key": "senior-qa-engineer",
      "name": "Senior QA Engineer",
      "role": "Senior QA Engineer",
      "goal": "Lead test strategy and review quality metrics across the project",
      "domain": "quality",
      "tools": ["code_analysis", "test_generation", "edge_case_analysis"],
      "complexity": "high"
    },
    {
      "agent_key": "performance-tester",
      "name": "Performance Tester",
      "role": "Performance Tester",
      "goal": "Profile application performance and identify bottlenecks",
      "domain": "quality",
      "tools": ["load_testing", "profiling"],
      "complexity": "high"
    },
    {
      "agent_key": "security-tester",
      "name": "Security Tester",
      "role": "Security Tester",
      "goal": "Identify security vulnerabilities through static and dynamic analysis",
      "domain": "quality",
      "tools": ["static_analysis", "vulnerability_scanning"],
      "complexity": "high"
    },
    {
      "agent_key": "accessibility-tester",
      "name": "Accessibility Tester",
      "role": "Accessibility Tester",
      "goal": "Ensure compliance with accessibility standards and guidelines",
      "domain": "quality",
      "tools": ["accessibility_audit", "code_analysis"],
      "complexity": "medium"
    }
  ]
}