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

Class SemanticCallResult

uncommon_route/semantic.py:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195@dataclass(frozen=True, slots=True)
196class SemanticCallResult:
197 text: str
198 model: str
199 estimated_cost: float = 0.0
200 actual_cost: float | None = None
201 quality_score: float = 1.0
202 attempts: int = 1
203 quality_fallbacks: int = 0
204
205
206class SemanticCompressor(Protocol):

Callers 13

summarize_tool_resultMethod · 0.90
summarize_historyMethod · 0.90
rehydrate_artifactMethod · 0.90
summarize_tool_resultMethod · 0.90
summarize_tool_resultMethod · 0.90
summarize_historyMethod · 0.90
rehydrate_artifactMethod · 0.90
summarize_tool_resultMethod · 0.90
summarize_tool_resultMethod · 0.90
summarize_historyMethod · 0.90
rehydrate_artifactMethod · 0.90
summarize_tool_resultMethod · 0.90

Calls

no outgoing calls

Tested by 12

summarize_tool_resultMethod · 0.72
summarize_historyMethod · 0.72
rehydrate_artifactMethod · 0.72
summarize_tool_resultMethod · 0.72
summarize_tool_resultMethod · 0.72
summarize_historyMethod · 0.72
rehydrate_artifactMethod · 0.72
summarize_tool_resultMethod · 0.72
summarize_tool_resultMethod · 0.72
summarize_historyMethod · 0.72
rehydrate_artifactMethod · 0.72
summarize_tool_resultMethod · 0.72