OpenHands/openhands-index
19
1from content import INFORMATION_GATHERING_DESCRIPTION2from category_page_builder import build_category_page3 4# Define the category for this page5CATEGORY_NAME = "Information Gathering"6 7def build_page():8 build_category_page(CATEGORY_NAME, INFORMATION_GATHERING_DESCRIPTION)9 