Tutorials
These lessons take you from an empty project to a working beet program, one small step at a time. They are meant to be followed in order and typed out as you go.
Every tutorial assumes a recent nightly Rust toolchain and starts from a fresh binary crate. Each one tells you which beet features to enable as you go.
- A first behavior builds a behavior tree and runs it.
- Speak every interface serves the same route over the command line and HTTP.
- Your first agent holds a short conversation with an LLM.
Once you have a feel for the moving parts, the Crates section explains how they fit together.