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 |
|---|
| esphome: | |
| name: ld2410-esp32 | |
| friendly_name: ld2410-esp32 | |
| esp32: | |
| board: esp32dev | |
| framework: | |
| type: arduino | |
| # Enable logging |
| #!/bin/bash | |
| set -euo pipefail | |
| IFS=$'\n\t' | |
| ## BEGIN CONFIGURATION SECTION ## | |
| # The domain/path of your authelia service. For example: | |
| # - sso.example.com | |
| # - example.com/auth | |
| # - example.com:8443 |
✅ Installed VS Code Extensions: 11
| // source image | |
| image="img.png"; | |
| // lithophane height | |
| H = 2.6; | |
| // dimensions | |
| L = 90; | |
| W = 60; |