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

<div class="home-page mx-auto max-w-8xl px-0 lg:px-5" style={{ paddingBottom: "8rem" }}>
  <div class="mdx-content prose prose-gray dark:prose-invert mx-4 pt-10">
    <h1 class="flex whitespace-pre-wrap group font-semibold text-2xl sm:text-3xl mt-8">文档</h1>

    LangChain 是智能体工程的平台。Clay、Rippling、Cloudflare、Workday 等公司的 AI 团队都信赖 LangChain 的产品来构建可靠的智能体。

    <h2 class="flex whitespace-pre-wrap group font-semibold">LangSmith</h2>

    [**LangSmith**](/langsmith/home) 是一个帮助 AI 团队利用实时生产数据进行持续测试和改进的平台。LangSmith 提供：

    <CardGroup cols={4}>
      <Card title="可观测性" href="/langsmith/observability" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/observability-icon-dark.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=a5ea23e3bf9ca95c33f73f9b2c93339d" cta="了解更多" width="200" height="200" data-path="images/brand/observability-icon-dark.png">
        通过详细的追踪和聚合趋势指标，精确了解您的智能体如何思考和行动。
      </Card>

      <Card title="评估" href="/langsmith/evaluation" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/evaluation-icon-dark.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=cad82ca2a338aef0fda534c4b2e4a6f0" cta="了解更多" width="200" height="200" data-path="images/brand/evaluation-icon-dark.png">
        在生产数据或离线数据集上测试和评分智能体行为，以持续提升性能。
      </Card>

      <Card title="提示词工程" href="/langsmith/prompt-engineering" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/prompt-engineering-icon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=a3a03c2e736306d45b6bf55d30f1f21c" cta="了解更多" width="200" height="200" data-path="images/brand/prompt-engineering-icon.png">
        利用版本控制、提示词优化和协作功能迭代提示词。
      </Card>

      <Card title="部署" href="/langsmith/deployment" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/deployment-icon-dark.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=3b88c161a1ecff6713c623bfa4f2d6f0" cta="了解更多" width="200" height="200" data-path="images/brand/deployment-icon-dark.png">
        使用专为长时间运行任务构建的可扩展基础设施，一键部署您的智能体。
      </Card>
    </CardGroup>

    <Callout icon="shield-lock" color="#4F46E5" iconType="regular">
      LangSmith 符合 HIPAA、SOC 2 Type 2 和 GDPR 标准，满足最高的数据安全和隐私要求。[与我们的团队联系](https://www.langchain.com/contact-sales) 了解更多信息，或访问我们的 [信任中心](https://trust.langchain.com/)。
    </Callout>

    <h2 class="flex whitespace-pre-wrap group font-semibold">LangSmith Fleet</h2>

    <Card title="Fleet" href="/langsmith/fleet/index" icon="https://mintcdn.com/other-405835d4/agS8-xZoA1Gortud/images/brand/fleet-icon-dark.png?fit=max&auto=format&n=agS8-xZoA1Gortud&q=85&s=fa6221e4ce10b43a85b44b00e59f9371" cta="了解更多" width="203" height="203" data-path="images/brand/fleet-icon-dark.png">
      无需编码即可创建有用的 AI 智能体。从模板开始，连接您的账户，让智能体处理日常工作，同时您保持控制权。
    </Card>

    <h2 class="flex whitespace-pre-wrap group font-semibold">开源智能体框架</h2>

    <Tabs>
      <Tab title="Python" icon="brand-python">
        <CardGroup cols={3}>
          <Card title="Deep Agents (Python)" href="/oss/python/deepagents/overview" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/deep-agents-icon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=ab3738d504b4202ea704d241ccdec28c" cta="了解更多" width="195" height="195" data-path="images/brand/deep-agents-icon.png">
            快速构建能够处理任何任务的智能体。
          </Card>

          <Card title="LangChain (Python)" href="/oss/python/langchain/overview" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/langchain-icon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=3377e4992cfffbfbbe06886b192014b1" cta="了解更多" width="195" height="195" data-path="images/brand/langchain-icon.png">
            自定义智能体的构建模块。
          </Card>

          <Card title="LangGraph (Python)" href="/oss/python/langgraph/overview" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/langgraph-icon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=4fe8f4c70fe7b1ddc099d7d83148a043" cta="了解更多" width="195" height="195" data-path="images/brand/langgraph-icon.png">
            通过底层编排、记忆和人在回路支持，控制自定义智能体的每一步。
          </Card>
        </CardGroup>
      </Tab>

      <Tab title="TypeScript" icon="brand-typescript">
        <CardGroup cols={3}>
          <Card title="Deep Agents (TypeScript)" href="/oss/javascript/deepagents/overview" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/deep-agents-icon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=ab3738d504b4202ea704d241ccdec28c" cta="了解更多" width="195" height="195" data-path="images/brand/deep-agents-icon.png">
            快速构建能够处理任何任务的智能体。
          </Card>

          <Card title="LangChain (TypeScript)" href="/oss/javascript/langchain/overview" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/langchain-icon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=3377e4992cfffbfbbe06886b192014b1" cta="了解更多" width="195" height="195" data-path="images/brand/langchain-icon.png">
            自定义智能体的构建模块。
          </Card>

          <Card title="LangGraph (TypeScript)" href="/oss/javascript/langgraph/overview" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/langgraph-icon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=4fe8f4c70fe7b1ddc099d7d83148a043" cta="了解更多" width="195" height="195" data-path="images/brand/langgraph-icon.png">
            通过底层编排、记忆和人在回路支持，控制自定义智能体的每一步。
          </Card>
        </CardGroup>
      </Tab>
    </Tabs>

    <h2 class="flex whitespace-pre-wrap group font-semibold">开始使用</h2>

    <CardGroup cols={4}>
      <Card title="使用 LangChain 构建您的第一个智能体" icon="settings" href="/oss/python/langchain/quickstart" cta="开始使用" />

      <Card title="注册 LangSmith" icon="tools" href="https://smith.langchain.com/" cta="试用 LangSmith" />

      <Card title="使用 LangGraph 构建高级智能体" icon="robot" href="/oss/python/langgraph/quickstart" cta="开始使用" />

      <Card title="加入 LangChain 学院" icon="school" href="https://academy.langchain.com/" cta="开始使用" />
    </CardGroup>

    <h2 class="flex whitespace-pre-wrap group font-semibold">其他资源</h2>

    <CardGroup cols={4}>
      <Card title="社区论坛" icon="messages" href="https://forum.langchain.com/" cta="加入">
        提问、分享解决方案并讨论最佳实践。
      </Card>

      <Card title="社区 Slack" icon="brand-slack" href="https://www.langchain.com/join-community" cta="加入">
        与其他构建者联系并获得快速帮助。
      </Card>

      <Card title="支持门户" icon="message-circle-question" href="https://support.langchain.com/" cta="访问">
        提交工单并跟踪支持请求。
      </Card>

      <Card title="LangSmith 状态" icon="tools" href="https://status.smith.langchain.com/" cta="查看">
        LangSmith 服务和 API 的实时状态。
      </Card>
    </CardGroup>
  </div>
</div>
