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
Agentimplementations - Typed I/O threading between agents in a pipeline
- Composable — flows are themselves agents and can be nested
Usage
[]
= "0.36"
use Sequential;
let pipeline = new;
Status
0.36.x — pre-1.0; patch releases are backward-compatible.
See docs/SEMVER.md.
License
MIT — see LICENSE.