From 5850ee5bf8d92ebbee6bb9dc9bf1226436ba8232 Mon Sep 17 00:00:00 2001 From: Hermes & Sam Date: Sun, 14 Jun 2026 03:24:15 +0200 Subject: [PATCH] docs: switch to hermes-bsd (MIT), update integration plan - AGENTS.md: hermes-bsd replaces hermes-freebsd in private sources - CLAIRE-FREEBSD-HERMES-INTEGRATION.md: updated to MIT fork, new install path --- AGENTS.md | 2 +- docs/CLAIRE-FREEBSD-HERMES-INTEGRATION.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 64c40bf..2ac5a02 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -31,7 +31,7 @@ ## Private sources - `hermes-soul`: git@code.smilepowered.org:clawdie/hermes-soul.git (private, operator access only) -- `hermes-freebsd`: git@code.smilepowered.org:clawdie/hermes-freebsd.git (private, Hermes fork for FreeBSD) +- `hermes-bsd`: git@code.smilepowered.org:clawdie/hermes-bsd.git (private, MIT-licensed FreeBSD patches) - `clawdie-ai`: git@code.smilepowered.org:clawdie/clawdie-ai.git (private) - `clawdie-iso`: git@code.smilepowered.org:clawdie/clawdie-iso.git (private) diff --git a/docs/CLAIRE-FREEBSD-HERMES-INTEGRATION.md b/docs/CLAIRE-FREEBSD-HERMES-INTEGRATION.md index fe40ab9..026a9a2 100644 --- a/docs/CLAIRE-FREEBSD-HERMES-INTEGRATION.md +++ b/docs/CLAIRE-FREEBSD-HERMES-INTEGRATION.md @@ -2,9 +2,10 @@ ## What we have -**hermes-freebsd** (code.smilepowered.org/clawdie/hermes-freebsd): An LGPL v2.1 fork -of Hermes Agent by Technetia Inc (branded as "Autolycus"), targeting FreeBSD natively. -8,526 files, 532MB. Audited April 2026 against FreeBSD 15.0-RELEASE-p5. +**hermes-bsd** (code.smilepowered.org/clawdie/hermes-bsd): A clean-room MIT-licensed +FreeBSD compatibility layer for Hermes Agent, forked from upstream NousResearch. +Four targeted patches (setup.py, uninstall.py, voice_mode.py, install script). +No LGPL encumbrance — pure MIT, same as upstream. **Key facts:** - Runs on FreeBSD without emulation or containers @@ -32,7 +33,7 @@ Autolycus to OSA gives us: ### Phase 1: Standalone test (OSA side) -1. Install Autolycus on OSA via `scripts/install-freebsd.sh` +1. Install Hermes on OSA via `sh scripts/install-freebsd.sh` from hermes-bsd 2. Configure with a provider (DeepSeek or OpenRouter) 3. Verify basic functionality: terminal execution, file ops, web search 4. Test Telegram gateway on OSA