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 |
|---|
| class FrogBuilder { | |
| constructor(name, gender) { | |
| // Ensure that the first character is always capitalized | |
| this.name = name.charAt(0).toUpperCase() + name.slice(1) | |
| this.gender = gender | |
| } | |
| formatEyesCorrectly(eyes) { | |
| return Array.isArray(eyes) ? { left: eye[0], right: eye[1] } : eyes | |
| } | |
| setEyes(eyes) { |