feat(extension): 实现 Skill 与 Plugin Runtime 基础

This commit is contained in:
2026-08-27 23:52:29 +08:00
parent 502c7838fb
commit cd9eb1be60
9 changed files with 513 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"fastapi>=0.116,<1.0",
"httpx>=0.28,<1.0",
"pyyaml>=6.0,<7.0",
"sqlite-vec>=0.1.9",
"uvicorn[standard]>=0.35,<1.0",
]