Skip to content

Releases: debuggerdragon311/lead-intel-bot

Release list

v0.1.0

Choose a tag to compare

@debuggerdragon311 debuggerdragon311 released this 23 May 07:15
953ff2e
  • core/config.py: path sandboxing, PyInstaller-aware BASE_DIR via file,
    env override for PLAYWRIGHT_BROWSERS_PATH, auto-provisioned data/ sandbox
  • core/state.py: GIL-free thread-safe state store with explicit threading.Lock,
    add_log, read_state_copy, update_state_parameter helpers
  • core/scraper.py: async Playwright pipeline with stealth patch, uBlock Origin
    loader, DuckDuckGo Phase A + direct landing page Phase B harvest
  • core/ai.py: Ollama HTTP client targeting llama3.2:1b, deterministic inference
    options (temp=0, top_p=0.1), resilient case-insensitive response parser
  • core/server.py: Flask REST API (/, /status, /run, /export/csv), async worker
    job with QUEUED->SCANNING->AI-EXTRACTING->FINISHED lifecycle, auto CSV backup
  • core/ui_template.py: self-contained CRT phosphor terminal dashboard with
    scanline overlay, flicker animation, 1500ms AJAX poll loop, status badges
  • app.py: pywebview entrypoint, daemon thread orchestration, loopback Flask
    server on port 1995, GIL-free Python 3.14t runtime
  • README.md: full documentation with autoplay demo, install guide, arch diagram"
    git push origin main