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

Class CandidateExperience

uncommon_route/model_experience.py:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49@dataclass(frozen=True, slots=True)
50class CandidateExperience:
51 reliability: float = 0.5
52 latency: float = 0.5
53 feedback: float = 0.5
54 cache_affinity: float = 0.5
55 input_cost_multiplier: float = 1.0
56 reward_mean: float = 0.5
57 samples: int = 0
58
59
60class ModelExperienceStorage(ABC):

Callers 2

_experience_snapshotFunction · 0.90
snapshotMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected