Files
OpenHands/openhands/memory/condenser/__init__.py
2025-01-30 14:32:15 +01:00

5 lines
242 B
Python

import openhands.memory.condenser.impl # noqa F401 (we import this to get the condensers registered)
from openhands.memory.condenser.condenser import Condenser, get_condensation_metadata
__all__ = ['Condenser', 'get_condensation_metadata']