.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
assets/etl.ico
assets/etl.png
astrocrawl/__init__.py
astrocrawl/__main__.py
astrocrawl/_constants.py
astrocrawl/_json_compat.py
astrocrawl/_packaged.py
astrocrawl/_path_strategy.py
astrocrawl/_retry_strategy.py
astrocrawl/_startup.py
astrocrawl/_types.py
astrocrawl/_version.py
astrocrawl/config.py
astrocrawl/diagnostics.py
astrocrawl/health.py
astrocrawl/health_monitor.py
astrocrawl/main.py
astrocrawl/resilience.py
astrocrawl/ai/__init__.py
astrocrawl/ai/_client.py
astrocrawl/ai/_config.py
astrocrawl/ai/_constraint.py
astrocrawl/ai/_errors.py
astrocrawl/ai/_observability.py
astrocrawl/ai/_profile.py
astrocrawl/ai/_provider.py
astrocrawl/ai/_provider_registry.py
astrocrawl/ai/_rate_limiter.py
astrocrawl/ai/_types.py
astrocrawl/ai/_usage_tracker.py
astrocrawl/ai/providers/__init__.py
astrocrawl/ai/providers/anthropic.py
astrocrawl/ai/providers/google.py
astrocrawl/ai/providers/openai.py
astrocrawl/browser/__init__.py
astrocrawl/browser/_device_caps.py
astrocrawl/browser/_domain_memory.py
astrocrawl/browser/_preview.py
astrocrawl/browser/_preview_inject.js
astrocrawl/browser/_retry.py
astrocrawl/browser/_slot_pool.py
astrocrawl/browser/browser_pool.py
astrocrawl/browser/context_pool.py
astrocrawl/browser/navigation.py
astrocrawl/browser/page_pool.py
astrocrawl/cli/__init__.py
astrocrawl/cli/_i18n.py
astrocrawl/cli/main.py
astrocrawl/crawler/__init__.py
astrocrawl/crawler/_url_gate.py
astrocrawl/crawler/engine.py
astrocrawl/crawler/liveness.py
astrocrawl/crawler/outcomes.py
astrocrawl/crawler/progress.py
astrocrawl/crawler/signals.py
astrocrawl/crawler/supervisors.py
astrocrawl/gui/__init__.py
astrocrawl/gui/_ai_profile_page.py
astrocrawl/gui/_animated_bar.py
astrocrawl/gui/_delegates.py
astrocrawl/gui/_i18n.py
astrocrawl/gui/_log_bridge.py
astrocrawl/gui/_preview_panel.py
astrocrawl/gui/_preview_session.py
astrocrawl/gui/_proxy_endpoint_dialog.py
astrocrawl/gui/_proxy_profile_page.py
astrocrawl/gui/_route_settings_page.py
astrocrawl/gui/_style.py
astrocrawl/gui/_table_page.py
astrocrawl/gui/_tokens.py
astrocrawl/gui/advanced_dialog.py
astrocrawl/gui/completion_dialog.py
astrocrawl/gui/crawl_session.py
astrocrawl/gui/main_window.py
astrocrawl/gui/proxy_health_bar.py
astrocrawl/gui/rules_dialog.py
astrocrawl/gui/theme.py
astrocrawl/gui/theme_dialog.py
astrocrawl/gui/thread.py
astrocrawl/gui/title_bar.py
astrocrawl/gui/worker_status_bar.py
astrocrawl/gui/translations/astrocrawl_gui_zh_CN.qm
astrocrawl/network/__init__.py
astrocrawl/network/_fetch.py
astrocrawl/network/robots.py
astrocrawl/network/sitemap.py
astrocrawl/network/throttling.py
astrocrawl/proxy/__init__.py
astrocrawl/proxy/_config.py
astrocrawl/proxy/_consumers.py
astrocrawl/proxy/_hook.py
astrocrawl/proxy/_probe.py
astrocrawl/proxy/_proxy.py
astrocrawl/proxy/_session.py
astrocrawl/rules/__init__.py
astrocrawl/rules/_ai.py
astrocrawl/rules/_chatml.py
astrocrawl/rules/_extractor.py
astrocrawl/rules/_html_preprocess.py
astrocrawl/rules/_io.py
astrocrawl/rules/_lifecycle.py
astrocrawl/rules/_loader.py
astrocrawl/rules/_markdown.py
astrocrawl/rules/_matcher.py
astrocrawl/rules/_prompt_template_position.txt
astrocrawl/rules/_prompt_template_type.txt
astrocrawl/rules/_schema.py
astrocrawl/rules/_source.py
astrocrawl/rules/_state.py
astrocrawl/rules/_template.py
astrocrawl/rules/_transform.py
astrocrawl/storage/__init__.py
astrocrawl/storage/_protocol.py
astrocrawl/storage/db.py
astrocrawl/storage/writer.py
astrocrawl/utils/__init__.py
astrocrawl/utils/_atomic.py
astrocrawl/utils/html.py
astrocrawl/utils/logging.py
astrocrawl/utils/preferences.py
astrocrawl/utils/url.py