1. Basic verification
2. Math verification
Verify mathematical expressions exactly:3. Logic verification
Verify logical constraints using Z3 SAT solver:As of v5.4.0,
LogicVerifier returns a DiagnosticResult with is_verified, developer_fields, agent_message, and proof_ref. See LogicVerifier returns DiagnosticResult for the full status matrix and migration snippets.4. Code security
Check code for vulnerabilities:5. SQL validation
Validate SQL queries:6. Batch verification
Verify multiple claims at once:7. CLI usage
Run the onboarding wizard once to set up engines, configure your provider, and generate an API key:--non-interactive to skip prompts:
qwed init once. After that, QWED reads from .env. Re-run only when changing providers or rotating keys.