Merge remote-tracking branch 'origin/master' into feat/astrbot-agent-mode

This commit is contained in:
Soulter
2025-10-29 15:56:54 +08:00
184 changed files with 15953 additions and 2925 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "4.3.1"
version = "4.5.0"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"
@@ -24,7 +24,6 @@ dependencies = [
"faiss-cpu==1.10.0",
"filelock>=3.18.0",
"google-genai>=1.14.0",
"mi-googlesearch-python==1.3.0.post1",
"lark-oapi>=1.4.15",
"lxml-html-clean>=0.4.2",
"mcp>=1.8.0",
@@ -52,6 +51,12 @@ dependencies = [
"audioop-lts ; python_full_version >= '3.13'",
"click>=8.2.1",
"shipyard-python-sdk>=0.2.3",
"pypdf>=6.1.1",
"aiofiles>=25.1.0",
"rank-bm25>=0.2.2",
"jieba>=0.42.1",
"markitdown-no-magika[docx,xls,xlsx]>=0.1.2",
"xinference-client",
]
[project.scripts]
@@ -85,6 +90,7 @@ target-version = "py310"
[dependency-groups]
dev = [
"commitizen>=4.9.1",
"pytest>=8.4.1",
"pytest-asyncio>=1.1.0",
"pytest-cov>=6.2.1",