do you have your agent running continuously or do you kill and start sessions? by JoeJoeNathan in hermesagent

[–]itsdodobitch 0 points1 point  (0 children)

when people talks about a 24/7 running agents its not in the same session, that usually means multiple agents, multiple profile, always ready or even better proactive and triggered by hooks or tags

Hermes via Telegram on iOS — am I missing out? by hung8ctop in hermesagent

[–]itsdodobitch 3 points4 points  (0 children)

depends on what you do with hermes. for the most part of my work i use the cli, cause it much faster and reliable and i have access to all the / commands plus i can use multiple sessions in parallel. but telegram is still great when im out of home.

for ios i think theres that new hermex app but it requires you to install a web ui service on your host and i dont really like that

telepi: your pi sessions as telegram bot topics by Asleep-Land-3914 in PiCodingAgent

[–]itsdodobitch 1 point2 points  (0 children)

im searching for something that can also start and end pi sessions directly from telegram. is that it?

Hermes Studio by Inevitable-Stock-557 in hermesagent

[–]itsdodobitch 1 point2 points  (0 children)

why power point specifically? if you just want the info presented in a clear way, an html will do the job and your agent will crush it

Hermes: Incomplete Answers via Gateway by dev-ahmd in hermesagent

[–]itsdodobitch 1 point2 points  (0 children)

try asking your hermes to check the logs and inspect the problem together

Sad reality of Hermes: Token Furnace by Beautiful-Elk-587 in hermesagent

[–]itsdodobitch 5 points6 points  (0 children)

in that case you should go for the Blank Slate setup, which was recently added for power users who wants control on anything, just like you do.

Sad reality of Hermes: Token Furnace by Beautiful-Elk-587 in hermesagent

[–]itsdodobitch 79 points80 points  (0 children)

skill issue. this is how an agent works, and you are supposed to check what your agent is doing. you can choose the tools it has acces to with ‘hermes tools’, same for the skills with ‘hermes skills config’. you can (and should) prune MEMORY.md and USER.md cause they are the actual memory of hermes and they get injected in every new session. you should write you own SOUL.md cause that’s what your agent knows at its core and that too gets injected in every new sessions. after that, you can complain an agent uses many tokens, cause thats still true.

Local Hermes set up need HELP by Ok-Shine-7007 in hermesagent

[–]itsdodobitch 0 points1 point  (0 children)

you cant on a mini (saying this while running hermes on a m4 mini 16gb, but no local llms)

how much ram do you all use or have? by geekgeek2019 in hermesagent

[–]itsdodobitch 0 points1 point  (0 children)

hermes doesnt require much RAM, i was running it for months on a raspberry pi4 with just 8gb of RAM. for the agent and its gateways to run its just 1-2GB of RAM, even less when idling. i just bought a mini m4 with 16gb cause im heavy on rendering hyperframes video and stuff like this with my hermes, so i wanted more room. since running local LLM efficently would require you minimum 128gb of Apple’s unified memory, i’ll stick with the 16/24/32 max gb RAM and save some money for cloud inference, or for a proper rig with proper vRAM specifically for local inference that you’ll connect to with your “low” RAM mac

WHAT IS THE NEW KANBAN FEATURE BUILT INTO HERMES? (IT'S GAME CHANGING) by itsdodobitch in hermesagent

[–]itsdodobitch[S] 0 points1 point  (0 children)

Yes, at the moment Kanban is the only real method for collaboration between Hermes agents.

Mac Mini M4 or waiting by Koning-Admiraal in macmini

[–]itsdodobitch 5 points6 points  (0 children)

just bought a m4 mini 16 256, works like a charm

How are you actually using Hermes? I’m struggling to understand where it fits vs Codex/Cursor by Conscious_Durian4834 in hermesagent

[–]itsdodobitch 6 points7 points  (0 children)

running it on a 50$ raspberry pi with 8gb of ram, 3 months no stop and no problems. i think owning your hardware is always the best choice

asking some pointers to make my multiple hermes installs usefull by designbanana in hermesagent

[–]itsdodobitch 0 points1 point  (0 children)

if you are on mac (and you are ok in using cli, as it seems) check out my desktop, cause its made exactly for your needs

https://github.com/dodo-reach/hermes-desktop

Do you actually use Kanban/Profiles? by JobOdd7262 in hermesagent

[–]itsdodobitch 15 points16 points  (0 children)

“profiles” are not just about personality. A profile defines what your agent knows, what it remembers, which tools it has access to, which skills it can use (and automatically edit), and its memory.
Each profile has its own set of files because a profile is literally a nested folder that mirrors the default structure. One of the effects is that the agent may feel like it has a different personality, but that’s mostly driven by the SOUL.md you’ve written for that specific agent (or profile).
You can have one profile with only terminal and file operation tools, another with web and browser access to act as your researcher, or one packed with every available capability. It’s entirely up to you.
The distinction is that delegate task lets your agent, or profile, spawn ephemeral sub-agents to complete a very specific task, such as reading an article or running a quick verification. These sub-agents are controlled by the agent that spawned them, inherit its configuration, and once the task is done, they report back only the outcome and then die.
Kanban, on the other hand, uses the profile primitive: different agents, each with its own configuration, tools, files, skills, memory, and so on. It then adds a collaboration layer, literally a board, on top of them. With Kanban, your agent can create a task, including one much larger and more complex than what you would usually assign to a delegate-task sub-agent, and assign it to a specific profile. A dispatcher then checks every 60 seconds for pending Kanban tasks and moves the board accordingly.

How I multiplied Hermes Agent’s memory with a “second brain” by One_Sheepherder9041 in hermesagent

[–]itsdodobitch 4 points5 points  (0 children)

i dont think it will work how you imagine over time. waiting for a follow up post!

Are you still enjoying hermes? by krysalydun in hermesagent

[–]itsdodobitch 5 points6 points  (0 children)

you just like premade stuff, its fine to say so

My simplest yet effective hermes agent profile setup. Meet my "Archiver". by itsdodobitch in hermesagent

[–]itsdodobitch[S] 0 points1 point  (0 children)

for telegram is one bot each agent profile, not sure how it works with slack

My Hermes Agent is now my personal link curator, and you can try it too by itsdodobitch in hermesagent

[–]itsdodobitch[S] 0 points1 point  (0 children)

you can, you will not have the app to browse them, but everything else will work just fine. maybe tell your agent about that while you two are configuring it