经 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>
Official Edgee CLI — route your coding agents through Edgee and take control of token spend.
---
Coding agents are the fastest-growing line item in most engineering budgets — and the least visible one. Edgee is an Agent Gateway: it sits between your agents and the LLM providers, and intercepts, routes, compresses, meters, and secures every request. No code change in your projects, no change to how your agents work.
This repository ships the edgee command-line tool. Install it, sign in, and launch your coding agent — Claude Code, Codex, Cursor, VS Code + Copilot, and more. Setup takes about five minutes.
The production gateway (routing, compression, metering, billing, observability) is operated by Edgee and is not built from this repo. Self-hosting is not supported here.
<img width="2515" height="1422" alt="illustration" src="https://github.com/user-attachments/assets/4ca2fdc1-ffe2-4f7f-8db1-4e527bb1fc4d" />
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.
Sign in after install:
edgee auth login
---
Real-time visibility into token consumption and compression savings per session, via edgee stats and the Claude Code statusline. Team-wide cost and usage reporting lives in the Edgee console.
---
| 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. |
EDGEE_NO_UPDATE_CHECK | unset | Set to 1 to skip the background check for a newer CLI release. |
---
edgee launch copilot-vscode
高质量的开源AI工作流网关
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:Edgee 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | edgee |
| 原始描述 | 开源AI工作流:Open-source AI gateway written in Rust, with token compression for Claude Code, 。⭐94 · Rust |
| 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 类型,复制安装指令后粘贴到对应客户端