-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add Gem Team Multi-Agent Orchestration agents and documentation #699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Introduced new agents: gem-chrome-tester, gem-devops, gem-documentation-writer, gem-implementer, gem-orchestrator, gem-planner, gem-researcher, and gem-reviewer. - Updated README.collections.md to include the new Gem Team Multi-Agent Orchestration collection. - Created gem-team.collection.yml and gem-team.md for structured documentation of the multi-agent orchestration framework. - Each agent includes detailed descriptions, workflows, operating rules, and final anchors for clarity on their functionalities and usage.
aaronpowell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed there are tools referenced in the agents, would it be worthwhile explicitly adding those tools into the frontmatter of the agent definition?
Also, it might be worthwhile generating a plugin from this collection, which can be done with npm run plugin:migrate gem-team and commit the plugin symlinks. Then it can be installed easily using copilot-cli's plugin support.
These instructions only use agenric suggestive or added preference to agents with fallbacks if not available. Except, chrome testing agent, which depends upon chrome testing tools, but then again TBH I don't really know to add this tool to |
100%, I will push this update now. Thanks |
…umentation and agent definitions
Head branch was pushed to by a user without write access
Let's leave it as defined at the moment, as I think I need to review the overall design in this repo of plugins so that we can better outline how things like MCP servers (which I'm assuming is the intended interaction with the Chrome devtools) are added (plugins can include MCP servers but it's really clunky currently to do). |
Ok I will keep an eye on how things progress about plugins/ mcp. |
Gem Team: Multi-Agent Orchestration Framework
About
Multi-agent AI orchestration framework for complex project execution — 8 specialized agents, DAG-based planning, parallel execution, TDD verification
Link: https://github.com/mubaidr/gem-team
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Multi-agent AI orchestration framework for complex project execution — 8 specialized agents, DAG-based planning, parallel execution, TDD verification
Type of Contribution
Additional Notes
Made this a collection, since this is orchestration based agent collection.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.