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

# 概述

> 构建多步骤 workflows,在编辑器中测试,发布部署并查看运行历史

当你需要固定流程中的多个模型调用或工具操作时,使用 workflows。

workflow 不同于 prompt、聊天 Agent 和 [Hive Agent](../hive-agents/overview)。当你需要一个可持久运行的自主循环来计划节点、验证输出并重复失败工作时,使用 Hive Agents。

## 本节内容

* [Creating and Editing](./creating-and-editing) - 创建 workflow、添加步骤并配置 **Step settings**
* [Testing and Iteration](./testing-and-iteration) - 在编辑器中运行测试并使用 **Run History**
* [Publishing and Versioning](./publishing-and-versioning) - 保存版本、比较历史并管理 deployments
* [Scheduled Deployments](./scheduled-deployments) - 自动运行已发布 variants
* [Run with API](./run-with-api) - 使用公开 API 调用 workflow deployment
* [Callback Delivery and Webhook Triggers](./async-and-webhooks) - 接收签名 callback 并从 webhook 启动 deployments
* [Run with Python SDK](./run-with-python-sdk) - 从 Python 调用
* [Run with Node.js SDK](./run-with-nodejs-sdk) - 从 Node.js 调用
* [Run with Ruby SDK](./run-with-ruby-sdk) - 从 Ruby 调用
* [Run with PHP SDK](./run-with-php-sdk) - 从 PHP 调用
* [Logs](./logs) - 查看运行、追踪和输出
* [Workflow Steps](./steps/overview) - 浏览可用步骤类型
