The QWED open-source ecosystem
Explore the repositories, domain packages, GitHub Actions, and learning resources that make up QWED. This is the practical stack behind deterministic verification and execution governance for LLM outputs and AI agent workflows.
Core Infrastructure
The base repositories that power verification, orchestration, deployment, and assistant integration.
Domain Engines
Domain packages built on top of the core verification layer for finance, legal, tax, and open responses.
Learn & Build
Start your journey into deterministic AI verification
A free, open-source course on building deterministic AI verification systems from scratch. Learn the theory, architecture, and implementation of symbolic verification middleware.
GitHub Actions
CI/CD verification actions for your GitHub workflows
# .github/workflows/verify.yml
name: QWED Verification
on: [push, pull_request]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Finance Guard
uses: QWED-AI/qwed-finance-guard@v1
- name: Legal Verification
uses: QWED-AI/qwed-legal-verification@v1
- name: Protocol Verification
uses: QWED-AI/qwed-protocol-verification@v1
- name: Commerce Auditor
uses: QWED-AI/qwed-commerce-auditor@v1How It All Connects
Each domain engine plugs into the core verification layer. The UCP orchestrates deployments. Infrastructure handles the cloud. MCP connects to AI assistants. GitHub Actions bring verification into your CI/CD pipelines.