graphflow-stream 0.3.0

LangGraph's astream_events for graph-flow: token-level streaming for Rust agent graphs
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Contributing

```bash
git clone https://github.com/thaicn1712/graphflow-stream
cd graphflow-stream
cargo test --all-targets
cargo clippy --all-targets -- -D warnings
cargo fmt --check
```

All four must pass before a PR is merged — CI runs the same checks. Keep public API changes covered by an integration test in `tests/integration.rs`.