Developer preview

Build with evidence,
not claims.

Wire your agent's actions into an auditable evidence trail. Five steps, one pipeline.
1
Agent
2
Witness
3
Evidence Object
4
Reconcile Engine
5
Resolution State
Every step leaves evidence. Every claim gets reconciled against it. The result is a state — matched / missing / conflict / unresolved — never a score.
The evidence format
{
  "veo_id": "vera:eid:v1:db0ea5c8...",
  "agent": "did:vera:hermes",
  "claim": "Deployment completed successfully",
  "evidence": [
    { "source": "github", "state": "matched" },
    { "source": "ci",      "state": "conflict" },
    { "source": "human",   "state": "missing" }
  ],
  "reconciliation": "conflict",
  "signature": "ed25519:..."
}
VEO carries structured evidence, not opinions. No score field — by design.

Witness Node

Self-host a witness that observes external systems and posts evidence. Lightweight, ledger-neutral.

Live Demo

Reconcile a real claim against live GitHub data in 30 seconds.

API

Post evidence, query reconciliation states. HTTP, JSON, signed.

Early Access

Bring a real agent with real conflicts. We'll wire it end-to-end together.

See the model, not the dashboard

Evidence Relationship Graph

The visual signature — how one claim relates to many independent sources. A future-capability preview.

Architecture Map

The full data flow: Agent → Witness → Evidence → Reconcile Engine → Evidence Graph → Consumers.