mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 19:15:28 +00:00
commit
c2378ebc0c
@ -8,4 +8,4 @@ recover_last_session = True
|
|||||||
save_session = False
|
save_session = False
|
||||||
speak = True
|
speak = True
|
||||||
listen = False
|
listen = False
|
||||||
work_dir = none
|
work_dir = /Users/mlg/Documents/A-project/AI/Agents/agenticSeek/ai_workplace
|
@ -108,10 +108,10 @@ class Agent():
|
|||||||
def wait_message(self, speech_module):
|
def wait_message(self, speech_module):
|
||||||
if speech_module is None:
|
if speech_module is None:
|
||||||
return
|
return
|
||||||
messages = ["Please be patient sir, I am working on it.",
|
messages = ["Please be patient, I am working on it.",
|
||||||
"Computing... I recommand you have a coffee while I work.",
|
"Computing... I recommand you have a coffee while I work.",
|
||||||
"Hold on, I’m crunching numbers.",
|
"Hold on, I’m crunching numbers.",
|
||||||
"Working on it sir, please let me think."]
|
"Working on it, please let me think."]
|
||||||
speech_module.speak(messages[random.randint(0, len(messages)-1)])
|
speech_module.speak(messages[random.randint(0, len(messages)-1)])
|
||||||
|
|
||||||
def get_blocks_result(self) -> list:
|
def get_blocks_result(self) -> list:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user