guardflow 0.1.0

Validators and a retry-until-valid guard for LLM output, in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Contributing

```bash
git clone https://github.com/thaicn1712/guardflow
cd guardflow
cargo test --all-targets --all-features
cargo clippy --all-targets --all-features -- -D warnings
cargo fmt --check
```

All three must pass before a PR is merged — CI runs the same checks. New validators or public API need a test in `tests/`.