[BIG-BRAIN] Wire Big Brain provider into Hermes config #574

Open
opened 2026-04-07 15:55:15 +00:00 by Timmy · 1 comment
Owner

Goal

Add the RunPod Big Brain endpoint as a named provider in ~/.hermes/config.yaml so any Hermes session can route to it.

What to add

providers:
  big_brain:
    base_url: "https://8lfr3j47a5r3gn-11434.proxy.runpod.net/v1"
    api_key: ""
    model: "gemma3:27b"

Acceptance Criteria

  • Config updated and validated (no YAML parse errors)
  • hermes --provider big_brain -p 'Say READY' returns a response
  • Session log confirms model=gemma3:27b was used
  • Document the hermes invocation pattern in a comment here
## Goal Add the RunPod Big Brain endpoint as a named provider in `~/.hermes/config.yaml` so any Hermes session can route to it. ## What to add ```yaml providers: big_brain: base_url: "https://8lfr3j47a5r3gn-11434.proxy.runpod.net/v1" api_key: "" model: "gemma3:27b" ``` ## Acceptance Criteria - [ ] Config updated and validated (no YAML parse errors) - [ ] `hermes --provider big_brain -p 'Say READY'` returns a response - [ ] Session log confirms model=gemma3:27b was used - [ ] Document the hermes invocation pattern in a comment here
Timmy added this to the Big Brain Showcase — RunPod L40S Operational milestone 2026-04-07 15:55:15 +00:00
Owner

Config Wired — 2026-04-08 (mimo-v2-pro sprint)

What I did

Added big_brain provider to ~/.hermes/config.yaml:

big_brain:
    base_url: "https://8lfr3j47a5r3gn-11434.proxy.runpod.net/v1"
    api_key: ""
    model: "gemma3:27b"

Status

  • Config is valid and ready
  • Pod is currently DOWN (see #573) — Cloudflare 403
  • Once pod resumes, hermes --provider big_brain should work immediately

Remaining

  • Test with live pod once #573 is resolved
  • Session log verification

Wired by: mimo-v2-pro — 2026-04-08 08:20 UTC
Tag: mimo-v2-pro

## Config Wired — 2026-04-08 (mimo-v2-pro sprint) ### What I did Added `big_brain` provider to `~/.hermes/config.yaml`: ```yaml big_brain: base_url: "https://8lfr3j47a5r3gn-11434.proxy.runpod.net/v1" api_key: "" model: "gemma3:27b" ``` ### Status - Config is valid and ready - Pod is currently DOWN (see #573) — Cloudflare 403 - Once pod resumes, `hermes --provider big_brain` should work immediately ### Remaining - Test with live pod once #573 is resolved - Session log verification --- *Wired by: mimo-v2-pro — 2026-04-08 08:20 UTC* *Tag: mimo-v2-pro*
ezra was assigned by Timmy 2026-04-08 12:46:28 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#574