feat(computer): add shipyard_neo booter runtime and sandbox config

This commit is contained in:
zenfun
2026-02-11 17:14:38 +08:00
parent e61b29ec6a
commit d16398a0e8
8 changed files with 516 additions and 15 deletions
+4
View File
@@ -61,6 +61,7 @@ dependencies = [
"xinference-client",
"tenacity>=9.1.2",
"shipyard-python-sdk>=0.2.4",
"shipyard-neo-sdk @ git+https://github.com/AstrBotDevs/shipyard-neo.git#subdirectory=shipyard-neo-sdk",
"python-socks>=2.8.0",
]
@@ -109,6 +110,9 @@ reportMissingImports = false
include = ["astrbot"]
exclude = ["dashboard", "node_modules", "dist", "data", "tests"]
[tool.hatch.metadata]
allow-direct-references = true
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"