[PR #2] [MERGED] feat: add llamaparse support and hitl #3

Closed
opened 2026-02-16 04:16:25 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: clelia/llamaparse-and-hitl


📝 Commits (2)

  • 9cfc5d7 feat: add llamaparse support and hitl
  • 161a907 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/fs-explorer/pull/2 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 12/16/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/llamaparse-and-hitl` --- ### 📝 Commits (2) - [`9cfc5d7`](https://github.com/run-llama/fs-explorer/commit/9cfc5d7c9c9f9b7896ca77f5396156d1ad6ea592) feat: add llamaparse support and hitl - [`161a907`](https://github.com/run-llama/fs-explorer/commit/161a907c9f4750a122722d21545e2ea82fa38055) fix: several bugfixes ### 📊 Changes **15 files changed** (+2035 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Adding LlamaParse to read unstructured files and human-in-the-loop for tougher tasks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:16:25 -05:00
yindo closed this issue 2026-02-16 04:16:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/fs-explorer#3