Files
OpenHands/openhands/memory/__init__.py
Robert Brennan 5128377baa remove llamaindex (#7151)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2025-03-11 22:28:56 +00:00

4 lines
74 B
Python

from openhands.memory.condenser import Condenser
__all__ = ['Condenser']