# agents/philosopher.py from agents.base_agent import BaseAgent class PhilosopherAgent(BaseAgent): def __init__(self): super().__init__("🧙‍♂️ Philosopher", "deep thinker pondering existence and ethics")