feat: implement file upload feature

This commit is contained in:
hetao
2026-01-23 18:47:39 +08:00
parent 0908127bd7
commit 1fe37fdb6c
16 changed files with 1879 additions and 10 deletions

View File

@@ -16,7 +16,9 @@ dependencies = [
"langgraph>=1.0.6",
"langgraph-cli[inmem]>=0.4.11",
"markdownify>=1.2.2",
"markitdown[all,xlsx]>=0.0.1a2",
"pydantic>=2.12.5",
"python-multipart>=0.0.20",
"pyyaml>=6.0.3",
"readabilipy>=0.3.0",
"sse-starlette>=2.1.0",