Update AI planner integration, docs, and config
AI Code Review / review (pull_request) Successful in 11m45s

This commit is contained in:
周瑞哲
2026-07-30 16:33:39 +08:00
parent 33c14eec86
commit ac4179086c
13 changed files with 192 additions and 29 deletions
+4 -5
View File
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=64"]
requires = [ "setuptools>=64" ]
build-backend = "setuptools.build_meta"
[project]
@@ -22,9 +22,8 @@ test = [
]
[tool.setuptools]
packages = ["app"]
packages = [ "app" ]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]
pythonpath = [ "." ]
testpaths = [ "tests" ]