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 |
|---|
| #!/bin/sh | |
| # Substitute your IPs as required | |
| for var in 200 201 202 203 | |
| do | |
| curl -X POST -u admin:gocoax --max-time 10 http://192.168.1.$var/ms/1/0xb00 | |
| done |
| @someTag | |
| Feature: Feature1 | |
| Scenario: Scenario feature 1 | |
| Given scenario step |