LICENSE
README.md
pyproject.toml
rnsr/__init__.py
rnsr/__main__.py
rnsr/client.py
rnsr/document_store.py
rnsr/exceptions.py
rnsr/llm.py
rnsr/models.py
rnsr/py.typed
rnsr.egg-info/PKG-INFO
rnsr.egg-info/SOURCES.txt
rnsr.egg-info/dependency_links.txt
rnsr.egg-info/entry_points.txt
rnsr.egg-info/requires.txt
rnsr.egg-info/top_level.txt
rnsr/agent/__init__.py
rnsr/agent/cross_doc_navigator.py
rnsr/agent/graph.py
rnsr/agent/kg_resolver.py
rnsr/agent/llm_cache.py
rnsr/agent/nav_repl.py
rnsr/agent/navigator_api.py
rnsr/agent/provenance.py
rnsr/agent/query_clarifier.py
rnsr/agent/reasoning_memory.py
rnsr/agent/repl_env.py
rnsr/agent/rlm_navigator.py
rnsr/agent/self_reflection.py
rnsr/agent/variable_store.py
rnsr/analysis/__init__.py
rnsr/analysis/contradiction_detector.py
rnsr/benchmarks/__init__.py
rnsr/benchmarks/comprehensive_benchmark.py
rnsr/benchmarks/contradiction_bench.py
rnsr/benchmarks/docvqa_bench.py
rnsr/benchmarks/evaluation_suite.py
rnsr/benchmarks/finance_bench.py
rnsr/benchmarks/multihiertt_bench.py
rnsr/benchmarks/pdf_merger.py
rnsr/benchmarks/performance.py
rnsr/benchmarks/qasper_bench.py
rnsr/benchmarks/quality.py
rnsr/benchmarks/runner.py
rnsr/benchmarks/standard_benchmarks.py
rnsr/benchmarks/tatqa_bench.py
rnsr/benchmarks/timeline_bench.py
rnsr/extraction/__init__.py
rnsr/extraction/candidate_extractor.py
rnsr/extraction/entity_extractor.py
rnsr/extraction/entity_linker.py
rnsr/extraction/grounded_extractor.py
rnsr/extraction/learned_types.py
rnsr/extraction/models.py
rnsr/extraction/relationship_extractor.py
rnsr/extraction/relationship_patterns.py
rnsr/extraction/relationship_validator.py
rnsr/extraction/rlm_extractor.py
rnsr/extraction/rlm_unified_extractor.py
rnsr/extraction/timeline_extractor.py
rnsr/extraction/tot_validator.py
rnsr/extraction/unified_extractor.py
rnsr/indexing/__init__.py
rnsr/indexing/collection_skeleton.py
rnsr/indexing/document_profile.py
rnsr/indexing/expandable_skeleton.py
rnsr/indexing/knowledge_graph.py
rnsr/indexing/kv_store.py
rnsr/indexing/persistence.py
rnsr/indexing/section_embeddings.py
rnsr/indexing/semantic_retriever.py
rnsr/indexing/semantic_search.py
rnsr/indexing/skeleton_index.py
rnsr/indexing/store_db.py
rnsr/ingestion/__init__.py
rnsr/ingestion/chart_parser.py
rnsr/ingestion/document_boundary.py
rnsr/ingestion/font_histogram.py
rnsr/ingestion/header_classifier.py
rnsr/ingestion/hierarchical_cluster.py
rnsr/ingestion/layout_detector.py
rnsr/ingestion/layout_model.py
rnsr/ingestion/ocr_fallback.py
rnsr/ingestion/pipeline.py
rnsr/ingestion/semantic_fallback.py
rnsr/ingestion/table_parser.py
rnsr/ingestion/text_builder.py
rnsr/ingestion/tree_builder.py
rnsr/ingestion/vision_retrieval.py
rnsr/ingestion/xy_cut.py
tests/test_agent_state.py
tests/test_chart_parser.py
tests/test_e2e_workflow.py
tests/test_font_histogram.py
tests/test_kv_store.py
tests/test_learned_types.py
tests/test_llm_cache.py
tests/test_models.py
tests/test_provenance.py
tests/test_query_clarifier.py
tests/test_reasoning_memory.py
tests/test_rlm.py
tests/test_rlm_unified.py
tests/test_self_reflection.py
tests/test_table_parser.py
tests/test_tree_builder.py
tests/test_variable_store.py