You can load Graders that have been previously created in the platform automatically using theDocumentation Index
Fetch the complete documentation index at: https://docs.adaptive-ml.com/llms.txt
Use this file to discover all available pages before exploring further.
Grader class from adaptive_harmony.parameters (excluding Recipe Graders, which only exist as code within your custom recipe).
Include grader in InputConfig
In order to do this, you must only make sure that one or moreGrader parameters can be passed to your recipe as input:
Grader object will contain all the configuration necessary to instantiate a grader in code, with the exact same properties you’ve defined in the Adaptive platform.
Load with Grader.load()
You can then automatically load and setup your graders withawait grader.load(ctx):

