codedebugger / agents /__init__.py
psdhanushkumar's picture
Upload folder using huggingface_hub
f361447 verified
Raw
History Blame Contribute Delete
190 Bytes
"""CodeDebugger agents module — LLM fixer, reward function, and critic."""
from .fixer import FixerAgent
from .reward import calculate_reward
from .critic import run_all_anti_hack_checks