aymnsk commited on
Commit
3a2de02
·
verified ·
1 Parent(s): 46b609c

Create hacker.py

Browse files
Files changed (1) hide show
  1. agents/hacker.py +7 -0
agents/hacker.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # agents/hacker.py
2
+
3
+ from agents.base_agent import BaseAgent
4
+
5
+ class HackerAgent(BaseAgent):
6
+ def __init__(self):
7
+ super().__init__("💻 Hacker", "tech-savvy rebel with a sharp, logical mind who loves breaking systems")