|
Entropic 2.3.8
Local-first agentic inference engine
|
Constitutional validation types — critique results and violations. More...
#include <string>#include <vector>

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... | |
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().
Definition in file validation.h.