fix(filesystem): add pifs ask and chat commands

This commit is contained in:
BukeLy 2026-05-26 14:14:45 +08:00
parent 74d0600261
commit 574125d7dd
3 changed files with 251 additions and 9 deletions

View file

@ -12,3 +12,6 @@ dependencies = [
"pyyaml==6.0.2",
"sqlite-vec>=0.1.9",
]
[project.scripts]
pifs = "pageindex.filesystem.cli:main"