OpenFang

活跃
GitHub Rust Apache-2.0

简介

开源 Agent 操作系统,用 Rust 构建,整合 MCP 与多 Agent 运行时能力。

核心特性

  • 7 个预置 Hands:Clip、Lead、Collector、Predictor、Researcher、Twitter、Browser
  • Hands 可按计划自主运行,无需手动提示
  • 137K 行 Rust 代码,1,767+ 测试,零 clippy 警告
  • 单二进制文件部署(~32MB),启动速度 180ms
  • 内置安全防护:浏览器购买审批门控等敏感操作保护
  • 16 种安全系统,支持自定义 HAND.toml 定义新能力包

适用场景

💡 自动化竞品监控和情报收集(Collector Hand)
💡 每日自动发现和评分潜在客户(Lead Hand)
💡 自主内容创作和社交媒体管理(Twitter/Clip Hand)
💡 深度研究和引用报告生成(Researcher Hand)

快速开始

运行安装脚本:curl -fsSL https://openfang.sh/install | sh,然后执行 openfang init && openfang start,仪表盘将在 http://localhost:4200 启动。

相关项目