新表情包系统;对应的测试;TODO更新;Prompt拆分;工具拆分

This commit is contained in:
UnCLAS-Prommer
2026-02-04 22:23:41 +08:00
parent d27d73f329
commit 4ff070c08e
10 changed files with 2748 additions and 1092 deletions

View File

@@ -4,8 +4,8 @@ version = "0.11.6"
description = "MaiCore 是一个基于大语言模型的可交互智能体"
requires-python = ">=3.10"
dependencies = [
"aiohttp>=3.12.14",
"aiohttp-cors>=0.8.1",
"aiohttp>=3.12.14",
"colorama>=0.4.6",
"faiss-cpu>=1.11.0",
"fastapi>=0.116.0",
@@ -14,7 +14,6 @@ dependencies = [
"json-repair>=0.47.6",
"maim-message>=0.6.2",
"matplotlib>=3.10.3",
"msgpack>=1.1.2",
"numpy>=2.2.6",
"openai>=1.95.0",
"pandas>=2.3.1",
@@ -25,6 +24,7 @@ dependencies = [
"pypinyin>=0.54.0",
"python-dotenv>=1.1.1",
"python-multipart>=0.0.20",
"python-levenshtein",
"quick-algo>=0.1.3",
"rich>=14.0.0",
"ruff>=0.12.2",
@@ -34,7 +34,6 @@ dependencies = [
"tomlkit>=0.13.3",
"urllib3>=2.5.0",
"uvicorn>=0.35.0",
"zstandard>=0.25.0",
]