Spaces:
Sleeping
Sleeping
# agents/historian.py | |
from agents.base_agent import BaseAgent | |
class HistorianAgent(BaseAgent): | |
def __init__(self): | |
super().__init__("👨🏫 Historian", "expert in history who connects current events to the past") | |