LICENSE
README.md
pyproject.toml
src/rec_llm.egg-info/PKG-INFO
src/rec_llm.egg-info/SOURCES.txt
src/rec_llm.egg-info/dependency_links.txt
src/rec_llm.egg-info/entry_points.txt
src/rec_llm.egg-info/requires.txt
src/rec_llm.egg-info/top_level.txt
src/rlm/__init__.py
src/rlm/core.py
src/rlm/document_processor.py
src/rlm/gradio_app.py
src/rlm/groq_pdf.py
src/rlm/linearrag_adapter.py
src/rlm/parser.py
src/rlm/prompts.py
src/rlm/repl.py
src/rlm/types.py
tests/test_core.py
tests/test_document_processor.py
tests/test_integration.py
tests/test_parser.py
tests/test_repl.py