From 4c230455710bf164d73181944fce6470defef8ff Mon Sep 17 00:00:00 2001 From: Bendy <190111823+FlashJetton@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:29:30 +0700 Subject: [PATCH] Update README.md and agents_.py - improvements and modifications --- README.md | 4 ++++ bot/agents_tools/agents_.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8aa83d..450f31f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ [🚀 Quick Start](#-quick-installation) • [🤖 Try Demo](https://t.me/my_evi_bot) • [🔧 Configuration](#-configuration) • [🎯 Features](#-features) • [💡 Use Cases](#-use-cases) +**Connect with fellow developers and AI enthusiasts!** + +[![Join our Telegram Community](https://img.shields.io/badge/Join_Community-Telegram-blue?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/evi_run) + --- diff --git a/bot/agents_tools/agents_.py b/bot/agents_tools/agents_.py index 0f68080..6b20801 100644 --- a/bot/agents_tools/agents_.py +++ b/bot/agents_tools/agents_.py @@ -176,7 +176,7 @@ async def create_main_agent(user_id: int, mcp_server_1: MCPServerStdio, knowledg ), scheduler_agent.as_tool( tool_name="tasks_scheduler", - tool_description="Use this to schedule and modify user tasks, including creating a task, getting a task list, getting task details, editing a task, deleting a task. At the user's request, send information to the tool containing a clear and complete description of the task, the time of its completion, including the user's time zone and the frequency of the task (once, daily, interval).", + tool_description="Use this to schedule and modify user tasks, including creating a task, getting a task list, getting task details, editing a task, deleting a task. At the user's request, send information to the tool containing a clear and complete description of the task, the time of its completion, including the user's time zone and the frequency of the task (be sure to specify: once, daily or interval). Never send tasks to the scheduler that need to be completed immediately. Send tasks to the scheduler only when the user explicitly asks you to schedule something.", ), ], ) -- 2.38.5