mcp2 / 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")