""" Global constants and configuration values used across the RA-AID codebase. """ # Maximum recursion depth for research agents to prevent infinite loops RESEARCH_AGENT_RECURSION_LIMIT = 100