mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-21 21:04:13 +00:00
feat: add the-workshop plugin — multi-agent coordination with persistent desks
The Workshop puts long-running AI agents (desks) in the same room, on the same work, each with its own memory and history, sharing one workspace so you direct the work instead of relaying it. Components: - Workshop TA agent (room coordinator) - Skills: desk-open, desk-journal, signal-write, bench-read - Marketplace entry for one-command install Install: copilot plugin install the-workshop@awesome-copilot Complements Ember (partnership for one agent) with coordination for many agents. Install both for the full stack. Source: https://github.com/jennyf19/the-workshop Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 26faf13e-639c-4a21-ac05-c0dc2bff7c62
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "the-workshop",
|
||||
"description": "Stop being the switchboard between your AI agents — direct a team. The Workshop puts long-running AI agents (desks) in the same room, on the same work, each with its own memory and history, sharing one workspace so you direct the work instead of relaying it.",
|
||||
"version": "0.1.0",
|
||||
"author": {
|
||||
"name": "jennyf19"
|
||||
},
|
||||
"repository": "https://github.com/jennyf19/the-workshop",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"multi-agent",
|
||||
"coordination",
|
||||
"desks",
|
||||
"persistent-memory",
|
||||
"agent-signals",
|
||||
"developer-experience"
|
||||
],
|
||||
"agents": [
|
||||
"./agents/workshop-ta.agent.md"
|
||||
],
|
||||
"skills": [
|
||||
"./skills/desk-open/",
|
||||
"./skills/desk-journal/",
|
||||
"./skills/signal-write/",
|
||||
"./skills/bench-read/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user