经 AI Skill Hub 精选评估,Edgee 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
Edgee 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Edgee 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install edgee # 方式二:从源码编译 git clone https://github.com/edgee-ai/edgee cd edgee cargo build --release # 二进制在 ./target/release/edgee
# 查看帮助 edgee --help # 基本运行 edgee [options] <input> # 详细使用说明请查阅文档 # https://github.com/edgee-ai/edgee
# edgee 配置说明 # 查看配置选项 edgee --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export EDGEE_CONFIG="/path/to/config.yml"
<p align="center"> <a href="https://www.edgee.ai"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.edgee.ai/img/logo-white.svg"> <img src="https://cdn.edgee.ai/img/logo-black.svg" height="50" alt="Edgee"> </picture> </a> </p>
Open-source LLM gateway written in Rust. Route, observe, and compress your AI traffic.
---
Edgee is a lightweight LLM gateway that sits between your application and AI providers. It gives you a single control point for routing, observability, and cost optimization, without changing your existing code.
Think of it as an open-source alternative to LiteLLM or OpenRouter, written in Rust for speed and low resource usage, with a built-in token compression engine that reduces your AI costs automatically.
<img width="1997" height="807" alt="ai-gateway-horizontal-light" src="https://github.com/user-attachments/assets/d68ff91d-a488-428e-b99d-f4e1c3ef9242" />
macOS / Linux (curl)
curl -fsSL https://edgee.ai/install.sh | bash
Homebrew (macOS)
brew install edgee-ai/tap/edgee
Windows (PowerShell)
irm https://edgee.ai/install.ps1 | iex
Installs to %LOCALAPPDATA%\Programs\edgee\. You can override the directory with $env:INSTALL_DIR before running.
---
| Tool | Setup command | Status |
|---|---|---|
| Claude Code | edgee launch claude | ✅ Supported |
| Codex | edgee launch codex | ✅ Supported |
| Opencode | edgee launch opencode | ✅ Supported |
| Crush | edgee launch crush | ✅ Supported |
| Cursor | edgee launch cursor | 🔜 Coming soon |
| Any OpenAI-compatible client | edgee serve | ✅ Supported |
---
Real-time visibility into token consumption, compression savings, and cost per request.
---
| Variable | Default | Purpose |
|---|---|---|
EDGEE_STATUSLINE_TIMEOUT_MS | 2000 | Total timeout for the wrap merge (Edgee + wrapped command). |
EDGEE_STATUSLINE_SEPARATOR | " │ " | String inserted between Edgee's segment and the wrapped output. |
EDGEE_STATUSLINE_POSITION | left | Either left (Edgee on the left, wrapped truncated on the right; recommended) or right. |
EDGEE_STATUSLINE_PASS_STDERR | unset | Set to 1 to forward the wrapped command's stderr to the terminal (off by default). |
EDGEE_STATUSLINE_MIN_WRAPPED_WIDTH | 10 | When the wrapped budget falls below this many cells, drop the wrapped output rather than show a stub. |
EDGEE_NO_AUTO_OVERLAY | unset | Set to 1 to make edgee statusline claude fix print the suggested overlay instead of writing it (for users who manage .claude via dotfiles). |
EDGEE_SILENCE_CONFLICT_WARNING | unset | Set to 1 to silence the SessionStart warning. Per-user via shell env, or per-project via .claude/settings.local.json's env block. |
---
高质量的开源AI工作流网关
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:Edgee 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | edgee |
| Topics | AIRust工作流令牌压缩 |
| GitHub | https://github.com/edgee-ai/edgee |
| License | Apache-2.0 |
| 语言 | Rust |
收录时间:2026-06-26 · 更新时间:2026-06-26 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端