LICENSE
README.md
pyproject.toml
src/agentic_rag_lib.egg-info/PKG-INFO
src/agentic_rag_lib.egg-info/SOURCES.txt
src/agentic_rag_lib.egg-info/dependency_links.txt
src/agentic_rag_lib.egg-info/requires.txt
src/agentic_rag_lib.egg-info/top_level.txt
src/raglib/__init__.py
src/raglib/api.py
src/raglib/models.py
src/raglib/agent/__init__.py
src/raglib/agent/llm.py
src/raglib/agent/prompts.py
src/raglib/agent/searcher.py
src/raglib/embeddings/__init__.py
src/raglib/embeddings/base.py
src/raglib/embeddings/hashing.py
src/raglib/indexing/__init__.py
src/raglib/indexing/bm25.py
src/raglib/indexing/builder.py
src/raglib/indexing/store.py
src/raglib/indexing/vector.py
src/raglib/integrations/__init__.py
src/raglib/integrations/langchain_tools.py
src/raglib/parsing/__init__.py
src/raglib/parsing/clauses.py
src/raglib/parsing/markdown.py
src/raglib/parsing/ocr.py
src/raglib/recognition/__init__.py
src/raglib/recognition/base.py
src/raglib/recognition/mock.py
src/raglib/search/__init__.py
src/raglib/search/engine.py
src/raglib/search/toc.py
tests/test_agent.py
tests/test_ocr.py
tests/test_parsing.py
tests/test_recognition.py
tests/test_ru_normalization.py
tests/test_search.py
tests/test_store_lifecycle.py
tests/test_toc_navigation.py