> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-docs-scavio-google-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LangDB

> Run LangDB models with basic responses, tools, retries, and structured output.

Browse LangDB examples for responses, tools, retries, structured output, and data analysis.

| Example                                                               | Description                                                                              |
| --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Agent](/examples/models/langdb/agent)                                | Fetch NVDA and TSLA stock prices with YFinance tools through LangDB.                     |
| [LangDB Basic](/examples/models/langdb/basic)                         | Run a Llama 3.1 70B agent through the LangDB gateway with streaming.                     |
| [Data Analyst](/examples/models/langdb/data-analyst)                  | Load an IMDB movie CSV into DuckDB and query it with a LangDB agent.                     |
| [Finance Agent](/examples/models/langdb/finance-agent)                | Summarize stock fundamentals with a YFinance analyst agent on LangDB.                    |
| [Retry](/examples/models/langdb/retry)                                | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| [LangDB Structured Output](/examples/models/langdb/structured-output) | Generate MovieScript objects with LangDB via JSON mode and structured outputs.           |
| [Web Search](/examples/models/langdb/web-search)                      | Answer current-events questions with web search tools through LangDB.                    |
