forge-guardrails 0.1.2

Foundation types for an LLM-agent workflow framework
Documentation
1
2
3
4
5
6
7
8
9
# Runnable Binaries Module

This directory contains executable entrypoints for run-time utilities, local evaluations, and proxy daemons.

## Sub-Binaries & File Roles

- [download-classifier.rs]file:///Users/whit3rabbit/Documents/GitHub/forge-rs/src/bin/download-classifier.rs: CLI utility to pull verifier checkpoints, ONNX classifier models, and calibration thresholds from the Hugging Face Hub.
- [forge-eval/]file:///Users/whit3rabbit/Documents/GitHub/forge-rs/src/bin/forge-eval: Local benchmark framework. Runs scenarios (`basic_2step`, `sequential_3step`, `error_recovery`, and optionally compaction chains) and measures accuracy, latency, and success rates.
- [forge-guardrails-proxy/]file:///Users/whit3rabbit/Documents/GitHub/forge-rs/src/bin/forge-guardrails-proxy: The production proxy application daemon. Spawns endpoints implementing Anthropic/OpenAI specifications, translating models and checking safety pipelines.