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

# 示例画廊

> 探索 Agno 示例画廊，展示从单智能体任务到复杂多智能体工作流的各种内容。

欢迎来到 Agno 示例画廊！在这里，您将发现展示**单智能体任务**到复杂**多智能体工作流**的各种示例。您可以：

* 单独运行示例
* 克隆整个 [AI 菜谱](https://github.com/agno-agi/agno/tree/main/cookbook)

有有趣的示例想分享吗？请考虑为我们不断壮大的收藏做出[贡献](https://github.com/agno-agi/agno-docs)。

## 开始之前

如果您是刚开始，请遵循[入门指南](/examples/getting-started)进行分步教程。示例会循序渐进地引入新概念和功能。

## 用例

使用 Agno 构建真实世界的应用程序。

<CardGroup cols={3}>
  <Card title="简单智能体" icon="user-astronaut" iconType="duotone" href="/examples/agents">
    用于网页抓取、数据处理、财务分析等的简单智能体。
  </Card>

  <Card title="高级工作流" icon="diagram-project" iconType="duotone" href="/examples/workflows">
    用于创建博客文章、投资报告等的先进工作流。
  </Card>

  <Card title="全栈应用程序" icon="brain-circuit" iconType="duotone" href="/examples/applications">
    类似 LLM OS 的全栈应用程序，附带 UI、数据库等。
  </Card>
</CardGroup>

## 智能体概念

通过详细示例探索智能体概念。

<CardGroup cols={3}>
  <Card title="多模态" icon="image" iconType="duotone" href="/examples/concepts/multimodal">
    学习如何使用多模态智能体
  </Card>

  <Card title="RAG" icon="book-bookmark" iconType="duotone" href="/examples/concepts/rag">
    学习如何使用智能体 RAG
  </Card>

  <Card title="知识" icon="brain-circuit" iconType="duotone" href="/examples/concepts/knowledge">
    为您的智能体添加特定领域知识
  </Card>

  <Card title="异步" icon="bolt" iconType="duotone" href="/examples/concepts/async">
    异步运行智能体
  </Card>

  <Card title="混合搜索" icon="magnifying-glass-plus" iconType="duotone" href="/examples/concepts/hybrid-search">
    结合语义搜索和关键词搜索
  </Card>

  <Card title="记忆" icon="database" iconType="duotone" href="/examples/concepts/memory">
    让智能体记住过去的对话
  </Card>

  <Card title="工具" icon="screwdriver-wrench" iconType="duotone" href="/examples/concepts/tools">
    使用数百种工具扩展您的智能体
  </Card>

  <Card title="存储" icon="hard-drive" iconType="duotone" href="/examples/concepts/storage">
    将智能体对话存储在数据库中
  </Card>

  <Card title="向量数据库" icon="database" iconType="duotone" href="/examples/concepts/vectordb">
    将知识存储在向量数据库中
  </Card>

  <Card title="嵌入器" icon="database" iconType="duotone" href="/examples/concepts/embedders">
    将文本转换为嵌入，以便存储在向量数据库中
  </Card>
</CardGroup>

## 模型

通过 Agno 探索不同的模型。

<CardGroup cols={3}>
  <Card title="OpenAI" icon="network-wired" iconType="duotone" href="/examples/models/openai">
    使用 OpenAI GPT 模型的示例
  </Card>

  <Card title="Ollama" icon="laptop-code" iconType="duotone" href="/examples/models/ollama">
    在本地使用 Ollama 模型的示例
  </Card>

  <Card title="Anthropic" icon="network-wired" iconType="duotone" href="/examples/models/anthropic">
    使用 Claude 等 Anthropic 模型的示例
  </Card>

  <Card title="Cohere" icon="brain-circuit" iconType="duotone" href="/examples/models/cohere">
    使用 Cohere Command 模型的示例
  </Card>

  <Card title="DeepSeek" icon="circle-nodes" iconType="duotone" href="/examples/models/deepseek">
    使用 DeepSeek 模型的示例
  </Card>

  <Card title="Gemini" icon="google" iconType="duotone" href="/examples/models/gemini">
    使用 Google Gemini 模型的示例
  </Card>

  <Card title="Groq" icon="bolt" iconType="duotone" href="/examples/models/groq">
    使用 Groq 快速推理的示例
  </Card>

  <Card title="Mistral" icon="wind" iconType="duotone" href="/examples/models/mistral">
    使用 Mistral 模型的示例
  </Card>

  <Card title="Azure" icon="microsoft" iconType="duotone" href="/examples/models/azure">
    使用 Azure OpenAI 的示例
  </Card>

  <Card title="Fireworks" icon="sparkles" iconType="duotone" href="/examples/models/fireworks">
    使用 Fireworks 模型的示例
  </Card>

  <Card title="AWS" icon="aws" iconType="duotone" href="/examples/models/aws">
    使用 Amazon Bedrock 的示例
  </Card>

  <Card title="Hugging Face" icon="face-awesome" iconType="duotone" href="/examples/models/huggingface">
    使用 Hugging Face 模型的示例
  </Card>

  <Card title="NVIDIA" icon="microchip" iconType="duotone" href="/examples/models/nvidia">
    使用 NVIDIA 模型的示例
  </Card>

  <Card title="Nebius" icon="people-group" iconType="duotone" href="/examples/models/nebius">
    使用 Nebius AI 模型的示例
  </Card>

  <Card title="Together" icon="people-group" iconType="duotone" href="/examples/models/together">
    使用 Together AI 模型的示例
  </Card>

  <Card title="xAI" icon="brain-circuit" iconType="duotone" href="/examples/models/xai">
    使用 xAI 模型的示例
  </Card>
</CardGroup>
