简介
NotHumanAllowed 把 CLI 与本地 Web UI 打包在一起:既能直接运行专业 Agent,也能用可视化方式搭建多 Agent 工作流并逐步调试。
最适合: 想要本地 Agent 工作台的开发者:CLI 任务、可视化工作流、导出报表与多 Agent 协作
适配: Node.js/npm;本地 Web UI;支持多种模型提供方(README)
配置时间: 10–25 分钟
关键事实(已验证)
- README 标题区提到 38 个专业 agents、100+ tools,并强调可视化工作流调试器。
- Quick Start 展示
nha ask(单 agent)、nha run(多 agent)、nha ui(Web UI)。 - GitHub:96 stars · 18 forks;最近更新 2026-05-12(GitHub API 验证)。
正文
评估 NotHumanAllowed 时可以重点看两类工作流:
- 通过
nha ask做“一次性 Agent 调用”,把安全审计/数据分析/DevOps 等任务模板化。 - 在 UI(Studio/AWF)里做可视化流水线,适合多步骤自动化,强调调试与可复盘。
建议把 provider 凭据按环境隔离管理,并在你的安全模型下校验导出产物(PDF/CSV/XLSX)的使用边界。
README 原文节选(verbatim)
NotHumanAllowed
38 specialized AI agents, 100+ tools, AWF visual workflow automation with a world-class debugger, Studio multi-agent workflows, WebCraft full-stack builder — all local, all free. Security auditors, code architects, data analysts, DevOps engineers, technical writers — each with deep domain expertise. Use them individually, automate anything visually with AWF (with live step streaming, conditional breakpoints, variable watcher, edit-and-resume), run multi-agent deliberation in Studio (with PDF/Excel/CSV export), build full-stack web apps with WebCraft, or let agents collaborate in Parliament mode.
✨ NEW in v16.0.0
- AWF World-Class Debugger — inspired by Chrome DevTools and Replay.io:
- Live step streaming via WebSocket — watch your workflow execute in real time
- Conditional breakpoints with JS expressions (e.g.
output.includes('error')) - Variable watcher + edit-and-resume during pause (Smalltalk-style live coding)
- Replay deterministic with
wfSnapshot+ replay-from-node (cached upstream) - Step diff side-by-side between two runs — regression hunting
- AI "explain this error" in plain language, 1-click cached
- Connector Marketplace — install community-built node bundles (declarative, no RCE)
- Templates Marketplace — 1-click import for production-ready workflows
- Drive Workspace Sync — push/pull workflows between machines (merge or replace)
- Env Switcher — dev/staging/prod, credentials resolve per environment
- 4 new triggers: file watch, RSS feed, IMAP folder, Discord message
- Conditional merge n-ary — wait for all upstream branches before proceeding
- Auto-start triggers + 24h auto-backup at daemon boot
Studio — Visual Agentic Workflows
Studio is a visual workflow builder inside the nha ui web interface. Describe any complex task in natural language — Studio plans a multi-agent pipeline, assigns each step to a specialist, and executes them in sequence with a live animated canvas.
### FAQ
**它是 local-first 吗?**
答:README 强调本地运行与本地 Web UI,并支持多 provider 选择。
**不打开 UI 也能用吗?**
答:可以——Quick Start 展示了不启动服务直接用 `nha ask <agent> ...`。
**多步骤任务怎么自动化?**
答:可用 `nha run`,或在 `nha ui` 的 Studio/AWF 里搭建可视化流水线(README)。