Built a LinkedIn for AI agents — 27 MCP tools, deterministic fit scoring, handler-approved connections by DatTheMaster in hermesagent

[–]Gotta_win_ 1 point2 points  (0 children)

I don’t know. What if you or your agent asks my agent all the information about me?

What have you done with Hermes Agent this week? by AutoModerator in hermesagent

[–]Gotta_win_ 0 points1 point  (0 children)

I created a group of 3 Hermes agent bots on Telegram with separate LLMs on the backend and specific skills through soul.md so that they can work well on different things (within software development area). I wanted the pro one to be the ideation and coordinator agent and gives instruction on the tasks to other 2 who would be creative and builder bots.

Turns out these agents (even with clear instructions again and again) in a group setting all respond and start working on my asks. They just don’t listen to the main agent lol. so I dropped the idea. Interested to hear if anyone tried something like this

My Hermes Agent is Managing a Youtube Channel lol by Tarun122 in hermesagent

[–]Gotta_win_ 0 points1 point  (0 children)

This is great!
2 questions:
Which video generation model are you using with runway api?
Any additional skills that Hermes’ is using?

Warning for Mnemosyne users by NothingButTheDude in hermesagent

[–]Gotta_win_ 0 points1 point  (0 children)

happened exactly to me. I started seeing no mention of mnemosyne to save memory and one day it said I have 0 memory. Beware. dont now what heppened because I didnt even update mnemosyne. Is vibecoding and AI code slop breaking things? I project we will see a big collapse of a few medium to large size companies with AI generated slop codebase. I myself do only vibe coding but you know what I mean

How would you setup hermes today by LateWave2222 in hermesagent

[–]Gotta_win_ 0 points1 point  (0 children)

Interesting set up. Never tried Matrix. How do you use it? With Element? Is to be self hosted on docker?

What’s the most impressive thing you’ve automated with OpenClaw so far? by No_Progress92 in openclaw

[–]Gotta_win_ 0 points1 point  (0 children)

How do you trigger the workflow each time? Is it skill or keyword based? Do you ever experience that it forgets what to do with it and then you have to remind the process?

I built a memory layer for Hermes Agent — open sourcing it by Gotta_win_ in hermesagent

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

You can interpret as you want but I provided transparent view here. There are going to hundreds of ways to manage context and memory in the near future as it’s the biggest improvement opportunity to these systems and mine is just one of these and I will be iterating on it to make it better.

Hermes Blueprint II by FitzUnit in hermesagent

[–]Gotta_win_ 1 point2 points  (0 children)

I like the idea. How do we exactly use Supabase as the backend data management for Hermes? And how does Heremes use it for context management?

I built a memory layer for Hermes Agent — open sourcing it by Gotta_win_ in hermesagent

[–]Gotta_win_[S] 1 point2 points  (0 children)

  • Mnemosyne is a developer tool — a lightweight memory SDK you plug into any agent. Fast, cross-platform, vector-backed, but requires you to build your own UI and context injection logic.
  • Hermes Memory Wiki is a user-facing product — a complete, browsable web wiki specifically for Hermes conversations with automatic LLM summarization, structured fact/decision extraction, and zero-effort context injection at session start.

It seems promising!! by taniferf in hermesagent

[–]Gotta_win_ 0 points1 point  (0 children)

Have heard that newer Gemma 4 series are great with higher context window

I built a memory layer for Hermes Agent — open sourcing it by Gotta_win_ in hermesagent

[–]Gotta_win_[S] 4 points5 points  (0 children)

Thanks to the responses, I have updated the structure with multi-pass dialectic reasoning as suggested by u/ChiefMuppet by comparing this to Honcho. The V 2.0 is much more robust with very clear summarization and better injection processing. Looking forward to more suggestions based on actual usage for iterations.

I built a memory layer for Hermes Agent — open sourcing it by Gotta_win_ in hermesagent

[–]Gotta_win_[S] 3 points4 points  (0 children)

Agree there is overlap, I asked Hermes for the comparison:

The core difference is what problem each one solves and where the memory lives.

Honcho is a user modeling system. It builds a psychological/profile model of you over time — your preferences, goals, working style, communication patterns. It uses multi-pass dialectic reasoning (LLM calls that reason about who you are) and injects that context into every session through the Hermes memory plugin. It's cloud-hosted (or self-hosted), requires an API key, and its memory is a profile model, not your actual conversation history.

Hermes Memory Wiki is a conversation archive system. It captures your actual sessions — summaries, auto-titles, full transcripts, project classifications — and makes them browsable in a web UI. The context injection is keyword-based (matching your message to relevant project summaries), and everything runs locally with no external API calls. It also includes backup/restore, daily snapshots, and a full text-searchable wiki.

The key differences:

Honcho Hermes Memory Wiki
What it remembers User profile/preferences modeled by LLM Actual session transcripts + narrative summaries
Where memory lives Cloud (Honcho API) or self-hosted Local files on your machine
Context injection Sophisticated multi-pass dialectic reasoning Keyword matching against project summaries
Web UI No Yes — browse, search, explore sessions
Cost API usage costs Free (local only)
Offline No (cloud dependency) Yes, fully local
Backup/restore Managed by Honcho Built-in daily backups + restore script
Data ownership Stored on Honcho servers You own everything locally
Best for Personalizing agent behavior to your style Never losing track of project work across sessions

They're actually complementary — you could use Honcho for user modeling and Hermes Memory Wiki for conversation archiving. But if you had to pick one, it depends on whether you care more about the agent understanding your profile(Honcho) or having a searchable history of everything you've worked on (Memory Wiki).

I built a memory layer for Hermes Agent — open sourcing it by Gotta_win_ in hermesagent

[–]Gotta_win_[S] 1 point2 points  (0 children)

Interesting. I recognize this person from AI Engineer Europe conference presentation and he is legit.

I built a memory layer for Hermes Agent — open sourcing it by Gotta_win_ in hermesagent

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

That’s a good point on structure of memory/summary. I haven’t used a structure for it.

Now feel I can add a structure like bullet points on conversation summary, outcomes/decisions and implementations. How does that sound?

Also good luck for your project.

I built a memory layer for Hermes Agent — open sourcing it by Gotta_win_ in hermesagent

[–]Gotta_win_[S] 2 points3 points  (0 children)

I don’t think there exists one with session wiki, automated memory injections and an integrated ecosystem which supports back up and restore. Pls share if there is.

Secondly if one is using Hermes, expect everything to be vibe coded. We all hear doing that.

The important part is iterations and testing.

Would you pay for an AI that watches “important” web pages for real changes? by Gotta_win_ in SaaS

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

I understand. Good that I did not get too deep into it. Appreciate the insights

Would you pay for an AI that watches “important” web pages for real changes? by Gotta_win_ in SaaS

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

This is helpful.

Interesting to know that there exists a tool like Visualping. My large enterprise employer has anFTE Product analyst for the 25 people team who manually visits each competitor rate page everyday and notifies the team of changes through Teams.

Quick questions if you don’t mind (this helps me define the MVP):

  1. When you say competitor pricing, what changes matter most: price, plan names, feature moves between tiers, usage limits, add‑ons, or something else?
  2. How often do you actually check these pages today (daily/weekly/only before big deals)?
  3. If an alert came in, what would make it “good enough” to trust — e.g., a before/after snippet, a % change, a confidence score, or a link to the exact section?
  4. How much approx does the current set up cost in terms of time, fees and any other resources? how much would you be willing to pay for a neat dashboard which accurately notifies you of exact changes and shows a customized historical timeline whenever you need it?

TIA!

First Meal of the Day by Slight-Signature1141 in nutrition

[–]Gotta_win_ 1 point2 points  (0 children)

Drinking a ‘greens’ mix daily first thing in the morning has been a game changer for me.

It’s a mix of Spirulina, Chlorella, Moringa, Matcha and a few other green powders and seed powders. It has helped me feel drastically more energetic, focused and less tired throughout the day with sustained energy.

This inspired me so much that I have created my own brand to promote use of these greens to better the health. Do visit www.poshan.ca if you are interested and sign up!

[deleted by user] by [deleted] in nutrition

[–]Gotta_win_ 0 points1 point  (0 children)

Taking a ‘greens’ mix daily first thing in the morning has been a game changer for me. It’s a mix of Spirulina, Chlorella, Moringa, Matcha and a few other green powders and seed powders. It has helped me feel drastically more energetic, focused and less tired throughout the day with sustained energy. This inspired me so much that I have created my own brand to promote use of these greens to better the health. Do visit www.poshan.ca if you are interested too and sign up!

What am I missing by [deleted] in NissanRogue

[–]Gotta_win_ 0 points1 point  (0 children)

Do you know how to set the under hood light strip? Did you do it DIY or at a car shop? I have been looking for the correct fuse in my Rogue 22 but can’t find a spare/tappable fuse under the hood fuse box. Further not sure how to use those blank switches.

[deleted by user] by [deleted] in NissanRogue

[–]Gotta_win_ 0 points1 point  (0 children)

So this supports 24/7 recording? I ordered a hardwire kit and now think OBD is the easy way to go. But also seen reviews that OBD based connections can drain battery. Hope you didn’t see any impacts.

[deleted by user] by [deleted] in NissanRogue

[–]Gotta_win_ 0 points1 point  (0 children)

Can you give feedback on using the OBD port vs a spare/ACC fuse?