This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Description
We have too many likely unused dependencies in ACI, e.g., YouTubeConverter. A lot of them are introduced in openhands_aci/editor/md_converter.py.
However, the upstream OpenHands agent likely didn't need all of these converters. We should:
- Try to remove converters AND keep the bare minimum list of these converters without degrading GAIA performance
- Group the rest of the dependencies into groups, so we only install a minimal list of dependencies required to power
editor/ when pip install openhands-aci