SDK · PythonPREVIEW
@rx.covered
Wrap a function to cover each run before it starts and close it on return. Configure everything else on the skill in the Console.
Signature
@rx.covered(skill="invoice.fetch")
Parameters
Example
What each call does
Each call reserves against the skill's cap, runs your function, then closes the run. Delivery releases the reserve; a shortfall routes it to recourse.
An exception counts as a shortfall. The decorator triggers recourse, then re-raises for your existing error handling.
Set the cap and terms for this skill
Console → Coverage · nothing here is passed in code