A curated catalogue of runnable examples covering providers, tools, sessions, RAG, streaming, and the new composable runtime.
Examples
Each example is a self-contained Rust binary in the examples/ directory of the behest crate. They are designed to be read top-to-bottom; the more interesting ones are organised in layers, building on the primitives from the previous example.
git clone https://github.com/lazhenyi/behest
cd behest
cargo run --example provider_setup --features openai
All examples run on the default features unless their Cargo.toml entry shows a --features flag. Examples that touch network APIs (real_request, run_streaming, event_subscription) require the relevant provider or queue feature to be enabled.