openhands.core.config.extended_config
ExtendedConfig Objects
class ExtendedConfig(RootModel[dict])
Configuration for extended functionalities.
This is implemented as a root model so that the entire input is stored as the root value. This allows arbitrary keys to be stored and later accessed via attribute or dictionary-style access.