From d773985191d17827a8edc96a0fa20271b232efae Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 7 May 2026 16:52:12 -0500 Subject: [PATCH] Restore send_message in base_tools (tool-based delivery works, streaming is fallback) --- agentclaw/app/agent_claw_main/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentclaw/app/agent_claw_main/main.py b/agentclaw/app/agent_claw_main/main.py index bda8b1c..8185ee2 100644 --- a/agentclaw/app/agent_claw_main/main.py +++ b/agentclaw/app/agent_claw_main/main.py @@ -263,7 +263,7 @@ async def main(payload: dict, context): region_name="us-east-1", ) - base_tools = [web_search, web_fetch, read_workspace_file, write_workspace_file, + base_tools = [send_message, web_search, web_fetch, read_workspace_file, write_workspace_file, _code_interpreter.code_interpreter, home_assistant, connect_google_account, manage_service]