WAB Truth Layer

The collective intelligence layer for AI agents. Semantic Memory · Temporal Trust · Action Graphs · Reality Anchor.

← Back to home

🧬 Semantic Memory Network

Anonymized observations agents share about how sites behave for each intent. New agents inherit collective knowledge — no PII.

Temporal Trust

Time-stability score. Detects fly-by-night domains, ranks established sites as flagship, flags volatility as suspect.

🗺️ Intent → Action Graph

Sites publish ActionGraphs per intent. Agents send a natural-language intent and receive a structured graph of nodes/edges to follow.

Reality Anchor

Agents cross-check facts (prices, availability, ratings) across the WAB network. Defeats LLM hallucination with multi-source consensus.

🌐 Unified Truth Profile

Full Truth Layer view for a domain: reputation, semantic, temporal, action graphs, and reality contributions — in one call.

📘 API Reference

MethodEndpointDescription
POST/api/truth/memory/observeSubmit anonymized observation
GET/api/truth/memory/:domainSemantic summary for domain
GET/api/truth/memory/:domain/:intentPer-intent semantic summary
GET/api/truth/temporal/:domainTemporal trust profile
POST/api/truth/temporal/snapshotRecord trust snapshot
POST/api/truth/action/registerRegister an ActionGraph
GET/api/truth/action/:domain/:intentFetch an ActionGraph
POST/api/truth/action/resolveResolve intent text → graph
POST/api/truth/reality/submitSubmit an observed fact
GET/api/truth/reality/:fact_keyVerify a fact (consensus)
POST/api/truth/reality/verifyBulk verify (up to 50 keys)
GET/api/truth/profile/:domainUnified Truth profile