Up to now I have used agent-shell.el in Emacs with Goose Agent and AI model DeepSeek V4 Pro. However, I am wondering about agents like Hermes where they keep iterating on their own on the topics you give to them (as far as I understand them).
Hermes seems like a non-hyped alternative to openclaw (whatever happened to it? after it got hyped to the moon, it basically disappeared from my radar/rss reader/etc.) β so, I would like to explore using hermes with my personal coding projects. I expect it to be able to read my git repo, and create its own documentation about the things it learns from the repo (along with my input, of course) but then goes ahead and does the development on its own, in a cyclical way (develop, test, fix bugs, add features, write docs and reports for me, etc.).
I am seeing that agent-shell.el has a Hermes option. Anybody uses Hermes in agent-shell.el that way? Any blog posts, videos, etc., showcasing this workflow would be appreciated. I am trying to get a sense of the possibilities with this workflow.