feat: add skill management

This commit is contained in:
qixinbo
2026-03-16 17:26:02 +08:00
parent 518a7eeaa4
commit 66dfd94486
6 changed files with 465 additions and 128 deletions
+2
View File
@@ -220,6 +220,7 @@ dependencies = [
{ name = "python-socketio" },
{ name = "python-socks" },
{ name = "python-telegram-bot", extra = ["socks"] },
{ name = "pyyaml" },
{ name = "qq-botpy" },
{ name = "readability-lxml" },
{ name = "rich" },
@@ -264,6 +265,7 @@ requires-dist = [
{ name = "python-socketio", specifier = ">=5.16.0,<6.0.0" },
{ name = "python-socks", extras = ["asyncio"], specifier = ">=2.8.0,<3.0.0" },
{ name = "python-telegram-bot", extras = ["socks"], specifier = ">=22.6,<23.0" },
{ name = "pyyaml", specifier = ">=6.0.3" },
{ name = "qq-botpy", specifier = ">=1.2.0,<2.0.0" },
{ name = "readability-lxml", specifier = ">=0.8.4,<1.0.0" },
{ name = "rich", specifier = ">=14.0.0,<15.0.0" },