mcp2-backend / agents /comedian.py
aymnsk's picture
Create comedian.py
9ec3e63 verified
raw
history blame
226 Bytes
# 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")