Refactor configuration and enhance AI capabilities
Updated .env.example to improve clarity and added new configuration options for memory and reliability settings. Refactored main.py to streamline the bot's entry point and improved error handling. Enhanced README to reflect new features and command structure. Removed deprecated cmd_zip_skill and skills_creator modules to clean up the codebase. Updated AIClient and MemorySystem for better performance and flexibility in handling user interactions.
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
# ============================================
|
||||
# 核心依赖(必须安装)
|
||||
# ============================================
|
||||
# Core runtime
|
||||
qq-botpy
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# ============================================
|
||||
# AI 功能依赖(可选)
|
||||
# 如果不需要 AI 对话功能,可以注释掉下面的依赖
|
||||
# ============================================
|
||||
# AI providers
|
||||
openai>=1.0.0
|
||||
anthropic>=0.18.0
|
||||
|
||||
# Memory storage
|
||||
numpy>=1.24.0
|
||||
chromadb>=0.4.0 # 向量数据库,用于记忆存储
|
||||
pysqlite3-binary>=0.5.3; platform_system != "Windows" # 云端可用于补齐 sqlite trigram 支持
|
||||
chromadb>=0.4.0
|
||||
pysqlite3-binary>=0.5.3; platform_system != "Windows"
|
||||
|
||||
Reference in New Issue
Block a user