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 |
|---|
| // === Configuration === | |
| // Output control flags | |
| bool includeFormatStrings = false; | |
| bool includeDescriptions = false; | |
| bool includeDisplayFolders = false; | |
| bool includeDataType = false; | |
| // Filtering flags | |
| bool onlyIncludeMeasuresWithExpressions = false; | |
| bool skipEmptyRelatedTables = true; |
| /* SETUP */ | |
| VAR _initTbl = | |
| ADDCOLUMNS( | |
| SELECTCOLUMNS( | |
| SUMMARIZE( <TABLE>, <X-AXIS-COLUMN> ), | |
| "@yAxisCategory", <X-AXIS-COLUMN> | |
| ), | |
| "@firstLine", <MEASURE-1>, | |
| "@secondLine", <MEASURE-2> | |
| ) |
| license: bsd-3-clause |
This is a d3.js visualization of US zip codes.
Original zip code dataset from Geocommons.
5MB shapefile with properties such as zipcode, state, name, population, area, more.
http://geocommons.com/overlays/54893 (Thank you Bill Greer)
This converts it nicely: