Describe the bug
A healthy mesh-llm node is silently dropped by default, due to the MESH_LLM_DEFAULT_RELAYS constant listing only 2 relays.
Steps to reproduce
- Run a headless
mesh-llm serve (relays enabled, i.e. no
--disable-iroh-relays) that homes onto use1-1 or euc1-1 — confirm via
the endpoint token in GET :<console>/api/status (decode the base64url
token; look at the Relay addr).
- Admit that node's npub to a closed relay and connect a stock Buzz desktop
(Default mode, BUZZ_MESH_IROH_RELAYS unset) as an admitted member.
- The desktop discovers the node's status note but never lists it as an
available shared-compute target; agent mentions fail with "no live member is
serving this model."
Expected behavior
It should allow the default iroh relays by default.
Version and platform
- Buzz version: 0.5.18 (client), mesh-llm v0.75.1 (compute server)
- OS: macOS 27.0 build 26A5406e (client), Gentoo Linux w/kernel 6.18.39 (compute server)
Describe the bug
A healthy mesh-llm node is silently dropped by default, due to the MESH_LLM_DEFAULT_RELAYS constant listing only 2 relays.
Steps to reproduce
mesh-llm serve(relays enabled, i.e. no--disable-iroh-relays) that homes ontouse1-1oreuc1-1— confirm viathe endpoint token in
GET :<console>/api/status(decode the base64urltoken; look at theRelayaddr).(
Defaultmode,BUZZ_MESH_IROH_RELAYSunset) as an admitted member.available shared-compute target; agent mentions fail with "no live member is
serving this model."
Expected behavior
It should allow the default iroh relays by default.
Version and platform