|
Entropic 2.3.8
Local-first agentic inference engine
|
Context passed through hook user_data. More...
#include <entropic/core/constitutional_validator.h>

Public Attributes | |
| class ConstitutionalValidator * | validator |
| Validator instance. | |
| InferenceInterface * | inference |
| For critique generation. | |
Context passed through hook user_data.
Carries the validator instance and inference interface through the POST_GENERATE hook callback. Allocated once at attach() time.
Definition at line 59 of file constitutional_validator.h.
| InferenceInterface* entropic::ValidationContext::inference |
For critique generation.
Definition at line 61 of file constitutional_validator.h.
| class ConstitutionalValidator* entropic::ValidationContext::validator |
Validator instance.
Definition at line 60 of file constitutional_validator.h.