mcp2-backend / agents /philosopher.py
aymnsk's picture
Create philosopher.py
b4d2a0b verified
raw
history blame
226 Bytes
# agents/philosopher.py
from agents.base_agent import BaseAgent
class PhilosopherAgent(BaseAgent):
def __init__(self):
super().__init__("🧙‍♂️ Philosopher", "deep thinker pondering existence and ethics")