mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-08-13 17:16:12 +00:00
The Nous PyJWKClient was constructed without explicit headers, while the self_hosted provider already sends Accept + User-Agent. Without them the Portal WAF can block the JWKS fetch, so the same failure mode remained for the Nous dashboard-auth route. Mirror the self_hosted fix and add a constructor-contract regression test.