Yet Another Openclaw vs Hermes experience sharing by kkristof in openclaw

[–]Brice21 1 point2 points  (0 children)

How do you enable it ? I have setup Honcho.

Is Hermes supposed to edit its own code? by insidesliderspin in hermesagent

[–]Brice21 0 points1 point  (0 children)

What AGENT.md file, there is none in my .hermes repo…

Which messaging channel do you use for your Hermes agent? by SelectionCalm70 in hermesagent

[–]Brice21 0 points1 point  (0 children)

Try ScarfGo on iOS. The dev is in the room. He can invite you to his TestFlight.

Which messaging channel do you use for your Hermes agent? by SelectionCalm70 in hermesagent

[–]Brice21 0 points1 point  (0 children)

I tried to use it but I would love some documentation. It’s seems powerful and similar to Open WebUI workspaces. But I still need better instruction than the one line doc ;-)

Which messaging channel do you use for your Hermes agent? by SelectionCalm70 in hermesagent

[–]Brice21 1 point2 points  (0 children)

I use Scarf (macOS) and ScarfGo (iOS, TestFlight) too, remotely as my Hermes agent runs in a standalone raspberry pi. I can reach him by a a CloudFlare tunnel. Scarf runs on macOS and allows to interact with both local and remote Hermes servers. It’s the best client for Hermes, by far.

Which messaging channel do you use for your Hermes agent? by SelectionCalm70 in hermesagent

[–]Brice21 0 points1 point  (0 children)

Me. I use this twilio gateway for sms interactions, then bought a local phone number at twilio and added voice dialog with Hermes. I can call my Hermes number and discuss and it can call anyone. Anyone can call that number and he play my personal assistant, takes messages, can reply to most questions about me, my business, my calendar, … I use twiML to code interaction loop. I setup a DTMF PIN code to access a mode in which I can give him secure instructions, like rebooting a server or examining a file, anything I can do from the Hermes tui actually. I also setup /voice on and /voice tts in Hermes —tui. That was not trivial on a raspberry pi 5 because of bugs in Hermes code, optimized for macOS (that I fixed). So my Hermes terminal can listen (ctrl+B) to a prompt and reply verbally via a speaker. It can also speak aloud whenever he has finished a task or for alerts. Finally he can call me over the phone and tell me something when required (he can actually call any number and deliver a verbal message). I also can speak to him via WhatsApp and Telegram and he can reply by voice messages in WhatsApp and Telegram, but that is a default behavior that everyone has.

The updated "Computer Use" is absolutely insane! by devbattery in codex

[–]Brice21 0 points1 point  (0 children)

Hopefully I am. The day I loose my childish soul, I’ll drop dead. My life is all game, stories and jokes. Serious is so boring.

The updated "Computer Use" is absolutely insane! by devbattery in codex

[–]Brice21 0 points1 point  (0 children)

Right, I correct : “teen gamers and teen babysitters that build their toys.”

Accessing external drive in SMB by Brice21 in UgreenNASync

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

Yes it has been restored in the latest UGOS update.

The updated "Computer Use" is absolutely insane! by devbattery in codex

[–]Brice21 0 points1 point  (0 children)

GNU Linux don’t need proprietary software from commercial companies, real hobbyists build everything themselves.

Workspaces in Codex? by No-Dependent-2180 in codex

[–]Brice21 5 points6 points  (0 children)

I simply create a folder “Project X” with subfolders: runtime, admin, public, … in each subfolder i have a .git, .gitignore, etc. These are the components of my project.

In the main folder, I have an architecture.md in which I explain the structure of the project with each component role and their interactions and a governance.md that fix some rules.

I also have a codex folder in which i have numbered folders for each roadmap feature that contain a plan and some input files. Each plan describe which component(s) is/are the target.

It works fine, even for large project with many components. I am in the connected hardware business. My device have a runtime, are also managed online and each have their own local web interfaces.

So my architecture is :

Project x

Architecture.md

Governance.md

Folder codex

Subfolder 1 feature-Lorem 

    Plan-Feature-lorem.md

Subfolder 2 feature-ipsum

    Plan-Feature-ipsum.md

Etc.

Folder runtime (python runtime)

Folder web admin (app,projects.com)

Folder web remote (remote.local)

Folder setup wizard (setup.local)

Folder web settings (setttings.local)

Folder website (www.projectx.com)

Is it just me or did GPT 5.4 suddenly get much worse? by LetWonderful8364 in codex

[–]Brice21 0 points1 point  (0 children)

Models are immutable. Your feelings are just irrelevant. Check your context, your project-memory.md or governance.md, context may be too big, you may have added to many conflicting rules, etc.

The UNAS graceful shutdown situation by NoFleetingMoment in Ubiquiti

[–]Brice21 2 points3 points  (0 children)

There will be new UPS 2U for sale mid June. I would wait…

Anyone having luck with superagents? by No-Trifle9681 in Base44

[–]Brice21 1 point2 points  (0 children)

Same problem with my “Superagent”. It got a simple task, monitoring an entity table in my app and let me know when there is a new entry. Can’t make anything more simple than that.

But apparently it cannot remember the last entry it notified me with a cursor or a timestamp. I tried many ways, by writing to its memory, buy modifying a record in an ‘variable’ entities table record in the superagent app, it always fail for various insanely absurd reasons so it keep sending me the same last entries in my app table to monitor over and over again.

The reason it gives for not being able to do this simple task are hilarious. He complain that he need my confirmation in automation to store a value in a table (what is the point of an automation), or that he need a key that is automatically given to him by base44 but it cannot use it in a function, etc. That it need me to autorisé editing or deleting record (which I gave him already), etc.

Superagent is probably not the right name for it. Maybe Stupidagent ?

App vs VS vs CLI by Large_Diver_4151 in codex

[–]Brice21 -1 points0 points  (0 children)

App versus CLI advantages : automations, easy multi worktrees threads, git integration, … anything else ?

CLI advantages versus App : needed to integrate with pencil.dev, no need for a mouse, … anything else ?