Skip to main content
Ctrl+K

RecourseBench 0.1.0

  • Getting started
  • Methods
  • Extending the framework
  • Agent tools
  • API reference
  • GitHub
  • Getting started
  • Methods
  • Extending the framework
  • Agent tools
  • API reference
  • GitHub
  • API reference
  • Component registry

Component registry#

Components register themselves with register() and are looked up by Experiment via get_registry().

utils.registry.register(name)[source]#
Parameters:

name (str)

utils.registry.get_registry(registry_type)[source]#
Parameters:

registry_type (str)

Return type:

dict[str, type]

previous

Evaluation metrics

next

Utilities

On this page
  • register()
  • get_registry()
Show Source

© Copyright 2026, RecourseBench authors.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.21.0.