siteforge 0.1.1

Archive websites into AI-readable local knowledge archives
Documentation
archive_root: archives
default_concurrency: 2
default_delay_ms: 750
max_depth: 4
max_pages: 500
max_asset_size_bytes: 26214400
max_total_archive_size_bytes: 5368709120
include_url_patterns: []
exclude_url_patterns:
  - "**/login**"
  - "**/logout**"
  - "**/signup**"
  - "**/cart**"
ocr_enabled: false
ocr_backend_command: "tesseract {input} stdout"
user_agent: "siteforge/0.1 (+https://github.com/Tknott95/siteforge)"
timeout_secs: 30
retry_count: 2
ai_pack_token_budget: 120000
render_js: false
browser_command: null
browser_profile: null
render_wait_ms: 5000