Émile Ré
229c6b99c6
Add common third party enricher worker
...
Introduce a poll-based worker that fills the global common_third_parties
catalog (URLs, headquarter address, legal name, certifications, logo)
so each tenant no longer starts from sparse, name-only rows. Enrichment
is requested at row creation by ResolveOrCreateCommonThirdParty; curated
seed rows are not enqueued, to avoid a re-seed storm.
The pipeline uses two specialized agents plus a deterministic logo step.
Agent A (company profile) resolves legal name, headquarter address, and
the canonical website over web search; its website and legal name feed
Agent B and the logo step. Agent B (compliance docs) resolves the legal
document URLs, trust/security/status pages, and certifications using the
browser read-only toolset (gated on ChromeDPAddr) plus web search. The
logo step restores pkg/webinspect as a pure deterministic package and
stores the discovered icon in S3, linked via logo_file_id.
Each agent returns per-field value/confidence/source_url. The worker
writes a column only when confidence clears a configurable threshold and
the field is not externally owned (seed or human), and always records
full per-field provenance in a new enrichment JSONB column so re-runs
fill only gaps and human edits are never clobbered. New bookkeeping
columns (enrichment_requested_at, enrichment, enrichment_attempts) back
the claim queue and stale recovery; agents run outside transactions and
results persist in one final transaction.
The worker is opt-in: it no-ops unless its agent provider is configured.
Signed-off-by: Émile Ré <emile@probo.com >
2026-06-12 14:39:51 +02:00
..
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-11 13:46:10 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-04-02 14:37:29 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-04-13 18:10:14 +02:00
2026-06-09 16:45:23 +02:00
2026-04-02 14:49:13 +02:00
2026-06-09 16:45:23 +02:00
2026-04-13 18:10:14 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-04-19 12:00:53 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-04-15 14:39:27 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-04-23 20:50:25 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-04-24 19:01:27 +04:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-10 14:15:01 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-09 16:45:23 +02:00
2026-06-11 13:46:10 +02:00
2026-06-09 19:43:47 +02:00
2026-06-12 14:39:51 +02:00
2026-06-09 23:54:55 +02:00
2026-06-10 17:49:41 +02:00
2026-06-10 17:49:41 +02:00
2026-06-10 00:55:54 +02:00
2026-06-11 10:42:55 +02:00
2026-06-12 09:57:36 +02:00