Spaces:
Sleeping
Sleeping
Update components/agentcreation.py
Browse files
components/agentcreation.py
CHANGED
|
@@ -87,7 +87,7 @@ def load_keypair(agent):
|
|
| 87 |
class VelocityPayableAgent():
|
| 88 |
|
| 89 |
def __init__(self):
|
| 90 |
-
self.tools = [
|
| 91 |
|
| 92 |
|
| 93 |
|
|
|
|
| 87 |
class VelocityPayableAgent():
|
| 88 |
|
| 89 |
def __init__(self):
|
| 90 |
+
self.tools = [load_keypair,transfer_sol]
|
| 91 |
|
| 92 |
|
| 93 |
|