klieo-flows 0.38.0

Multi-agent composition shapes (Sequential / Parallel / Loop / Graph) for the klieo agent framework.
Documentation

klieo-flows

Multi-agent composition shapes for the klieo agent framework.

Part of the klieo Rust agent framework.

Features

  • Sequential, Parallel, Loop, and Graph composition of Agent implementations
  • Typed I/O threading between agents in a pipeline
  • Composable — flows are themselves agents and can be nested

Usage

[dependencies]
klieo-flows = "0.36"
use klieo_flows::Sequential;

let pipeline = Sequential::new(vec![step_a, step_b, step_c]);

Status

0.36.x — pre-1.0; patch releases are backward-compatible. See docs/SEMVER.md.

License

MIT — see LICENSE.