LLM review¶
LLMReview¶
- class pysyrev.LLMReview(text_inputs, reviewers, workflow_schema, export, decision_rule, batch_size, api_pause, sample_size, doc_dataset)[source]¶
Bases:
objectRuntime LLM review pipeline.
Attributes mirror what ReviewConfig describes, plus the few derived runtime objects (reviewers, workflow_schema). Use from_config to build it from a parsed ReviewConfig — direct construction is also supported for tests or programmatic use.
- Parameters:
- export: ReviewExportConfig¶
- classmethod from_config(config)[source]¶
Build an LLMReview from a parsed ReviewConfig.
- Return type:
- Parameters:
config (ReviewConfig)