Spaces:
Sleeping
Sleeping
Create agent_motivation.py
Browse files
modules/agent_motivation.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
def personalized_nudge(agent_name, goal):
|
2 |
+
return f"Hey {agent_name}, you're only one step away from reaching your goal of {goal}!"
|