feat: Support mulitple browser tools envrionment (#893)

- Make browser tester generic to support for chrome devotols mcp, playwright, agentic browser tools.
- Add Team lead and energetci peronsality to Orchestrator
- Add progress updates between phases/ waves
This commit is contained in:
Muhammad Ubaid Raza
2026-03-06 02:10:34 +05:00
committed by GitHub
parent f9b08a585f
commit 9239e8e320
11 changed files with 57 additions and 36 deletions

View File

@@ -15,11 +15,11 @@ copilot plugin install gem-team@awesome-copilot
| Agent | Description |
|-------|-------------|
| `gem-orchestrator` | Coordinates multi-agent workflows, delegates tasks, synthesizes results via runSubagent |
| `gem-orchestrator` | Team Lead - Coordinates multi-agent workflows with energetic announcements, delegates tasks, synthesizes results via runSubagent |
| `gem-researcher` | Research specialist: gathers codebase context, identifies relevant files/patterns, returns structured findings |
| `gem-planner` | Creates DAG-based plans with pre-mortem analysis and task decomposition from research findings |
| `gem-implementer` | Executes TDD code changes, ensures verification, maintains quality |
| `gem-chrome-tester` | Automates browser testing, UI/UX validation via Chrome DevTools |
| `gem-browser-tester` | Automates E2E scenarios with Chrome DevTools MCP, Playwright, Agent Browser. UI/UX validation using browser automation tools and visual verification techniques |
| `gem-devops` | Manages containers, CI/CD pipelines, and infrastructure deployment |
| `gem-reviewer` | Security gatekeeper for critical tasks—OWASP, secrets, compliance |
| `gem-documentation-writer` | Generates technical docs, diagrams, maintains code-documentation parity |