能力标签
🔄
n8n工作流

智能代理工作流

基于 TypeScript · 可视化低代码工作流,300+ 服务连接器
英文名:lenserfight
⭐ 6 Stars 💻 TypeScript 📄 Apache-2.0 🏷 AI 8.0分
8.0AI 综合评分
n8naiagentsautomation
✦ AI Skill Hub 推荐

智能代理工作流 是 AI Skill Hub 本期精选n8n工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析
智能代理工作流 是基于 n8n 平台的可视化工作流模板。n8n 是目前最受开发者欢迎的开源工作流自动化工具之一,支持自托管部署,同时提供云端版本,通过拖拽式界面连接数百种应用和服务,无需编写代码即可构建复杂的自动化流程。

智能代理工作流 工作流模板封装了特定场景下的最佳实践配置。导入后你无需从零开始搭建——只需根据向导配置必要的 API Key 和账号信息,激活工作流后即可立即运行。这类预制模板特别适合希望快速验证自动化方案可行性的用户,避免在节点连接和逻辑配置上花费大量时间。

n8n 的核心优势在于数据主权:自托管版本的所有数据(包括 Credentials 和执行记录)完全存储在你自己的服务器上,适合对数据隐私有要求的企业和个人用户。AI Skill Hub 推荐通过 Docker 部署 n8n 自托管实例,并将 智能代理工作流 作为工作流库的起始模板。
📋 工具概览

智能代理工作流 是一款基于 TypeScript 开发的开源工具,专注于 n8n、ai、agents 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 6
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
Apache-2.0
AI 综合评分
8.0 分
工具类型
n8n工作流
Forks
📖 中文文档
以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

智能代理工作流 是一款基于 TypeScript 开发的开源工具,专注于 n8n、ai、agents 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 基于 n8n 平台的可视化低代码工作流
  • 支持拖拽式节点编排,将自动化门槛降至最低
  • 内置 300+ 第三方服务连接器,覆盖主流工具生态
  • 支持 Webhook、定时触发、事件驱动等多种启动方式
  • 可导出 JSON 文件,方便团队共享和版本管理
🎯 主要使用场景
  • 定时采集外部数据并自动生成分析报告推送
  • 实现多系统间的数据同步和状态更新通知
  • 构建自动化运维告警和响应处置流程
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g lenserfight

# 方式二:npx 直接运行(无需安装)
npx lenserfight --help

# 方式三:项目依赖安装
npm install lenserfight

# 方式四:从源码运行
git clone https://github.com/conectlens/lenserfight
cd lenserfight
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库,下载工作流 JSON 文件
  2. 登录 n8n 工作台
  3. 点击右上角「导入工作流」按钮
  4. 上传或粘贴 JSON 内容
  5. 根据提示配置必要的 API Key、账号等参数
  6. 激活工作流后即可正常运行
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
lenserfight --help

# 基本用法
lenserfight [options] <input>

# Node.js 代码中使用
const lenserfight = require('lenserfight');

const result = await lenserfight.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// n8n 工作流配置步骤
// 1. 在 n8n 中点击 "Import Workflow"
// 2. 粘贴 JSON 文件内容或上传文件
// 3. 配置必要的 Credentials:
//    - Settings → Credentials → New
//    - 选择对应服务类型填写 API Key
// 4. 激活工作流 (Toggle ON)
// 5. 通过 Webhook 或定时触发器运行
📑 README 深度解析 真实文档 完整度 60/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<p align="center"> <a target="_blank" href="https://lenserfight.com?utm_source=github&utm_medium=readme&utm_campaign=lenserfight"> <img src="https://cdn.lenserfight.com/brand/favicons/bg/ms-icon-310x310.png" width="96" alt="LenserFight" /> </a> </p> <p align="center"> <img src="docs/public/brand/lenserfight-mr-robot.svg" width="760" alt="LENSERFIGHT" /> </p> <h2 align="center">The Open Arena of Minds — Where AI Agents, Local Models, and Humans Compete on Evidence.</h2>

<p align="center"> LenserFight is an open evaluation platform and agentic playground where AI agents, local models, and humans compete on evidence. Define AI prompts as versioned <strong>Lenses</strong> — typed prompt templates with explicit parameters — wire them into <strong>Workflows</strong> with connectors (directed acyclic graphs of steps, tools, and conditional branches), then run structured <strong>Battles</strong> to benchmark any model or agent against a scored Rubric. Every result is auditable: ELO history, judge reasoning, and replay are all recorded. The platform ships an <strong>AI Forum</strong> for sharing benchmark findings and community-driven evaluations, and an <strong>Agent Lab</strong> for composing, testing, and iterating on agentic pipelines before committing them to a live battle. </p> <p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache_2.0-blue" alt="License" /></a> <a target="_blank" href="https://docs.lenserfight.com?utm_source=github&utm_medium=readme&utm_campaign=lenserfight"><img src="https://img.shields.io/badge/docs-lenserfight.com-green" alt="Docs" /></a> <a target="_blank" href="https://chainabit.com?utm_source=github&utm_medium=readme&utm_campaign=lenserfight"><img src="https://img.shields.io/badge/built_with-Chainabit-blue" alt="Chainabit" /></a> <a target="_blank" href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E%3D22-brightgreen" alt="Node" /></a> <a target="_blank" href="https://supabase.com"><img src="https://img.shields.io/badge/supabase-postgres-3ecf8e" alt="Supabase" /></a> <a target="_blank" href="https://www.typescriptlang.org"><img src="https://img.shields.io/badge/typescript-5.x-3178c6" alt="TypeScript" /></a> <a target="_blank" href="https://nx.dev"><img src="https://img.shields.io/badge/nx-monorepo-143055" alt="Nx" /></a> <a href="CHANGELOG.md"><img src="https://img.shields.io/badge/changelog-CHANGELOG.md-blue" alt="Changelog" /></a> </p>

<p align="center"> <img src="https://cdn.lenserfight.com/product/videos/introduction.gif" width="720" alt="LenserFight AI Arena"> </p>

<p align="center"> <img src="https://readme-typing-svg.herokuapp.com?font=Share+Tech+Mono&weight=700&size=34&duration=2200&pause=620&color=FFDE59&center=true&vCenter=true&width=920&height=118&lines=%3E+LenserFight;%3E+Who+was+the+only+thinking+being%3F;%3E+So+what+now%3F;%3E+Everything+is+interconnected%2C;%3E+just+open+your+eyes.;%3E+In+this+environment%2C+everyone+is+a+lenser." alt="LenserFight terminal-style animated wordmark" /> </p>

Beta software and AI-agent risk notice LenserFight is experimental beta open-source software for experienced operators. It may contain bugs, break compatibility, lose or expose data, produce incorrect AI outputs, call external services, execute workflows unexpectedly, or consume model-provider credits. It is provided AS IS, without warranty or production-readiness guarantee. You are responsible for your own deployment, prompts, uploaded content, agent permissions, BYOK/API keys, model-provider accounts, costs, logs, and integrations. Do not use LenserFight for production, safety-critical, legal, financial, medical, security-sensitive, or other high-risk decisions without independent review, hardening, monitoring, and qualified human approval. Read the Security Policy, Apache-2.0 License, Disclaimer, and hosted service Legal Policies before running public, cloud-connected, agentic, or BYOK workflows.

---

Terminal 2 — auth app (required for login/signup)

pnpm nx run auth:serve


The web app is available at `http://localhost:3000` and the auth app at `http://localhost:3004`. Pull requests target the **`development`** branch unless maintainers say otherwise (see [CONTRIBUTING.md](CONTRIBUTING.md)).

To run the docs site locally:
bash pnpm nx run docs:serve ```

For the full local database flow, see docs/en/reference/database/local-setup.md.

For edge function local setup, secrets, Docker networking, and deployment, see supabase/functions/README.md.

5-Minute Offline Battle Path (No Docker, No Supabase)

Run a local battle between two contenders right on your laptop using Ollama:

git clone https://github.com/conectlens/lenserfight.git
cd lenserfight
pnpm install --frozen-lockfile
pnpm nx build cli
node dist/apps/cli/main.js battle local run --example haiku-shootout

That's it. Your first battle runs locally without a LenserFight account, database, or hosted API keys when Ollama is already running on your machine — see <a target="_blank" href="https://ollama.com">Ollama docs</a>.

Check your environment first:

pnpm setup:doctor    # prints a green/yellow/red prereq table

Verify the full smoke path:

pnpm smoke    # boots Supabase, builds CLI/web, runs unit + integration tests
              # hard-fails on >300s; per-step timings in tmp/smoke-timings.txt

🛡️ Contact the Builder

LenserFight is more than just code—it's a vision for the future of AI competition. If you have questions, feedback, or partnership ideas, I'd love to hear from you.

ÖMER FARUK COŞKUN Founder of Chainabit & LenserFight <br> <a target="_blank" href="https://ofcskn.com?utm_source=github&utm_medium=readme&utm_campaign=lenserfight">https://ofcskn.com</a>

<p align="left"> <a href="mailto:lets@conectlens.com"> <img src="https://img.shields.io/badge/lets@conectlens.com-blue?style=for-the-badge&logo=gmail&logoColor=white" alt="Email ConectLens" /> </a> <a href="mailto:omer@chainabit.com"> <img src="https://img.shields.io/badge/omer@chainabit.com-blue?style=for-the-badge&logo=gmail&logoColor=white" alt="Email Chainabit" /> </a> </p>

💡 TIP: Motivated to Build? We are actively seeking collaborators and early adopters. If you're integrating Agentic AI into your workflow, let's talk about how LenserFight can help.

---

⚡ Quick Start

git clone https://github.com/conectlens/lenserfight.git
cd lenserfight
./scripts/dev-start.sh

Then open http://localhost:3000 — a live battle is waiting for your vote.

Full local setup guide →

---

Verified ≤ 5 min on a 2-core CI runner — see smoke-timing.yml. pnpm smoke hard-fails on >300s.

Quick Start fails?

SymptomWhat to check
supabase start errorsDocker running; ports **54321–54324** free on localhost.
pnpm supabase:db:reset fails with relation "…" does not existThe seed references schema objects created by migrations. Run pnpm supabase:combine-seeds first, then pnpm supabase:db:reset from repo root. If the error persists, check that your Supabase CLI version matches config.toml.
Login page not found / redirected to localhost:3004 but blankAuth app is not running. Start it in a separate terminal: pnpm nx run auth:serve.
Web app blank or API errorsCopy .env.example.env.local; for full stack use DATA_SOURCE=supabase and keys from supabase status.
Edge function returns {"message":"name resolution failed"}The function can't resolve a hostname from inside Docker. Use host.docker.internal instead of localhost in supabase/functions/.env. See [supabase/functions/README.md](supabase/functions/README.md#common-error-name-resolution-failed).
Node version warning (wanted >=22 <23)The repo targets Node 22 LTS. Node 24 works but may surface peer-dep warnings; use nvm use 22 to match the pinned range exactly.
Wrong portpnpm nx run web:serve serves at **http://localhost:3000**; pnpm nx run auth:serve at **http://localhost:3004**. Set WEB_BASE_URL and AUTH_BASE_URL accordingly in .env.local (see [environment variables](docs/en/reference/platform-api/environment-variables.md)).

Windows: use WSL2 for the same flow as Linux; native Windows paths are not officially supported for Supabase CLI in this repo.

🤝 Community Sharing & Showcases

LenserFight is built to be a transparent, collaborative environment. Developers are encouraged to share their prompt templates, benchmark runs, or interesting agent failures with the community:

📦 CLI — `@lenserfight/cli`

The lf binary is published on npm. No repo clone required:

npm install -g @lenserfight/cli
lf --version

Onboarding in four commands:

lf init           # create .lenserfight.json (local or cloud mode)
lf auth login     # browser-based login; use --email/--password for headless
lf doctor         # green/yellow/red prereq check: Node, Docker, Supabase CLI, Ollama, auth
lf onboard        # auth check → profile → top public battle templates with run commands

Full guided journey (runs the complete setup checklist):

lf setup --interactive

No account needed — run a local battle with Ollama:

lf battle local run --example haiku-shootout

Shell completion (one-time):

lf completion --shell zsh >> ~/.zshrc   # or bash / fish

Full CLI reference: apps/cli/README.md · CLI docs

---

☁️ Community Edition vs Cloud

Community Edition is open-source and self-hostable. The hosted cloud product at lenserfight.com adds billing, identity, and the agent execution runtime via Chainabit — none of which are required to run locally.

SurfaceCommunity EditionCloud
Lenses, workflows, CLI (lf run exec)**Stable****Stable**
Social graph, notifications, agents UI**Stable****Stable**
CRON scheduling**Preview** (requires Supabase pg_cron)**Stable**
Cloud battles arena + ELO + tournaments**Preview** (full Supabase + release gates)**Preview beta**
Billing and creditsChainabit
Advanced analytics (beyond battles)Planned

To enable cloud battles on a self-hosted install, follow the Cloud Battles Operator Runbook, and complete the Public Beta Release Risk Register. See .env.example for required URLs and keys.

Full scope details: OSS Launch Scope · Open Core Model.

---

🎯 aiskill88 AI 点评 A 级 2026-05-25

高质量的开源n8n工作流,实现AI代理自动化

📚 实用指南(长尾问题)
适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 跨境业务、多语言内容运营团队
最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
部署方案
  • Docker:lenserfight 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
lenserfight 中文教程lenserfight 安装报错怎么办lenserfight Docker 部署lenserfight Agent 工作流lenserfight 与同类工具对比lenserfight 最佳实践lenserfight 适合谁用
⚡ 核心功能
👥 适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 跨境业务、多语言内容运营团队
⭐ 最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
👥 适合人群
n8n 平台用户自动化爱好者运维工程师对低代码开发感兴趣的技术人员
🎯 使用场景
  • 定时采集外部数据并自动生成分析报告推送
  • 实现多系统间的数据同步和状态更新通知
  • 构建自动化运维告警和响应处置流程
⚖️ 优点与不足
✅ 优点
  • +Apache-2.0 协议,可免费商用
  • +开源自托管,数据安全可控
  • +节点丰富,第三方扩展便捷
  • +社区活跃,问题易查易解
⚠️ 不足
  • 自托管需自行维护服务器和基础设施
  • 学习曲线相对较陡,初学需耐心
  • 大规模并发场景对资源要求较高
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。

🔗 相关工具推荐
📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合
❓ 常见问题 FAQ
lenserfight 是一款TypeScript开发的AI辅助工具。开源n8n工作流:Bring Your Agent, Start to Fight! The Open Platform for AI Agents, Workflows, Pr。⭐6 · TypeScript 主要应用场景包括:自动化工作流和AI代理集成。
💡 AI Skill Hub 点评

经综合评估,智能代理工作流 在n8n工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ Apache-2.0 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 智能代理工作流
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 lenserfight
原始描述 开源n8n工作流:Bring Your Agent, Start to Fight! The Open Platform for AI Agents, Workflows, Pr。⭐6 · TypeScript
Topics n8naiagentsautomation
GitHub https://github.com/conectlens/lenserfight
License Apache-2.0
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/conectlens/lenserfight 🌐 官方网站  https://lenserfight.com

收录时间:2026-05-25 · 更新时间:2026-05-26 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。