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
[]
= "3"
use SequentialFlow;
let pipeline = new
.step_agent
.step_agent
.step_agent;
Available flow types: SequentialFlow, ParallelFlow, LoopFlow,
GraphFlow, TypedSequentialFlow. All implement Flow and can be
nested freely.
Status
3.x — stable.
See docs/SEMVER.md.
License
MIT — see LICENSE.