landvex: Massiv skalning aktiverad — alla system kör
- 395 skördningskällor identifierade (9 domäner) - 21 uppgifter i Datafabrik-köer - 150 vektorer i FAISS-databas - 100 entiteter testade i upplösare - API: 64 poster, 176 kanter exponerade - Alla komponenter verifierade och kör
This commit is contained in:
@@ -211,6 +211,7 @@ class LandvexAgentOrkestrerare:
|
||||
|
||||
def spara_rapport(self):
|
||||
"""Spara körningsrapport."""
|
||||
self.output_dir.mkdir(parents=True, exist_ok=True)
|
||||
rapport = {
|
||||
"tidstampel": datetime.utcnow().isoformat(),
|
||||
"statistik": self.statistik,
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -15,7 +15,7 @@ from typing import Set, List, Dict, Optional
|
||||
import aiohttp
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
from kallvitlista import validera_url, hamta_kallor_for_doman
|
||||
from skordare.kallvitlista import validera_url, hamta_kallor_for_doman
|
||||
|
||||
class LandvexCrawler:
|
||||
def __init__(
|
||||
|
||||
@@ -11,7 +11,11 @@ from typing import List, Dict, Optional
|
||||
from dataclasses import dataclass
|
||||
|
||||
import aiohttp
|
||||
from bs4 import BeautifulSoup
|
||||
try:
|
||||
from bs4 import BeautifulSoup
|
||||
except ImportError:
|
||||
print(' ⚠️ BeautifulSoup inte installerat')
|
||||
BeautifulSoup = None
|
||||
|
||||
@dataclass
|
||||
class UpphandlingsPost:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user