LibreFang

LibreFang 是一个用 Rust 编写的开源 Agent 操作系统。它提供从 Agent 创建、调度、通信到部署的完整生命周期管理——接入 49 个 LLM 驱动,通过 44 个通道适配器连接 Telegram、Discord、Slack、微信等平台,支持 MCP 与 A2A 协议实现 Agent 间协作。

你可以用 CLI 或 Web 仪表板管理 Agent,配置工作流和定时任务,通过 Hands 让 Agent 自主浏览网页、调用 API、执行系统命令。所有操作经过 16 层安全防护,支持 RBAC 权限控制和审计日志。

官网: https://librefang.ai/
部署: https://deploy.librefang.ai/
GitHub: https://github.com/librefang/librefang
Issues: https://github.com/librefang/librefang/issues
Pull Requests: https://github.com/librefang/librefang/pulls
Discord: https://discord.gg/DzTYqAZZmc
Discussions: https://github.com/librefang/librefang/discussions

快速链接


特性

15 个 Hands

Browser、Researcher、Clip、Lead、Collector、Predictor、Creator、DevOps、Trader 等

16 层安全防护

WASM 沙箱、Merkle 哈希链、污点追踪、SSRF 保护

44 个通道适配器

Telegram、Discord、Slack、WhatsApp、Matrix、Email 等

49 个 LLM 驱动

Anthropic、OpenAI、Gemini、Groq、DeepSeek、Ollama 等

MCP & A2A 协议

Model Context Protocol 与 Agent-to-Agent 通信

Rust + WASM

15 个 crates,241K+ 代码行,冷启动 <200ms