6 lines
195 B
Python
6 lines
195 B
Python
# reflect/autonomous.py
|
|
INTERVAL = 1800
|
|
ONCE = False
|
|
|
|
def check():
|
|
return "[AUTO]🤖 用户已经离开超过30分钟,作为自主智能体,请阅读自动化sop,执行自动任务。" |