spb/trouve-ka Public
Trouve-KA — moteur de recherche web indépendant, Québec-first. Crawler distribué, index OpenSearch, ranking bilingue, galerie d'images. En prod : www.trouve-ka.com
Python 76.8%
TypeScript 15.7%
SQL 3.9%
Shell 1.4%
CSS 1.3%
Dockerfile 0.7%
1# Trouve-KA — politique du frontier2# Author: Simon-Pierre Boucher3# Contact: contact@spboucher.ai45"""Politique du frontier : fonction de priorité et recrawl adaptatif (CLAUDE.md §5.3, §5.5)."""67from .policy import compute_priority, next_recrawl_delay, retry_delay89__all__ = ["compute_priority", "next_recrawl_delay", "retry_delay"]10