LICENSE
MANIFEST.in
README.md
pyproject.toml
candlecrawl.egg-info/PKG-INFO
candlecrawl.egg-info/SOURCES.txt
candlecrawl.egg-info/dependency_links.txt
candlecrawl.egg-info/entry_points.txt
candlecrawl.egg-info/requires.txt
candlecrawl.egg-info/top_level.txt
src/candlecrawl/__init__.py
src/candlecrawl/__main__.py
src/candlecrawl/cli.py
src/candlecrawl/client.py
src/candlecrawl/errors.py
src/candlecrawl/schemas.py
src/candlecrawl/trace.py
src/candlecrawl/_server/__init__.py
src/candlecrawl/_server/artifacts.py
src/candlecrawl/_server/chunking.py
src/candlecrawl/_server/config.py
src/candlecrawl/_server/cost_endpoints.py
src/candlecrawl/_server/cost_tracking.py
src/candlecrawl/_server/frontier.py
src/candlecrawl/_server/http_client.py
src/candlecrawl/_server/main.py
src/candlecrawl/_server/metrics.py
src/candlecrawl/_server/model_pricing.py
src/candlecrawl/_server/models.py
src/candlecrawl/_server/querylake_files_sink.py
src/candlecrawl/_server/scraper.py
src/candlecrawl/_server/compat/__init__.py
src/candlecrawl/_server/compat/firecrawl_v2.py
src/candlecrawl/_server/providers/__init__.py
src/candlecrawl/_server/providers/base.py
src/candlecrawl/_server/providers/document_ocr.py
src/candlecrawl/_server/providers/openrouter.py
src/candlecrawl/_server/providers/scrapedo.py
src/candlecrawl/_server/providers/serper.py
src/candlecrawl/_server/scripts/__init__.py
src/candlecrawl/_server/scripts/provider_smoketests.py
tests/test_api.py
tests/test_artifact_sinks.py
tests/test_cli_service_smoke.py
tests/test_crawl_extreme.py
tests/test_crawl_policies.py
tests/test_document_ocr_provider.py
tests/test_frontier.py
tests/test_hermes_compat_flag.py
tests/test_hermes_endpoints.py
tests/test_http_client.py
tests/test_openapi_action_contract.py
tests/test_openapi_contract_artifact.py
tests/test_package_cli.py
tests/test_performance.py
tests/test_providers.py
tests/test_querylake_files_sink.py
tests/test_scraper_edge_cases.py
tests/test_scraper_runtime.py
tests/test_sdk_client.py
tests/test_sdk_smoke.py
tests/test_v2_contract_shaping.py