Verdict: [NON-HYPERON-SELF-IMPROVING-AGENT-WORKFLOW-TO-ABSORB]
HERMES (NousResearch/hermes-agent, MIT, Python) is “the self-improving AI agent built by Nous Research.” It is external augmentation technology: there is zero Hyperon / MeTTa / AtomSpace / PLN coupling anywhere in the source. Its value to Hyperon teams is the workflow pattern — a mature, code-backed agent loop with a closed learning loop, a clean tool-integration boundary, and a deployment story. Adopt the workflow; compile it into MeTTa-native structures; do not import the Python stack.
Name-coincidence guard: this HERMES is unrelated to the Magi HERMES (the L2/L3 cognitive-stack proposal on the Magi Archive, card 741). The shared name is a pure coincidence.
SKILL.md bundles. This is code-backed (a skill-manager tool + a background self-improvement review), not marketing.Novel / worth absorbing: the closed learning loop (skills-from-experience that self-improve), the prompt-cache narrow-waist discipline, and the bidirectional MCP boundary. Commodity: multi-gateway fronting, cron, and provider routing are table-stakes for modern agent frameworks.
nunet/hermes-agent-lite is a packaging fork, not a new architecture. Measured at the pins it is 7 commits ahead / 298 behind upstream (merge-base 5aec00f7); the entire lite-only delta is Dockerfile.lite + README + a CI job. It strips the heavy toolsets (Playwright/Chromium, ffmpeg, TTS, image-gen; ~1.5 GB → ~400 MB) and delegates them to dedicated MCP servers (e.g. playwright-mcp), keeping s6-overlay PID1, stage2-hook config seeding, skills-sync, MCP lazy-loading, and the provider registry identical to upstream. (Detail: the Dockerfile.lite comments still mention a slack extra, but the actual uv sync command installs only cli, mcp, and anthropic — Slack moves to MCP too.)
The thin-image + MCP-delegation pattern aligns directly with the team’s own MCP-server architecture (the Hyperon-wiki MCP and the planned Phase-4 agent MCP surface). A HERMES-style agent could curate an AtomSpace and run MeTTa tools through MCP, with skills serving as procedural memory over MeTTa workflows and the prompt-cache discipline keeping long sessions cheap. The boundary holds: absorb the loop and the MCP packaging, express them in MeTTa-native structures.
Cross-Org Cognitive Repo Sweeps, SC-3 (Distributed Compute), Source 1. Pins: NousResearch/hermes-agent@807bdc17 (canonical) + nunet/hermes-agent-lite@7c2c72a1 (adaptation). Three-model extraction (Codex citation-grade + Gemini synthesis + orchestrator spot-verification of all load-bearing cites at the pins), 2026-06-23. Boundary: CUDOS and NuNet distributed-compute/blockchain infrastructure are excluded as non-cognitive plumbing; nunet/misc-experiments/f1r3fly-node belongs to the SC-4 F1R3FLY sweep.
Verdict tags: [NON-HYPERON-SELF-IMPROVING-AGENT-WORKFLOW-TO-ABSORB] · [ZERO-HYPERON-COUPLING] · [SKILLS-CODE-BACKED-PROCEDURAL-MEMORY] · [MEMORY-CODE-BACKED-WITH-EXTERNAL-PROVIDER-INTEGRATION] · [MCP-CLIENT-AND-SERVER] · [PROMPT-CACHE-NARROW-WAIST-CODE-BACKED] · [THIN-IMAGE-MCP-DELEGATION-ADAPTATION]