rebase 清理

This commit is contained in:
Windpicker-owo
2025-11-19 23:45:47 +08:00
parent 829bc9b4bc
commit 40709d95de
60 changed files with 465 additions and 10066 deletions

View File

@@ -1,8 +1,8 @@
[project]
name = "MaiBot"
version = "0.8.1"
description = "MaiCore 是一个基于大语言模型的可交互智能体"
requires-python = ">=3.11"
name = "MoFox-Bot"
version = "0.12.0"
description = "MoFox-Bot 是一个基于大语言模型的可交互智能体"
requires-python = ">=3.11,<=3.13"
dependencies = [
"aiohttp>=3.12.14",
"aiohttp-cors>=0.8.1",
@@ -77,8 +77,7 @@ dependencies = [
"aiosqlite>=0.21.0",
"inkfox>=0.1.1",
"rjieba>=0.1.13",
"mcp>=0.9.0",
"sse-starlette>=2.2.1",
"fastmcp>=2.13.0",
]
[[tool.uv.index]]