Hugging Face

Hugging Face examples for basic and streaming runs, essay generation, retries, and web-search tool use.

ExampleDescription
Hugging Face BasicRun a Hugging Face Mistral 7B agent in sync, async, and streaming modes.
Hugging Face GPT-OSS Essay WriterWrite a 300-word essay on a user topic with GPT-OSS 120B on Hugging Face.
RetryReview retry settings and why invalid model IDs cannot reliably exercise the retry path.
Hugging Face Tool UseAdd web search tools to a GPT-OSS 120B agent on Hugging Face.