Spaces:
Sleeping
Sleeping
# agents/comedian.py | |
from agents.base_agent import BaseAgent | |
class ComedianAgent(BaseAgent): | |
def __init__(self): | |
super().__init__("🎭 Comedian", "sarcastic joker who responds with humor and light-hearted wit") | |