LICENSE
README.md
pyproject.toml
cli/__init__.py
cli/download.py
cli/export.py
cli/main.py
clients/__init__.py
clients/base.py
clients/intelligence.py
clients/patent_apis.py
clients/scrapers.py
core/__init__.py
core/arbitrage.py
core/citations.py
core/config.py
core/intelligence.py
core/models.py
core/scoring.py
core/search.py
core/translation.py
recon_patent.egg-info/PKG-INFO
recon_patent.egg-info/SOURCES.txt
recon_patent.egg-info/dependency_links.txt
recon_patent.egg-info/entry_points.txt
recon_patent.egg-info/requires.txt
recon_patent.egg-info/top_level.txt
storage/__init__.py
storage/cache.py
tests/test_arbitrage.py
tests/test_cache.py
tests/test_cache_validation.py
tests/test_citations.py
tests/test_claims_lazy_load.py
tests/test_cli_run.py
tests/test_client.py
tests/test_error_handling.py
tests/test_error_voice.py
tests/test_export.py
tests/test_imports.py
tests/test_integration_new.py
tests/test_intelligence.py
tests/test_lazy_loading.py
tests/test_models.py
tests/test_module_entrypoint.py
tests/test_patent_apis.py
tests/test_performance.py
tests/test_score_algorithm.py
tests/test_scoring.py
tests/test_search.py
tests/test_security.py
tests/test_source_filter.py
tests/test_tab_integration.py
tests/test_terminal_detection.py
tests/test_terminal_protocols.py
tests/test_translation.py
tests/test_tui_components.py
tests/test_tui_layout.py
tests/test_tui_navigation.py
tui/__init__.py
tui/app.py
tui/screens.py
tui/widgets/__init__.py
tui/widgets/citation_tree.py
tui/widgets/claims_tab.py
tui/widgets/image_tab.py
tui/widgets/info_tab.py
tui/widgets/result_list.py