⚠ Experimental ⚠ example that demonstrates how an autonomous custom element can be updated via JSON. I just wanted to write my first custom element and investigate how JSON can be used to initialize ...
. ├── examples/ │ ├── 01-vibe-vs-human/ # Comparing quick vs thoughtful coding │ │ ├── example-1.py │ │ └── README.md │ └── 02-prime-algorithms/ # Algorithm comparison across languages │ ├── example-2 ...