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

# AI Agents

> 在 Venice 上构建私有 AI agent —— 通过单一 API 集成编码工具、MCP 宿主、agent 框架、Venice Skills 以及链上加密工作流。

使用 Venice 构建 agent —— 借助私有、兼容 OpenAI 的模型、媒体端点、工具访问和基于钱包的支付。

<CardGroup cols={2}>
  <Card title="Agent 应用" icon="robot" href="#agent-apps">
    OpenClaw、Hermes Agent、NanoClaw 和 Jan AI。
  </Card>

  <Card title="编码 agent" icon="terminal" href="#coding-agents">
    Claude Code、Cursor、OpenCode 和 Codex CLI。
  </Card>

  <Card title="MCP + Skills" icon="plug" href="#tools-and-skills">
    运行时工具、端点指引和生产实战手册。
  </Card>

  <Card title="自主 agent" icon="link" href="#autonomous-and-framework-agents">
    x402 钱包身份验证、Crypto RPC、自主密钥和 agent 框架。
  </Card>
</CardGroup>

## Agent 应用

<CardGroup cols={3}>
  <Card title="OpenClaw" icon="message" href="/guides/integrations/openclaw-bot">
    将 Venice 连接到 WhatsApp、Telegram、Discord、iMessage、Slack 等。
  </Card>

  <Card title="Hermes Agent" icon="brain" href="/guides/integrations/hermes-agent">
    具备记忆、skills 和 Venice 模型的自托管 agent。
  </Card>

  <Card title="NanoClaw" icon="mobile-screen" href="/guides/integrations/nanoclaw-venice">
    由 Venice 驱动的轻量级 WhatsApp 和 Telegram 助手。
  </Card>

  <Card title="Jan AI" icon="desktop" href="/guides/integrations/jan-ai">
    在 Jan 的本地 AI 助手中使用 Venice 模型。
  </Card>
</CardGroup>

## 编码 agent

<CardGroup cols={3}>
  <Card title="Claude Code" icon="terminal" href="/guides/integrations/claude-code">
    在 Claude Code 中使用 Venice 托管的 Claude 模型。
  </Card>

  <Card title="Cursor" icon="code" href="/guides/integrations/cursor">
    通过 `venice-` 模型前缀将 Venice 模型添加到 Cursor。
  </Card>

  <Card title="OpenCode" icon="terminal" href="/guides/integrations/opencode">
    将 Venice 添加为兼容 OpenAI 的自定义提供商。
  </Card>

  <Card title="Codex CLI" icon="square-terminal" href="/guides/integrations/codex-cli">
    将 Codex CLI 指向 Venice 兼容 OpenAI 的端点。
  </Card>
</CardGroup>

## 工具和 skills

<CardGroup cols={3}>
  <Card title="Venice MCP Server" icon="plug" href="/guides/integrations/venice-mcp">
    将聊天、图像、视频、音频、音乐、embeddings 等暴露为 MCP 工具。
  </Card>

  <Card title="Venice Skills" icon="screwdriver-wrench" href="/guides/integrations/venice-skills">
    为 agent 提供与 API 规范同步的端点专属指令。
  </Card>

  <Card title="Video Harness" icon="video" href="/guides/integrations/venice-video-harness">
    使用 agent 实战手册进行可重复的 Venice 视频生产。
  </Card>
</CardGroup>

## 自主与框架 agent

<CardGroup cols={3}>
  <Card title="为 Agent 提供 Crypto RPC" icon="link" href="/guides/integrations/crypto-rpc-agents">
    通过一份凭证为 agent 提供推理和链上访问。
  </Card>

  <Card title="x402 钱包身份验证" icon="wallet" href="/guides/integrations/x402-venice-api">
    让 agent 使用 Base 或 Solana 的 USDC 支付 Venice 费用。
  </Card>

  <Card title="自主 API 密钥" icon="key" href="/guides/getting-started/generating-api-key-agent">
    从已质押 VVV 的钱包铸造 API 密钥。
  </Card>

  <Card title="LangChain" icon="link" href="/guides/integrations/langchain">
    在 Venice 模型上构建 chain 和 agent。
  </Card>

  <Card title="Vercel AI SDK" icon="triangle" href="/guides/integrations/vercel-ai-sdk">
    通过 AI SDK 流式调用 Venice 模型。
  </Card>

  <Card title="CrewAI" icon="users" href="/guides/integrations/crewai">
    以 Venice 为模型提供商运行多 agent 协作团队。
  </Card>
</CardGroup>
