~cytrogen/evi-run

4c230455710bf164d73181944fce6470defef8ff — Bendy 5 months ago be8c854
Update README.md and agents_.py - improvements and modifications
2 files changed, 5 insertions(+), 1 deletions(-)

M README.md
M bot/agents_tools/agents_.py
M README.md => README.md +4 -0
@@ 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)

</div>

---

M bot/agents_tools/agents_.py => bot/agents_tools/agents_.py +1 -1
@@ 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.",
            ),
        ],
    )