AI Skill Hub 强烈推荐:Rivet 是一款优质的Agent工作流。已获得 5.6k 颗 GitHub Star,AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Rivet 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Rivet 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install rivet # 方式二:从源码编译 git clone https://github.com/rivet-dev/rivet cd rivet cargo build --release # 二进制在 ./target/release/rivet
# 查看帮助 rivet --help # 基本运行 rivet [options] <input> # 详细使用说明请查阅文档 # https://github.com/rivet-dev/rivet
# rivet 配置说明 # 查看配置选项 rivet --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export RIVET_CONFIG="/path/to/config.yml"
Built for AI agents, collaborative apps, and durable execution.
Quickstart • Documentation • Changelog • Discord • X
One Actor per agent, per session, per user — state, storage, and networking included.
Rivet provides: - In-memory state — Co-located with compute for instant reads and writes. Persist with SQLite or BYO database. - Runs indefinitely, sleeps when idle — Long-lived when active, hibernates when idle. - Scales infinitely, scales to zero — Supports bursty workloads and is cost-efficient. - Global edge network — Deploy close to your users or in specific legal jurisdictions without complexity.
Actors support: - WebSockets — Real-time bidirectional streaming built in. - Workflows — Multi-step operations with automatic retries. - Queues — Durable message queues for reliable async processing. - Scheduling — Timers and cron jobs within your actor.
RivetKit is a library. Connect it to Rivet Cloud or self-host when you need scaling, fault tolerance, and observability.
Getting Started
|