Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
validation.h File Reference

Constitutional validation types — critique results and violations. More...

#include <string>
#include <vector>
Include dependency graph for validation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  entropic::Violation
 A single constitutional violation found during critique. More...
 
struct  entropic::CritiqueResult
 Structured result from a single critique generation pass. More...
 
struct  entropic::ValidationResult
 

Namespaces

namespace  entropic
 Activate model on GPU (WARM → ACTIVE).
 

Enumerations

enum class  entropic::ValidationVerdict {
  entropic::passed = 0 , entropic::revised , entropic::rejected_reverted_length , entropic::rejected_max_revisions ,
  entropic::skipped , entropic::paused_pending_consumer , entropic::passed_consumer_override
}
 Result of the full validation pipeline (critique + optional revision). More...
 

Detailed Description

Constitutional validation types — critique results and violations.

Data types produced by the constitutional validation pipeline. Used by ConstitutionalValidator (core.so) and returned through the C API via entropic_validation_last_result().

Version
1.9.8

Definition in file validation.h.