> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ 文档

> ResQ Tactical OS 的操作手册 — 用于自主灾害响应的去中心化动力操作系统。

<div className="resq-hero">
  <p className="resq-eyebrow">// SECTOR A-7 · GRID 042.118</p>
  <h1>当基础设施失效时,启用网状协调。</h1>

  <p>
    ResQ Tactical OS 是用于自主灾害响应的去中心化动力操作系统。无人机机队、
    实时遥测、链上证据、人在回路。这份文档是操作手册 ——
    告诉你如何集成、部署和运行该平台。
  </p>

  <div className="resq-hero-status">
    <span className="resq-pill resq-pill--ok">4 ONLINE</span>
    <span className="resq-pill resq-pill--info">MESH OK</span>
    <span className="resq-pill resq-pill--warn">ZONE ALPHA</span>
    <span className="resq-pill resq-pill--primary">DRN-05 ACTIVE</span>
  </div>
</div>

## 平台 API

两项服务,一个使命。根据负载选择合适的接口。

<CardGroup cols={2}>
  <Card title="Infrastructure API" icon="server" href="/zh/api-reference/introduction">
    事件、证据、区块链锚定、AI 分析,以及 Solana 配送 / 空域操作。
    Rust + Axum。
  </Card>

  <Card title="Coordination API" icon="satellite-dish" href="/zh/api-reference/introduction">
    机队遥测、任务调度、IPFS 存储、故障注入,以及 HITL 审批流程。
    TypeScript + Elysia。
  </Card>
</CardGroup>

## SDK 与集成

跨七大语言生态构建 ResQ。每个仓库都是一个发布多个包的注册中心工作区 ——
按需安装。全部基于 Apache-2.0 开源。

<CardGroup cols={2}>
  <Card title=".NET · dotnet-sdk" icon="hashtag" href="https://github.com/resq-software/dotnet-sdk">
    .NET 9 客户端库 —— 类型化客户端、区块链锚定、Protobuf 协议契约,
    以及仿真测试套件。
  </Card>

  <Card title="Python · pypi" icon="python" href="https://github.com/resq-software/pypi">
    PyPI 工作区。`resq-mcp`(用于 Claude Desktop 与 Cursor 的 FastMCP
    服务器)和 `resq-dsa`(零依赖数据结构)。
  </Card>

  <Card title="Rust · crates" icon="rust" href="https://github.com/resq-software/crates">
    包含 10 个 crate 的工作区。统一的 `resq` CLI,加上 7 个 TUI 工具
    (`health`、`deploy`、`logs`、`perf`、`flame`、`bin`、`clean`),
    共享 TUI 库,以及 `resq-dsa`(`no_std`)。
  </Card>

  <Card title="TypeScript · npm" icon="js" href="https://github.com/resq-software/npm">
    `@resq-sw/*` 作用域。UI 组件库,加上 7 个独立工具 ——
    `dsa`、`http`、`logger`、`security`、`rate-limiting`、`decorators`、`helpers`。
  </Card>

  <Card title="Solana · programs" icon="cube" href="https://github.com/resq-software/programs">
    用于去中心化空域注册和自主配送协调的 Anchor 程序。
    无需许可、链上、可验证。
  </Card>

  <Card title="C++ · vcpkg" icon="code" href="https://github.com/resq-software/vcpkg">
    无人机平台的 vcpkg 端口注册表 —— 共享 DSA、地理工具、结果类型。
  </Card>

  <Card title="3D 可视化 · viz" icon="cubes" href="https://github.com/resq-software/viz">
    Web(Three.js + Cesium)和 Unity 查看器,用于实时机群监控、
    任务回放和可嵌入的可视化。
  </Card>
</CardGroup>

<Card title="浏览所有开发者工具" icon="rocket" href="https://get.resq.software" horizontal>
  使用 `curl -sf https://get.resq.software | sh` 引导任何语言 ——
  或直接跳转到上方任一注册中心。
</Card>

## ResQ 做什么

<CardGroup cols={2}>
  <Card title="协调机队" icon="drone">
    在去中心化网状网络上实时协调无人机机队。
    无云依赖,无单点故障。
  </Card>

  <Card title="锚定证据" icon="link">
    基于 IPFS 与 Solana 的密码学证据链 ——
    每一项操作可审计,每一次交接可证明。
  </Card>

  <Card title="合规运行" icon="user-shield">
    人在回路任务审批(欧盟人工智能法案第 14 条 HITL)
    及许可空域准入,均内置于调度流程之中。
  </Card>

  <Card title="降级运行" icon="signal-bars">
    故障注入、预测告警与网状容错遥测,
    在基础设施部分故障时仍能维持运行。
  </Card>
</CardGroup>

## ResQ 生态

<CardGroup cols={3}>
  <Card title="平台" icon="globe" href="https://resq.software">
    产品概览、用例与协议。
  </Card>

  <Card title="研究" icon="flask" href="https://research.resq.software">
    工作论文、技术备忘录与现场报告。
  </Card>

  <Card title="Changelog" icon="list" href="https://resq.software/changelog">
    平台发布与协议更新。
  </Card>

  <Card title="博客" icon="newspaper" href="https://resq.software/blog">
    工程与操作员故事。
  </Card>

  <Card title="状态" icon="signal-bars" href="https://status.resq.software">
    实时服务健康。
  </Card>

  <Card title="联系" icon="envelope" href="mailto:contact@resq.software">
    与团队对话。
  </Card>
</CardGroup>
