feat: add skill learning runtime

This commit is contained in:
2026-07-06 18:07:53 +08:00
parent 5658735bca
commit c7ae2d86ec
17 changed files with 1470 additions and 31 deletions
+2
View File
@@ -8,6 +8,7 @@ dependencies = [
"Appium-Python-Client>=5.1.1",
"fastapi>=0.115.0",
"mcp>=1.27,<2",
"openai>=1.0.0",
"paddleocr>=3.0.0",
"uvicorn[standard]>=0.30.0",
]
@@ -31,6 +32,7 @@ include = [
"perception*",
"runtime*",
"semantic*",
"skills_learning*",
"storage*",
"tools*",
"world*",