QWED
by Community
AISecOps (AI Security Operations) framework for deterministic verification of AI systems. QWED verifies LLM outputs using math, logic, and symbolic execution — creating an auditabl
OSS
QWED
Added 1 June 2026
Overview
QWED is an open-source Python framework for deterministic verification of AI systems, focusing on LLM outputs. It uses math, logic, and symbolic execution to create an auditable trust boundary for agentic AI, enabling security operations teams to verify rather than generate.
Best for
Best for
Security engineers and researchers needing formal verification of AI system outputs
Use cases
- Auditing LLM outputs for compliance with formal specifications
- Verifying agentic AI decisions in security-critical workflows
- Building deterministic guardrails for AI-powered automation
Notes
QWED is an open-source Python framework for deterministic verification of AI systems, focusing on LLM outputs. It uses math, logic, and symbolic execution to create an auditable trust boundary for agentic AI, enabling security operations teams to verify rather than generate.
57 stars on GitHub. Last updated 2026-06-01. Licensed Apache-2.0.
Use cases
- Auditing LLM outputs for compliance with formal specifications
- Verifying agentic AI decisions in security-critical workflows
- Building deterministic guardrails for AI-powered automation
Pros
- Provides mathematically rigorous verification, not probabilistic checks
- Open-source with a community-driven development model
- Creates auditable trust boundaries for agentic systems
Cons
- Limited to deterministic verification, not suitable for all AI tasks
- Small community (57 stars) may mean fewer integrations or support
- Requires understanding of symbolic execution and formal methods
Indexed from awesome-llmops and enriched against its public facts.
Pros
- Provides mathematically rigorous verification, not probabilistic checks
- Open-source with a community-driven development model
- Creates auditable trust boundaries for agentic systems
Cons
- Limited to deterministic verification, not suitable for all AI tasks
- Small community (57 stars) may mean fewer integrations or support
- Requires understanding of symbolic execution and formal methods
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
LangChain
Community
The agent engineering platform.
AutoGPT
Community
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
AutoGen
Microsoft
Microsoft's framework for multi-agent conversations. Agents that talk to each other to solve hard problems.