Main
If you evaluate NotHumanAllowed, focus on two workflows:
- “One-shot agent calls” via
nha askfor repeatable audits (security, data analysis, DevOps). - 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).