forge-guardrails 0.1.2

Foundation types for an LLM-agent workflow framework
Documentation
1
2
3
4
5
pub(crate) mod hard_negatives;
pub(crate) mod row;

pub(crate) use hard_negatives::write_hard_negatives;
pub(crate) use row::{row_for_result, write_row, ClassifierReport, FinalResponseReport};