Focused fix sample
Hermes credential pool fallback
This is the shape of a focused bugfix task we sell for a typical 60 USDC scope: read the public issue, find the real implementation repo, make one narrow patch, run targeted tests, and leave a clear maintainer handoff.
Scope
- Original signal: a WebUI issue about credential pool behavior in Hermes.
- Discovery: the relevant code lived in
NousResearch/hermes-agent, not the WebUI repo. - Patch: add opt-in base-profile credential pool fallback while preserving profile-local precedence.
- Boundary: no credential copying, no option-B streaming changes, no broad rewrite.
Public artifacts
- Pull request: NousResearch/hermes-agent #18931
- Issue trail: nesquena/hermes-webui #1452
- Tracking handoff: linked back to the original issue
Verification
The local test pass focused on the new fallback behavior plus the existing credential pool suite:
python -m pytest tests\hermes_cli\test_credential_pool_base_fallback.py -q -o addopts=""
python -m pytest tests\agent\test_credential_pool.py -q -o addopts=""
Result logged locally: 4 new fallback tests passed, plus 41 existing credential pool tests passed in this environment.
Buyer value
A buyer gets more than a patch. The deliverable includes the failure path, the smallest safe change, test evidence, and a maintainer-ready note. If maintainers reject the product choice, the work is still useful as a decision record and a tested implementation option.
Need this shape of work on your public repo? Email a brief or open a public task issue .