AI Skill Hub 强烈推荐:匿名化工作流 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
匿名化工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
匿名化工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:go install(推荐) go install github.com/anonde-io/anonde@latest # 方式二:从源码编译 git clone https://github.com/anonde-io/anonde cd anonde go build -o anonde . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/anonde-io/anonde/releases
# 查看帮助 anonde --help # 基本运行 anonde [options] <input> # 详细使用说明请查阅文档 # https://github.com/anonde-io/anonde
# anonde 配置说明 # 查看配置选项 anonde --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ANONDE_CONFIG="/path/to/config.yml"
<p align="center"> <img src="docs/assets/brand-mark-animated.svg" alt="anonde" width="128" height="128"> </p>
<p align="center"> <strong>Make regulated data safe to use with LLMs.</strong><br> Anonymize before the model sees it. Reveal only where it's allowed.<br> <sub>A developer toolkit for building copilots, RAG, and agents over healthcare, finance, and enterprise data.</sub> </p>
<p align="center"> <a href="https://anonde.io">anonde.io</a> · <a href="https://anonde.io">Live demo</a> · <a href="docs/QUICKSTART.md">Quickstart</a> · <a href="bench/REPORT_MATRIX.md">Benchmarks</a> </p>
<p align="center"> <a href="https://github.com/anonde-io/anonde/actions/workflows/bench.yml"><img src="https://github.com/anonde-io/anonde/actions/workflows/bench.yml/badge.svg" alt="Bench"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache_2.0-blue.svg" alt="License: Apache 2.0"></a> <img src="https://img.shields.io/badge/Go-1.26-00ADD8.svg" alt="Go 1.26"> <img src="https://img.shields.io/badge/image-12MB%20(patterns)%20%7C%20~770MB%20(NER)-2496ED.svg" alt="Image size"> </p>
---
One command, no Go toolchain needed. The patterns-only image is ~12 MB and cold-starts in <1s; the NER image (~770 MB) bakes in GLiNER + libonnxruntime for PERSON / ORG / LOC detection.
```bash
Two ways to run anonde — pick the one that matches how you ship.
docker run --rm -p 8081:8080 ghcr.io/anonde-io/anonde-ner:latest
The same server speaks three transports on one port:
POST /v1/anonymizations, POST /v1/anonymizations/{id}/reveal|detokenize, DELETE /v1/anonymizations/{id}?tenant_id={tenant_id}, POST /v1/synthesize, GET /v1/version. id is optional on create (server mints anon_<hex> if omitted); tenant lives in the request body / query for now and moves to a bearer-token header when auth lands. JSON fields are snake_case on the wire (tenant_id, content_format, anonymized_content, …); inputs also accept the camelCase form so generated gRPC clients work without translation.POST /anonde.v1.Service/<Method>./anonde.v1.Service/<Method> path.Two optional surfaces ride alongside: PDF redaction (POST /v1/anonymizations/pdf, see PDFs & scans) and an OpenAI-compatible proxy (POST /v1/chat/completions, see OpenAI proxy).
Source of truth: proto/anonde/v1/anonde.proto. Regenerate handlers with buf generate. Full round-trip examples (text, JSON, PDF) live in docs/QUICKSTART.md.
client = OpenAI(base_url="http://localhost:8081/v1", api_key="unused") resp = client.chat.completions.create( model="openai/gpt-4o", messages=[{"role": "user", "content": "Email a summary to sarah.chen@acme.example"}], )
高质量的开源AI工作流,保护数据隐私
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,匿名化工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | anonde |
| Topics | anonymizationdata-privacygdprgo |
| GitHub | https://github.com/anonde-io/anonde |
| License | Apache-2.0 |
| 语言 | Go |
收录时间:2026-06-28 · 更新时间:2026-06-28 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端