Skip to content

fix(agent): classify 'overloaded' messages as server overload, not rate_limit - #14261

Closed
ms-alan wants to merge 2 commits into
NousResearch:mainfrom
ms-alan:fix/14038-overloaded-error-rate-limit
Closed

fix(agent): classify 'overloaded' messages as server overload, not rate_limit#14261
ms-alan wants to merge 2 commits into
NousResearch:mainfrom
ms-alan:fix/14038-overloaded-error-rate-limit

Conversation

@ms-alan

@ms-alan ms-alan commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

Closes #14038

@alt-glitch alt-glitch added type/bug Something isn't working P2 Medium — degraded but workaround exists comp/agent Core agent runtime: loop, agent_init, prompt builder, context-compression, responses endpoint labels Apr 23, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Competing fix with #14055 for issue #14038 (overloaded misclassification). Also touches gateway/run.py — may overlap with #14262/#14264 from same author.

@alt-glitch

Copy link
Copy Markdown
Collaborator

Competing fix with #14055.

Bartok9 added a commit to Bartok9/hermes-agent that referenced this pull request Jun 26, 2026
Salvage of NousResearch#14261 by @ms-alan — rebased onto current main, scoped to the
overloaded-classification fix, with a regression test that fails without it.
teknium1 pushed a commit that referenced this pull request Jun 27, 2026
Salvage of #14261 by @ms-alan — rebased onto current main, scoped to the
overloaded-classification fix, with a regression test that fails without it.
@teknium1

Copy link
Copy Markdown
Contributor

The message-only overloaded classification fix from this PR was salvaged and merged via #52890 (rebased onto current main, with a regression test), and your authorship is preserved. The remaining 429-body vector of #14038 is handled in follow-up #53578. Thanks for the fix and the clear root-cause writeup!

@teknium1 teknium1 closed this Jun 27, 2026
pai-scaffolde pushed a commit to pai-scaffolde/hermes-agent that referenced this pull request Jun 28, 2026
Salvage of NousResearch#14261 by @ms-alan — rebased onto current main, scoped to the
overloaded-classification fix, with a regression test that fails without it.
waefrebeorn pushed a commit to waefrebeorn/slermes that referenced this pull request Jul 2, 2026
Salvage of NousResearch#14261 by @ms-alan — rebased onto current main, scoped to the
overloaded-classification fix, with a regression test that fails without it.
habarmc1223-sudo pushed a commit to habarmc1223-sudo/hermes-agent-fluxmem that referenced this pull request Jul 8, 2026
Salvage of NousResearch#14261 by @ms-alan — rebased onto current main, scoped to the
overloaded-classification fix, with a regression test that fails without it.
santhreal pushed a commit to santhreal/hermes-agent that referenced this pull request Jul 13, 2026
Salvage of NousResearch#14261 by @ms-alan — rebased onto current main, scoped to the
overloaded-classification fix, with a regression test that fails without it.
Gravezzz pushed a commit to Gravezzz/hermes-agent that referenced this pull request Jul 21, 2026
Salvage of NousResearch#14261 by @ms-alan — rebased onto current main, scoped to the
overloaded-classification fix, with a regression test that fails without it.
leewenjie pushed a commit to leewenjie/hermes-agent that referenced this pull request Aug 7, 2026
Salvage of NousResearch#14261 by @ms-alan — rebased onto current main, scoped to the
overloaded-classification fix, with a regression test that fails without it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/agent Core agent runtime: loop, agent_init, prompt builder, context-compression, responses endpoint P2 Medium — degraded but workaround exists type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"overloaded" server errors classified as rate_limit, exhausting credential pool

3 participants