ResearchHarness / agent_base /__init__.py
black-yt's picture
Sync runtime cleanup from ResearchHarness
8e991fb
Raw
History Blame Contribute Delete
156 Bytes
"""General lightweight harness for tool-using research agents."""
from agent_base.base import BaseAgent, agent_role
__all__ = ["BaseAgent", "agent_role"]