增加了bot等待一个人说完所有话的功能和通过at快速增加好感度的功能(sec/plugins/chat/bot.py)

给可视化推理/记忆加了sys.path.insert防止找不到src
requirements加了scipy
This commit is contained in:
Charlie Wang
2025-03-20 22:29:19 +08:00
parent 7249ad0c63
commit 3b2c97b7bc
4 changed files with 52 additions and 5 deletions

View File

@@ -6,6 +6,8 @@ import time
from datetime import datetime
from typing import Dict, List
from typing import Optional
sys.path.insert(0, sys.path[0]+"/../")
sys.path.insert(0, sys.path[0]+"/../")
from src.common.logger import get_module_logger
import customtkinter as ctk