Llama Cpp

Run agents against a local llama.cpp server serving `ggml-org/gpt-oss-20b-GGUF` at `http://127.0.0.1:8080/v1`.

ExampleDescription
Llama Cpp BasicRun a local GGUF model with LlamaCpp and print sync and streamed responses.
RetryReview retry settings and why invalid model IDs cannot reliably exercise the retry path.
Llama Cpp Structured OutputRequest a MovieScript with JSON Schema and validate the model response locally.
Tool UseGive a local LlamaCpp model web search tools and stream the tool-assisted answer.