My Hermes agent spent $3 before I noticed. Now it can't.
A user experienced an unexpected charge of $3 from their Hermes research agent due to multiple retries on failed web searches. The author suggests implementing a cost tracking system to prevent overspending in the future. This article serves as a submission for the Hermes Agent Challenge, detailing the importance of managing costs effectively.
- ▪The Hermes agent retried several failed web searches, leading to an unexpected charge.
- ▪The author recommends tracking costs in real-time to avoid exceeding budget limits.
- ▪A cost guard system can be implemented to monitor expenses during agent operations.
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 === 3915555) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mukunda Rao Katta Posted on May 25 My Hermes agent spent $3 before I noticed. Now it can't. #hermesagentchallenge #devchallenge #agents #python Hermes Agent Challenge Submission: Write About Hermes Agent This is a submission for the Hermes Agent Challenge. I ran a Hermes research agent across 50 literature review tasks and forgot to check the bill until the next morning. Three dollars gone. The agent had retried a bunch of failed web searches and each retry cost money.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).