mcp2-backend / agents /historian.py
aymnsk's picture
Create historian.py
46b609c verified
raw
history blame
232 Bytes
# 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")