mirror of
https://github.com/run-llama/fs-explorer.git
synced 2026-07-20 18:59:38 -04:00
[PR #2] [MERGED] feat: add llamaparse support and hitl #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/fs-explorer/pull/2
Author: @AstraBert
Created: 12/16/2025
Status: ✅ Merged
Merged: 12/16/2025
Merged by: @AstraBert
Base:
main← Head:clelia/llamaparse-and-hitl📝 Commits (2)
9cfc5d7feat: add llamaparse support and hitl161a907fix: several bugfixes📊 Changes
15 files changed (+2035 additions, -23 deletions)
View changed files
📝
.github/workflows/test.yaml(+1 -1)📝
Makefile(+1 -1)📝
README.md(+2 -2)➕
data/dr_a_complaint.pdf(+0 -0)➕
data/dr_a_motion.pdf(+0 -0)➕
data/dr_a_order.pdf(+0 -0)➕
data/testfile.txt(+1 -0)📝
pyproject.toml(+1 -0)📝
src/fs_explorer/agent.py(+14 -6)📝
src/fs_explorer/fs.py(+30 -0)📝
src/fs_explorer/main.py(+25 -4)📝
src/fs_explorer/models.py(+11 -3)📝
src/fs_explorer/workflow.py(+70 -5)📝
tests/test_fs.py(+28 -0)📝
uv.lock(+1851 -1)📄 Description
Adding LlamaParse to read unstructured files and human-in-the-loop for tougher tasks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.