Skip to content

QWED's infrastructure is attested by Docker, Snyk, CircleCI, Netlify, Mintlify, Sentry, Cloudflare, CodeRabbit, NVIDIA Inception, Buildkite, GitLab, Heroku, Atlassian.

Open Source Ecosystem

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.

9
Core repos
4
Domain Engines
4
GitHub Actions
100%
Open source
Free
Learning Course

GitHub Actions

CI/CD verification actions for your GitHub workflows

Quick Start — Add to your workflow
# .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@v1

How It All Connects

qwed-verification (Core Engine)
qwed-ucp
qwed-infra
qwed-mcp
qwed-finance
qwed-tax
qwed-legal
qwed-open-responses
Finance Guard
Legal Verification
Protocol Verification
Commerce Auditor
GitHub Actions

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.