| Example | Description |
|---|---|
| vLLM Basic | Run a Qwen2.5-7B agent on a local vLLM server in sync, async, and streaming modes. |
| Code Generation | Code generation example with DeepSeek-Coder. |
| DB | Store a vLLM agent’s session history in Postgres and reuse it across turns. |
| Memory | Personalized memory and session summaries with vLLM. |
| Retry | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| vLLM Structured Output | Return a typed MovieScript object from a vLLM agent with a Pydantic output schema. |
| vLLM Tool Use | Build a web search agent using vLLM. |