MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / candidates

Method candidates

uncommon_route/semantic.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 quality: QualityFallbackPolicy = field(default_factory=QualityFallbackPolicy)
73
74 def candidates(self) -> list[str]:
75 return [self.primary, *self.fallback]
76
77 @classmethod
78 def from_dict(

Callers 2

_run_taskMethod · 0.80
handle_healthFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected