mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-12 05:12:08 +08:00
next(iter(frozenset)) picked a different blocklist var each run (PYTHONHASHSEED-dependent), hurting reproducibility. sorted()[0] keeps the invariant-style assertion (any real blocklisted var) while making failures reproducible. Follow-up to salvaged PR #49207.