feat(filesystem): add PageIndex filesystem shell

This commit is contained in:
BukeLy 2026-05-26 01:41:57 +08:00
parent 7592163e2a
commit 74d0600261
24 changed files with 11373 additions and 4 deletions

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[project]
name = "pageindex"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"litellm==1.83.7",
"openai-agents>=0.17.2",
"pymupdf==1.26.4",
"pypdf2==3.0.1",
"pytest>=9.0.3",
"python-dotenv==1.1.0",
"pyyaml==6.0.2",
"sqlite-vec>=0.1.9",
]