agnosai 1.1.0

Provider-agnostic AI orchestration framework
Documentation
{
  "name": "software-engineering-large",
  "description": "Full software engineering team with architecture, DevEx, and documentation specialists",
  "domain": "software-engineering",
  "size": "large",
  "version": "1.0.0",
  "agents": [
    {
      "agent_key": "developer",
      "name": "Software Developer",
      "role": "Software Developer",
      "goal": "Write clean, tested, production-ready code",
      "domain": "software-engineering",
      "tools": ["code_generation", "refactoring"],
      "complexity": "medium"
    },
    {
      "agent_key": "code-reviewer",
      "name": "Code Reviewer",
      "role": "Code Reviewer",
      "goal": "Review code for correctness, performance, and maintainability",
      "domain": "software-engineering",
      "tools": ["code_analysis", "static_analysis"],
      "complexity": "medium"
    },
    {
      "agent_key": "software-architect",
      "name": "Software Architect",
      "role": "Software Architect",
      "goal": "Design scalable system architecture and evaluate trade-offs",
      "domain": "software-engineering",
      "tools": ["architecture_analysis", "dependency_mapping"],
      "complexity": "high"
    },
    {
      "agent_key": "tech-lead",
      "name": "Tech Lead",
      "role": "Tech Lead",
      "goal": "Coordinate technical direction and unblock the team",
      "domain": "software-engineering",
      "tools": ["code_analysis", "project_planning"],
      "complexity": "high"
    },
    {
      "agent_key": "devex-engineer",
      "name": "Developer Experience Engineer",
      "role": "Developer Experience Engineer",
      "goal": "Improve build systems, CI pipelines, and developer tooling",
      "domain": "software-engineering",
      "tools": ["code_analysis", "pipeline_validation"],
      "complexity": "medium"
    },
    {
      "agent_key": "technical-writer",
      "name": "Technical Writer",
      "role": "Technical Writer",
      "goal": "Write and maintain API documentation, guides, and changelogs",
      "domain": "software-engineering",
      "tools": ["code_analysis"],
      "complexity": "medium"
    }
  ]
}