MCPcopy Create free account
hub / github.com/Emmimal/control-layer / ControlPacket

Class ControlPacket

control_layer.py:190–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189@dataclass
190class ControlPacket:
191 prompt: str
192 response: str
193 attempts: int
194 total_latency_ms: float
195 validation: ValidationResult
196 token_budget_used: int
197 token_budget_total: int
198 strategy_used: RetryStrategy
199 audit_id: str
200
201
202# =============================================================================

Callers 1

_packetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected