CLI ToolsMay 13, 2026·3 min read

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.

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

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 <agent> ...` 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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets