Skip to content

Add QAE safety certification integration#20

Merged
von-development merged 1 commit intovon-development:mainfrom
tb8412:add-qae-safety-certification
Apr 14, 2026
Merged

Add QAE safety certification integration#20
von-development merged 1 commit intovon-development:mainfrom
tb8412:add-qae-safety-certification

Conversation

@tb8412
Copy link
Copy Markdown
Contributor

@tb8412 tb8412 commented Mar 16, 2026

What is QAE?

QAE is a deterministic safety certification kernel that verifies agent actions before execution. Unlike guardrails that filter outputs, QAE certifies proposed actions against constraint channels and produces auditable, SHA-256 hashed certificates.

Integration

The QAE + LangGraph example adds a certification node to LangGraph workflows that evaluates tool calls against budget, rate, scope, reversibility, and data sensitivity constraints, then routes based on the decision:

  • Certified → Execute immediately
  • CertifiedWithWarning → Execute with logging
  • EscalateToHuman → Pause for review
  • Blocked → Reject

Resources

@von-development
Copy link
Copy Markdown
Owner

Hey there, sorry for the delay to review. Could you rebase on main please?

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@tb8412 tb8412 force-pushed the add-qae-safety-certification branch from 9d47167 to edc94d8 Compare April 13, 2026 16:12
@tb8412
Copy link
Copy Markdown
Contributor Author

tb8412 commented Apr 13, 2026 via email

@von-development von-development merged commit 50a0d52 into von-development:main Apr 14, 2026
1 of 2 checks passed
@tb8412 tb8412 deleted the add-qae-safety-certification branch April 14, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants