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

# 产品介绍

> 了解 Agent Runtime 如何把 Agent 定义转换为 HTTP 与 SSE 服务。

# 概述

Agent Runtime 是 Zerone 的服务执行层。它加载 YAML 或 TypeScript Agent 定义，并通过 REST、SSE token 流、SSE block 流和阻塞 JSON 对外提供统一接口。

Runtime 基于 Agent SDK，负责会话、subagent、文件浏览、用量指标和传输层生命周期。Hub 可以部署并管理 Runtime；其他客户端也可以直接调用 Runtime。

## 何时使用

* 需要让浏览器、CLI 或服务通过 HTTP 调用 Agent。
* 需要统一的流式协议与会话接口。
* 希望把 Agent 执行隔离在容器或独立进程中。

如果 Agent 只在 Node.js 应用内部运行，可直接使用 [Agent SDK](/zh/sdk/introduction)。

[在 GitHub 查看 Agent Runtime](https://github.com/zerone-agents/agent-runtime)
