klieo-spec
Generic decompose / critique / refine traits and a quality loop runner.
Part of the klieo Rust agent framework.
Features
Decomposer<I, O>,Critic<T>, andRefiner<T>traits for iterative quality loopsQualityLoop: bounded-iteration runner with convergence check and telemetry- Domain-agnostic — plug any decomposer, critic, and refiner
Usage
[]
= "0.38"
use QualityLoop;
let result = new
.max_iterations
.run
.await?;
Status
0.38.x — pre-1.0; patch releases are backward-compatible.
See docs/SEMVER.md.
License
MIT — see LICENSE.