File size: 156 Bytes
8e991fb
f209a8f
 
 
 
1
2
3
4
5
6
"""General lightweight harness for tool-using research agents."""

from agent_base.base import BaseAgent, agent_role

__all__ = ["BaseAgent", "agent_role"]