A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.
Install all agents listed below into VS Code Insiders...
| Title | Type | Description |
|---|
| var authentication = "key=...&token=..."; | |
| var idBoard = "..."; | |
| var inboxList = "..."; | |
| var updatedLabel = "..."; | |
| var travelLabel = "..."; | |
| // To process all current records - run sendAll() | |
| // To set up a trigger for the new records - run init() | |
| function init() { |