RA.Aid/ra_aid/globals.py

7 lines
193 B
Python

"""
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