mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 20:25:11 +00:00
- 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
32 lines
855 B
JSON
32 lines
855 B
JSON
{
|
|
"name": "gem-team",
|
|
"description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing with energetic team lead.",
|
|
"version": "1.2.1",
|
|
"author": {
|
|
"name": "Awesome Copilot Community"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"multi-agent",
|
|
"orchestration",
|
|
"dag-planning",
|
|
"parallel-execution",
|
|
"tdd",
|
|
"verification",
|
|
"automation",
|
|
"security",
|
|
"prd"
|
|
],
|
|
"agents": [
|
|
"./agents/gem-orchestrator.md",
|
|
"./agents/gem-researcher.md",
|
|
"./agents/gem-planner.md",
|
|
"./agents/gem-implementer.md",
|
|
"./agents/gem-browser-tester.md",
|
|
"./agents/gem-devops.md",
|
|
"./agents/gem-reviewer.md",
|
|
"./agents/gem-documentation-writer.md"
|
|
]
|
|
}
|