feat: 更新 Server 后端服务
- 更新 agent handler 和 service 层 - 新增 chat_group handler 和 service - 删除废弃的 chat_handler - 更新 tool 相关处理 - 更新 API 文档和依赖 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,15 +2,17 @@
|
||||
port: "8082"
|
||||
jwt_secret: "dev-secret-key"
|
||||
|
||||
# 数据库配置
|
||||
# 数据库配置 (类型: mysql 或 sqlite)
|
||||
database_type: "mysql"
|
||||
database_host: "localhost"
|
||||
database_port: "6036"
|
||||
database_port: "3306"
|
||||
database_user: "root"
|
||||
database_password: "root"
|
||||
database_name: "x_agents"
|
||||
sqlite_path: "./data/x_agents.db"
|
||||
|
||||
# AI 服务配置
|
||||
python_service_url: "http://localhost:8081"
|
||||
python_service_url: "http://localhost:8001"
|
||||
ai_core_service_addr: "localhost:50051"
|
||||
|
||||
# 文件上传配置 (local 或 minio)
|
||||
|
||||
Reference in New Issue
Block a user