MCPcopy Create free account
hub / github.com/RL-Align/RL-Kernel / WeightUpdateRejectedError

Class WeightUpdateRejectedError

rl_engine/executors/bridge.py:1347–1348  ·  view source on GitHub ↗

Raised when a weight update cannot be imported or acknowledged.

Source from the content-addressed store, hash-verified

1345
1346
1347class WeightUpdateRejectedError(WeightBridgeError):
1348 """Raised when a weight update cannot be imported or acknowledged."""
1349
1350
1351def _validated_manifest_metadata(metadata: Optional[Mapping[str, Any]]) -> dict[str, Any]:

Callers 7

import_updateMethod · 0.85
acknowledgeMethod · 0.85
rejectMethod · 0.85
_require_recordMethod · 0.85
import_updateMethod · 0.85
import_updateMethod · 0.85
import_updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected