LICENSE
NOTICE
README.md
pyproject.toml
src/tinysearch/__init__.py
src/tinysearch/cli.py
src/tinysearch/config.py
src/tinysearch/core.py
src/tinysearch/doctor.py
src/tinysearch/paths.py
src/tinysearch/prompts.py
src/tinysearch/results.py
src/tinysearch/setup.py
src/tinysearch/helpers/__init__.py
src/tinysearch/pipelines/__init__.py
src/tinysearch/pipelines/research.py
src/tinysearch/pipelines/scrape.py
src/tinysearch/servers/__init__.py
src/tinysearch/servers/fastapi_server.py
src/tinysearch/servers/mcp_server.py
src/tinysearch/services/__init__.py
src/tinysearch/services/browser_bundle_service.py
src/tinysearch/services/chunk_pool_selection_service.py
src/tinysearch/services/current_datetime_service.py
src/tinysearch/services/embedding_service.py
src/tinysearch/services/grounded_prompt_service.py
src/tinysearch/services/hybrid_embed_search_service.py
src/tinysearch/services/onnx_bundle_constants.py
src/tinysearch/services/onnx_bundle_service.py
src/tinysearch/services/scrape_service.py
src/tinysearch/services/site_crawl_service.py
src/tinysearch/services/text_chunking_service.py
src/tinysearch/services/tinysearch_config_service.py
src/tinysearch/services/token_counter_service.py
src/tinysearch/services/url_safety_service.py
src/tinysearch/services/web_search_service.py
src/tinysuite_search.egg-info/PKG-INFO
src/tinysuite_search.egg-info/SOURCES.txt
src/tinysuite_search.egg-info/dependency_links.txt
src/tinysuite_search.egg-info/entry_points.txt
src/tinysuite_search.egg-info/requires.txt
src/tinysuite_search.egg-info/top_level.txt
tests/test_browser_bundle_service.py
tests/test_chunk_pool_selection_service.py
tests/test_cli.py
tests/test_core.py
tests/test_current_datetime_service.py
tests/test_doctor.py
tests/test_embedding_model_selection.py
tests/test_fastapi_current_datetime.py
tests/test_fastapi_scrape_endpoint.py
tests/test_grounded_prompt_service.py
tests/test_hybrid_embed_search_service.py
tests/test_live_search.py
tests/test_mcp_current_datetime.py
tests/test_mcp_scrape_tool.py
tests/test_public_config_and_results.py
tests/test_research_pipeline.py
tests/test_scrape_fastapi_mcp_parity.py
tests/test_scrape_html_meta.py
tests/test_scrape_pipeline.py
tests/test_server_embedding_startup.py
tests/test_setup.py
tests/test_text_chunking_service.py
tests/test_token_counter_service.py
tests/test_url_safety_service.py
tests/test_web_search_service.py