Skip to content
Xplore
Integrity · Integration

Deeper integration. Higher trust cap.

The passport always carries capture level as a qualifier. A perfect score through a log bridge cannot exceed 85% — because we honestly did not see everything.

×1.0
Instrumented
Python / custom harness

SDK wraps tool dispatch. Full I/O + CAS content.

×0.85
Log-structured
OpenAI Agents SDK · OpenClaw

Bridge reads structured logs/traces. Agent code untouched.

×0.7
Gateway
MCP · A2A · OTel

Proxy on API boundary. One config change, no code.

×0.4
Declared
Third-party agents

Push claims + provenance. External re-checks only.

Same events. Any runtime.

Capture adapters normalize to one protocol — your agent stack does not need to change.

await run.activity(name, args)       # observed: dispatch
out = await TOOLS[name](**args)
await run.end_activity(seq, preview=out)
await run.record_artifact(..., provenance=prov)  # declared
await run.finalize()