Generated on 2026-06-15 using openrouter/qwen/qwen3-coder-next
Shared verification layer for the URI stack:
data_quality โ confidence, validators, relevance gates
replay โ workflow event log analysis + regression test generation
capability_plan โ contract registry capability test plans
result_checks โ data_quality_status, verification_status, technical vs business ok
Used by touri, uri3, and hypervisor (thin wrappers โ logic lives here).
uri2verify replay check-agent-health
uri2verify replay output/events/workflows/check-agent-health.jsonl --timeline
uri2verify replay demo --create-test tests/regression/test_replay_demo.py
uri2verify capability-plan .
uri2verify data-quality examples/20_touri_capabilities weather://forecast/Gdansk/14/html
Equivalent facades:
uri3 replay check-agent-health
uri3 doctor --capability-plan
uri3 doctor --replay-failures
hypervisor replay-failure check-agent-health --create-test tests/replay/test_check_agent_health.py
from uri2verify import apply_data_quality, replay_workflow_events, build_capability_test_plan
from uri2verify.result_checks import enrich_result_dict, technical_vs_business_ok
See docs/PACKAGE_BOUNDARIES.md ยท docs/SERVICE_RESULT.md.
pip install -e .
../TODO_STATUS.mdLicensed under Apache-2.0.