Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-NeMo/Switchyard
/ _PickWeakProcessor
Class
_PickWeakProcessor
tests/test_python_profile_abstractions.py:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
107
class
_PickWeakProcessor:
108
async
def
process(self, ctx: ProxyContext, request: ChatRequest) -> ChatRequest:
109
ctx.selected_target =
"weak"
110
return
request
111
112
113
class
_AlwaysOverflowBackend(LLMBackend):
Callers
4
test_component_chain_raises_pool_exhausted_when_fallback_overflows
Function · 0.85
test_session_eviction_skips_evicted_target_on_subsequent_turn
Function · 0.85
test_session_eviction_records_fallback_target_after_pool_exhaustion
Function · 0.85
test_session_eviction_does_not_bleed_between_sessions
Function · 0.85
Calls
no outgoing calls
Tested by
4
test_component_chain_raises_pool_exhausted_when_fallback_overflows
Function · 0.68
test_session_eviction_skips_evicted_target_on_subsequent_turn
Function · 0.68
test_session_eviction_records_fallback_target_after_pool_exhaustion
Function · 0.68
test_session_eviction_does_not_bleed_between_sessions
Function · 0.68