Clelia (Astra) Bertelli aeb1e2e017 Merge pull request #7 from peteryxu/main
Fix command syntax in README for explore run
2026-01-12 14:59:55 +01:00
2025-12-16 15:17:42 +01:00
2026-01-12 14:56:50 +01:00
2026-01-12 14:58:06 +01:00
2026-01-07 14:26:32 +01:00
2026-01-12 14:56:50 +01:00
2025-12-12 14:08:47 +01:00
2025-12-11 16:00:56 +01:00
2026-01-07 14:22:17 +01:00
2026-01-12 14:56:50 +01:00
2026-01-12 14:56:50 +01:00

fs-explorer

CLI agent that helps you explore a directory and its content (it can also read PDF/PPTX/DOCX/XLSX files!).

Installation and Usage

Clone this repository:

git clone https://github.com/run-llama/fs-explorer
cd fs-explorer

Install locally:

uv pip install .

Export a Google API key (must have access to EAP models):

export GOOGLE_API_KEY="..."

Run:

explore run --task "Within the data/ directory, can you help e find the PDF file that contains an order or a complaint, and, once you found them, ask me which one I would like you to summarize"

Evaluation against traditional RAG

In the packages directory we have two packages:

  • rag-starterkit: a traditional RAG application implementing hybrid search. (More in the dedicated README).
  • eval-framework: a simple evaluation framework that produces LLM-as-a-judge-based evals along with collecting time-, tool usage- and file-search-based statistics. Find out how to run the evaluation and collect statistics in the dedicated README.
  • cache-arxiv: a utility package to cache arXiv papers for larger scale experiments.

Find the evaluation guide here.

S
Description
CLI agent to explore file system, powered by Gemini 3 Flash
Readme 36 MiB
Languages
Python 97%
Shell 2.2%
Makefile 0.8%