DSatishchandra commited on
Commit
abed5be
·
verified ·
1 Parent(s): d3f0cb8

Create agent_motivation.py

Browse files
Files changed (1) hide show
  1. modules/agent_motivation.py +2 -0
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}!"