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

Class RetryStrategy

control_layer.py:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88class RetryStrategy(str, Enum):
89 NONE = "none"
90 SIMPLE = "simple"
91 PROMPT_MUTATION = "prompt_mutation"
92 FALLBACK = "fallback"
93
94
95# =============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected