# NotHumanAllowed — Visual Agent Workflows + CLI > Local-first agent workstation: run specialized agents via `nha` CLI and automate multi-step flows in a visual UI with debugging. ## Install Copy the content below into your project: ## Quick Use ```bash npm install -g nothumanallowed # Configure provider + key (README shows examples) nha config set provider anthropic nha config set key sk-***REDACTED*** # Run a single agent nha ask saber "Audit this Express app for OWASP Top 10" # Open the UI nha ui ``` ## Intro NotHumanAllowed bundles a CLI and a local web UI for running specialized agents and building visual multi-agent workflows with step-by-step debugging. **Best for:** Builders who want a local agent workstation: CLI tasks, visual workflows, exports, and multi-agent deliberation **Works with:** Node.js/npm; local web UI; supports multiple LLM providers (README) **Setup time:** 10–25 minutes ### Key facts (verified) - README headline states 38 specialized agents, 100+ tools, and a visual workflow debugger. - Quick Start section shows `nha ask` (single agent), `nha run` (multi-agent), and `nha ui` (web UI). - GitHub: 96 stars · 18 forks; pushed 2026-05-12 (GitHub API verified). ## Main If you evaluate NotHumanAllowed, focus on two workflows: 1) “One-shot agent calls” via `nha ask` for repeatable audits (security, data analysis, DevOps). 2) Visual pipelines in the UI (Studio/AWF) for multi-step automations, where debugging and replay matter. Treat any provider credentials as environment-scoped, and validate export outputs (PDF/CSV/XLSX) in your security model. ### README excerpt (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 ## Quick Start ```bash # Install globally npm install -g nothumanallowed # Configure your LLM provider (or use Liara free — no API key needed) nha config set provider anthropic nha config set key sk-ant-api03-YOUR_KEY # Ask a single agent directly (no server, instant response) nha ask saber "Audit this Express app for OWASP Top 10" nha ask oracle "Analyze this dataset" --file data.csv # Run multi-agent deliberation nha run "Design a Kubernetes deployment for a 10K RPS API" # Open the web UI with Studio, Chat, Email, Calendar, Drive, Tasks and more nha ui ``` ## 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 **Q: Is it local-first?** A: README emphasizes local execution and a local web UI, with multiple provider options. **Q: Can I run a single agent without the UI?** A: Yes—Quick Start shows `nha ask ...` without starting the server. **Q: How do I automate multi-step tasks?** A: Use `nha run` or build pipelines in Studio/AWF inside `nha ui` (README). ## Source & Thanks > Source: https://github.com/adoslabsproject-gif/nothumanallowed > License: MIT > GitHub stars: 96 · forks: 18 --- ## 快速使用 ```bash npm install -g nothumanallowed # 配置 provider + key(README 有示例) nha config set provider anthropic nha config set key sk-***REDACTED*** # 直接调用单个 agent nha ask saber "Audit this Express app for OWASP Top 10" # 打开 Web UI nha ui ``` ## 简介 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 时可以重点看两类工作流: 1) 通过 `nha ask` 做“一次性 Agent 调用”,把安全审计/数据分析/DevOps 等任务模板化。 2) 在 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 ## Quick Start ```bash # Install globally npm install -g nothumanallowed # Configure your LLM provider (or use Liara free — no API key needed) nha config set provider anthropic nha config set key sk-ant-api03-YOUR_KEY # Ask a single agent directly (no server, instant response) nha ask saber "Audit this Express app for OWASP Top 10" nha ask oracle "Analyze this dataset" --file data.csv # Run multi-agent deliberation nha run "Design a Kubernetes deployment for a 10K RPS API" # Open the web UI with Studio, Chat, Email, Calendar, Drive, Tasks and more nha ui ``` ## 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 ...`。 **多步骤任务怎么自动化?** 答:可用 `nha run`,或在 `nha ui` 的 Studio/AWF 里搭建可视化流水线(README)。 ## 来源与感谢 > Source: https://github.com/adoslabsproject-gif/nothumanallowed > License: MIT > GitHub stars: 96 · forks: 18 --- Source: https://tokrepo.com/en/workflows/nothumanallowed-visual-agent-workflows-cli Author: AI Open Source