diff --git a/config.ini b/config.ini index fe5307f..40f5319 100644 --- a/config.ini +++ b/config.ini @@ -8,4 +8,4 @@ recover_last_session = True save_session = False speak = True listen = False -work_dir = none \ No newline at end of file +work_dir = /Users/mlg/Documents/A-project/AI/Agents/agenticSeek/ai_workplace \ No newline at end of file diff --git a/sources/agents/agent.py b/sources/agents/agent.py index 9e15b8b..51a2e83 100644 --- a/sources/agents/agent.py +++ b/sources/agents/agent.py @@ -108,10 +108,10 @@ class Agent(): def wait_message(self, speech_module): if speech_module is None: 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.", "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)]) def get_blocks_result(self) -> list: