π¦ I Built a Living Terminal Animation with Hermes Agent β Here's How It Went.
Aditya Madhok created a terminal animation called Butterfly Garden as part of the Hermes Agent Challenge. The animation features a butterfly interacting with flowers in a simulated environment using Python and ANSI escape codes. Hermes Agent assisted in the development process by providing architectural suggestions and helping to structure the code effectively.
- βͺThe Butterfly Garden animation runs entirely in the terminal without a GUI or browser.
- βͺIt includes a butterfly with a state machine and animated flowers swaying in the breeze.
- βͺHermes Agent played a crucial role in planning and structuring the code for the animation.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3742521) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Aditya Madhok Posted on May 26 π¦ I Built a Living Terminal Animation with Hermes Agent β Here's How It Went. #hermesagentchallenge #devchallenge #agents #python Hermes Agent Challenge Submission: Build With Hermes Agent Hey DEV community! I'm Aditya Madhok, and this is my submission for the Hermes Agent Challenge β a $1,000 prize pool challenge to build something cool using the open-source Hermes Agent.
β¦
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).