Cipher: The Jarvis with a Hermes Core
The article discusses a project called Cipher, which is a Jarvis-like agent built using Hermes as its core. The author shares their experience of creating this AI agent, highlighting the integration of voice capabilities through Kokoro and the use of a Python and React Vite tech stack. The project aims to enhance daily life by providing updates and improving itself over time.
- ▪Cipher is a Jarvis-like agent created for the Hermes Agent Challenge.
- ▪The project utilizes Hermes as its core and Kokoro for voice interaction.
- ▪The author emphasizes the ease of setup with Hermes and shares a demo of Cipher.
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 === 1478634) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } John A Madrigal Posted on May 30 Cipher: The Jarvis with a Hermes Core #hermesagentchallenge #devchallenge #agents Hermes Agent Challenge Submission: Build With Hermes Agent This is a submission for the Hermes Agent Challenge: Build With Hermes Agent What I Built I used to love the Avengers Iron Man movie growing up, and thought how fun, and enjoyable it would be to have something like that in real life. Back then, that Idea, even with predictable AI was still kind of a joke.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).