AI Skill Hub 推荐使用:智能代理 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
智能代理 是一款基于 Rust 开发的开源工具,专注于 ai-gateway、dlp、rust 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
智能代理 是一款基于 Rust 开发的开源工具,专注于 ai-gateway、dlp、rust 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:cargo install(推荐) cargo install grob # 方式二:从源码编译 git clone https://github.com/azerozero/grob cd grob cargo build --release # 二进制在 ./target/release/grob
# 查看帮助 grob --help # 基本运行 grob [options] <input> # 详细使用说明请查阅文档 # https://github.com/azerozero/grob
# grob 配置说明 # 查看配置选项 grob --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export GROB_CONFIG="/path/to/config.yml"
<p align="center"> <h1 align="center">Grob</h1> <p align="center"> <strong>Your LLM traffic leaks data. Grob stops it.</strong> </p> <p align="center"> The only LLM proxy with built-in DLP, written in Rust, deployable air-gapped. </p> <p align="center"> <a href="https://github.com/azerozero/grob/actions/workflows/ci.yml"><img src="https://github.com/azerozero/grob/actions/workflows/ci.yml/badge.svg" alt="CI"></a> <a href="https://github.com/azerozero/grob/releases"><img src="https://img.shields.io/github/v/release/azerozero/grob" alt="Release"></a> <a href="https://github.com/azerozero/grob/releases"><img src="https://img.shields.io/github/downloads/azerozero/grob/total" alt="Downloads"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue.svg" alt="License: AGPL-3.0"></a> </p> </p>
---
Grob is a high-performance LLM routing proxy that sits between your AI tools and your providers. It redacts secrets before they reach the API, fails over transparently when a provider goes down, and fits in a 6 MB container with zero dependencies.
~90 µs pure overhead with full DLP + routing + caching + rate limiting -- 40x faster than LiteLLM, every feature measured individually.
cargo build
cargo run -- start
With Homebrew (macOS / Linux):
brew install azerozero/tap/grob
Without Homebrew (Linux / CI):
curl -fsSL https://raw.githubusercontent.com/azerozero/grob/main/scripts/install.sh | sh
Then:
grob setup # interactive wizard — picks providers + auth
grob exec -- claude
That's it. Grob auto-starts, routes traffic, and stops when your tool exits.
[[providers]]
name = "anthropic"
provider_type = "anthropic"
auth_type = "oauth"
oauth_provider = "anthropic-max"
[[providers]]
name = "openrouter"
provider_type = "openrouter"
api_key = "$OPENROUTER_API_KEY"
[[models]]
name = "default"
[[models.mappings]]
provider = "anthropic"
actual_model = "claude-sonnet-4-6"
priority = 1
[[models.mappings]]
provider = "openrouter"
actual_model = "openai/gpt-5"
priority = 2
[router]
default = "default"
think = "claude-opus-thinking"
[server]
port = 13456
See Configuration Reference for all options.
```
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,智能代理 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | grob |
| 原始描述 | 开源AI工具:LLM proxy with built-in DLP and regulatory compliance. Redacts secrets before th。⭐17 · Rust |
| Topics | ai-gatewaydlprust |
| GitHub | https://github.com/azerozero/grob |
| License | NOASSERTION |
| 语言 | Rust |
收录时间:2026-05-31 · 更新时间:2026-06-01 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。