AGENTS.md@crates/zeph-experiments · git:20260606.583c571 · 2026-06-06 · sha256 ae5d598f5304ddf3
AGENTS.md@crates/zeph-experiments git:20260606.583c571A
Immutable. This exact content is served forever at /api/v1/blob/ae5d598f5304ddf3.
# zeph-experiments Guide Experiment engine for A/B testing adaptive agent behavior and hyperparameter tuning (temperature, top-p, retrieval depth, etc.) via an LLM-as-judge evaluation loop lives here. - Start with crate-local checks: `cargo build -p zeph-experiments`, `cargo nextest run -p zeph-experiments`, `cargo clippy -p zeph-experiments --all-targets -- -D warnings`. - Multi-model: LLM-as-judge and hypothesis scoring expose `*_provider` config fields referencing `[[llm.providers]]` by name — never hardcode a model. - Keep experiment runs reproducible: seed random state, fix dataset splits, and record all config parameters in experiment artifacts. - If user-facing behavior changes, update `crates/zeph-experiments/README.md` and the relevant docs.